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/12 05:57:27 UTC

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

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