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

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12.0.1) - Build # 8340 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8340/
Java: 64bit/jdk-12.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest.test

Error Message:
Timeout waiting for state down of replica core_node4, current state recovering expected:<down> but was:<recovering>

Stack Trace:
java.lang.AssertionError: Timeout waiting for state down of replica core_node4, current state recovering expected:<down> but was:<recovering>
	at __randomizedtesting.SeedInfo.seed([D9D2BBDCCDF9753A:51868406630518C2]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.apache.solr.cloud.HttpPartitionTest.waitForState(HttpPartitionTest.java:326)
	at org.apache.solr.cloud.HttpPartitionTest.testDoRecoveryOnRestart(HttpPartitionTest.java:184)
	at org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:132)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:57229/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:57229/solr/c1]
	at __randomizedtesting.SeedInfo.seed([D9D2BBDCCDF9753A:F70F1F8D22A4670]: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.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	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:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:57229/solr/c1]
	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.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	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.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57229/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	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)
	... 50 more




Build Log:
[...truncated 14027 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionWithTlogReplicasTest
   [junit4]   2> 615089 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[D9D2BBDCCDF9753A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\data-dir-43-001
   [junit4]   2> 615090 WARN  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[D9D2BBDCCDF9753A]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=20 numCloses=20
   [junit4]   2> 615090 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[D9D2BBDCCDF9753A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 615092 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[D9D2BBDCCDF9753A]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
   [junit4]   2> 615093 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[D9D2BBDCCDF9753A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 615093 INFO  (SUITE-HttpPartitionWithTlogReplicasTest-seed#[D9D2BBDCCDF9753A]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/b
   [junit4]   2> 615097 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 615097 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 615097 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 615197 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer start zk server on port:51169
   [junit4]   2> 615197 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:51169
   [junit4]   2> 615197 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51169
   [junit4]   2> 615197 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51169
   [junit4]   2> 615199 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 615204 INFO  (zkConnectionManagerCallback-2270-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 615204 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 615208 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 615212 INFO  (zkConnectionManagerCallback-2272-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 615212 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 615215 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 615217 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 615218 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 615219 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 615221 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 615222 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 615223 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 615224 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 615226 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 615228 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 615229 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkTestServer put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 615231 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 616416 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 616416 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 616416 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 616416 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 616417 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 616417 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 616417 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 616418 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23129ab0{/_/b,null,AVAILABLE}
   [junit4]   2> 616420 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@aea6826{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51183}
   [junit4]   2> 616420 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.s.Server Started @616350ms
   [junit4]   2> 616420 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/b, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\tempDir-001/control/data, hostPort=51182, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\control-001\cores, replicaType=NRT}
   [junit4]   2> 616420 ERROR (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 616420 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 616420 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 616420 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 616420 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 616420 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T22:44:20.911064100Z
   [junit4]   2> 616421 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 616424 INFO  (zkConnectionManagerCallback-2274-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 616424 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 616527 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 616527 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\control-001\solr.xml
   [junit4]   2> 616531 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 616531 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 616532 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 616650 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 616652 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36d66892[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 616652 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36d66892[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 616657 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7547cefb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 616657 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7547cefb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 616658 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51169/solr
   [junit4]   2> 616658 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 616662 INFO  (zkConnectionManagerCallback-2281-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 616662 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 616765 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 616767 INFO  (zkConnectionManagerCallback-2283-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 616767 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 616849 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51182__%2Fb
   [junit4]   2> 616849 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.Overseer Overseer (id=72069782965452804-127.0.0.1:51182__%2Fb-n_0000000000) starting
   [junit4]   2> 616856 INFO  (OverseerStateUpdate-72069782965452804-127.0.0.1:51182__%2Fb-n_0000000000) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:51182__%2Fb
   [junit4]   2> 616856 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51182__%2Fb
   [junit4]   2> 616857 INFO  (OverseerStateUpdate-72069782965452804-127.0.0.1:51182__%2Fb-n_0000000000) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 616859 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 616860 WARN  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] 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> 616883 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 616902 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 616908 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 616908 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 616910 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\control-001\cores
   [junit4]   2> 616943 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 616949 INFO  (zkConnectionManagerCallback-2292-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 616949 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 616950 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 616952 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51169/solr ready
   [junit4]   2> 616953 INFO  (SocketProxy-Acceptor-51182) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51206,localport=51182], receiveBufferSize:65536
   [junit4]   2> 616958 INFO  (SocketProxy-Acceptor-51182) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=51183,localport=51207], receiveBufferSize=65536
   [junit4]   2> 616960 INFO  (qtp1871793444-6745) [n:127.0.0.1:51182__%2Fb     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:51182__%252Fb&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 616964 INFO  (OverseerThreadFactory-2300-thread-1-processing-n:127.0.0.1:51182__%2Fb) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 617072 INFO  (SocketProxy-Acceptor-51182) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51209,localport=51182], receiveBufferSize:65536
   [junit4]   2> 617072 INFO  (SocketProxy-Acceptor-51182) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=51183,localport=51210], receiveBufferSize=65536
   [junit4]   2> 617074 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 617074 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 618095 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 618123 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 618523 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 618601 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 618603 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 618603 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 618606 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7658929776207754]
   [junit4]   2> 618611 WARN  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 618728 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 618728 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 618732 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 618732 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 618732 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=26.076171875, floorSegmentMB=1.712890625, forceMergeDeletesPctAllowed=12.291386093329882, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=38.399918761493126
   [junit4]   2> 618732 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5eba155d[control_collection_shard1_replica_n1] main]
   [junit4]   2> 618735 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 618735 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 618735 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 618735 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1655835997740466176
   [junit4]   2> 618739 INFO  (searcherExecutor-2305-thread-1-processing-n:127.0.0.1:51182__%2Fb x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@5eba155d[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 618743 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 618743 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 618750 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 618750 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 618750 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51182/_/b/control_collection_shard1_replica_n1/
   [junit4]   2> 618750 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 618750 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:51182/_/b/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 618750 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72069782965452804-core_node2-n_0000000000
   [junit4]   2> 618751 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51182/_/b/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 618858 INFO  (zkCallback-2282-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 618858 INFO  (zkCallback-2282-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 618858 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 618863 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1792
   [junit4]   2> 618868 INFO  (qtp1871793444-6745) [n:127.0.0.1:51182__%2Fb     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 618963 INFO  (zkCallback-2282-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 618963 INFO  (zkCallback-2282-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 618963 INFO  (zkCallback-2282-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 618963 INFO  (qtp1871793444-6745) [n:127.0.0.1:51182__%2Fb     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:51182__%252Fb&wt=javabin&version=2} status=0 QTime=2006
   [junit4]   2> 618963 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 618967 INFO  (OverseerCollectionConfigSetProcessor-72069782965452804-127.0.0.1:51182__%2Fb-n_0000000000) [n:127.0.0.1:51182__%2Fb     ] 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> 619075 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 619080 INFO  (zkConnectionManagerCallback-2298-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 619081 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 619082 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 619084 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51169/solr ready
   [junit4]   2> 619084 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 619085 INFO  (SocketProxy-Acceptor-51182) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51283,localport=51182], receiveBufferSize:65536
   [junit4]   2> 619086 INFO  (SocketProxy-Acceptor-51182) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=51183,localport=51284], receiveBufferSize=65536
   [junit4]   2> 619088 INFO  (qtp1871793444-6745) [n:127.0.0.1:51182__%2Fb     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 619097 INFO  (OverseerThreadFactory-2300-thread-2-processing-n:127.0.0.1:51182__%2Fb) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 619307 WARN  (OverseerThreadFactory-2300-thread-2-processing-n:127.0.0.1:51182__%2Fb) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 619309 INFO  (qtp1871793444-6745) [n:127.0.0.1:51182__%2Fb     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 619310 INFO  (qtp1871793444-6745) [n:127.0.0.1:51182__%2Fb     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=221
   [junit4]   2> 619311 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 619311 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 619311 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 619311 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 619311 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 619311 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 619311 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 620779 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-1-001 of type TLOG in shard 2
   [junit4]   2> 620781 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 620782 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 620782 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 620782 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 620782 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 620782 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 620782 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 620783 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a1e54a7{/_/b,null,AVAILABLE}
   [junit4]   2> 620786 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6f815ad4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51351}
   [junit4]   2> 620786 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.Server Started @620717ms
   [junit4]   2> 620787 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/b, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\tempDir-001/jetty1, hostPort=51350, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-1-001\cores, replicaType=TLOG}
   [junit4]   2> 620787 ERROR (closeThreadPool-2299-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 620787 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 620787 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 620787 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 620787 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 620787 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T22:44:25.278479700Z
   [junit4]   2> 620789 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 620794 INFO  (zkConnectionManagerCallback-2301-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 620794 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 620896 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 620896 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-1-001\solr.xml
   [junit4]   2> 620901 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 620901 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 620903 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 621098 INFO  (OverseerCollectionConfigSetProcessor-72069782965452804-127.0.0.1:51182__%2Fb-n_0000000000) [n:127.0.0.1:51182__%2Fb     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 621259 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 621261 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@29a08c5d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 621261 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@29a08c5d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 621265 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1489b5da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 621265 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1489b5da[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 621266 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51169/solr
   [junit4]   2> 621268 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 621271 INFO  (zkConnectionManagerCallback-2308-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621271 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 621373 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 621376 INFO  (zkConnectionManagerCallback-2310-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621376 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 621382 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 621388 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.c.ZkController Publish node=127.0.0.1:51350__%2Fb as DOWN
   [junit4]   2> 621389 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 621389 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51350__%2Fb
   [junit4]   2> 621392 INFO  (zkCallback-2282-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 621392 INFO  (zkCallback-2297-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 621393 INFO  (zkCallback-2309-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 621395 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 621395 WARN  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] 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> 621431 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 621448 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 621453 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 621455 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 621457 INFO  (closeThreadPool-2299-thread-1) [n:127.0.0.1:51350__%2Fb     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-1-001\cores
   [junit4]   2> 621488 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:51350__%2Fb
   [junit4]   2> 621930 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-2-001 of type TLOG in shard 1
   [junit4]   2> 621931 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 621932 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 621932 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 621932 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 621932 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 621932 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 621932 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 621933 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@46439394{/_/b,null,AVAILABLE}
   [junit4]   2> 621934 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1da9b1ca{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51376}
   [junit4]   2> 621934 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.Server Started @621865ms
   [junit4]   2> 621934 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/b, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\tempDir-001/jetty2, hostPort=51375, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-2-001\cores, replicaType=TLOG}
   [junit4]   2> 621935 ERROR (closeThreadPool-2299-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 621935 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 621935 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 621935 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 621935 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 621935 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T22:44:26.426376400Z
   [junit4]   2> 621936 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 621941 INFO  (zkConnectionManagerCallback-2316-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 621941 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 622043 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 622043 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-2-001\solr.xml
   [junit4]   2> 622047 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 622047 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 622056 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 622386 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 622388 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@28244378[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 622388 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@28244378[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 622391 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@61379a0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 622391 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@61379a0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 622391 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51169/solr
   [junit4]   2> 622396 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 622402 INFO  (zkConnectionManagerCallback-2323-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 622402 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 622510 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 622511 INFO  (zkConnectionManagerCallback-2325-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 622511 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 622517 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 622521 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:51375__%2Fb as DOWN
   [junit4]   2> 622522 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 622522 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51375__%2Fb
   [junit4]   2> 622524 INFO  (zkCallback-2297-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 622524 INFO  (zkCallback-2309-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 622525 INFO  (zkCallback-2282-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 622526 INFO  (zkCallback-2324-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 622527 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 622528 WARN  (closeThreadPool-2299-thread-1) [     ] 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> 622559 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 622581 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 622587 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 622587 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 622589 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-2-001\cores
   [junit4]   2> 622638 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:51375__%2Fb
   [junit4]   2> 623466 INFO  (TEST-HttpPartitionWithTlogReplicasTest.test-seed#[D9D2BBDCCDF9753A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-3-001 of type TLOG in shard 2
   [junit4]   2> 623466 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 623466 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 623466 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 623466 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
   [junit4]   2> 623467 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 623467 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 623467 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 623467 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@359aecb8{/_/b,null,AVAILABLE}
   [junit4]   2> 623469 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3fd115c1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:51425}
   [junit4]   2> 623469 INFO  (closeThreadPool-2299-thread-1) [     ] o.e.j.s.Server Started @623399ms
   [junit4]   2> 623469 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_/b, solrconfig=solrconfig.xml, solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\tempDir-001/jetty3, hostPort=51424, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-3-001\cores, replicaType=TLOG}
   [junit4]   2> 623469 ERROR (closeThreadPool-2299-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 623469 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 623469 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 623469 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 623469 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 623469 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-15T22:44:27.960083100Z
   [junit4]   2> 623471 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 623477 INFO  (zkConnectionManagerCallback-2331-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 623477 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 623579 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 623579 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-3-001\solr.xml
   [junit4]   2> 623583 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 623583 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 623584 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 623707 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 623709 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7334a80c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 623709 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7334a80c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 623711 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7207d095[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 623711 WARN  (closeThreadPool-2299-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7207d095[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 623711 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51169/solr
   [junit4]   2> 623711 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 623718 INFO  (zkConnectionManagerCallback-2338-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 623719 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 623822 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 623827 INFO  (zkConnectionManagerCallback-2340-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 623827 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 623837 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 623843 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:51424__%2Fb as DOWN
   [junit4]   2> 623844 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 623844 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51424__%2Fb
   [junit4]   2> 623845 INFO  (zkCallback-2309-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 623845 INFO  (zkCallback-2282-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 623845 INFO  (zkCallback-2297-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 623845 INFO  (zkCallback-2324-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 623846 INFO  (zkCallback-2339-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 623847 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 623848 WARN  (closeThreadPool-2299-thread-1) [     ] 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> 623878 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 623901 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 623907 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 623907 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 623909 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-3-001\cores
   [junit4]   2> 623947 INFO  (closeThreadPool-2299-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:51424__%2Fb
   [junit4]   2> 623952 INFO  (SocketProxy-Acceptor-51182) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51448,localport=51182], receiveBufferSize:65536
   [junit4]   2> 623952 INFO  (SocketProxy-Acceptor-51182) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=51183,localport=51450], receiveBufferSize=65536
   [junit4]   2> 623952 INFO  (SocketProxy-Acceptor-51182) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51449,localport=51182], receiveBufferSize:65536
   [junit4]   2> 623952 INFO  (qtp1871793444-6743) [n:127.0.0.1:51182__%2Fb     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:51375__%252Fb&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 623953 INFO  (SocketProxy-Acceptor-51182) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=51183,localport=51451], receiveBufferSize=65536
   [junit4]   2> 623956 INFO  (qtp1871793444-6747) [n:127.0.0.1:51182__%2Fb     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:51350__%252Fb&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 623956 INFO  (qtp1871793444-6744) [n:127.0.0.1:51182__%2Fb     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:51424__%252Fb&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 623959 INFO  (OverseerThreadFactory-2300-thread-4-processing-n:127.0.0.1:51182__%2Fb) [n:127.0.0.1:51182__%2Fb c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:51350__%2Fb for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 623959 INFO  (OverseerThreadFactory-2300-thread-3-processing-n:127.0.0.1:51182__%2Fb) [n:127.0.0.1:51182__%2Fb c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:51375__%2Fb for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 623961 INFO  (OverseerThreadFactory-2300-thread-4-processing-n:127.0.0.1:51182__%2Fb) [n:127.0.0.1:51182__%2Fb c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 623962 INFO  (OverseerThreadFactory-2300-thread-3-processing-n:127.0.0.1:51182__%2Fb) [n:127.0.0.1:51182__%2Fb c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 623964 INFO  (SocketProxy-Acceptor-51350) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51452,localport=51350], receiveBufferSize:65536
   [junit4]   2> 623964 INFO  (SocketProxy-Acceptor-51375) [     ] o.a.s.c.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51453,localport=51375], receiveBufferSize:65536
   [junit4]   2> 623964 INFO  (SocketProxy-Acceptor-51350) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=51351,localport=51454], receiveBufferSize=65536
   [junit4]   2> 623964 INFO  (SocketProxy-Acceptor-51375) [     ] o.a.s.c.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=51376,localport=51455], receiveBufferSize=65536
   [junit4]   2> 623969 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb    x:collection1_shard2_replica_t1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 623969 INFO  (qtp368129118-6841) [n:127.0.0.1:51375__%2Fb    x:collection1_shard1_replica_t2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 625007 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 625035 INFO  (qtp368129118-6841) [n:127.0.0.1:51375__%2Fb c:collection1 s:shard1  x:collection1_shard1_replica_t2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 625050 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.s.IndexSchema [collection1_shard2_replica_t1] Schema name=test
   [junit4]   2> 625057 INFO  (qtp368129118-6841) [n:127.0.0.1:51375__%2Fb c:collection1 s:shard1  x:collection1_shard1_replica_t2 ] o.a.s.s.IndexSchema [collection1_shard1_replica_t2] Schema name=test
   [junit4]   2> 625199 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 625199 INFO  (qtp368129118-6841) [n:127.0.0.1:51375__%2Fb c:collection1 s:shard1  x:collection1_shard1_replica_t2 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 625233 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t1' using configuration from collection collection1, trusted=true
   [junit4]   2> 625234 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t1' (registry 'solr.core.collection1.shard2.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 625234 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.c.SolrCore [[collection1_shard2_replica_t1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-1-001\cores\collection1_shard2_replica_t1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-1-001\cores\collection1_shard2_replica_t1\data\]
   [junit4]   2> 625236 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7658929776207754]
   [junit4]   2> 625238 WARN  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 625238 INFO  (qtp368129118-6841) [n:127.0.0.1:51375__%2Fb c:collection1 s:shard1  x:collection1_shard1_replica_t2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t2' using configuration from collection collection1, trusted=true
   [junit4]   2> 625239 INFO  (qtp368129118-6841) [n:127.0.0.1:51375__%2Fb c:collection1 s:shard1  x:collection1_shard1_replica_t2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t2' (registry 'solr.core.collection1.shard1.replica_t2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44235737
   [junit4]   2> 625239 INFO  (qtp368129118-6841) [n:127.0.0.1:51375__%2Fb c:collection1 s:shard1  x:collection1_shard1_replica_t2 ] o.a.s.c.SolrCore [[collection1_shard1_replica_t2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-2-001\cores\collection1_shard1_replica_t2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.cloud.HttpPartitionWithTlogReplicasTest_D9D2BBDCCDF9753A-001\shard-2-001\cores\collection1_shard1_replica_t2\data\]
   [junit4]   2> 625242 INFO  (qtp368129118-6841) [n:127.0.0.1:51375__%2Fb c:collection1 s:shard1  x:collection1_shard1_replica_t2 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7658929776207754]
   [junit4]   2> 625245 WARN  (qtp368129118-6841) [n:127.0.0.1:51375__%2Fb c:collection1 s:shard1  x:collection1_shard1_replica_t2 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 625344 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 625344 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 625348 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 625348 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 625349 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=26.076171875, floorSegmentMB=1.712890625, forceMergeDeletesPctAllowed=12.291386093329882, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=38.399918761493126
   [junit4]   2> 625350 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@f44c65f[collection1_shard2_replica_t1] main]
   [junit4]   2> 625357 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 625358 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 625359 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 625359 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1655836004686233600
   [junit4]   2> 625367 INFO  (searcherExecutor-2337-thread-1-processing-n:127.0.0.1:51350__%2Fb x:collection1_shard2_replica_t1 c:collection1 s:shard2) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.c.SolrCore [collection1_shard2_replica_t1] Registered new searcher Searcher@f44c65f[collection1_shard2_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 625372 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 625372 INFO  (qtp1632020620-6806) [n:127.0.0.1:51350__%2Fb c:collection1 s:shard2  x:collection1_shard2_replica_t1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2>

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

y solr.node / com.codahale.metrics.MetricRegistry@6112c658
   [junit4]   2> 1826991 INFO  (jetty-closer-10268-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1826991 INFO  (jetty-closer-10268-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@408764ad: rootName = solr_57229, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2fdde3b4
   [junit4]   2> 1826992 INFO  (jetty-closer-10268-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1826992 INFO  (jetty-closer-10268-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b16773f: rootName = solr_57229, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@6ba15f95
   [junit4]   2> 1826992 INFO  (jetty-closer-10268-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1826993 INFO  (closeThreadPool-10272-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72069862080643077-127.0.0.1:57229_solr-n_0000000000) closing
   [junit4]   2> 1826994 INFO  (OverseerStateUpdate-72069862080643077-127.0.0.1:57229_solr-n_0000000000) [n:127.0.0.1:57229_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57229_solr
   [junit4]   2> 1827001 INFO  (OverseerAutoScalingTriggerThread-72069862080643077-127.0.0.1:57229_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1827003 INFO  (closeThreadPool-10272-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72069862080643077-127.0.0.1:57229_solr-n_0000000000) closing
   [junit4]   2> 1827104 INFO  (jetty-closer-10268-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72069862080643077-127.0.0.1:57229_solr-n_0000000000) closing
   [junit4]   2> 1827114 INFO  (jetty-closer-10268-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7c1778c7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1827114 INFO  (jetty-closer-10268-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1da0aeb2{/solr,null,UNAVAILABLE}
   [junit4]   2> 1827114 INFO  (jetty-closer-10268-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1827115 INFO  (SUITE-FuzzySearchTest-seed#[D9D2BBDCCDF9753A]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1827320 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1827323 INFO  (SUITE-FuzzySearchTest-seed#[D9D2BBDCCDF9753A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:57198
   [junit4]   2> 1827323 INFO  (SUITE-FuzzySearchTest-seed#[D9D2BBDCCDF9753A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57198
   [junit4]   2> 1827323 INFO  (SUITE-FuzzySearchTest-seed#[D9D2BBDCCDF9753A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57198
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp\solr.search.FuzzySearchTest_D9D2BBDCCDF9753A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1335, maxMBSortInHeap=5.271346374040405, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1a3354a1), locale=ses-ML, timezone=America/Jujuy
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.1 (64-bit)/cpus=6,threads=1,free=193217432,total=301350912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrXmlInZkTest, SearchHandlerTest, PrimitiveFieldTypeTest, TestInPlaceUpdateWithRouteField, NumericFieldsTest, UnloadDistributedZkTest, TestWriterPerf, TestIBSimilarityFactory, OverseerSolrResponseTest, BitVectorTest, QueryEqualityTest, TestLegacyNumericUtils, PreAnalyzedUpdateProcessorTest, DistributedFacetSimpleRefinementLongTailTest, TestHighFrequencyDictionaryFactory, CustomHighlightComponentTest, MetricsHistoryWithAuthIntegrationTest, ComputePlanActionTest, ConcurrentDeleteAndCreateCollectionTest, TestHighlightDedupGrouping, TestUseDocValuesAsStored, NodeAddedTriggerTest, HdfsDirectoryTest, VersionInfoTest, IndexSizeTriggerSizeEstimationTest, SuggestComponentTest, DistribJoinFromCollectionTest, InfoHandlerTest, TestDistribIDF, TestRandomFlRTGCloud, CleanupOldIndexTest, TestSnapshotCloudManager, OrderedExecutorTest, ChaosMonkeyNothingIsSafeTest, CategoryRoutedAliasUpdateProcessorTest, TestFaceting, TestTlogReplayVsRecovery, TestExportTool, AliasIntegrationTest, ZkCollectionPropsCachingTest, TestReRankQParserPlugin, HttpPartitionWithTlogReplicasTest, TestStressRecovery, CollectionStateFormat2Test, TestShardHandlerFactory, TestFoldingMultitermQuery, TestNumericTokenStream, TestBinaryResponseWriter, TaggingAttributeTest, TestElisionMultitermQuery, TestHdfsBackupRestoreCore, SortSpecParsingTest, HdfsTlogReplayBufferedWhileIndexingTest, TestQueryTypes, SimpleMLTQParserTest, DistributedSpellCheckComponentTest, TestManagedSchema, SplitByPrefixTest, CreateCollectionCleanupTest, SuggesterFSTTest, TestFieldCollectionResource, TestJavabinTupleStreamParser, RollingRestartTest, TestCustomStream, TestSolrIndexConfig, FieldAnalysisRequestHandlerTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, SearchHandlerTest, TestSubQueryTransformer, CoreAdminOperationTest, HighlighterTest, TestSolr4Spatial, RemoteQueryErrorTest, ZkNodePropsTest, TestCloudPivotFacet, TestJsonFacetRefinement, MaxSizeAutoCommitTest, TestDelegationWithHadoopAuth, TestLegacyNumericRangeQueryBuilder, UniqFieldsUpdateProcessorFactoryTest, BJQParserTest, ForceLeaderWithTlogReplicasTest, BooleanFieldTest, TestClusterProperties, TestSolrJ, TestSimNodeLostTrigger, CollectionReloadTest, TestEmbeddedSolrServerSchemaAPI, TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, ChaosMonkeySafeLeaderTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, ConnectionManagerTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, DocValuesNotIndexedTest, LeaderElectionIntegrationTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, PackageManagerCLITest, TestCloudRecovery, TestDeleteCollectionOnDownNodes, TestDistributedMap, TestDownShardTolerantSearch, TestDynamicFieldNamesIndexCorrectly, TestLockTree, TestMiniSolrCloudClusterSSL, TestTolerantUpdateProcessorRandomCloud, TestReplicaProperties, ScheduledMaintenanceTriggerTest, ScheduledTriggerIntegrationTest, TestPolicyCloud, TestSimTriggerIntegration, ImplicitSnitchTest, RuleEngineTest, RulesTest, TestConfigSetProperties, TestConfigSets, TestCoreContainer, TestSolrXml, TestXIncludeConfig, TestSolrCloudSnapshots, TestRestoreCore, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud, CustomTermsComponentTest, DistributedMLTComponentTest, ResponseLogComponentTest, TermVectorComponentTest, TermsComponentTest, TestDistributedStatsComponentCardinality, SolrRrdBackendFactoryTest, TestPackages, CursorMarkTest, FuzzySearchTest]
   [junit4] Completed [766/899 (2!)] on J4 in 7.06s, 1 test, 1 failure <<< FAILURES!

[...truncated 45397 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:634: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:507: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:494: Source checkout is dirty (unversioned/missing files) after running tests!!! Offending files:
* solr/licenses/jetty-start-9.4.24.v20191120-shaded.jar.sha1

Total time: 73 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\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=C:\Users\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=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS-EA] Lucene-Solr-master-Windows (64bit/jdk-14-ea+30) - Build # 8343 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8343/
Java: 64bit/jdk-14-ea+30 -XX:+UseCompressedOops -XX:+UseSerialGC

25 tests failed.
FAILED:  org.apache.lucene.TestDemo.testDemo

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:D987B5D0EAA363BB]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
	at org.apache.lucene.codecs.lucene80.Lucene80NormsProducer.<init>(Lucene80NormsProducer.java:59)
	at org.apache.lucene.codecs.lucene80.Lucene80NormsFormat.normsProducer(Lucene80NormsFormat.java:90)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:170)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:468)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3574)
	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3549)
	at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1044)
	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1087)
	at org.apache.lucene.TestDemo.testDemo(TestDemo.java:58)
	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:564)
	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:832)


FAILED:  org.apache.lucene.codecs.lucene84.TestLucene84PostingsFormat.testDocsAndFreqsAndPositionsAndPayloads

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:108B08D3E39D8E3D]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.codecs.lucene84.Lucene84PostingsReader.<init>(Lucene84PostingsReader.java:81)
	at org.apache.lucene.codecs.lucene84.Lucene84PostingsFormat.fieldsProducer(Lucene84PostingsFormat.java:439)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:315)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:395)
	at org.apache.lucene.index.RandomPostingsTester.buildIndex(RandomPostingsTester.java:753)
	at org.apache.lucene.index.RandomPostingsTester.testFull(RandomPostingsTester.java:1476)
	at org.apache.lucene.index.BasePostingsFormatTestCase.testDocsAndFreqsAndPositionsAndPayloads(BasePostingsFormatTestCase.java:115)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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:832)


FAILED:  org.apache.lucene.codecs.lucene84.TestLucene84PostingsFormat.testRandom

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:D4672C6A6A1EFFD8]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.codecs.lucene84.Lucene84PostingsReader.<init>(Lucene84PostingsReader.java:81)
	at org.apache.lucene.codecs.lucene84.Lucene84PostingsFormat.fieldsProducer(Lucene84PostingsFormat.java:439)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:315)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:395)
	at org.apache.lucene.index.RandomPostingsTester.buildIndex(RandomPostingsTester.java:753)
	at org.apache.lucene.index.BasePostingsFormatTestCase.testRandom(BasePostingsFormatTestCase.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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:832)


FAILED:  org.apache.lucene.codecs.lucene84.TestLucene84PostingsFormat.testFstOffHeap

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:B96AD41AA4CC2995]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:89)
	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
	at org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:574)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:513)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3183)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3428)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3393)
	at org.apache.lucene.codecs.lucene84.TestLucene84PostingsFormat.testFstOffHeap(TestLucene84PostingsFormat.java:81)
	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:564)
	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:832)


FAILED:  org.apache.lucene.codecs.lucene84.TestLucene84PostingsFormat.testDisableFSTOffHeap

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:632EC5AFB53D7E1]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:89)
	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
	at org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:574)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:513)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3183)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3428)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3393)
	at org.apache.lucene.codecs.lucene84.TestLucene84PostingsFormat.testDisableFSTOffHeap(TestLucene84PostingsFormat.java:173)
	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:564)
	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:832)


FAILED:  org.apache.lucene.codecs.lucene84.TestLucene84PostingsFormat.testDocsOnly

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:DA6FA377D1AF3CFB]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.codecs.lucene84.Lucene84PostingsReader.<init>(Lucene84PostingsReader.java:81)
	at org.apache.lucene.codecs.lucene84.Lucene84PostingsFormat.fieldsProducer(Lucene84PostingsFormat.java:439)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:315)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:395)
	at org.apache.lucene.index.RandomPostingsTester.buildIndex(RandomPostingsTester.java:753)
	at org.apache.lucene.index.RandomPostingsTester.testFull(RandomPostingsTester.java:1476)
	at org.apache.lucene.index.BasePostingsFormatTestCase.testDocsOnly(BasePostingsFormatTestCase.java:103)
	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:564)
	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:832)


FAILED:  org.apache.lucene.codecs.lucene84.TestLucene84PostingsFormat.testDocsAndFreqs

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:B1E433E2DD14298D]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.codecs.lucene84.Lucene84PostingsReader.<init>(Lucene84PostingsReader.java:81)
	at org.apache.lucene.codecs.lucene84.Lucene84PostingsFormat.fieldsProducer(Lucene84PostingsFormat.java:439)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:315)
	at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:395)
	at org.apache.lucene.index.RandomPostingsTester.buildIndex(RandomPostingsTester.java:753)
	at org.apache.lucene.index.RandomPostingsTester.testFull(RandomPostingsTester.java:1476)
	at org.apache.lucene.index.BasePostingsFormatTestCase.testDocsAndFreqs(BasePostingsFormatTestCase.java:107)
	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:564)
	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:832)


FAILED:  org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat.testSortedSetVariableLengthManyValuesPerDocVsStoredFields

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:7DEE4D73043C63D6]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:89)
	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
	at org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:574)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:513)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3183)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3428)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3393)
	at org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:363)
	at org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:320)
	at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestSortedSetVsStoredFields(BaseDocValuesFormatTestCase.java:2144)
	at org.apache.lucene.index.BaseDocValuesFormatTestCase.testSortedSetVariableLengthManyValuesPerDocVsStoredFields(BaseDocValuesFormatTestCase.java:2325)
	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:564)
	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:832)


FAILED:  org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat.testRandomSortedBytes

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:35083E5C4A9BFE37]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
	at org.apache.lucene.codecs.lucene80.Lucene80NormsProducer.<init>(Lucene80NormsProducer.java:59)
	at org.apache.lucene.codecs.lucene80.Lucene80NormsFormat.normsProducer(Lucene80NormsFormat.java:90)
	at org.apache.lucene.codecs.asserting.AssertingNormsFormat.normsProducer(AssertingNormsFormat.java:51)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:170)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:468)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:414)
	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:515)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1594)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:191)
	at org.apache.lucene.index.BaseDocValuesFormatTestCase.testRandomSortedBytes(BaseDocValuesFormatTestCase.java:1173)
	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:564)
	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:832)


FAILED:  org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat.testSortedFixedLengthVsStoredFields

Error Message:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.AssertionError: java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:4AAE7AF51477EB1C]:0)
	at org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:358)
	at org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:320)
	at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestSortedVsStoredFields(BaseDocValuesFormatTestCase.java:1567)
	at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestSortedVsStoredFields(BaseDocValuesFormatTestCase.java:1655)
	at org.apache.lucene.index.BaseDocValuesFormatTestCase.testSortedFixedLengthVsStoredFields(BaseDocValuesFormatTestCase.java:1628)
	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:564)
	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:832)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:89)
	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
	at org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:574)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:513)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3183)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3428)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3393)
	at org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:336)
	... 40 more


FAILED:  org.apache.lucene.codecs.perfield.TestPerFieldDocValuesFormat.testSortedVariableLengthVsStoredFields

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:9591C40FE54EBFE0]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
	at org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:89)
	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
	at org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:574)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:513)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3183)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3428)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3393)
	at org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:363)
	at org.apache.lucene.index.RandomIndexWriter.commit(RandomIndexWriter.java:320)
	at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestSortedVsStoredFields(BaseDocValuesFormatTestCase.java:1567)
	at org.apache.lucene.index.BaseDocValuesFormatTestCase.doTestSortedVsStoredFields(BaseDocValuesFormatTestCase.java:1655)
	at org.apache.lucene.index.BaseDocValuesFormatTestCase.testSortedVariableLengthVsStoredFields(BaseDocValuesFormatTestCase.java:1643)
	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:564)
	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:832)


FAILED:  org.apache.lucene.index.TestDuelingCodecs.testEquals

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:A2445AFE154719A9]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.codecs.simpletext.SimpleTextDocValuesReader.<init>(SimpleTextDocValuesReader.java:77)
	at org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat$SimpleTextNormsProducer.<init>(SimpleTextNormsFormat.java:66)
	at org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.normsProducer(SimpleTextNormsFormat.java:50)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:170)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:468)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3574)
	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3549)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1943)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1923)
	at org.apache.lucene.index.RandomIndexWriter.doRandomForceMerge(RandomIndexWriter.java:408)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:432)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:376)
	at org.apache.lucene.index.TestDuelingCodecs.testEquals(TestDuelingCodecs.java:154)
	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:564)
	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:832)


FAILED:  org.apache.lucene.index.TestDuelingCodecs.testCrazyReaderEquals

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:1211D359D73794A8]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.codecs.simpletext.SimpleTextDocValuesReader.<init>(SimpleTextDocValuesReader.java:77)
	at org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat$SimpleTextNormsProducer.<init>(SimpleTextNormsFormat.java:66)
	at org.apache.lucene.codecs.simpletext.SimpleTextNormsFormat.normsProducer(SimpleTextNormsFormat.java:50)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:170)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:468)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3183)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3428)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3393)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:447)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:376)
	at org.apache.lucene.index.TestDuelingCodecs.testCrazyReaderEquals(TestDuelingCodecs.java:165)
	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:564)
	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:832)


FAILED:  org.apache.lucene.index.TestIndexFileDeleter.testVirusScannerDoesntCorruptIndex

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:E9EC4F9DF63936DD]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
	at org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1038)
	at org.apache.lucene.index.SegmentInfos.readCommit(SegmentInfos.java:294)
	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:846)
	at org.apache.lucene.index.TestIndexFileDeleter.testVirusScannerDoesntCorruptIndex(TestIndexFileDeleter.java:232)
	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:564)
	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:832)


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

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:695)
	at org.apache.lucene.index.IndexWriter.getDocStats(IndexWriter.java:5261)
	at org.apache.lucene.index.TestIndexManyDocuments.test(TestIndexManyDocuments.java:64)
	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:564)
	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:832)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
	at org.apache.lucene.codecs.lucene80.Lucene80NormsProducer.<init>(Lucene80NormsProducer.java:59)
	at org.apache.lucene.codecs.lucene80.Lucene80NormsFormat.normsProducer(Lucene80NormsFormat.java:90)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:170)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:468)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:414)
	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:515)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1594)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
	at org.apache.lucene.index.TestIndexManyDocuments$1.run(TestIndexManyDocuments.java:50)


FAILED:  org.apache.lucene.index.TestIndexSorting.testRandom3

Error Message:
Could not initialize class jdk.internal.misc.ExtendedMapMode

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class jdk.internal.misc.ExtendedMapMode
	at __randomizedtesting.SeedInfo.seed([A62B0965DB7E49AB:4F347BFBF8C60AD]:0)
	at java.base/sun.nio.ch.FileChannelImpl.isSync(FileChannelImpl.java:1119)
	at java.base/sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:994)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.mockfile.FilterFileChannel.map(FilterFileChannel.java:121)
	at org.apache.lucene.store.MMapDirectory.map(MMapDirectory.java:266)
	at org.apache.lucene.store.MMapDirectory.openInput(MMapDirectory.java:241)
	at org.apache.lucene.util.LuceneTestCase.slowFileExists(LuceneTestCase.java:2890)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:742)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.index.TrackingTmpOutputDirectoryWrapper.openInput(TrackingTmpOutputDirectoryWrapper.java:47)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsReader.<init>(CompressingStoredFieldsReader.java:128)
	at org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsReader(CompressingStoredFieldsFormat.java:121)
	at org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsReader(Lucene50StoredFieldsFormat.java:173)
	at org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsReader(AssertingStoredFieldsFormat.java:43)
	at org.apache.lucene.index.SortingStoredFieldsConsumer.flush(SortingStoredFieldsConsumer.java:61)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:152)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:468)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:414)
	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:515)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1594)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
	at org.apache.lucene.index.TestIndexSorting.testRandom3(TestIndexSorting.java:2533)
	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:564)
	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

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

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

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

Total time: 5 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\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=C:\Users\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=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS-EA] Lucene-Solr-master-Windows (64bit/jdk-14-ea+30) - Build # 8342 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8342/
Java: 64bit/jdk-14-ea+30 -XX:+UseCompressedOops -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 61356 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:634: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:507: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:494: Source checkout is dirty (unversioned/missing files) after running tests!!! Offending files:
* solr/licenses/jetty-start-9.4.24.v20191120-shaded.jar.sha1

Total time: 72 minutes 31 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\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=C:\Users\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=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

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

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

1 tests failed.
FAILED:  org.apache.solr.search.FuzzySearchTest.testTooComplex

Error Message:
Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:54109/solr/c1]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:54109/solr/c1]
	at __randomizedtesting.SeedInfo.seed([618045E7964F40C2:B7220FC3899C7388]: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.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
	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:[http://127.0.0.1:54109/solr/c1]
	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.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
	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.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54109/solr/c1: Term too complex: headquarters(在日米海軍横須賀基地司令部庁舎/旧横須賀鎮守府会議所・横須賀海軍艦船部)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
	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)
	... 50 more




Build Log:
[...truncated 15922 lines...]
   [junit4] Suite: org.apache.solr.search.FuzzySearchTest
   [junit4]   2> 1926171 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1926172 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.search.FuzzySearchTest_618045E7964F40C2-001\data-dir-149-001
   [junit4]   2> 1926172 WARN  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1926173 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1926175 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1926175 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.search.FuzzySearchTest_618045E7964F40C2-001\tempDir-001
   [junit4]   2> 1926176 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1926176 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1926176 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1926276 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:54096
   [junit4]   2> 1926276 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:54096
   [junit4]   2> 1926276 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54096
   [junit4]   2> 1926276 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54096
   [junit4]   2> 1926278 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1926283 INFO  (zkConnectionManagerCallback-11151-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926283 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1926286 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1926288 INFO  (zkConnectionManagerCallback-11153-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926288 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1926289 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1926292 INFO  (zkConnectionManagerCallback-11155-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926292 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1926396 WARN  (jetty-launcher-11156-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1926397 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1926397 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1926397 INFO  (jetty-launcher-11156-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> 1926397 INFO  (jetty-launcher-11156-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1926397 INFO  (jetty-launcher-11156-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1926397 INFO  (jetty-launcher-11156-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1926397 INFO  (jetty-launcher-11156-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ccf290b{/solr,null,AVAILABLE}
   [junit4]   2> 1926398 INFO  (jetty-launcher-11156-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@44414df4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?????}
   [junit4]   2> 1926399 INFO  (jetty-launcher-11156-thread-1) [     ] o.e.j.s.Server Started @???????ms
   [junit4]   2> 1926399 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54109}
   [junit4]   2> 1926399 ERROR (jetty-launcher-11156-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1926399 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1926399 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 1926399 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1926399 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1926399 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-16T04:58:56.182726Z
   [junit4]   2> 1926399 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1926402 INFO  (zkConnectionManagerCallback-11158-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926402 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1926403 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1926638 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1926638 WARN  (jetty-launcher-11156-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2243bee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1926638 WARN  (jetty-launcher-11156-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2243bee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1926643 WARN  (jetty-launcher-11156-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@415fbb3a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1926643 WARN  (jetty-launcher-11156-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@415fbb3a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1926643 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54096/solr
   [junit4]   2> 1926645 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1926647 INFO  (zkConnectionManagerCallback-11165-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926647 INFO  (jetty-launcher-11156-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1926750 INFO  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1926752 INFO  (zkConnectionManagerCallback-11167-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926752 INFO  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1926836 INFO  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54109_solr
   [junit4]   2> 1926836 INFO  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_solr     ] o.a.s.c.Overseer Overseer (id=72058309523800069-127.0.0.1:54109_solr-n_0000000000) starting
   [junit4]   2> 1926841 INFO  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54109_solr
   [junit4]   2> 1926841 INFO  (OverseerStateUpdate-72058309523800069-127.0.0.1:54109_solr-n_0000000000) [n:127.0.0.1:54109_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54109_solr
   [junit4]   2> 1926842 INFO  (OverseerStateUpdate-72058309523800069-127.0.0.1:54109_solr-n_0000000000) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1926843 INFO  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1926843 WARN  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_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> 1926862 INFO  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1926882 INFO  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54109.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611b95ce
   [junit4]   2> 1926887 INFO  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54109.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611b95ce
   [junit4]   2> 1926887 INFO  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54109.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611b95ce
   [junit4]   2> 1926889 INFO  (jetty-launcher-11156-thread-1) [n:127.0.0.1:54109_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.search.FuzzySearchTest_618045E7964F40C2-001\tempDir-001\node1\.
   [junit4]   2> 1926903 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1926904 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1926906 INFO  (zkConnectionManagerCallback-11176-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1926906 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1926907 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1926908 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54096/solr ready
   [junit4]   2> 1926921 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[618045E7964F40C2]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testTooComplex
   [junit4]   2> 1926924 INFO  (qtp1250343636-28358) [n:127.0.0.1:54109_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1926928 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection c1
   [junit4]   2> 1926929 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 1926932 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 1926933 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 1926937 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 1926938 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 1926939 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 1926940 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 1926942 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 1926943 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 1926945 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 1926947 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 1926948 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 1926950 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 1926952 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 1926953 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 1926955 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 1926956 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 1926958 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 1926959 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 1926962 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 1926963 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 1926965 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 1926966 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 1926968 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 1926969 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 1926971 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 1926973 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 1926974 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 1926976 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 1926977 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 1926979 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 1926981 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 1926982 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 1926983 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 1926985 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 1926987 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 1926988 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 1926989 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 1926991 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 1926992 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 1926993 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 1926995 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 1926997 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 1926999 INFO  (OverseerThreadFactory-8325-thread-1-processing-n:127.0.0.1:54109_solr) [n:127.0.0.1:54109_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 1927106 INFO  (OverseerStateUpdate-72058309523800069-127.0.0.1:54109_solr-n_0000000000) [n:127.0.0.1:54109_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54109/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1927310 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr    x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1927310 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr    x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1928327 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 1928347 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema [c1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1928456 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1928456 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'c1_shard1_replica_n1' using configuration from collection c1, trusted=true
   [junit4]   2> 1928457 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54109.solr.core.c1.shard1.replica_n1' (registry 'solr.core.c1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@611b95ce
   [junit4]   2> 1928457 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [[c1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.search.FuzzySearchTest_618045E7964F40C2-001\tempDir-001\node1\c1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.search.FuzzySearchTest_618045E7964F40C2-001\tempDir-001\node1\.\c1_shard1_replica_n1\data\]
   [junit4]   2> 1928539 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1928539 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1928542 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 1928542 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1928544 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@214c397f[c1_shard1_replica_n1] main]
   [junit4]   2> 1928546 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 1928547 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 1928547 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 1928548 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1928548 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1928548 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_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> 1928548 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1928548 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1655859564596166656
   [junit4]   2> 1928550 INFO  (searcherExecutor-8330-thread-1-processing-n:127.0.0.1:54109_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@214c397f[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1928550 INFO  (searcherExecutor-8330-thread-1-processing-n:127.0.0.1:54109_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1928550 INFO  (searcherExecutor-8330-thread-1-processing-n:127.0.0.1:54109_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1928551 INFO  (searcherExecutor-8330-thread-1-processing-n:127.0.0.1:54109_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@214c397f[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1928551 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1928551 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/c1/leaders/shard1
   [junit4]   2> 1928554 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1928554 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1928554 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54109/solr/c1_shard1_replica_n1/
   [junit4]   2> 1928554 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1928554 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:54109/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1928554 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/c1/leaders/shard1/leader after winning as /collections/c1/leader_elect/shard1/election/72058309523800069-core_node2-n_0000000000
   [junit4]   2> 1928559 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54109/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 1928662 INFO  (zkCallback-11166-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1928662 INFO  (zkCallback-11166-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1928664 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1928667 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1358
   [junit4]   2> 1928671 INFO  (qtp1250343636-28358) [n:127.0.0.1:54109_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> 1928767 INFO  (zkCallback-11166-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1928767 INFO  (zkCallback-11166-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1928767 INFO  (zkCallback-11166-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1928768 INFO  (qtp1250343636-28358) [n:127.0.0.1:54109_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=1843
   [junit4]   2> 1928768 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[618045E7964F40C2]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 1928866 INFO  (qtp1250343636-28357) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Persisted managed schema version 1 at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 1928866 INFO  (zkCallback-11166-thread-3) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 1928866 INFO  (zkCallback-11166-thread-3) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 1928869 INFO  (qtp1250343636-28357) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 1928869 INFO  (qtp1250343636-28357) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1655859564929613824)]} 0 92
   [junit4]   2> 1928870 INFO  (zkCallback-11166-thread-3) [     ] o.a.s.s.IndexSchema [c1_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1928877 INFO  (qtp1250343636-28362) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1655859564941148160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1928877 INFO  (qtp1250343636-28362) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@32e411dc commitCommandVersion:1655859564941148160
   [junit4]   2> 1928895 INFO  (qtp1250343636-28362) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6dfb8be6[c1_shard1_replica_n1] main]
   [junit4]   2> 1928895 INFO  (qtp1250343636-28362) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1928895 INFO  (searcherExecutor-8330-thread-1-processing-n:127.0.0.1:54109_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@6dfb8be6[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={lucene.version=9.0.0, java.vm.version=13.0.1+9, java.version=13.0.1, timestamp=1579150738675, java.vendor=AdoptOpenJDK, os=Windows 10, os.version=10.0, java.runtime.version=13.0.1+9, os.arch=amd64, source=flush}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1928895 INFO  (searcherExecutor-8330-thread-1-processing-n:127.0.0.1:54109_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1928895 INFO  (searcherExecutor-8330-thread-1-processing-n:127.0.0.1:54109_solr x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1] Registered new searcher Searcher@6dfb8be6[c1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={lucene.version=9.0.0, java.vm.version=13.0.1+9, java.version=13.0.1, timestamp=1579150738675, java.vendor=AdoptOpenJDK, os=Windows 10, os.version=10.0, java.runtime.version=13.0.1+9, os.arch=amd64, source=flush}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 1928898 INFO  (qtp1250343636-28362) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=c1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 29
   [junit4]   2> 1928939 INFO  (OverseerCollectionConfigSetProcessor-72058309523800069-127.0.0.1:54109_solr-n_0000000000) [n:127.0.0.1:54109_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> 1928946 ERROR (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too complex: headquarters(???????????????/???????????????????)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.buildAutomata(FuzzyTermsEnum.java:157)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.<init>(FuzzyQuery.java:111)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.<init>(FuzzyQuery.java:132)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.newFuzzyQuery(SolrQueryParserBase.java:638)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.getFuzzyQuery(SolrQueryParserBase.java:1249)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.handleBareTokenQuery(SolrQueryParserBase.java:806)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Term(QueryParser.java:421)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Clause(QueryParser.java:278)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Query(QueryParser.java:162)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.TopLevelQuery(QueryParser.java:131)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:263)
   [junit4]   2> 	at org.apache.solr.search.LuceneQParser.parse(LuceneQParser.java:49)
   [junit4]   2> 	at org.apache.solr.search.QParser.getQuery(QParser.java:174)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:161)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:302)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> Caused by: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:746)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:74)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.buildAutomata(FuzzyTermsEnum.java:154)
   [junit4]   2> 	... 49 more
   [junit4]   2> 
   [junit4]   2> 1928946 INFO  (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.S.Request [c1_shard1_replica_n1]  webapp=/solr path=/select params={q=text:headquarters\(???????????????\/???????????????????\)~&_stateVer_=c1:4&wt=javabin&version=2} status=500 QTime=43
   [junit4]   2> 1928946 ERROR (qtp1250343636-28359) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall null:org.apache.lucene.search.FuzzyTermsEnum$FuzzyTermsException: Term too complex: headquarters(???????????????/???????????????????)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.buildAutomata(FuzzyTermsEnum.java:157)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.<init>(FuzzyQuery.java:111)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyQuery.<init>(FuzzyQuery.java:132)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.newFuzzyQuery(SolrQueryParserBase.java:638)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.getFuzzyQuery(SolrQueryParserBase.java:1249)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.handleBareTokenQuery(SolrQueryParserBase.java:806)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Term(QueryParser.java:421)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Clause(QueryParser.java:278)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Query(QueryParser.java:162)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.TopLevelQuery(QueryParser.java:131)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:263)
   [junit4]   2> 	at org.apache.solr.search.LuceneQParser.parse(LuceneQParser.java:49)
   [junit4]   2> 	at org.apache.solr.search.QParser.getQuery(QParser.java:174)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:161)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:302)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2582)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:799)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> Caused by: org.apache.lucene.util.automaton.TooComplexToDeterminizeException: Determinizing automaton with 13632 states and 21348 transitions would result in more than 10000 states.
   [junit4]   2> 	at org.apache.lucene.util.automaton.Operations.determinize(Operations.java:746)
   [junit4]   2> 	at org.apache.lucene.util.automaton.RunAutomaton.<init>(RunAutomaton.java:74)
   [junit4]   2> 	at org.apache.lucene.util.automaton.ByteRunAutomaton.<init>(ByteRunAutomaton.java:31)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:254)
   [junit4]   2> 	at org.apache.lucene.util.automaton.CompiledAutomaton.<init>(CompiledAutomaton.java:140)
   [junit4]   2> 	at org.apache.lucene.search.FuzzyTermsEnum.buildAutomata(FuzzyTermsEnum.java:154)
   [junit4]   2> 	... 49 more
   [junit4]   2> 
   [junit4]   2> 1928947 ERROR (TEST-FuzzySearchTest.testTooComplex-seed#[618045E7964F40C2]) [     ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [c1] failed due to (500) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54109/solr/c1: Term too complex: headquarters(???????????????/???????????????????), retry=0 commError=false errorCode=500 
   [junit4]   2> 1928947 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[618045E7964F40C2]) [     ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 1928947 INFO  (TEST-FuzzySearchTest.testTooComplex-seed#[618045E7964F40C2]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTooComplex
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FuzzySearchTest -Dtests.method=testTooComplex -Dtests.seed=618045E7964F40C2 -Dtests.slow=true -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=Europe/San_Marino -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.04s J0 | FuzzySearchTest.testTooComplex <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Unexpected exception type, expected RemoteSolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:54109/solr/c1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([618045E7964F40C2:B7220FC3899C7388]:0)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2752)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.testTooComplex(FuzzySearchTest.java:64)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:54109/solr/c1]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1018)
   [junit4]    > 	at org.apache.solr.search.FuzzySearchTest.lambda$testTooComplex$0(FuzzySearchTest.java:64)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase._expectThrows(LuceneTestCase.java:2870)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2745)
   [junit4]    > 	... 41 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54109/solr/c1: Term too complex: headquarters(???????????????/???????????????????)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    > 	... 50 more
   [junit4]   2> 1929046 INFO  (zkCallback-11166-thread-3) [     ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1929046 INFO  (zkCallback-11166-thread-3) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 179 ms
   [junit4]   2> 1929058 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1808933996
   [junit4]   2> 1929058 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:54109_solr
   [junit4]   2> 1929060 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1929060 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:54109_solr as DOWN
   [junit4]   2> 1929070 INFO  (coreCloseExecutor-8335-thread-1) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore [c1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5c5d131e
   [junit4]   2> 1929070 INFO  (coreCloseExecutor-8335-thread-1) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.c1.shard1.replica_n1, tag=SolrCore@5c5d131e
   [junit4]   2> 1929070 INFO  (coreCloseExecutor-8335-thread-1) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6796f10c: rootName = solr_54109, domain = solr.core.c1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.c1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@71a28267
   [junit4]   2> 1929079 INFO  (coreCloseExecutor-8335-thread-1) [n:127.0.0.1:54109_solr c:c1 s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.c1.shard1.leader, tag=SolrCore@5c5d131e
   [junit4]   2> 1929086 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1929086 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@39a17ba3: rootName = solr_54109, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7b7cc772
   [junit4]   2> 1929090 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1929090 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@78f3150e: rootName = solr_54109, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2f5eaeab
   [junit4]   2> 1929093 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1929093 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f14f1ec: rootName = solr_54109, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@26d062a5
   [junit4]   2> 1929093 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1929122 INFO  (closeThreadPool-11183-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72058309523800069-127.0.0.1:54109_solr-n_0000000000) closing
   [junit4]   2> 1929122 INFO  (OverseerStateUpdate-72058309523800069-127.0.0.1:54109_solr-n_0000000000) [n:127.0.0.1:54109_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54109_solr
   [junit4]   2> 1929128 INFO  (OverseerAutoScalingTriggerThread-72058309523800069-127.0.0.1:54109_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1929132 INFO  (closeThreadPool-11183-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72058309523800069-127.0.0.1:54109_solr-n_0000000000) closing
   [junit4]   2> 1929214 INFO  (jetty-closer-11179-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72058309523800069-127.0.0.1:54109_solr-n_0000000000) closing
   [junit4]   2> 1929224 INFO  (jetty-closer-11179-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@44414df4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:?}
   [junit4]   2> 1929227 INFO  (jetty-closer-11179-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5ccf290b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1929227 INFO  (jetty-closer-11179-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1929238 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1929473 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/collections/c1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/collections/c1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1929478 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54096
   [junit4]   2> 1929478 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54096
   [junit4]   2> 1929478 INFO  (SUITE-FuzzySearchTest-seed#[618045E7964F40C2]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54096
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.search.FuzzySearchTest_618045E7964F40C2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=638, maxMBSortInHeap=5.630216160238053, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@b9d3c6f), locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=Europe/San_Marino
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.1 (64-bit)/cpus=6,threads=1,free=77817336,total=441450496
   [junit4]   2> NOTE: All tests run in this JVM: [PropertiesRequestHandlerTest, ExplicitHLLTest, TestPolicyCloud, CloudExitableDirectoryReaderTest, HdfsLockFactoryTest, HdfsBasicDistributedZkTest, SplitShardTest, DateMathParserTest, TestUseDocValuesAsStored2, TestComplexPhraseQParserPlugin, DistributedIntervalFacetingTest, HdfsRecoveryZkTest, TestInPlaceUpdatesDistrib, TestStressReorder, TestJoin, TestBlobHandler, HdfsUnloadDistributedZkTest, TestSQLHandler, ExecutePlanActionTest, TestFastOutputStream, TestTrieFacet, TestDistribDocBasedVersion, TestCodecSupport, XCJFQueryTest, RegexBoostProcessorTest, TestLeaderElectionZkExpiry, HttpSolrCallGetCoreTest, DistributedSuggestComponentTest, TestSolr4Spatial2, TestCharFilters, TestUpdate, TestCloudConsistency, SharedFSAutoReplicaFailoverTest, TestFieldResource, ZkStateReaderTest, CollectionTooManyReplicasTest, GraphQueryTest, QueryParsingTest, TestDirectoryFactory, RootFieldTest, TimeZoneUtilsTest, MultiSolrCloudTestCaseTest, TestPrepRecovery, XmlInterpolationTest, TestConfigsApi, TestHttpShardHandlerFactory, TestDistribPackageStore, PeerSyncTest, SparseHLLTest, TestBlendedInfixSuggestions, TestPerFieldSimilarityWithDefaultOverride, CdcrRequestHandlerTest, SolrIndexSplitterTest, TestCSVResponseWriter, TestSolrQueryResponse, TestSystemCollAutoCreate, SpatialFilterTest, TestSolrTestCaseJ4, OverseerSolrResponseUnsafeSerializationTest, OverriddenZkACLAndCredentialsProvidersTest, OpenExchangeRatesOrgProviderTest, TestNumericTerms32, TestMacroExpander, TestJsonFacets, SolrInfoBeanTest, TestManagedSynonymFilterFactory, DocValuesMissingTest, TestConfigSetsAPI, BaseCdcrDistributedZkTest, RegexBytesRefFilterTest, TestCloudSchemaless, ScheduledTriggerIntegrationTest, ClassificationUpdateProcessorFactoryTest, TestRandomRequestDistribution, JsonLoaderTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ReplaceNodeNoTargetTest, AnalysisAfterCoreReloadTest, CdcrUpdateLogTest, TestExactSharedStatsCache, SuggesterTSTTest, TestSimpleTextCodec, TestSolrQueryParser, EmbeddedSolrNoSerializeTest, TokenizerChainTest, TestBM25SimilarityFactory, TestSchemaSimilarityResource, TestRequestStatusCollectionAPI, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, RecoveryAfterSoftCommitTest, RollingRestartTest, TestCloudRecovery2, TestExactStatsCacheCloud, TestHashPartitioner, TestSegmentSorting, TestSkipOverseerOperations, TestTolerantUpdateProcessorCloud, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, ZkControllerTest, ZkNodePropsTest, ZkShardTermsTest, AssignTest, CustomCollectionTest, IndexSizeTriggerTest, MetricTriggerIntegrationTest, NodeLostTriggerIntegrationTest, TriggerSetPropertiesIntegrationTest, TestSimDistributedQueue, TestSimNodeAddedTrigger, TestSimPolicyCloud, TestSimScenario, TestSimUtils, HdfsRecoverLeaseTest, HdfsTlogReplayBufferedWhileIndexingTest, ZkCollectionPropsCachingTest, RAMDirectoryFactoryTest, RequestHandlersTest, SOLR749Test, SolrCoreCheckLockOnStartupTest, SolrCoreTest, TestImplicitCoreProperties, TestInfoStreamLogging, TestJmxIntegration, TestNRTOpen, TestQuerySenderListener, TestReloadAndDeleteDocs, TestSolrCloudSnapshots, AdminHandlersProxyTest, CoreAdminCreateDiscoverTest, CoreAdminOperationTest, CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, IndexSizeEstimatorTest, LoggingHandlerTest, LukeRequestHandlerTest, MetricsHandlerTest, MetricsHistoryHandlerTest, SplitHandlerTest, StatsReloadRaceTest, SystemInfoHandlerTest, TestApiFramework, TestCollectionAPIs, CustomTermsComponentTest, DistributedFacetPivotLargeTest, DistributedMLTComponentTest, DistributedQueryElevationComponentTest, SuggestComponentTest, TestLegacyTerms, TestNumericRangeQuery64, SolrGraphiteReporterTest, SolrCloudReportersTest, TestManagedResource, TestRestManager, TestBulkSchemaAPI, CursorMarkTest, FuzzySearchTest]
   [junit4] Completed [768/899 (1!)] on J0 in 5.58s, 1 test, 1 failure <<< FAILURES!

[...truncated 45391 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:634: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:507: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:494: Source checkout is dirty (unversioned/missing files) after running tests!!! Offending files:
* solr/licenses/jetty-start-9.4.24.v20191120-shaded.jar.sha1

Total time: 70 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\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=C:\Users\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=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2