Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25874/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseParallelGC

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

Error Message:
wrong hit (first of possibly more):  FAIL: id=2 should match but did not   
relation=CONTAINS   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]   deleted?=false 
 distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)

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

FAIL: id=2 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([-58.13056593386588,36.0] radius 
= 3030149.456931159 meters),] docID=2
  shape=[[-85.72857587420702, -93.1780076049639] [73.72505684926014, 
-93.1780076049639] [73.72505684926014, 92.82755256379136] [-85.72857587420702, 
92.82755256379136] [-85.72857587420702, -93.1780076049639] , 
[-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
  deleted?=false  distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 
3030149.456931159 meters)
        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
        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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
wrong hit (first of possibly more):  FAIL: id=2 should match but did not   
relation=CONTAINS   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]   deleted?=false 
 distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)

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

FAIL: id=2 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([-58.13056593386588,36.0] radius 
= 3030149.456931159 meters),] docID=2
  shape=[[-85.72857587420702, -93.1780076049639] [73.72505684926014, 
-93.1780076049639] [73.72505684926014, 92.82755256379136] [-85.72857587420702, 
92.82755256379136] [-85.72857587420702, -93.1780076049639] , 
[-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
  deleted?=false  distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 
3030149.456931159 meters)
        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
        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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
wrong hit (first of possibly more):  FAIL: id=2 should match but did not   
relation=CONTAINS   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]   deleted?=false 
 distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)

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

FAIL: id=2 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([-58.13056593386588,36.0] radius 
= 3030149.456931159 meters),] docID=2
  shape=[[-85.72857587420702, -93.1780076049639] [73.72505684926014, 
-93.1780076049639] [73.72505684926014, 92.82755256379136] [-85.72857587420702, 
92.82755256379136] [-85.72857587420702, -93.1780076049639] , 
[-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
  deleted?=false  distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 
3030149.456931159 meters)
        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
        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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
wrong hit (first of possibly more):  FAIL: id=2 should match but did not   
relation=CONTAINS   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]   deleted?=false 
 distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)

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

FAIL: id=2 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([-58.13056593386588,36.0] radius 
= 3030149.456931159 meters),] docID=2
  shape=[[-85.72857587420702, -93.1780076049639] [73.72505684926014, 
-93.1780076049639] [73.72505684926014, 92.82755256379136] [-85.72857587420702, 
92.82755256379136] [-85.72857587420702, -93.1780076049639] , 
[-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
  deleted?=false  distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 
3030149.456931159 meters)
        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
        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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
wrong hit (first of possibly more):  FAIL: id=2 should match but did not   
relation=CONTAINS   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]   deleted?=false 
 distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)

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

FAIL: id=2 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([-58.13056593386588,36.0] radius 
= 3030149.456931159 meters),] docID=2
  shape=[[-85.72857587420702, -93.1780076049639] [73.72505684926014, 
-93.1780076049639] [73.72505684926014, 92.82755256379136] [-85.72857587420702, 
92.82755256379136] [-85.72857587420702, -93.1780076049639] , 
[-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
  deleted?=false  distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 
3030149.456931159 meters)
        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
        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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)


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

Error Message:
wrong hit (first of possibly more):  FAIL: id=2 should match but did not   
relation=CONTAINS   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]   deleted?=false 
 distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)

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

FAIL: id=2 should match but did not
  relation=CONTAINS
  query=LatLonShapeQuery: field=shape:[CIRCLE([-58.13056593386588,36.0] radius 
= 3030149.456931159 meters),] docID=2
  shape=[[-85.72857587420702, -93.1780076049639] [73.72505684926014, 
-93.1780076049639] [73.72505684926014, 92.82755256379136] [-85.72857587420702, 
92.82755256379136] [-85.72857587420702, -93.1780076049639] , 
[-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
  deleted?=false  distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 
3030149.456931159 meters)
        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
        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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 1343 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomTiny 
-Dtests.seed=54675CB9BE44B3ED -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=mg-MG -Dtests.timezone=Asia/Ashkhabad -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.17s J1 | 
TestLatLonMultiPolygonShapeQueries.testRandomTiny <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of 
possibly more):
   [junit4]    > FAIL: id=2 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2
   [junit4]    >   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
   [junit4]    >   deleted?=false  
distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] IGNOR/A 0.00s J1 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@73fbb8b9),
 locale=mg-MG, timezone=Asia/Ashkhabad
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/AdoptOpenJDK 11.0.6 
(64-bit)/cpus=16,threads=1,free=429474344,total=536346624
   [junit4]   2> NOTE: All tests run in this JVM: [TestFilterCodecReader, 
TestTieredMergePolicy, TestStandardAnalyzer, TestGraphTokenFilter, 
TestSimpleFSLockFactory, TestXYPointDistanceSort, TestMultiset, 
TestDisjunctionScoreBlockBoundaryPropagator, TestSpanNearQuery, 
TestNumericUtils, TestSloppyPhraseQuery2, TestPendingDeletes, 
TestMatchesIterator, TestPrefixCodedTerms, TestAxiomaticF3EXP, 
TestBasicModelIn, TestSpanCollection, TestExitableDirectoryReader, 
TestIntArrayDocIdSet, TestAllFilesHaveChecksumFooter, TestForTooMuchCloning, 
TestDaciukMihovAutomatonBuilder, TestDocInverterPerFieldErrorInfo, 
TestCachingTokenFilter, TestTimeLimitingCollector, TestNumericDocValuesUpdates, 
TestParallelCompositeReader, TestRollingUpdates, TestNeverDelete, 
TestConstantScoreQuery, TestPhraseQuery, TestStringHelper, 
TestIndexWriterForceMerge, TestVirtualMethod, TestFeatureField, 
TestMutableValues, TestSearchAfter, Test2BNumericDocValues, 
TestUniqueTermCount, TestLucene60PointsFormat, TestIndependenceChiSquared, 
TestDemo, TestForDeltaUtil, TestDemoParallelLeafReader, 
TestLatLonPointDistanceFeatureQuery, TestIndexWriterNRTIsCurrent, 
TestLatLonPointQueries, TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [320/563 (1!)] on J1 in 9.27s, 8 tests, 1 failure, 1 
skipped <<< FAILURES!

[...truncated 67112 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25874/consoleText

[repro] Revision: 30944d35207cb3ca4f6522f354437b050a7c5cc1

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestLatLonMultiPolygonShapeQueries 
-Dtests.method=testRandomTiny -Dtests.seed=54675CB9BE44B3ED 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mg-MG 
-Dtests.timezone=Asia/Ashkhabad -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]    lucene/core
[repro]       TestLatLonMultiPolygonShapeQueries
[repro] ant compile-test

[...truncated 152 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.TestLatLonMultiPolygonShapeQueries" -Dtests.showOutput=onerror 
"-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" 
-Dtests.seed=54675CB9BE44B3ED -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=mg-MG -Dtests.timezone=Asia/Ashkhabad -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII

[...truncated 34 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomTiny 
-Dtests.seed=54675CB9BE44B3ED -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=mg-MG -Dtests.timezone=Asia/Ashkhabad 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.35s J0 | 
TestLatLonMultiPolygonShapeQueries.testRandomTiny <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of 
possibly more):
   [junit4]    > FAIL: id=2 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2
   [junit4]    >   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
   [junit4]    >   deleted?=false  
distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.04s J0 | 
TestLatLonMultiPolygonShapeQueries.testPolygonQueryEqualsAndHashcode
   [junit4] OK      6.07s J0 | 
TestLatLonMultiPolygonShapeQueries.testRandomMedium
   [junit4] OK      0.00s J0 | 
TestLatLonMultiPolygonShapeQueries.testLineQueryEqualsAndHashcode
   [junit4] IGNOR/A 0.00s J0 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      0.00s J0 | 
TestLatLonMultiPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4] OK      0.19s J0 | 
TestLatLonMultiPolygonShapeQueries.testSameShapeManyTimes
   [junit4] OK      1.11s J0 | 
TestLatLonMultiPolygonShapeQueries.testLowCardinalityShapeManyTimes
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@9a9565b),
 locale=mg-MG, timezone=Asia/Ashkhabad
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/AdoptOpenJDK 11.0.6 
(64-bit)/cpus=16,threads=1,free=376328032,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [1/5 (1!)] on J0 in 10.37s, 8 tests, 1 failure, 1 skipped 
<<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomTiny 
-Dtests.seed=54675CB9BE44B3ED -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=mg-MG -Dtests.timezone=Asia/Ashkhabad 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.38s J2 | 
TestLatLonMultiPolygonShapeQueries.testRandomTiny <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of 
possibly more):
   [junit4]    > FAIL: id=2 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2
   [junit4]    >   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
   [junit4]    >   deleted?=false  
distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.00s J2 | 
TestLatLonMultiPolygonShapeQueries.testPolygonQueryEqualsAndHashcode
   [junit4] OK      6.45s J2 | 
TestLatLonMultiPolygonShapeQueries.testRandomMedium
   [junit4] OK      0.01s J2 | 
TestLatLonMultiPolygonShapeQueries.testLineQueryEqualsAndHashcode
   [junit4] IGNOR/A 0.00s J2 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      0.00s J2 | 
TestLatLonMultiPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4] OK      0.21s J2 | 
TestLatLonMultiPolygonShapeQueries.testSameShapeManyTimes
   [junit4] OK      1.10s J2 | 
TestLatLonMultiPolygonShapeQueries.testLowCardinalityShapeManyTimes
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@208bb269),
 locale=mg-MG, timezone=Asia/Ashkhabad
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/AdoptOpenJDK 11.0.6 
(64-bit)/cpus=16,threads=1,free=384635536,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [2/5 (2!)] on J2 in 10.69s, 8 tests, 1 failure, 1 skipped 
<<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomTiny 
-Dtests.seed=54675CB9BE44B3ED -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=mg-MG -Dtests.timezone=Asia/Ashkhabad 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.45s J4 | 
TestLatLonMultiPolygonShapeQueries.testRandomTiny <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of 
possibly more):
   [junit4]    > FAIL: id=2 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2
   [junit4]    >   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
   [junit4]    >   deleted?=false  
distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.02s J4 | 
TestLatLonMultiPolygonShapeQueries.testPolygonQueryEqualsAndHashcode
   [junit4] OK      6.62s J4 | 
TestLatLonMultiPolygonShapeQueries.testRandomMedium
   [junit4] OK      0.01s J4 | 
TestLatLonMultiPolygonShapeQueries.testLineQueryEqualsAndHashcode
   [junit4] IGNOR/A 0.00s J4 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      0.00s J4 | 
TestLatLonMultiPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4] OK      0.35s J4 | 
TestLatLonMultiPolygonShapeQueries.testSameShapeManyTimes
   [junit4] OK      0.91s J4 | 
TestLatLonMultiPolygonShapeQueries.testLowCardinalityShapeManyTimes
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@208bb269),
 locale=mg-MG, timezone=Asia/Ashkhabad
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/AdoptOpenJDK 11.0.6 
(64-bit)/cpus=16,threads=1,free=380442328,total=527958016
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [3/5 (3!)] on J4 in 10.88s, 8 tests, 1 failure, 1 skipped 
<<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomTiny 
-Dtests.seed=54675CB9BE44B3ED -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=mg-MG -Dtests.timezone=Asia/Ashkhabad 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.38s J1 | 
TestLatLonMultiPolygonShapeQueries.testRandomTiny <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of 
possibly more):
   [junit4]    > FAIL: id=2 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2
   [junit4]    >   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
   [junit4]    >   deleted?=false  
distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.00s J1 | 
TestLatLonMultiPolygonShapeQueries.testPolygonQueryEqualsAndHashcode
   [junit4] OK      6.39s J1 | 
TestLatLonMultiPolygonShapeQueries.testRandomMedium
   [junit4] OK      0.02s J1 | 
TestLatLonMultiPolygonShapeQueries.testLineQueryEqualsAndHashcode
   [junit4] IGNOR/A 0.01s J1 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      0.02s J1 | 
TestLatLonMultiPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4] OK      0.28s J1 | 
TestLatLonMultiPolygonShapeQueries.testSameShapeManyTimes
   [junit4] OK      1.04s J1 | 
TestLatLonMultiPolygonShapeQueries.testLowCardinalityShapeManyTimes
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1ce09993),
 locale=mg-MG, timezone=Asia/Ashkhabad
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/AdoptOpenJDK 11.0.6 
(64-bit)/cpus=16,threads=1,free=375101560,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [4/5 (4!)] on J1 in 10.80s, 8 tests, 1 failure, 1 skipped 
<<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonMultiPolygonShapeQueries
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLatLonMultiPolygonShapeQueries -Dtests.method=testRandomTiny 
-Dtests.seed=54675CB9BE44B3ED -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=mg-MG -Dtests.timezone=Asia/Ashkhabad 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 2.50s J3 | 
TestLatLonMultiPolygonShapeQueries.testRandomTiny <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of 
possibly more):
   [junit4]    > FAIL: id=2 should match but did not
   [junit4]    >   relation=CONTAINS
   [junit4]    >   query=LatLonShapeQuery: 
field=shape:[CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters),] docID=2
   [junit4]    >   shape=[[-85.72857587420702, -93.1780076049639] 
[73.72505684926014, -93.1780076049639] [73.72505684926014, 92.82755256379136] 
[-85.72857587420702, 92.82755256379136] [-85.72857587420702, -93.1780076049639] 
, [-63.89575258403615, 118.88523803959038] [-66.17831026670898, 
121.60197594643151] [-68.19302402114765, 122.55238138868302] 
[-70.89392773602826, 123.53217188165029] [-73.77284112951031, 
124.45934643540824] [-80.51468825941214, 123.30486282535429] 
[-84.06009061182162, 120.33972325914714] [-87.50613330088402, 
115.23933565198065] [-88.72770328414272, 106.93629362361841] 
[-88.24944322876536, 105.62334159944001] [-84.86808037949856, 
99.52548724477424] [-77.26352039103084, 95.64116296285684] [-74.9568095280908, 
96.0722482592815] [-72.4388128497895, 95.5422537951263] [-66.80541401720912, 
97.94088431330839] [-64.22468122781348, 100.71401549043803] 
[-63.70911730024145, 100.4612166806595] [-61.126310937771194, 
104.31139452108101] [-63.89575258403615, 118.88523803959038] ]
   [junit4]    >   deleted?=false  
distanceQuery=CIRCLE([-58.13056593386588,36.0] radius = 3030149.456931159 
meters)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([54675CB9BE44B3ED:1D2082FFE0658B41]: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.testRandomTiny(BaseShapeTestCase.java:105)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4] OK      0.01s J3 | 
TestLatLonMultiPolygonShapeQueries.testPolygonQueryEqualsAndHashcode
   [junit4] OK      6.62s J3 | 
TestLatLonMultiPolygonShapeQueries.testRandomMedium
   [junit4] OK      0.01s J3 | 
TestLatLonMultiPolygonShapeQueries.testLineQueryEqualsAndHashcode
   [junit4] IGNOR/A 0.03s J3 | TestLatLonMultiPolygonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      0.00s J3 | 
TestLatLonMultiPolygonShapeQueries.testBoxQueryEqualsAndHashcode
   [junit4] OK      0.35s J3 | 
TestLatLonMultiPolygonShapeQueries.testSameShapeManyTimes
   [junit4] OK      0.85s J3 | 
TestLatLonMultiPolygonShapeQueries.testLowCardinalityShapeManyTimes
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@78802a01),
 locale=mg-MG, timezone=Asia/Ashkhabad
   [junit4]   2> NOTE: Linux 5.3.0-40-generic amd64/AdoptOpenJDK 11.0.6 
(64-bit)/cpus=16,threads=1,free=367572872,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestLatLonMultiPolygonShapeQueries]
   [junit4] Completed [5/5 (5!)] on J3 in 10.99s, 8 tests, 1 failure, 1 skipped 
<<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1516: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1043: 
There were test failures: 5 suites, 40 tests, 5 failures, 5 ignored (5 
assumptions) [seed: 54675CB9BE44B3ED]

Total time: 13 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=30944d35207cb3ca4f6522f354437b050a7c5cc1, 
workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #25873
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to