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/06 22:39:12 UTC

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

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

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

Error Message:
expected:<1188> but was:<1179>

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


FAILED:  org.apache.solr.schema.SchemaApiFailureTest.testAddTheSameFieldTwice

Error Message:
Unexpected exception type, expected RemoteExecutionException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:36459/solr/schema-api-failure]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteExecutionException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:36459/solr/schema-api-failure]
	at __randomizedtesting.SeedInfo.seed([325DD9C6DFEBC613:EC53BE41B720FF00]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2752)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
	at org.apache.solr.schema.SchemaApiFailureTest.testAddTheSameFieldTwice(SchemaApiFailureTest.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:830)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:36459/solr/schema-api-failure]
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.schema.SchemaApiFailureTest.lambda$testAddTheSameFieldTwice$1(SchemaApiFailureTest.java:56)
	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2870)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2745)
	... 41 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:36459/solr/schema-api-failure
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	... 48 more
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 java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:450)
	at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1409)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1022)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
	... 52 more




Build Log:
[...truncated 524 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBagOfPostings
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestBagOfPostings -Dtests.method=test -Dtests.seed=8C5479623A548909 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar-SS -Dtests.timezone=Europe/Belgrade -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.27s J2 | TestBagOfPostings.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1188> but was:<1179>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8C5479623A548909:40046B894A8E4F1]:0)
   [junit4]    > 	at org.apache.lucene.index.TestBagOfPostings.test(TestBagOfPostings.java:131)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/J2/temp/lucene.index.TestBagOfPostings_8C5479623A548909-001
   [junit4]   2> NOTE: test params are: codec=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@73a76834), locale=ar-SS, timezone=Europe/Belgrade
   [junit4]   2> NOTE: Linux 5.0.0-37-generic amd64/AdoptOpenJDK 13.0.1 (64-bit)/cpus=8,threads=1,free=422310400,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestForceMergeForever, TestDeterminism, TestDirectoryReader, TestBufferedChecksum, TestLongPostings, TestBoolean2, TestAutomatonQueryUnicode, TestTragicIndexWriterDeadlock, TestSort, TestLucene80NormsFormat, TestPointQueries, TestSpanFirstQuery, TestSegmentToThreadMapping, TestToken, TestBytesRefArray, TestWildcardRandom, TestNewestSegment, TestDirectPacked, TestFieldUpdatesBuffer, TestDuelingCodecsAtNight, TestConstantScoreScorer, TestMinShouldMatch2, TestBagOfPostings]
   [junit4] Completed [40/526 (1!)] on J2 in 1.34s, 1 test, 1 failure <<< FAILURES!

[...truncated 12533 lines...]
   [junit4] JVM J2: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200106_221212_9002011733945575289014.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=20659, tid=20697
   [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_pid20659.log
   [junit4] #
   [junit4] # Compiler replay data is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/replay_pid20659.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 J2: EOF ----

[...truncated 23 lines...]
   [junit4] Suite: org.apache.solr.schema.SchemaApiFailureTest
   [junit4]   2> 105675 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.SchemaApiFailureTest_325DD9C6DFEBC613-001/data-dir-33-001
   [junit4]   2> 105675 WARN  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=32 numCloses=32
   [junit4]   2> 105675 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 105676 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 105676 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 105677 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.SchemaApiFailureTest_325DD9C6DFEBC613-001/tempDir-001
   [junit4]   2> 105677 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 105688 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 105688 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 105788 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:40911
   [junit4]   2> 105788 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40911
   [junit4]   2> 105788 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40911
   [junit4]   2> 105788 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40911
   [junit4]   2> 105812 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 105815 INFO  (zkConnectionManagerCallback-535-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105816 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 105840 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 105844 INFO  (zkConnectionManagerCallback-537-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105844 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 105848 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 105868 INFO  (zkConnectionManagerCallback-539-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 105868 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 105988 WARN  (jetty-launcher-540-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 105988 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 105988 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 105988 INFO  (jetty-launcher-540-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> 106012 INFO  (jetty-launcher-540-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 106012 INFO  (jetty-launcher-540-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 106012 INFO  (jetty-launcher-540-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 106013 INFO  (jetty-launcher-540-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f715067{/solr,null,AVAILABLE}
   [junit4]   2> 106014 INFO  (jetty-launcher-540-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@14dc311b{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:36459}
   [junit4]   2> 106014 INFO  (jetty-launcher-540-thread-1) [     ] o.e.j.s.Server Started @106049ms
   [junit4]   2> 106014 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36459}
   [junit4]   2> 106015 ERROR (jetty-launcher-540-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 106015 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 106015 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 106015 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 106015 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 106015 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-06T22:13:58.996169Z
   [junit4]   2> 106016 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 106020 INFO  (zkConnectionManagerCallback-542-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 106020 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 106021 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 106164 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 106165 WARN  (jetty-launcher-540-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1f3fcc19[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 106165 WARN  (jetty-launcher-540-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1f3fcc19[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 106168 WARN  (jetty-launcher-540-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2685c47e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 106168 WARN  (jetty-launcher-540-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2685c47e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 106169 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40911/solr
   [junit4]   2> 106172 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 106176 INFO  (zkConnectionManagerCallback-549-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 106176 INFO  (jetty-launcher-540-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 106279 INFO  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 106280 INFO  (zkConnectionManagerCallback-551-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 106280 INFO  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 106373 INFO  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36459_solr
   [junit4]   2> 106373 INFO  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.c.Overseer Overseer (id=72113884770467845-127.0.0.1:36459_solr-n_0000000000) starting
   [junit4]   2> 106397 INFO  (OverseerStateUpdate-72113884770467845-127.0.0.1:36459_solr-n_0000000000) [n:127.0.0.1:36459_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36459_solr
   [junit4]   2> 106408 INFO  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36459_solr
   [junit4]   2> 106414 WARN  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 106425 INFO  (zkCallback-550-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 106448 INFO  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 106472 INFO  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36459.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@754320f8
   [junit4]   2> 106480 INFO  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36459.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@754320f8
   [junit4]   2> 106480 INFO  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36459.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@754320f8
   [junit4]   2> 106481 INFO  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 106483 INFO  (jetty-launcher-540-thread-1) [n:127.0.0.1:36459_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.SchemaApiFailureTest_325DD9C6DFEBC613-001/tempDir-001/node1/.
   [junit4]   2> 106508 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 106510 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 106511 INFO  (zkConnectionManagerCallback-560-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 106511 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 106513 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 106514 INFO  (SUITE-SchemaApiFailureTest-seed#[325DD9C6DFEBC613]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40911/solr ready
   [junit4]   2> 106531 INFO  (qtp505698923-1535) [n:127.0.0.1:36459_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&maxShardsPerNode=2&name=schema-api-failure&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 106549 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection schema-api-failure
   [junit4]   2> 106553 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/schema-api-failure.AUTOCREATED/protwords.txt
   [junit4]   2> 106556 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/schema-api-failure.AUTOCREATED/managed-schema
   [junit4]   2> 106557 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/schema-api-failure.AUTOCREATED/solrconfig.xml
   [junit4]   2> 106559 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/schema-api-failure.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 106573 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/schema-api-failure.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 106574 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 106575 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 106576 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/schema-api-failure.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 106578 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 106579 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 106580 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 106582 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 106583 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 106584 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 106585 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 106585 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 106586 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 106587 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 106588 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 106589 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 106592 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/schema-api-failure.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 106606 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 106607 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 106609 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 106610 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/schema-api-failure.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 106611 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/schema-api-failure.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 106612 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 106613 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 106614 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/schema-api-failure.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 106616 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 106617 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 106618 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 106619 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 106620 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 106621 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 106624 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 106625 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 106626 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 106627 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 106628 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 106629 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/schema-api-failure.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 106630 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/schema-api-failure.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 106631 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/schema-api-failure.AUTOCREATED/synonyms.txt
   [junit4]   2> 106632 INFO  (OverseerThreadFactory-870-thread-1-processing-n:127.0.0.1:36459_solr) [n:127.0.0.1:36459_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/schema-api-failure.AUTOCREATED/stopwords.txt
   [junit4]   2> 106741 INFO  (OverseerStateUpdate-72113884770467845-127.0.0.1:36459_solr-n_0000000000) [n:127.0.0.1:36459_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"schema-api-failure",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"schema-api-failure_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36459/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 106744 INFO  (OverseerStateUpdate-72113884770467845-127.0.0.1:36459_solr-n_0000000000) [n:127.0.0.1:36459_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"schema-api-failure",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"schema-api-failure_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36459/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 107005 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr    x:schema-api-failure_shard2_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=schema-api-failure.AUTOCREATED&newCollection=true&name=schema-api-failure_shard2_replica_n3&action=CREATE&numShards=2&collection=schema-api-failure&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 107005 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr    x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 107034 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr    x:schema-api-failure_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=schema-api-failure.AUTOCREATED&newCollection=true&name=schema-api-failure_shard1_replica_n1&action=CREATE&numShards=2&collection=schema-api-failure&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 108060 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 108086 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 108145 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.IndexSchema [schema-api-failure_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 108220 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.IndexSchema [schema-api-failure_shard2_replica_n3] Schema name=default-config
   [junit4]   2> 108682 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 108682 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 108682 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'schema-api-failure_shard2_replica_n3' using configuration from collection schema-api-failure, trusted=true
   [junit4]   2> 108682 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'schema-api-failure_shard1_replica_n1' using configuration from collection schema-api-failure, trusted=true
   [junit4]   2> 108684 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36459.solr.core.schema-api-failure.shard1.replica_n1' (registry 'solr.core.schema-api-failure.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@754320f8
   [junit4]   2> 108685 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.SolrCore [[schema-api-failure_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.SchemaApiFailureTest_325DD9C6DFEBC613-001/tempDir-001/node1/schema-api-failure_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.SchemaApiFailureTest_325DD9C6DFEBC613-001/tempDir-001/node1/./schema-api-failure_shard1_replica_n1/data/]
   [junit4]   2> 108685 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36459.solr.core.schema-api-failure.shard2.replica_n3' (registry 'solr.core.schema-api-failure.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@754320f8
   [junit4]   2> 108685 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.SolrCore [[schema-api-failure_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.SchemaApiFailureTest_325DD9C6DFEBC613-001/tempDir-001/node1/schema-api-failure_shard2_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.SchemaApiFailureTest_325DD9C6DFEBC613-001/tempDir-001/node1/./schema-api-failure_shard2_replica_n3/data/]
   [junit4]   2> 108937 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 108937 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 108939 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 108939 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 108941 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@77eb4209[schema-api-failure_shard2_replica_n3] main]
   [junit4]   2> 108943 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/schema-api-failure.AUTOCREATED
   [junit4]   2> 108943 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/schema-api-failure.AUTOCREATED
   [junit4]   2> 108945 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 108945 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 108945 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/schema-api-failure.AUTOCREATED/managed-schema
   [junit4]   2> 108946 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 108946 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 108947 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 108947 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 108948 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@605cdade[schema-api-failure_shard1_replica_n1] main]
   [junit4]   2> 108950 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/schema-api-failure.AUTOCREATED
   [junit4]   2> 108950 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/schema-api-failure.AUTOCREATED
   [junit4]   2> 108951 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/schema-api-failure.AUTOCREATED/managed-schema
   [junit4]   2> 108951 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 108952 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 108954 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 108955 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 108967 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 108968 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1655018715295514624
   [junit4]   2> 108969 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 108969 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1655018715296563200
   [junit4]   2> 108972 INFO  (searcherExecutor-875-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard2_replica_n3 c:schema-api-failure s:shard2 r:core_node4) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@77eb4209[schema-api-failure_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 108972 INFO  (searcherExecutor-875-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard2_replica_n3 c:schema-api-failure s:shard2 r:core_node4) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 108972 INFO  (searcherExecutor-875-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard2_replica_n3 c:schema-api-failure s:shard2 r:core_node4) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 108974 INFO  (searcherExecutor-875-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard2_replica_n3 c:schema-api-failure s:shard2 r:core_node4) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.SolrCore [schema-api-failure_shard2_replica_n3] Registered new searcher Searcher@77eb4209[schema-api-failure_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 108975 INFO  (searcherExecutor-876-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard1_replica_n1 c:schema-api-failure s:shard1 r:core_node2) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@605cdade[schema-api-failure_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 108975 INFO  (searcherExecutor-876-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard1_replica_n1 c:schema-api-failure s:shard1 r:core_node2) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 108975 INFO  (searcherExecutor-876-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard1_replica_n1 c:schema-api-failure s:shard1 r:core_node2) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 108977 INFO  (searcherExecutor-876-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard1_replica_n1 c:schema-api-failure s:shard1 r:core_node2) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.SolrCore [schema-api-failure_shard1_replica_n1] Registered new searcher Searcher@605cdade[schema-api-failure_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 108978 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/schema-api-failure/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 108978 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/schema-api-failure/leaders/shard2
   [junit4]   2> 108983 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 108983 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 108983 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36459/solr/schema-api-failure_shard2_replica_n3/
   [junit4]   2> 108984 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 108984 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/schema-api-failure/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 108984 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/schema-api-failure/leaders/shard1
   [junit4]   2> 108984 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.SyncStrategy https://127.0.0.1:36459/solr/schema-api-failure_shard2_replica_n3/ has no replicas
   [junit4]   2> 108984 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/schema-api-failure/leaders/shard2/leader after winning as /collections/schema-api-failure/leader_elect/shard2/election/72113884770467845-core_node4-n_0000000000
   [junit4]   2> 108987 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36459/solr/schema-api-failure_shard2_replica_n3/ shard2
   [junit4]   2> 108989 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 108989 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 108989 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36459/solr/schema-api-failure_shard1_replica_n1/
   [junit4]   2> 108989 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 108989 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:36459/solr/schema-api-failure_shard1_replica_n1/ has no replicas
   [junit4]   2> 108989 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/schema-api-failure/leaders/shard1/leader after winning as /collections/schema-api-failure/leader_elect/shard1/election/72113884770467845-core_node2-n_0000000000
   [junit4]   2> 108991 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36459/solr/schema-api-failure_shard1_replica_n1/ shard1
   [junit4]   2> 109092 INFO  (zkCallback-550-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/schema-api-failure/state.json] for collection [schema-api-failure] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 109093 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 109097 INFO  (qtp505698923-1534) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=schema-api-failure.AUTOCREATED&newCollection=true&name=schema-api-failure_shard2_replica_n3&action=CREATE&numShards=2&collection=schema-api-failure&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2092
   [junit4]   2> 109099 INFO  (zkCallback-550-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/schema-api-failure/state.json] for collection [schema-api-failure] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 109099 INFO  (zkCallback-550-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/schema-api-failure/state.json] for collection [schema-api-failure] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 109103 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 109106 INFO  (qtp505698923-1533) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=schema-api-failure.AUTOCREATED&newCollection=true&name=schema-api-failure_shard1_replica_n1&action=CREATE&numShards=2&collection=schema-api-failure&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2072
   [junit4]   2> 109109 INFO  (qtp505698923-1535) [n:127.0.0.1:36459_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 109209 INFO  (zkCallback-550-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/schema-api-failure/state.json] for collection [schema-api-failure] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 109209 INFO  (zkCallback-550-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/schema-api-failure/state.json] for collection [schema-api-failure] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 109209 INFO  (zkCallback-550-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/schema-api-failure/state.json] for collection [schema-api-failure] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 109210 INFO  (zkCallback-550-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/schema-api-failure/state.json] for collection [schema-api-failure] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 109210 INFO  (qtp505698923-1535) [n:127.0.0.1:36459_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&maxShardsPerNode=2&name=schema-api-failure&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=2678
   [junit4]   2> 109252 INFO  (TEST-SchemaApiFailureTest.testAddTheSameFieldTwice-seed#[325DD9C6DFEBC613]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAddTheSameFieldTwice
   [junit4]   2> 109283 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 109290 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.IndexSchema [schema-api-failure_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 109835 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 109944 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.ZkController Persisted config data to node /configs/schema-api-failure.AUTOCREATED/managed-schema 
   [junit4]   2> 109944 INFO  (zkCallback-550-thread-5) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/schema-api-failure.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 109944 INFO  (zkCallback-550-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/schema-api-failure.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 109949 INFO  (zkCallback-550-thread-5) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 109949 INFO  (Thread-240) [     ] o.a.s.c.SolrCore config update listener called for core schema-api-failure_shard2_replica_n3
   [junit4]   2> 109953 INFO  (zkCallback-550-thread-5) [     ] o.a.s.s.IndexSchema [schema-api-failure_shard2_replica_n3] Schema name=default-config
   [junit4]   2> 109954 INFO  (Thread-240) [     ] o.a.s.c.SolrCore core reload schema-api-failure_shard2_replica_n3
   [junit4]   2> 109976 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 109984 INFO  (Thread-240) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 110185 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.IndexSchema [schema-api-failure_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 110198 INFO  (Thread-240) [     ] o.a.s.s.IndexSchema [schema-api-failure_shard2_replica_n3] Schema name=default-config
   [junit4]   2> 110486 INFO  (zkCallback-550-thread-5) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 110486 INFO  (zkCallback-550-thread-5) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 537 ms
   [junit4]   2> 110562 INFO  (OverseerCollectionConfigSetProcessor-72113884770467845-127.0.0.1:36459_solr-n_0000000000) [n:127.0.0.1:36459_solr     ] 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> 110565 INFO  (Thread-240) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 110565 INFO  (Thread-240) [     ] o.a.s.c.CoreContainer Reloading SolrCore 'schema-api-failure_shard2_replica_n3' using configuration from collection schema-api-failure
   [junit4]   2> 110577 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 110577 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.CoreContainer Reloading SolrCore 'schema-api-failure_shard1_replica_n1' using configuration from collection schema-api-failure
   [junit4]   2> 110627 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36459.solr.core.schema-api-failure.shard2.replica_n3' (registry 'solr.core.schema-api-failure.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@754320f8
   [junit4]   2> 110627 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.SolrCore [[schema-api-failure_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.SchemaApiFailureTest_325DD9C6DFEBC613-001/tempDir-001/node1/schema-api-failure_shard2_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.SchemaApiFailureTest_325DD9C6DFEBC613-001/tempDir-001/node1/./schema-api-failure_shard2_replica_n3/data/]
   [junit4]   2> 110651 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36459.solr.core.schema-api-failure.shard1.replica_n1' (registry 'solr.core.schema-api-failure.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@754320f8
   [junit4]   2> 110651 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.SolrCore [[schema-api-failure_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.SchemaApiFailureTest_325DD9C6DFEBC613-001/tempDir-001/node1/schema-api-failure_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.schema.SchemaApiFailureTest_325DD9C6DFEBC613-001/tempDir-001/node1/./schema-api-failure_shard1_replica_n1/data/]
   [junit4]   2> 110743 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 110743 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 110743 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 110743 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 110747 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f676e[schema-api-failure_shard1_replica_n1] main]
   [junit4]   2> 110755 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@106921e3[schema-api-failure_shard2_replica_n3] main]
   [junit4]   2> 110769 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/schema-api-failure.AUTOCREATED
   [junit4]   2> 110769 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/schema-api-failure.AUTOCREATED
   [junit4]   2> 110772 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/schema-api-failure.AUTOCREATED
   [junit4]   2> 110772 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/schema-api-failure.AUTOCREATED/managed-schema
   [junit4]   2> 110776 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/schema-api-failure.AUTOCREATED
   [junit4]   2> 110777 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/schema-api-failure.AUTOCREATED/managed-schema
   [junit4]   2> 110777 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 110777 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 110777 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 110778 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 110779 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 110779 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.DirectSolrSpellChecker init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 110779 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 110780 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1655018717195534336
   [junit4]   2> 110780 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 110781 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1655018717196582912
   [junit4]   2> 110781 INFO  (searcherExecutor-885-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard2_replica_n3 c:schema-api-failure s:shard2 r:core_node4) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@106921e3[schema-api-failure_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110781 INFO  (searcherExecutor-885-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard2_replica_n3 c:schema-api-failure s:shard2 r:core_node4) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 110781 INFO  (searcherExecutor-885-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard2_replica_n3 c:schema-api-failure s:shard2 r:core_node4) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 110785 INFO  (searcherExecutor-886-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard1_replica_n1 c:schema-api-failure s:shard1 r:core_node2) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@2f676e[schema-api-failure_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110785 INFO  (searcherExecutor-886-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard1_replica_n1 c:schema-api-failure s:shard1 r:core_node2) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 110785 INFO  (searcherExecutor-886-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard1_replica_n1 c:schema-api-failure s:shard1 r:core_node2) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 110786 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 110788 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 110790 INFO  (searcherExecutor-885-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard2_replica_n3 c:schema-api-failure s:shard2 r:core_node4) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.SolrCore [schema-api-failure_shard2_replica_n3] Registered new searcher Searcher@106921e3[schema-api-failure_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110790 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@750efef3[schema-api-failure_shard2_replica_n3] main]
   [junit4]   2> 110791 INFO  (searcherExecutor-886-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard1_replica_n1 c:schema-api-failure s:shard1 r:core_node2) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.SolrCore [schema-api-failure_shard1_replica_n1] Registered new searcher Searcher@2f676e[schema-api-failure_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110791 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.SolrCore [schema-api-failure_shard2_replica_n3]  CLOSING SolrCore org.apache.solr.core.SolrCore@50cb3e75
   [junit4]   2> 110791 INFO  (searcherExecutor-885-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard2_replica_n3 c:schema-api-failure s:shard2 r:core_node4) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@750efef3[schema-api-failure_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110791 INFO  (searcherExecutor-885-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard2_replica_n3 c:schema-api-failure s:shard2 r:core_node4) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 110791 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.schema-api-failure.shard2.replica_n3, tag=SolrCore@50cb3e75
   [junit4]   2> 110791 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6da8d1e1: rootName = solr_36459, domain = solr.core.schema-api-failure.shard2.replica_n3, service url = null, agent id = null] for registry solr.core.schema-api-failure.shard2.replica_n3 / com.codahale.metrics.MetricRegistry@7b3f6152
   [junit4]   2> 110792 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@52af479a[schema-api-failure_shard1_replica_n1] main]
   [junit4]   2> 110793 INFO  (searcherExecutor-885-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard2_replica_n3 c:schema-api-failure s:shard2 r:core_node4) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.SolrCore [schema-api-failure_shard2_replica_n3] Registered new searcher Searcher@750efef3[schema-api-failure_shard2_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110793 INFO  (searcherExecutor-886-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard1_replica_n1 c:schema-api-failure s:shard1 r:core_node2) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@52af479a[schema-api-failure_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110793 INFO  (searcherExecutor-886-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard1_replica_n1 c:schema-api-failure s:shard1 r:core_node2) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 110795 INFO  (zkCallback-550-thread-4) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 110800 INFO  (zkCallback-550-thread-4) [     ] o.a.s.s.IndexSchema [schema-api-failure_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 110806 INFO  (searcherExecutor-886-thread-1-processing-n:127.0.0.1:36459_solr x:schema-api-failure_shard1_replica_n1 c:schema-api-failure s:shard1 r:core_node2) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.SolrCore [schema-api-failure_shard1_replica_n1] Registered new searcher Searcher@52af479a[schema-api-failure_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 110807 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.schema-api-failure.shard2.leader, tag=SolrCore@50cb3e75
   [junit4]   2> 110811 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Waiting up to 598 secs for 1 replicas to apply schema update version 1 for collection schema-api-failure
   [junit4]   2> 110811 INFO  (Thread-240) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.SolrCore config update listener called for core schema-api-failure_shard1_replica_n1
   [junit4]   2> 110863 INFO  (qtp505698923-1535) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard2 r:core_node4 x:schema-api-failure_shard2_replica_n3 ] o.a.s.c.S.Request [schema-api-failure_shard2_replica_n3]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 110869 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Took 75.0ms for 1 replicas to apply schema update version 1 for collection schema-api-failure
   [junit4]   2> 110869 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.S.Request [schema-api-failure_shard1_replica_n1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=1587
   [junit4]   2> 110869 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.c.SolrCore [schema-api-failure_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@283429ef
   [junit4]   2> 110869 INFO  (qtp505698923-1571) [n:127.0.0.1:36459_solr c:schema-api-failure s:shard1 r:core_node2 x:schema-api-failure_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.schema-api-failure.shard1.replica_n1, tag=SolrCore@283429ef

[...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.1.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.6.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200106_221212_90010085292288306320391.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200106_221212_90011163625078372578736.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20200106_221212_9002011733945575289014.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-20200106_221212_9005652097359136306204.sysout

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