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/03/11 22:57:08 UTC

[JENKINS-Experimental-GC] Lucene-Solr-8.x-Linux (64bit/jdk-15-ea+9) - Build # 2412 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/2412/
Java: 64bit/jdk-15-ea+9 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

2 tests failed.
FAILED:  org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat

Error Message:
re-indexing warning not found

Stack Trace:
java.lang.AssertionError: re-indexing warning not found
	at __randomizedtesting.SeedInfo.seed([C2D2DC238EEE1B4A:B2277F8AEE26B23C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat(SystemCollectionCompatTest.java:215)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRule

Error Message:
Error from server at http://127.0.0.1:34259: Underlying core creation failed while creating collection: shardSplitWithRule_rewrite

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34259: Underlying core creation failed while creating collection: shardSplitWithRule_rewrite
	at __randomizedtesting.SeedInfo.seed([C2D2DC238EEE1B4A:43DC0D91131C4061]:0)
	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)
	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:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitShardWithRule(ShardSplitTest.java:650)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRule(ShardSplitTest.java:628)
	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:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at 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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 14227 lines...]
   [junit4] Suite: org.apache.solr.cloud.SystemCollectionCompatTest
   [junit4]   2> 194425 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 194425 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 194425 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_C2D2DC238EEE1B4A-001/data-dir-24-001
   [junit4]   2> 194426 WARN  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=36 numCloses=36
   [junit4]   2> 194426 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 194426 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 194426 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_C2D2DC238EEE1B4A-001/tempDir-001
   [junit4]   2> 194427 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 194427 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 194427 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 194527 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:33281
   [junit4]   2> 194527 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33281
   [junit4]   2> 194527 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33281
   [junit4]   2> 194527 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33281
   [junit4]   2> 194529 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 194531 INFO  (zkConnectionManagerCallback-776-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 194531 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 194535 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 194538 INFO  (zkConnectionManagerCallback-778-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 194538 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 194538 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 194540 INFO  (zkConnectionManagerCallback-780-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 194540 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 194650 WARN  (jetty-launcher-781-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 194650 WARN  (jetty-launcher-781-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 194650 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 194650 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 194650 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 194650 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 194650 INFO  (jetty-launcher-781-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+9-264
   [junit4]   2> 194650 INFO  (jetty-launcher-781-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 15-ea+9-264
   [junit4]   2> 194662 INFO  (jetty-launcher-781-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 194662 INFO  (jetty-launcher-781-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 194662 INFO  (jetty-launcher-781-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 194662 INFO  (jetty-launcher-781-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 194662 INFO  (jetty-launcher-781-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 194662 INFO  (jetty-launcher-781-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 194662 INFO  (jetty-launcher-781-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@355e8666{/solr,null,AVAILABLE}
   [junit4]   2> 194662 INFO  (jetty-launcher-781-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49010053{/solr,null,AVAILABLE}
   [junit4]   2> 194663 INFO  (jetty-launcher-781-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@57e5ef22{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44681}
   [junit4]   2> 194663 INFO  (jetty-launcher-781-thread-2) [     ] o.e.j.s.Server Started @194925ms
   [junit4]   2> 194663 INFO  (jetty-launcher-781-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6b2e5fe8{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37589}
   [junit4]   2> 194663 INFO  (jetty-launcher-781-thread-1) [     ] o.e.j.s.Server Started @194925ms
   [junit4]   2> 194663 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44681}
   [junit4]   2> 194663 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37589}
   [junit4]   2> 194664 ERROR (jetty-launcher-781-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 194664 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 194664 ERROR (jetty-launcher-781-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 194664 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 194664 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 194664 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 194664 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 194664 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 194664 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 194664 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 194664 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-11T22:25:23.051222Z
   [junit4]   2> 194664 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-11T22:25:23.051221Z
   [junit4]   2> 194664 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 194665 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 194667 INFO  (zkConnectionManagerCallback-784-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 194667 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 194669 INFO  (zkConnectionManagerCallback-785-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 194669 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 194669 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 194670 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 194821 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 194822 WARN  (jetty-launcher-781-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5c941fa2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 194822 WARN  (jetty-launcher-781-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5c941fa2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 194824 WARN  (jetty-launcher-781-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4a61691c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 194824 WARN  (jetty-launcher-781-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4a61691c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 194825 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33281/solr
   [junit4]   2> 194825 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 194827 INFO  (zkConnectionManagerCallback-792-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 194827 INFO  (jetty-launcher-781-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 194901 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 194902 WARN  (jetty-launcher-781-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@78fe5143[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 194902 WARN  (jetty-launcher-781-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@78fe5143[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 194904 WARN  (jetty-launcher-781-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3581f70f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 194904 WARN  (jetty-launcher-781-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3581f70f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 194905 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33281/solr
   [junit4]   2> 194905 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 194910 INFO  (zkConnectionManagerCallback-799-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 194910 INFO  (jetty-launcher-781-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 194975 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 194976 INFO  (zkConnectionManagerCallback-801-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 194976 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 195005 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44681_solr
   [junit4]   2> 195006 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_solr     ] o.a.s.c.Overseer Overseer (id=72161595159478279-127.0.0.1:44681_solr-n_0000000000) starting
   [junit4]   2> 195007 INFO  (OverseerStateUpdate-72161595159478279-127.0.0.1:44681_solr-n_0000000000) [n:127.0.0.1:44681_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44681_solr
   [junit4]   2> 195007 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44681_solr
   [junit4]   2> 195008 INFO  (zkCallback-800-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 195009 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 195010 WARN  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_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> 195021 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 195039 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44681.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25f67a67
   [junit4]   2> 195044 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44681.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25f67a67
   [junit4]   2> 195044 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44681.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25f67a67
   [junit4]   2> 195045 INFO  (jetty-launcher-781-thread-2) [n:127.0.0.1:44681_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_C2D2DC238EEE1B4A-001/tempDir-001/node1/.
   [junit4]   2> 195075 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 195076 INFO  (zkConnectionManagerCallback-807-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195076 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 195078 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 195079 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37589_solr as DOWN
   [junit4]   2> 195080 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 195080 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37589_solr
   [junit4]   2> 195080 INFO  (zkCallback-800-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 195080 INFO  (zkCallback-806-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 195081 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 195081 WARN  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_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> 195088 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 195097 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37589.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25f67a67
   [junit4]   2> 195103 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37589.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25f67a67
   [junit4]   2> 195103 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37589.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25f67a67
   [junit4]   2> 195104 INFO  (jetty-launcher-781-thread-1) [n:127.0.0.1:37589_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_C2D2DC238EEE1B4A-001/tempDir-001/node2/.
   [junit4]   2> 195118 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 195119 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 195120 INFO  (zkConnectionManagerCallback-816-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 195120 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 195121 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 195121 INFO  (SUITE-SystemCollectionCompatTest-seed#[C2D2DC238EEE1B4A]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33281/solr ready
   [junit4]   2> 195130 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[C2D2DC238EEE1B4A]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBackCompat
   [junit4]   2> 195133 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params name=.system&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 195137 INFO  (OverseerThreadFactory-1075-thread-1-processing-n:127.0.0.1:44681_solr) [n:127.0.0.1:44681_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection .system
   [junit4]   2> 195241 INFO  (OverseerStateUpdate-72161595159478279-127.0.0.1:44681_solr-n_0000000000) [n:127.0.0.1:44681_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44681/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44681_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 195242 INFO  (OverseerStateUpdate-72161595159478279-127.0.0.1:44681_solr-n_0000000000) [n:127.0.0.1:44681_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37589/solr",
   [junit4]   2>   "node_name":"127.0.0.1:37589_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 195445 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr    x:.system_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 195445 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr    x:.system_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 195445 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr    x:.system_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 195453 WARN  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrConfig You should not use LATEST as luceneMatchVersion property: if you use this setting, and then Solr upgrades to a newer release of Lucene, sizable changes may happen. If precise back compatibility is important then you should instead explicitly specify an actual Lucene version.
   [junit4]   2> 195453 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 195453 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 195460 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 195460 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 195462 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=_system collection or core
   [junit4]   2> 195462 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=_system collection or core
   [junit4]   2> 195466 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 195466 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 195468 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/.system/managed-schema
   [junit4]   2> 195468 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Managed schema znode at /configs/.system/managed-schema already exists - no need to create it
   [junit4]   2> 195468 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using configuration from configset .system, trusted=true
   [junit4]   2> 195469 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44681.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25f67a67
   [junit4]   2> 195469 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to /configs/.system/schema.xml.bak
   [junit4]   2> 195469 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_C2D2DC238EEE1B4A-001/tempDir-001/node1/./.system_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_C2D2DC238EEE1B4A-001/tempDir-001/node1/./.system_shard1_replica_n1/data/]
   [junit4]   2> 195469 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using configuration from configset .system, trusted=true
   [junit4]   2> 195469 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37589.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25f67a67
   [junit4]   2> 195469 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_C2D2DC238EEE1B4A-001/tempDir-001/node2/./.system_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_C2D2DC238EEE1B4A-001/tempDir-001/node2/./.system_shard1_replica_n2/data/]
   [junit4]   2> 195508 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 195508 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 195509 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 195509 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 195509 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 195509 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 195510 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 195510 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 195511 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@116fca7[.system_shard1_replica_n1] main]
   [junit4]   2> 195511 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f19d880[.system_shard1_replica_n2] main]
   [junit4]   2> 195512 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 195512 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 195512 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 195512 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 195513 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 195513 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 195514 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 195514 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 0 from ZooKeeper
   [junit4]   2> 195514 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 195514 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660908233190014976
   [junit4]   2> 195516 INFO  (searcherExecutor-1084-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@116fca7[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 195516 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=_system collection or core
   [junit4]   2> 195517 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 195517 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 195520 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 195521 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 195521 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 7 ms
   [junit4]   2> 195521 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 195521 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660908233197355008
   [junit4]   2> 195523 INFO  (searcherExecutor-1085-thread-1-processing-n:127.0.0.1:37589_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@2f19d880[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 195524 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 195524 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 196021 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 196021 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 196021 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44681/solr/.system_shard1_replica_n1/
   [junit4]   2> 196022 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:44681/solr START replicas=[http://127.0.0.1:37589/solr/.system_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 196022 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=http://127.0.0.1:44681/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 196025 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196025 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 196025 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 196025 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/.system/leaders/shard1/leader after winning as /collections/.system/leader_elect/shard1/election/72161595159478279-core_node3-n_0000000000
   [junit4]   2> 196026 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44681/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 196128 INFO  (zkCallback-800-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 196128 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 196134 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=689
   [junit4]   2> 196230 INFO  (zkCallback-800-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 196230 INFO  (zkCallback-800-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 196527 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1082
   [junit4]   2> 196528 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_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> 196627 INFO  (zkCallback-806-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 196627 INFO  (zkCallback-806-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 196627 INFO  (zkCallback-800-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 196627 INFO  (zkCallback-800-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 196628 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=.system&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1494
   [junit4]   2> 196628 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[C2D2DC238EEE1B4A]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: .system
   [junit4]   2> 196631 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[C2D2DC238EEE1B4A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 196632 INFO  (zkConnectionManagerCallback-823-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 196632 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[C2D2DC238EEE1B4A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 196633 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[C2D2DC238EEE1B4A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 196633 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[C2D2DC238EEE1B4A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33281/solr ready
   [junit4]   2> 196640 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 196650 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:44681/solr/.system_shard1_replica_n1/&wt=javabin&version=2}{add=[170cbb3d419T1554afikxxiwjdnuxh0o7i1sj (1660908234366517248)]} 0 3
   [junit4]   2> 196650 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[170cbb3d419T1554afikxxiwjdnuxh0o7i1sj (1660908234366517248)]} 0 15
   [junit4]   2> 196652 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660908234383294464,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 196652 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6f9bc3c5 commitCommandVersion:1660908234383294464
   [junit4]   2> 196652 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660908234383294464,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 196652 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@8aa2a07 commitCommandVersion:1660908234383294464
   [junit4]   2> 196656 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b8a52a1[.system_shard1_replica_n1] main]
   [junit4]   2> 196656 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e9d7a4d[.system_shard1_replica_n2] main]
   [junit4]   2> 196656 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 196656 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 196657 INFO  (searcherExecutor-1084-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@6b8a52a1[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=15-ea, java.vm.version=15-ea+9-264, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=15-ea+9-264, source=flush, os.version=5.3.0-40-generic, timestamp=1583965525041}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 196657 INFO  (searcherExecutor-1085-thread-1-processing-n:127.0.0.1:37589_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@2e9d7a4d[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=15-ea, java.vm.version=15-ea+9-264, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=15-ea+9-264, source=flush, os.version=5.3.0-40-generic, timestamp=1583965525041}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 196658 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44681/solr/.system_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 5
   [junit4]   2> 196658 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=.system:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 6
   [junit4]   2> 196662 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 196664 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196672 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SchemaManager managed schema loaded . version : 1 
   [junit4]   2> 196674 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=_system collection or core
   [junit4]   2> 196677 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 196680 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkController Persisted config data to node /configs/.system/schema.xml.bak 
   [junit4]   2> 196680 INFO  (Thread-482) [     ] o.a.s.c.SolrCore config update listener called for core .system_shard1_replica_n2
   [junit4]   2> 196680 INFO  (Thread-483) [     ] o.a.s.c.SolrCore config update listener called for core .system_shard1_replica_n1
   [junit4]   2> 196681 INFO  (Thread-483) [     ] o.a.s.c.SolrCore core reload .system_shard1_replica_n1
   [junit4]   2> 196684 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 196691 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=_system collection or core
   [junit4]   2> 196694 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 196694 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n1' using configuration from configset .system
   [junit4]   2> 196721 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44681.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@25f67a67
   [junit4]   2> 196721 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_C2D2DC238EEE1B4A-001/tempDir-001/node1/./.system_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_C2D2DC238EEE1B4A-001/tempDir-001/node1/./.system_shard1_replica_n1/data/]
   [junit4]   2> 196751 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 196751 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 196753 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@54665bb[.system_shard1_replica_n1] main]
   [junit4]   2> 196754 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 196754 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 196754 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 196754 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196754 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 196757 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 196757 INFO  (searcherExecutor-1094-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@54665bb[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=15-ea, java.vm.version=15-ea+9-264, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=15-ea+9-264, source=flush, os.version=5.3.0-40-generic, timestamp=1583965525041}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 196758 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6cfa592c[.system_shard1_replica_n1] main]
   [junit4]   2> 196758 INFO  (qtp1495407222-3172) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 2 for collection .system
   [junit4]   2> 196760 INFO  (searcherExecutor-1094-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@6cfa592c[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={java.vendor=Oracle Corporation, os=Linux, java.version=15-ea, java.vm.version=15-ea+9-264, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=15-ea+9-264, source=flush, os.version=5.3.0-40-generic, timestamp=1583965525041}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 196760 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196761 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196761 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196761 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196761 INFO  (Thread-483) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 196762 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196762 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196762 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196762 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196762 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196762 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196762 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196763 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196763 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196763 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196763 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196763 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196764 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196764 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196764 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196764 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196764 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196764 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196764 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196764 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196765 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196765 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196765 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196765 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196765 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196765 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196765 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196765 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196766 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196766 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196766 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196766 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196766 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196766 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196766 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196766 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196767 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196767 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196767 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196767 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196767 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196767 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196767 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196767 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196768 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196768 INFO  (Thread-483) [     ] o.a.s.s.IndexSchema Schema name=_system collection or core
   [junit4]   2> 196768 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196768 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196768 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196768 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196768 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196768 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196769 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196770 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196770 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196770 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196770 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196771 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196771 INFO  (Thread-483) [     ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 196771 INFO  (Thread-483) [     ] o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n1' using configuration from configset .system
   [junit4]   2> 196771 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196771 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196771 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196771 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196771 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196771 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196771 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196771 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196772 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196772 INFO  (qtp1709817125-3173) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196772 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196772 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196772 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196772 INFO  (qtp1709817125-3166) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196772 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.1:44681_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:44681_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Replica http://127.0.0.1:37589/solr/.system_shard1_replica_n2/ returned schema version 0 and has not applied schema version 2
   [junit4]   2> 196772 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.SchemaHandler REFRESHING SCHEMA (refreshIfBelowVersion=2, currentVersion=0) before returning version!
   [junit4]   2> 196772 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 196772 INFO  (qtp1709817125-3184) [n:127.0.0.1:37589_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 196772 ERROR (managedSchemaExecutor-1098-thread-1-processing-n:127.0.0.

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

ll
   [junit4]   2> 1047045 INFO  (closeThreadPool-7055-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ea7cc8e: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@206bbc8
   [junit4]   2> 1047045 INFO  (closeThreadPool-7055-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1047071 INFO  (closeThreadPool-7055-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4c9bf0d7{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1047071 INFO  (closeThreadPool-7055-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@33390ba6{/,null,UNAVAILABLE}
   [junit4]   2> 1047071 INFO  (closeThreadPool-7055-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1047150 INFO  (closeThreadPool-7055-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@764f84b1{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1047150 INFO  (closeThreadPool-7055-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@43ad62e5{/,null,UNAVAILABLE}
   [junit4]   2> 1047150 INFO  (closeThreadPool-7055-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1047261 INFO  (closeThreadPool-7055-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@46390899{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1047261 INFO  (closeThreadPool-7055-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6083cf0d{/,null,UNAVAILABLE}
   [junit4]   2> 1047261 INFO  (closeThreadPool-7055-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1047352 INFO  (closeThreadPool-7055-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@53584c37{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 1047352 INFO  (closeThreadPool-7055-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@68b7a9fe{/,null,UNAVAILABLE}
   [junit4]   2> 1047352 INFO  (closeThreadPool-7055-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1047353 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C2D2DC238EEE1B4A]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1047558 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> 	19	/solr/collections/collection1/state.json
   [junit4]   2> 	13	/solr/collections/testSplitMixedReplicaTypes_link/terms/shard1_0
   [junit4]   2> 	12	/solr/collections/testSplitMixedReplicaTypes_link/terms/shard1_1
   [junit4]   2> 	12	/solr/collections/testSplitMixedReplicaTypes_link/terms/shard1
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	4	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	3	/solr/collections/testSplitMixedReplicaTypes_link/collectionprops.json
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	227	/solr/collections/testSplitMixedReplicaTypes_link/state.json
   [junit4]   2> 	44	/solr/clusterstate.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72161649492492301-127.0.0.1:41505_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	97	/solr/overseer/queue
   [junit4]   2> 	32	/solr/live_nodes
   [junit4]   2> 	26	/solr/overseer/collection-queue-work
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1047561 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C2D2DC238EEE1B4A]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44781
   [junit4]   2> 1047561 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C2D2DC238EEE1B4A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44781
   [junit4]   2> 1047561 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C2D2DC238EEE1B4A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44781
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.ShardSplitTest_C2D2DC238EEE1B4A-001
   [junit4]   2> Mar 11, 2020 10:39:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {rnd_b=BlockTreeOrds(blocksize=128), a_t=PostingsFormat(name=MockRandom), _root_=PostingsFormat(name=LuceneVarGapFixedInterval), id=BlockTreeOrds(blocksize=128), foo_s=PostingsFormat(name=MockRandom)}, docValues:{rnd_b=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene80), a_t=DocValuesFormat(name=Direct), _root_=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Asserting), foo_s=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=562, maxMBSortInHeap=7.161888065405132, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1085dd33), locale=fr-TG, timezone=Europe/Simferopol
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/Oracle Corporation 15-ea (64-bit)/cpus=16,threads=1,free=352321536,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [BasicFunctionalityTest, ZkFailoverTest, TestSolrCLIRunExample, MissingSegmentRecoveryTest, DataDrivenBlockJoinTest, TestJsonFacetsStatsParsing, TestConfigSetProperties, TestCursorMarkWithoutUniqueKey, AuthToolTest, IndexSizeTriggerSizeEstimationTest, TestNumericTerms32, TestCSVLoader, HttpPartitionWithTlogReplicasTest, PreAnalyzedFieldTest, TestQueryTypes, TestMultiWordSynonyms, BigEndianAscendingWordDeserializerTest, CollectionsAPISolrJTest, UtilsToolTest, TestAuthenticationFramework, TestCollationField, ZkCollectionPropsCachingTest, TestSimDistributedQueue, HLLUtilTest, TestLFUCache, NestedShardedAtomicUpdateTest, RankQueryTest, HdfsThreadLeakTest, TestFreeTextSuggestions, TestSortByMinMaxFunction, ChangedSchemaMergeTest, TestSolrConfigHandlerConcurrent, SSLMigrationTest, TestCaffeineCache, NodeLostTriggerIntegrationTest, SolrCLIZkUtilsTest, StatelessScriptUpdateProcessorFactoryTest, TestInPlaceUpdateWithRouteField, TestCloudPseudoReturnFields, TestTextField, FieldMutatingUpdateProcessorTest, TestHighlightDedupGrouping, TestEmbeddedSolrServerAdminHandler, AddReplicaTest, RangeFacetCloudTest, TestFiltering, TestManagedStopFilterFactory, AutoScalingHandlerTest, SimpleFacetsTest, TestNumericRangeQuery64, JsonLoaderTest, TestDeprecatedFilters, TestLockTree, TestDocSet, SolrMetricManagerTest, ManagedSchemaRoundRobinCloudTest, TestExportTool, TestJavabinTupleStreamParser, TestDirectoryFactory, NumberUtilsTest, RAMDirectoryFactoryTest, PreAnalyzedUpdateProcessorTest, SmileWriterTest, SegmentsInfoRequestHandlerTest, TestUnifiedSolrHighlighter, BufferStoreTest, TestApiFramework, FastVectorHighlighterTest, TestSolrCloudWithSecureImpersonation, GraphQueryTest, SolrIndexConfigTest, TestDistribIDF, CacheHeaderTest, TestSolrQueryResponse, DistribDocExpirationUpdateProcessorTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, TestHashPartitioner, TestPullReplicaErrorHandling, TestRequestForwarding, TestSegmentSorting, ZkControllerTest, CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest]
   [junit4] Completed [639/901 (2!)] on J1 in 197.61s, 11 tests, 1 error, 3 skipped <<< FAILURES!

[...truncated 45594 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/2412/consoleText

[repro] Revision: e783f3729d63dff23fc82cd151c4348561b7966d

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
[repro] Repro line:  ant test  -Dtestcase=SystemCollectionCompatTest -Dtests.method=testBackCompat -Dtests.seed=C2D2DC238EEE1B4A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mk -Dtests.timezone=Pacific/Pohnpei -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=ShardSplitTest -Dtests.method=testSplitShardWithRule -Dtests.seed=C2D2DC238EEE1B4A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-TG -Dtests.timezone=Europe/Simferopol -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       ShardSplitTest
[repro]       SystemCollectionCompatTest
[repro] ant compile-test

[...truncated 3426 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.ShardSplitTest|*.SystemCollectionCompatTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=C2D2DC238EEE1B4A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-TG -Dtests.timezone=Europe/Simferopol -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 169 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.SystemCollectionCompatTest
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.ShardSplitTest
[repro] Exiting with code 0

[...truncated 43 lines...]

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk1.8.0_201) - Build # 2414 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/2414/
Java: 64bit/jdk1.8.0_201 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

6 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomMedium

Error Message:
wrong hit (first of possibly more):  FAIL: id=128 should match but did not   relation=CONTAINS   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL: id=128 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
  shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
  deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomMedium

Error Message:
wrong hit (first of possibly more):  FAIL: id=128 should match but did not   relation=CONTAINS   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL: id=128 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
  shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
  deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomMedium

Error Message:
wrong hit (first of possibly more):  FAIL: id=128 should match but did not   relation=CONTAINS   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL: id=128 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
  shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
  deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomMedium

Error Message:
wrong hit (first of possibly more):  FAIL: id=128 should match but did not   relation=CONTAINS   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL: id=128 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
  shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
  deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomMedium

Error Message:
wrong hit (first of possibly more):  FAIL: id=128 should match but did not   relation=CONTAINS   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL: id=128 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
  shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
  deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries.testRandomMedium

Error Message:
wrong hit (first of possibly more):  FAIL: id=128 should match but did not   relation=CONTAINS   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL: id=128 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
  shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
  deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 1127 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4] IGNOR/A 0.00s J5 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomMedium -Dtests.seed=B76D55AB11A1D02A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vi -Dtests.timezone=Etc/GMT-3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 8.28s J5 | TestLatLonMultiPolygonShapeQueries.testRandomMedium <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of possibly more):
   [junit4]    > FAIL: id=128 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
   [junit4]    >   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
   [junit4]    >   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=4115, maxDocsPerChunk=7, blockShift=3), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=4115, blockSize=3)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2f7277b2), locale=vi, timezone=Etc/GMT-3
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=16,threads=1,free=370989904,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndependenceStandardized, TestNeedsScores, TestIndexInput, TestLucene50TermVectorsFormat, TestIntsRef, TestCharacterUtils, TestAutomatonQuery, TestMultiMMap, TestRollback, TestSmallFloat, TestDocsWithFieldSet, TestBoostQuery, TestWANDScorer, TestConstantScoreQuery, TestRoaringDocIdSet, TestXYMultiPointShapeQueries, TestLatLonPointQueries, TestAllFilesDetectTruncation, TestFileSwitchDirectory, TestTieredMergePolicy, TestLevenshteinAutomata, TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [238/563 (1!)] on J5 in 13.07s, 9 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 67826 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/2414/consoleText

[repro] Revision: e783f3729d63dff23fc82cd151c4348561b7966d

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomMedium -Dtests.seed=B76D55AB11A1D02A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vi -Dtests.timezone=Etc/GMT-3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    lucene/core
[repro]       TestLatLonMultiPolygonShapeQueries
[repro] ant compile-test

[...truncated 161 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestLatLonMultiPolygonShapeQueries" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseConcMarkSweepGC" -Dtests.seed=B76D55AB11A1D02A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=vi -Dtests.timezone=Etc/GMT-3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 34 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4] OK      3.50s J1 | TestLatLonMultiPolygonShapeQueries.testLowCardinalityShapeManyTimes
   [junit4] OK      0.45s J1 | TestLatLonMultiPolygonShapeQueries.testSameShapeManyTimes
   [junit4] OK      0.00s J1 | TestLatLonMultiPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4] OK      0.00s J1 | TestLatLonMultiPolygonShapeQueries.testPolygonQueryEqualsAndHashcode
   [junit4] IGNOR/A 0.00s J1 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      0.00s J1 | TestLatLonMultiPolygonShapeQueries.testLineQueryEqualsAndHashcode
   [junit4] OK      1.03s J1 | TestLatLonMultiPolygonShapeQueries.testRandomTiny
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomMedium -Dtests.seed=B76D55AB11A1D02A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=vi -Dtests.timezone=Etc/GMT-3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 5.85s J1 | TestLatLonMultiPolygonShapeQueries.testRandomMedium <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of possibly more):
   [junit4]    > FAIL: id=128 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
   [junit4]    >   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
   [junit4]    >   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.35s J1 | TestLatLonMultiPolygonShapeQueries.testBoundingBoxQueriesEquivalence
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=4115, maxDocsPerChunk=7, blockShift=3), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=4115, blockSize=3)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d07cfbe), locale=vi, timezone=Etc/GMT-3
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=16,threads=1,free=433526664,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [1/5 (1!)] on J1 in 11.71s, 9 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4] OK      3.39s J0 | TestLatLonMultiPolygonShapeQueries.testLowCardinalityShapeManyTimes
   [junit4] OK      0.32s J0 | TestLatLonMultiPolygonShapeQueries.testSameShapeManyTimes
   [junit4] OK      0.04s J0 | TestLatLonMultiPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4] OK      0.00s J0 | TestLatLonMultiPolygonShapeQueries.testPolygonQueryEqualsAndHashcode
   [junit4] IGNOR/A 0.01s J0 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      0.02s J0 | TestLatLonMultiPolygonShapeQueries.testLineQueryEqualsAndHashcode
   [junit4] OK      1.37s J0 | TestLatLonMultiPolygonShapeQueries.testRandomTiny
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomMedium -Dtests.seed=B76D55AB11A1D02A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=vi -Dtests.timezone=Etc/GMT-3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 5.88s J0 | TestLatLonMultiPolygonShapeQueries.testRandomMedium <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of possibly more):
   [junit4]    > FAIL: id=128 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
   [junit4]    >   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
   [junit4]    >   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.36s J0 | TestLatLonMultiPolygonShapeQueries.testBoundingBoxQueriesEquivalence
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=4115, maxDocsPerChunk=7, blockShift=3), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=4115, blockSize=3)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4b49908b), locale=vi, timezone=Etc/GMT-3
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=16,threads=1,free=430566336,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [2/5 (2!)] on J0 in 11.88s, 9 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4] OK      3.37s J2 | TestLatLonMultiPolygonShapeQueries.testLowCardinalityShapeManyTimes
   [junit4] OK      0.34s J2 | TestLatLonMultiPolygonShapeQueries.testSameShapeManyTimes
   [junit4] OK      0.00s J2 | TestLatLonMultiPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4] OK      0.00s J2 | TestLatLonMultiPolygonShapeQueries.testPolygonQueryEqualsAndHashcode
   [junit4] IGNOR/A 0.01s J2 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      0.01s J2 | TestLatLonMultiPolygonShapeQueries.testLineQueryEqualsAndHashcode
   [junit4] OK      1.18s J2 | TestLatLonMultiPolygonShapeQueries.testRandomTiny
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomMedium -Dtests.seed=B76D55AB11A1D02A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=vi -Dtests.timezone=Etc/GMT-3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 6.10s J2 | TestLatLonMultiPolygonShapeQueries.testRandomMedium <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of possibly more):
   [junit4]    > FAIL: id=128 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
   [junit4]    >   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
   [junit4]    >   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.35s J2 | TestLatLonMultiPolygonShapeQueries.testBoundingBoxQueriesEquivalence
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=4115, maxDocsPerChunk=7, blockShift=3), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=4115, blockSize=3)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d07cfbe), locale=vi, timezone=Etc/GMT-3
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=16,threads=1,free=435024464,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [3/5 (3!)] on J2 in 11.73s, 9 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4] OK      3.34s J4 | TestLatLonMultiPolygonShapeQueries.testLowCardinalityShapeManyTimes
   [junit4] OK      0.53s J4 | TestLatLonMultiPolygonShapeQueries.testSameShapeManyTimes
   [junit4] OK      0.00s J4 | TestLatLonMultiPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4] OK      0.01s J4 | TestLatLonMultiPolygonShapeQueries.testPolygonQueryEqualsAndHashcode
   [junit4] IGNOR/A 0.02s J4 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      0.01s J4 | TestLatLonMultiPolygonShapeQueries.testLineQueryEqualsAndHashcode
   [junit4] OK      1.17s J4 | TestLatLonMultiPolygonShapeQueries.testRandomTiny
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomMedium -Dtests.seed=B76D55AB11A1D02A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=vi -Dtests.timezone=Etc/GMT-3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 6.10s J4 | TestLatLonMultiPolygonShapeQueries.testRandomMedium <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of possibly more):
   [junit4]    > FAIL: id=128 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
   [junit4]    >   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
   [junit4]    >   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.29s J4 | TestLatLonMultiPolygonShapeQueries.testBoundingBoxQueriesEquivalence
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=4115, maxDocsPerChunk=7, blockShift=3), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=4115, blockSize=3)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4b49908b), locale=vi, timezone=Etc/GMT-3
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=16,threads=1,free=479715672,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [4/5 (4!)] on J4 in 12.01s, 9 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4] OK      3.68s J3 | TestLatLonMultiPolygonShapeQueries.testLowCardinalityShapeManyTimes
   [junit4] OK      0.40s J3 | TestLatLonMultiPolygonShapeQueries.testSameShapeManyTimes
   [junit4] OK      0.01s J3 | TestLatLonMultiPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4] OK      0.02s J3 | TestLatLonMultiPolygonShapeQueries.testPolygonQueryEqualsAndHashcode
   [junit4] IGNOR/A 0.01s J3 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      0.01s J3 | TestLatLonMultiPolygonShapeQueries.testLineQueryEqualsAndHashcode
   [junit4] OK      0.99s J3 | TestLatLonMultiPolygonShapeQueries.testRandomTiny
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomMedium -Dtests.seed=B76D55AB11A1D02A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=vi -Dtests.timezone=Etc/GMT-3 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 6.05s J3 | TestLatLonMultiPolygonShapeQueries.testRandomMedium <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of possibly more):
   [junit4]    > FAIL: id=128 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: field=shape:[CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters),] docID=127
   [junit4]    >   shape=[[-43.60599318072272, -95.89632190395075] [1.401298464324817E-45, -95.89632190395075] [1.401298464324817E-45, 148.0564038690461] [-43.60599318072272, -95.89632190395075] , [-8.713707222781277, -137.43977030462523] [-8.665986874636296, -136.83720024522643] [-8.605159056677273, -135.67900228425023] [-9.022985319342514, -135.7748381870073] [-9.575518555536995, -135.03944293912676] [-10.486875163146422, -133.75932451570236] [-12.667313123772418, -133.7153234402556] [-15.400299607273027, -133.00005089745815] [-17.28330603483186, -134.4554641982157] [-21.607368456646313, -136.29612908889345] [-20.932241412751615, -139.63293025024942] [-20.650194586536255, -141.13774572688035] [-19.001635084539416, -144.5606838562986] [-15.72417778804206, -146.161554433355] [-15.56323460342411, -147.13460257950626] [-11.61552273270253, -144.82632867223] [-8.302765767406079, -143.5037337366715] [-9.07099844105521, -140.49240322673248] [-7.525403752869964, -140.08470342809397] [-8.713707222781277, -137.43977030462523] , [0.9999999403953552, -157.66023552014605] [90.0, -157.66023552014605] [90.0, 1.401298464324817E-45] [0.9999999403953552, 1.401298464324817E-45] [0.9999999403953552, -157.66023552014605] , [78.40177762548313, 0.9999999403953552] [90.0, 0.9999999403953552] [90.0, 107.68304478215401] [78.40177762548313, 0.9999999403953552] ]
   [junit4]    >   deleted?=false  distanceQuery=CIRCLE([73.45044631686574,-43.522442537891635] radius = 1320857.7583952076 meters)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B76D55AB11A1D02A:AB3620350C4B34C]:0)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomDistanceQueries(BaseShapeTestCase.java:749)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verifyRandomQueries(BaseShapeTestCase.java:276)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:236)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:139)
   [junit4]    > 	at org.apache.lucene.document.BaseShapeTestCase.testRandomMedium(BaseShapeTestCase.java:110)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] OK      0.23s J3 | TestLatLonMultiPolygonShapeQueries.testBoundingBoxQueriesEquivalence
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=4115, maxDocsPerChunk=7, blockShift=3), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=4115, blockSize=3)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d07cfbe), locale=vi, timezone=Etc/GMT-3
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=16,threads=1,free=432001000,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [5/5 (5!)] on J3 in 11.85s, 9 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1594: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1121: There were test failures: 5 suites, 45 tests, 5 failures, 5 ignored (5 assumptions) [seed: B76D55AB11A1D02A]

Total time: 14 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
mv: cannot stat 'solr/build': No such file or directory
+ true
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=e783f3729d63dff23fc82cd151c4348561b7966d, workspace=/home/jenkins/workspace/Lucene-Solr-8.x-Linux
[WARNINGS] Computing warning deltas based on reference build #2413
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk1.8.0_201) - Build # 2413 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/2413/
Java: 64bit/jdk1.8.0_201 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef

Error Message:
ReaderPool is already closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: ReaderPool is already closed
	at __randomizedtesting.SeedInfo.seed([1C5A4E82E5A853FA:F5C739B09361B407]:0)
	at org.apache.lucene.index.ReaderPool.get(ReaderPool.java:367)
	at org.apache.lucene.index.IndexWriter.writeReaderPool(IndexWriter.java:3364)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:599)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:442)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:376)
	at org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef(TestIndexFileDeleter.java:461)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at 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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 624 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexFileDeleter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexFileDeleter -Dtests.method=testExcInDecRef -Dtests.seed=1C5A4E82E5A853FA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=he-IL -Dtests.timezone=America/Glace_Bay -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.07s J4 | TestIndexFileDeleter.testExcInDecRef <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: ReaderPool is already closed
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1C5A4E82E5A853FA:F5C739B09361B407]:0)
   [junit4]    > 	at org.apache.lucene.index.ReaderPool.get(ReaderPool.java:367)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.writeReaderPool(IndexWriter.java:3364)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:599)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:442)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:376)
   [junit4]    > 	at org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef(TestIndexFileDeleter.java:461)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/test/J4/temp/lucene.index.TestIndexFileDeleter_1C5A4E82E5A853FA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {field=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=Direct), content=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, maxPointsInLeafNode=1869, maxMBSortInHeap=7.65100173431162, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@18e1a18e), locale=he-IL, timezone=America/Glace_Bay
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=16,threads=1,free=434475664,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestFstDirectAddressing, TestIntroSorter, TestFieldUpdatesBuffer, TestDoubleValuesSource, TestUsageTrackingFilterCachingPolicy, TestMixedDocValuesUpdates, TestBagOfPostings, TestFastDecompressionMode, TestDocument, TestXYShapeEncoding, TestMmapDirectory, TestSoftDeletesRetentionMergePolicy, Test2BPagedBytes, TestRateLimiter, TestFastLZ4, TestMultiPhraseEnum, TestLatLonMultiPointShapeQueries, TestConjunctions, TestApproximationSearchEquivalence, TestReqExclBulkScorer, TestIndexFileDeleter]
   [junit4] Completed [93/563 (1!)] on J4 in 2.04s, 10 tests, 1 error <<< FAILURES!

[...truncated 68326 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/2413/consoleText

[repro] Revision: e783f3729d63dff23fc82cd151c4348561b7966d

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestIndexFileDeleter -Dtests.method=testExcInDecRef -Dtests.seed=1C5A4E82E5A853FA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=he-IL -Dtests.timezone=America/Glace_Bay -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    lucene/core
[repro]       TestIndexFileDeleter
[repro] ant compile-test

[...truncated 161 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestIndexFileDeleter" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=1C5A4E82E5A853FA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=he-IL -Dtests.timezone=America/Glace_Bay -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 121 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.lucene.index.TestIndexFileDeleter
[repro] Exiting with code 0

[...truncated 45 lines...]