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/15 03:05:12 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25328/
Java: 64bit/jdk-13.0.1 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC

2 tests failed.
FAILED:  org.apache.lucene.index.TestBagOfPositions.test

Error Message:
expected:<605> but was:<603>

Stack Trace:
java.lang.AssertionError: expected:<605> but was:<603>
	at __randomizedtesting.SeedInfo.seed([B0DB68BBE28F9471:388F57614C73F989]: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.solr.schema.TestCloudSchemaless.test

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:35067/oo/o/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:35067/oo/o/collection1
	at __randomizedtesting.SeedInfo.seed([301831F01BBB5DEB:B84C0E2AB5473013]: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.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
	at org.apache.solr.schema.TestCloudSchemaless.test(TestCloudSchemaless.java:115)
	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.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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)
	... 48 more




Build Log:
[...truncated 618 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBagOfPositions
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBagOfPositions -Dtests.method=test -Dtests.seed=B0DB68BBE28F9471 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=America/Louisville -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 18.5s J4 | TestBagOfPositions.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<605> but was:<603>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B0DB68BBE28F9471:388F57614C73F989]: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/J4/temp/lucene.index.TestBagOfPositions_B0DB68BBE28F9471-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {field=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, maxPointsInLeafNode=710, maxMBSortInHeap=5.396594267081635, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@c900c8e), locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=America/Louisville
   [junit4]   2> NOTE: Linux 5.3.0-26-generic amd64/AdoptOpenJDK 13.0.1 (64-bit)/cpus=16,threads=1,free=475773984,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestVirtualMethod, TestAxiomaticF3EXP, TestSearch, TestComplexExplanationsOfNonMatches, TestSnapshotDeletionPolicy, TestNormsFieldExistsQuery, TestDoc, TestBlockMaxConjunction, TestStopFilter, TestDocIdsWriter, TestBagOfPositions]
   [junit4] Completed [72/526 (1!)] on J4 in 18.54s, 1 test, 1 failure <<< FAILURES!

[...truncated 12751 lines...]
   [junit4] JVM J4: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J4-20200115_025528_0138651086126091469093.sysout
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x00007efe59515fdc, pid=13949, tid=22373
   [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] # J 20534 c2 org.apache.solr.search.TestFiltering.makeRandomQuery(Lorg/apache/solr/search/TestFiltering$Model;ZZ)Ljava/lang/String; (862 bytes) @ 0x00007efe59515fdc [0x00007efe5950eb00+0x00000000000074dc]
   [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/J4/hs_err_pid13949.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://github.com/AdoptOpenJDK/openjdk-build/issues
   [junit4] #
   [junit4] <<< JVM J4: EOF ----

[...truncated 127 lines...]
   [junit4] JVM J5: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J5-20200115_025528_01312240172321569143568.sysout
   [junit4] >>> JVM J5 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=13954, tid=32421
   [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/J5/hs_err_pid13954.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/replay_pid13954.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://github.com/AdoptOpenJDK/openjdk-build/issues
   [junit4] #
   [junit4] <<< JVM J5: EOF ----

[...truncated 140 lines...]
   [junit4] JVM J2: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200115_025528_0125541155534343979060.sysout
   [junit4] >>> JVM J2 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=13957, tid=14018
   [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/J2/hs_err_pid13957.log
   [junit4] [thread 31967 also had an error]
   [junit4] 
   [junit4] ------ Timeout during error reporting after 120 s. ------
   [junit4] # [ timer expired, abort... ]
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J0-20200115_025528_01215780578940565926205.sysout
   [junit4] >>> JVM J0 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=13953, tid=12299
   [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/J0/hs_err_pid13953.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/replay_pid13953.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://github.com/AdoptOpenJDK/openjdk-build/issues
   [junit4] #
   [junit4] <<< JVM J0: EOF ----

[...truncated 35 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20200115_025528_01214000761567147215217.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=13956, tid=14034
   [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_pid13956.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/replay_pid13956.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   https://github.com/AdoptOpenJDK/openjdk-build/issues
   [junit4] #
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] Suite: org.apache.solr.schema.TestCloudSchemaless
   [junit4]   2> 259130 INFO  (SUITE-TestCloudSchemaless-seed#[301831F01BBB5DEB]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/data-dir-30-001
   [junit4]   2> 259130 INFO  (SUITE-TestCloudSchemaless-seed#[301831F01BBB5DEB]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 259131 INFO  (SUITE-TestCloudSchemaless-seed#[301831F01BBB5DEB]-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> 259131 INFO  (SUITE-TestCloudSchemaless-seed#[301831F01BBB5DEB]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 259131 INFO  (SUITE-TestCloudSchemaless-seed#[301831F01BBB5DEB]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /oo/o
   [junit4]   2> 259134 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 259134 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 259134 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 259234 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.ZkTestServer start zk server on port:46001
   [junit4]   2> 259234 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46001
   [junit4]   2> 259234 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46001
   [junit4]   2> 259234 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46001
   [junit4]   2> 259236 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 259237 INFO  (zkConnectionManagerCallback-1369-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 259237 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 259243 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 259245 INFO  (zkConnectionManagerCallback-1371-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 259245 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 259246 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-schemaless.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 259247 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-add-schema-fields-update-processor.xml to /configs/conf1/schema.xml
   [junit4]   2> 259250 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] 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> 259252 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] 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> 259252 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] 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> 259254 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] 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> 259255 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] 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> 259255 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] 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> 259255 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] 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> 259256 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] 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> 259256 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] 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> 259257 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 259338 WARN  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 259338 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 259338 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 259338 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] 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> 259338 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 259338 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 259338 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 259342 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@665a333b{/oo/o,null,AVAILABLE}
   [junit4]   2> 259342 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@74042c9c{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39873}
   [junit4]   2> 259342 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.e.j.s.Server Started @259372ms
   [junit4]   2> 259343 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oo/o, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/tempDir-001/control/data, hostPort=39873, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 259343 ERROR (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 259343 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 259343 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 259343 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 259343 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 259343 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T02:59:47.412357Z
   [junit4]   2> 259344 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 259345 INFO  (zkConnectionManagerCallback-1373-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 259345 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 259446 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 259446 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/control-001/solr.xml
   [junit4]   2> 259448 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 259448 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 259449 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2bd088a7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 259498 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 259498 WARN  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@fcb37a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 259499 WARN  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@fcb37a2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 259500 WARN  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3263d8e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 259500 WARN  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3263d8e7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 259501 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46001/solr
   [junit4]   2> 259501 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 259502 INFO  (zkConnectionManagerCallback-1380-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 259502 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 259603 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 259604 INFO  (zkConnectionManagerCallback-1382-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 259604 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 259634 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39873_oo%2Fo
   [junit4]   2> 259635 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.c.Overseer Overseer (id=72064068180836356-127.0.0.1:39873_oo%2Fo-n_0000000000) starting
   [junit4]   2> 259637 INFO  (OverseerStateUpdate-72064068180836356-127.0.0.1:39873_oo%2Fo-n_0000000000) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39873_oo%2Fo
   [junit4]   2> 259637 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39873_oo%2Fo
   [junit4]   2> 259637 INFO  (zkCallback-1381-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 259638 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 259638 WARN  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] 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> 259646 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 259663 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bd088a7
   [junit4]   2> 259670 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bd088a7
   [junit4]   2> 259670 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bd088a7
   [junit4]   2> 259671 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/control-001/cores
   [junit4]   2> 259683 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 259684 INFO  (zkConnectionManagerCallback-1391-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 259684 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 259685 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 259685 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46001/solr ready
   [junit4]   2> 259691 INFO  (qtp165940732-4822) [n:127.0.0.1:39873_oo%2Fo     ] 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:39873_oo%252Fo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 259696 INFO  (OverseerThreadFactory-1250-thread-1-processing-n:127.0.0.1:39873_oo%2Fo) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 259801 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo    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> 259801 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 260811 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 260818 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 260820 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=add-schema-fields-update-processor
   [junit4]   2> 260827 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema add-schema-fields-update-processor/1.6 with uniqueid field id
   [junit4]   2> 260828 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/conf1/managed-schema
   [junit4]   2> 260829 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/conf1/schema.xml to /configs/conf1/schema.xml.bak
   [junit4]   2> 260829 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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> 260829 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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@2bd088a7
   [junit4]   2> 260829 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 260831 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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=23, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=65.46875, floorSegmentMB=1.365234375, forceMergeDeletesPctAllowed=4.042542670523039, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1765848286972201, deletesPctAllowed=30.819251207171252
   [junit4]   2> 260870 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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> 260870 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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> 260871 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 260871 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 260872 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 260872 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@ce4fce8[control_collection_shard1_replica_n1] main]
   [junit4]   2> 260874 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 260874 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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> 260874 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 260874 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 260875 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 260875 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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 1655761470954143744
   [junit4]   2> 260877 INFO  (searcherExecutor-1255-thread-1-processing-n:127.0.0.1:39873_oo%2Fo x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:39873_oo%2Fo 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@ce4fce8[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 260878 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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> 260878 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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> 260880 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 260880 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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> 260880 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39873/oo/o/control_collection_shard1_replica_n1/
   [junit4]   2> 260880 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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> 260880 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:39873/oo/o/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 260880 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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/72064068180836356-core_node2-n_0000000000
   [junit4]   2> 260881 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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:39873/oo/o/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 260982 INFO  (zkCallback-1381-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> 260982 INFO  (zkCallback-1381-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> 260983 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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> 260984 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo 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=1183
   [junit4]   2> 260986 INFO  (qtp165940732-4822) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 261084 INFO  (zkCallback-1381-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> 261084 INFO  (zkCallback-1381-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> 261084 INFO  (zkCallback-1381-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> 261085 INFO  (qtp165940732-4822) [n:127.0.0.1:39873_oo%2Fo     ] 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:39873_oo%252Fo&wt=javabin&version=2} status=0 QTime=1394
   [junit4]   2> 261085 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 261189 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261190 INFO  (zkConnectionManagerCallback-1397-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261190 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261190 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 261190 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46001/solr ready
   [junit4]   2> 261192 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 261193 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 261195 INFO  (OverseerThreadFactory-1250-thread-2-processing-n:127.0.0.1:39873_oo%2Fo) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 261195 INFO  (OverseerCollectionConfigSetProcessor-72064068180836356-127.0.0.1:39873_oo%2Fo-n_0000000000) [n:127.0.0.1:39873_oo%2Fo     ] 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> 261397 WARN  (OverseerThreadFactory-1250-thread-2-processing-n:127.0.0.1:39873_oo%2Fo) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 261398 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 261398 INFO  (qtp165940732-4826) [n:127.0.0.1:39873_oo%2Fo     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=4&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=205
   [junit4]   2> 261399 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 4 expected:4
   [junit4]   2> 261399 INFO  (watches-1394-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 4 expected:4
   [junit4]   2> 261400 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 261400 INFO  (watches-1394-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 261400 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 4 expected:4
   [junit4]   2> 261400 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 261400 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 4 expected:4
   [junit4]   2> 261400 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 261400 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=8
   [junit4]   2> 261447 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-1-001 of type NRT
   [junit4]   2> 261449 WARN  (closeThreadPool-1398-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 261449 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 261449 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 261449 INFO  (closeThreadPool-1398-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> 261449 INFO  (closeThreadPool-1398-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 261449 INFO  (closeThreadPool-1398-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 261449 INFO  (closeThreadPool-1398-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 261450 INFO  (closeThreadPool-1398-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@53aa2376{/oo/o,null,AVAILABLE}
   [junit4]   2> 261450 INFO  (closeThreadPool-1398-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@11e0a2f1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:39205}
   [junit4]   2> 261450 INFO  (closeThreadPool-1398-thread-1) [     ] o.e.j.s.Server Started @261480ms
   [junit4]   2> 261450 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oo/o, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/tempDir-001/jetty1, hostPort=39205, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-1-001/cores, replicaType=NRT}
   [junit4]   2> 261450 ERROR (closeThreadPool-1398-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 261450 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 261450 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 261450 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 261450 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 261450 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T02:59:49.519979Z
   [junit4]   2> 261451 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261452 INFO  (zkConnectionManagerCallback-1400-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261452 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261495 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-2-001 of type NRT
   [junit4]   2> 261496 WARN  (closeThreadPool-1398-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 261496 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 261496 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 261496 INFO  (closeThreadPool-1398-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> 261496 INFO  (closeThreadPool-1398-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 261497 INFO  (closeThreadPool-1398-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 261497 INFO  (closeThreadPool-1398-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 261497 INFO  (closeThreadPool-1398-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b2d6f7c{/oo/o,null,AVAILABLE}
   [junit4]   2> 261497 INFO  (closeThreadPool-1398-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2442509d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35067}
   [junit4]   2> 261497 INFO  (closeThreadPool-1398-thread-2) [     ] o.e.j.s.Server Started @261527ms
   [junit4]   2> 261497 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oo/o, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/tempDir-001/jetty2, hostPort=35067, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 261498 ERROR (closeThreadPool-1398-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 261498 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 261498 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 261498 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 261498 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 261498 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T02:59:49.567255Z
   [junit4]   2> 261499 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261500 INFO  (zkConnectionManagerCallback-1402-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261500 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261553 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 261553 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-1-001/solr.xml
   [junit4]   2> 261556 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 261556 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 261557 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2bd088a7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 261564 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-3-001 of type NRT
   [junit4]   2> 261565 WARN  (closeThreadPool-1398-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 261565 INFO  (closeThreadPool-1398-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 261565 INFO  (closeThreadPool-1398-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 261565 INFO  (closeThreadPool-1398-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> 261565 INFO  (closeThreadPool-1398-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 261565 INFO  (closeThreadPool-1398-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 261565 INFO  (closeThreadPool-1398-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 261566 INFO  (closeThreadPool-1398-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73025512{/oo/o,null,AVAILABLE}
   [junit4]   2> 261566 INFO  (closeThreadPool-1398-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@78bf4ae3{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43295}
   [junit4]   2> 261566 INFO  (closeThreadPool-1398-thread-3) [     ] o.e.j.s.Server Started @261596ms
   [junit4]   2> 261566 INFO  (closeThreadPool-1398-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oo/o, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/tempDir-001/jetty3, hostPort=43295, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 261567 ERROR (closeThreadPool-1398-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 261567 INFO  (closeThreadPool-1398-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 261567 INFO  (closeThreadPool-1398-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 261567 INFO  (closeThreadPool-1398-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 261567 INFO  (closeThreadPool-1398-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 261567 INFO  (closeThreadPool-1398-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T02:59:49.636256Z
   [junit4]   2> 261571 INFO  (closeThreadPool-1398-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261572 INFO  (zkConnectionManagerCallback-1405-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261572 INFO  (closeThreadPool-1398-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261614 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-4-001 of type NRT
   [junit4]   2> 261615 WARN  (closeThreadPool-1398-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 261615 INFO  (closeThreadPool-1398-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 261615 INFO  (closeThreadPool-1398-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 261615 INFO  (closeThreadPool-1398-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> 261617 INFO  (closeThreadPool-1398-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 261617 INFO  (closeThreadPool-1398-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 261617 INFO  (closeThreadPool-1398-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 261618 INFO  (closeThreadPool-1398-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15302fef{/oo/o,null,AVAILABLE}
   [junit4]   2> 261618 INFO  (closeThreadPool-1398-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@56a1686b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45165}
   [junit4]   2> 261618 INFO  (closeThreadPool-1398-thread-4) [     ] o.e.j.s.Server Started @261648ms
   [junit4]   2> 261618 INFO  (closeThreadPool-1398-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oo/o, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/tempDir-001/jetty4, hostPort=45165, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-4-001/cores, replicaType=NRT}
   [junit4]   2> 261618 ERROR (closeThreadPool-1398-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 261618 INFO  (closeThreadPool-1398-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 261618 INFO  (closeThreadPool-1398-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 261618 INFO  (closeThreadPool-1398-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 261618 INFO  (closeThreadPool-1398-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 261619 INFO  (closeThreadPool-1398-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T02:59:49.688010Z
   [junit4]   2> 261619 INFO  (closeThreadPool-1398-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261621 INFO  (zkConnectionManagerCallback-1407-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261621 INFO  (closeThreadPool-1398-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261647 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 261648 WARN  (closeThreadPool-1398-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@453c949a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261648 WARN  (closeThreadPool-1398-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@453c949a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261649 WARN  (closeThreadPool-1398-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1393b795[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261650 WARN  (closeThreadPool-1398-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1393b795[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261650 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46001/solr
   [junit4]   2> 261651 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261652 INFO  (zkConnectionManagerCallback-1413-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261652 INFO  (closeThreadPool-1398-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261653 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 261653 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-2-001/solr.xml
   [junit4]   2> 261656 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 261656 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 261657 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2bd088a7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 261664 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-5-001 of type NRT
   [junit4]   2> 261664 WARN  (closeThreadPool-1398-thread-5) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 261665 INFO  (closeThreadPool-1398-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 261665 INFO  (closeThreadPool-1398-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 261665 INFO  (closeThreadPool-1398-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> 261669 INFO  (closeThreadPool-1398-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 261669 INFO  (closeThreadPool-1398-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 261669 INFO  (closeThreadPool-1398-thread-5) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 261670 INFO  (closeThreadPool-1398-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@40cc49ed{/oo/o,null,AVAILABLE}
   [junit4]   2> 261670 INFO  (closeThreadPool-1398-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6d1f7856{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37099}
   [junit4]   2> 261670 INFO  (closeThreadPool-1398-thread-5) [     ] o.e.j.s.Server Started @261700ms
   [junit4]   2> 261670 INFO  (closeThreadPool-1398-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oo/o, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/tempDir-001/jetty5, hostPort=37099, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-5-001/cores, replicaType=NRT}
   [junit4]   2> 261671 ERROR (closeThreadPool-1398-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 261671 INFO  (closeThreadPool-1398-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 261671 INFO  (closeThreadPool-1398-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 261671 INFO  (closeThreadPool-1398-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 261671 INFO  (closeThreadPool-1398-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 261671 INFO  (closeThreadPool-1398-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T02:59:49.740374Z
   [junit4]   2> 261673 INFO  (closeThreadPool-1398-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261673 INFO  (zkConnectionManagerCallback-1416-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261673 INFO  (closeThreadPool-1398-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261712 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-6-001 of type NRT
   [junit4]   2> 261713 WARN  (closeThreadPool-1398-thread-6) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 261713 INFO  (closeThreadPool-1398-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 261713 INFO  (closeThreadPool-1398-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 261713 INFO  (closeThreadPool-1398-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> 261714 INFO  (closeThreadPool-1398-thread-6) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 261714 INFO  (closeThreadPool-1398-thread-6) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 261714 INFO  (closeThreadPool-1398-thread-6) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 261715 INFO  (closeThreadPool-1398-thread-6) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e78f756{/oo/o,null,AVAILABLE}
   [junit4]   2> 261715 INFO  (closeThreadPool-1398-thread-6) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1e91c563{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38319}
   [junit4]   2> 261715 INFO  (closeThreadPool-1398-thread-6) [     ] o.e.j.s.Server Started @261745ms
   [junit4]   2> 261715 INFO  (closeThreadPool-1398-thread-6) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oo/o, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/tempDir-001/jetty6, hostPort=38319, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-6-001/cores, replicaType=NRT}
   [junit4]   2> 261716 ERROR (closeThreadPool-1398-thread-6) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 261716 INFO  (closeThreadPool-1398-thread-6) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 261716 INFO  (closeThreadPool-1398-thread-6) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 261716 INFO  (closeThreadPool-1398-thread-6) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 261716 INFO  (closeThreadPool-1398-thread-6) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 261716 INFO  (closeThreadPool-1398-thread-6) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T02:59:49.785172Z
   [junit4]   2> 261717 INFO  (closeThreadPool-1398-thread-6) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261718 INFO  (zkConnectionManagerCallback-1418-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261718 INFO  (closeThreadPool-1398-thread-6) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261754 INFO  (closeThreadPool-1398-thread-1) [n:127.0.0.1:39205_oo%2Fo     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261755 INFO  (zkConnectionManagerCallback-1420-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261755 INFO  (closeThreadPool-1398-thread-1) [n:127.0.0.1:39205_oo%2Fo     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261757 INFO  (closeThreadPool-1398-thread-1) [n:127.0.0.1:39205_oo%2Fo     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 261759 INFO  (closeThreadPool-1398-thread-1) [n:127.0.0.1:39205_oo%2Fo     ] o.a.s.c.ZkController Publish node=127.0.0.1:39205_oo%2Fo as DOWN
   [junit4]   2> 261759 INFO  (closeThreadPool-1398-thread-1) [n:127.0.0.1:39205_oo%2Fo     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 261759 INFO  (closeThreadPool-1398-thread-1) [n:127.0.0.1:39205_oo%2Fo     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39205_oo%2Fo
   [junit4]   2> 261760 INFO  (zkCallback-1381-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 261760 INFO  (zkCallback-1419-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 261760 INFO  (closeThreadPool-1398-thread-1) [n:127.0.0.1:39205_oo%2Fo     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 261761 WARN  (closeThreadPool-1398-thread-1) [n:127.0.0.1:39205_oo%2Fo     ] 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> 261761 INFO  (TEST-TestCloudSchemaless.test-seed#[301831F01BBB5DEB]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 7 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-7-001 of type NRT
   [junit4]   2> 261761 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 261762 WARN  (closeThreadPool-1398-thread-7) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 261762 INFO  (closeThreadPool-1398-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 261762 INFO  (closeThreadPool-1398-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 261762 INFO  (closeThreadPool-1398-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> 261762 WARN  (closeThreadPool-1398-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@727c8173[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261762 WARN  (closeThreadPool-1398-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@727c8173[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261762 INFO  (zkCallback-1396-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 261780 INFO  (closeThreadPool-1398-thread-1) [n:127.0.0.1:39205_oo%2Fo     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 261783 INFO  (closeThreadPool-1398-thread-7) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 261783 INFO  (closeThreadPool-1398-thread-7) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 261783 INFO  (closeThreadPool-1398-thread-7) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 261788 INFO  (closeThreadPool-1398-thread-7) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a9f1a4f{/oo/o,null,AVAILABLE}
   [junit4]   2> 261796 WARN  (closeThreadPool-1398-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5e8ac5e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261796 WARN  (closeThreadPool-1398-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5e8ac5e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261798 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46001/solr
   [junit4]   2> 261799 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261806 INFO  (zkConnectionManagerCallback-1430-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261806 INFO  (closeThreadPool-1398-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261806 INFO  (closeThreadPool-1398-thread-7) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4a0a7920{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36943}
   [junit4]   2> 261806 INFO  (closeThreadPool-1398-thread-7) [     ] o.e.j.s.Server Started @261835ms
   [junit4]   2> 261806 INFO  (closeThreadPool-1398-thread-7) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/oo/o, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/tempDir-001/jetty7, hostPort=36943, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.schema.TestCloudSchemaless_301831F01BBB5DEB-001/shard-7-001/cores, replicaType=NRT}
   [junit4]   2> 261806 ERROR (closeThreadPool-1398-thread-7) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 261806 INFO  (closeThreadPool-1398-thread-7) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 261806 INFO  (closeThreadPool-1398-thread-7) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 261806 INFO  (closeThreadPool-1398-thread-7) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 261806 INFO  (closeThreadPool-1398-thread-7) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 261806 INFO  (closeThreadPool-1398-thread-7) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T02:59:49.875736Z
   [junit4]   2> 261807 INFO  (closeThreadPool-1398-thread-7) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261808 INFO  (zkConnectionManagerCallback-1432-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261808 INFO  (closeThreadPool-1398-thread-7) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261811 INFO  (closeThreadPool-1398-thread-1) [n:127.0.0

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

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.2.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-J5-20200115_025528_0131382293252910010885.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J5-20200115_025528_01317725585228804108171.suites -stdin
   [junit4] ERROR: JVM J5 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-J5-20200115_025528_01312240172321569143568.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-20200115_025528_01215780578940565926205.sysout

Total time: 34 minutes 9 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