Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2513/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseG1GC
4 tests failed.
FAILED:
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5742535E2813B1BD]}
Error Message:
Polygon failed to build with an exception: [[lat=1.5408708232037775E-28,
lon=0.0([X=1.0011188539924791, Y=0.0, Z=1.5425948326762136E-28])],
[lat=-0.42051952071345244, lon=-0.043956709579662245([X=0.912503274975597,
Y=-0.04013649525500056, Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]] WKT:POLYGON((-2.5185339401969213
-24.093993739745027,0.0 8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027)) java.lang.IllegalArgumentException: Convex polygon has a
side that is more than 180 degrees
Stack Trace:
java.lang.AssertionError: Polygon failed to build with an exception:
[[lat=1.5408708232037775E-28, lon=0.0([X=1.0011188539924791, Y=0.0,
Z=1.5425948326762136E-28])], [lat=-0.42051952071345244,
lon=-0.043956709579662245([X=0.912503274975597, Y=-0.04013649525500056,
Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]]
WKT:POLYGON((-2.5185339401969213 -24.093993739745027,0.0
8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027))
java.lang.IllegalArgumentException: Convex polygon has a side that is more than
180 degrees
at
__randomizedtesting.SeedInfo.seed([2C88B3DA273BE2DF:5742535E2813B1BD]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:163)
at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5742535E2813B1BD]}
Error Message:
Polygon failed to build with an exception: [[lat=1.5408708232037775E-28,
lon=0.0([X=1.0011188539924791, Y=0.0, Z=1.5425948326762136E-28])],
[lat=-0.42051952071345244, lon=-0.043956709579662245([X=0.912503274975597,
Y=-0.04013649525500056, Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]] WKT:POLYGON((-2.5185339401969213
-24.093993739745027,0.0 8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027)) java.lang.IllegalArgumentException: Convex polygon has a
side that is more than 180 degrees
Stack Trace:
java.lang.AssertionError: Polygon failed to build with an exception:
[[lat=1.5408708232037775E-28, lon=0.0([X=1.0011188539924791, Y=0.0,
Z=1.5425948326762136E-28])], [lat=-0.42051952071345244,
lon=-0.043956709579662245([X=0.912503274975597, Y=-0.04013649525500056,
Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]]
WKT:POLYGON((-2.5185339401969213 -24.093993739745027,0.0
8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027))
java.lang.IllegalArgumentException: Convex polygon has a side that is more than
180 degrees
at
__randomizedtesting.SeedInfo.seed([2C88B3DA273BE2DF:5742535E2813B1BD]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:163)
at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5742535E2813B1BD]}
Error Message:
Polygon failed to build with an exception: [[lat=1.5408708232037775E-28,
lon=0.0([X=1.0011188539924791, Y=0.0, Z=1.5425948326762136E-28])],
[lat=-0.42051952071345244, lon=-0.043956709579662245([X=0.912503274975597,
Y=-0.04013649525500056, Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]] WKT:POLYGON((-2.5185339401969213
-24.093993739745027,0.0 8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027)) java.lang.IllegalArgumentException: Convex polygon has a
side that is more than 180 degrees
Stack Trace:
java.lang.AssertionError: Polygon failed to build with an exception:
[[lat=1.5408708232037775E-28, lon=0.0([X=1.0011188539924791, Y=0.0,
Z=1.5425948326762136E-28])], [lat=-0.42051952071345244,
lon=-0.043956709579662245([X=0.912503274975597, Y=-0.04013649525500056,
Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]]
WKT:POLYGON((-2.5185339401969213 -24.093993739745027,0.0
8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027))
java.lang.IllegalArgumentException: Convex polygon has a side that is more than
180 degrees
at
__randomizedtesting.SeedInfo.seed([2C88B3DA273BE2DF:5742535E2813B1BD]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:163)
at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5742535E2813B1BD]}
Error Message:
Polygon failed to build with an exception: [[lat=1.5408708232037775E-28,
lon=0.0([X=1.0011188539924791, Y=0.0, Z=1.5425948326762136E-28])],
[lat=-0.42051952071345244, lon=-0.043956709579662245([X=0.912503274975597,
Y=-0.04013649525500056, Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]] WKT:POLYGON((-2.5185339401969213
-24.093993739745027,0.0 8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027)) java.lang.IllegalArgumentException: Convex polygon has a
side that is more than 180 degrees
Stack Trace:
java.lang.AssertionError: Polygon failed to build with an exception:
[[lat=1.5408708232037775E-28, lon=0.0([X=1.0011188539924791, Y=0.0,
Z=1.5425948326762136E-28])], [lat=-0.42051952071345244,
lon=-0.043956709579662245([X=0.912503274975597, Y=-0.04013649525500056,
Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]]
WKT:POLYGON((-2.5185339401969213 -24.093993739745027,0.0
8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027))
java.lang.IllegalArgumentException: Convex polygon has a side that is more than
180 degrees
at
__randomizedtesting.SeedInfo.seed([2C88B3DA273BE2DF:5742535E2813B1BD]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:163)
at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 10311 lines...]
[junit4] Suite: org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=RandomGeoPolygonTest -Dtests.method=testCompareBigPolygons
-Dtests.seed=2C88B3DA273BE2DF -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en-TC -Dtests.timezone=Europe/Budapest -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.01s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5742535E2813B1BD]} <<<
[junit4] > Throwable #1: java.lang.AssertionError: Polygon failed to
build with an exception:
[junit4] > [[lat=1.5408708232037775E-28, lon=0.0([X=1.0011188539924791,
Y=0.0, Z=1.5425948326762136E-28])], [lat=-0.42051952071345244,
lon=-0.043956709579662245([X=0.912503274975597, Y=-0.04013649525500056,
Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]]
[junit4] > WKT:POLYGON((-2.5185339401969213 -24.093993739745027,0.0
8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027))
[junit4] > java.lang.IllegalArgumentException: Convex polygon has a side
that is more than 180 degrees
[junit4] > at
__randomizedtesting.SeedInfo.seed([2C88B3DA273BE2DF:5742535E2813B1BD]:0)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:163)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
[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:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1403, maxMBSortInHeap=5.306984579448146,
sim=RandomSimilarity(queryNorm=false): {}, locale=en-TC,
timezone=Europe/Budapest
[junit4] 2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 9.0.4
(64-bit)/cpus=8,threads=1,free=296447064,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [GeoPointTest,
GeoExactCircleTest, TestGeo3DDocValues, RandomGeoPolygonTest]
[junit4] Completed [17/18 (1!)] on J0 in 7.59s, 32 tests, 1 failure <<<
FAILURES!
[...truncated 46919 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2513/consoleText
[repro] Revision: d087f9f1ef065b449c93514e21c859e6dd0f7ad7
[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line: ant test -Dtestcase=RandomGeoPolygonTest
-Dtests.method=testCompareBigPolygons -Dtests.seed=2C88B3DA273BE2DF
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-TC
-Dtests.timezone=Europe/Budapest -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] lucene/spatial3d
[repro] RandomGeoPolygonTest
[repro] ant compile-test
[...truncated 173 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.RandomGeoPolygonTest" -Dtests.showOutput=onerror
"-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=2C88B3DA273BE2DF
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-TC
-Dtests.timezone=Europe/Budapest -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[...truncated 32 lines...]
[junit4] Suite: org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest
[junit4] OK 1.03s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:2C597E5962205D98]}
[junit4] OK 0.63s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:980FC2A556E296B4]}
[junit4] OK 0.27s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:16E654790726DE7F]}
[junit4] OK 0.28s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:2708FF9C6BD88556]}
[junit4] OK 0.24s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:6BC97A31CAD045ED]}
[junit4] OK 0.22s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:FA33A96EB76C08ED]}
[junit4] OK 0.22s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:C4EDCDE8A55C18EB]}
[junit4] OK 0.24s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:585E579286488C45]}
[junit4] OK 0.27s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:6AF2B2FCF1839B1F]}
[junit4] OK 0.23s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:BD79E44695D4AC4D]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:242A749672EDE03E]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:907CC86A462F2B12]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:1E955EB617EB63D9]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:2F7BF5537B1538F0]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:63BA70FEDA1DF84B]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:F240A3A1A7A1B54B]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:CC9EC727B591A54D]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:502D5D5D968531E3]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:6281B833E14E26B9]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:B50AEE89851911EB]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testCoplanarityTilePolygon
[junit4] OK 0.23s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5C13D29B21EB6973]}
[junit4] OK 0.22s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:E8456E671529A25F]}
[junit4] OK 0.94s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:66ACF8BB44EDEA94]}
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=RandomGeoPolygonTest -Dtests.method=testCompareBigPolygons
-Dtests.seed=2C88B3DA273BE2DF -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=en-TC -Dtests.timezone=Europe/Budapest
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.01s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5742535E2813B1BD]} <<<
[junit4] > Throwable #1: java.lang.AssertionError: Polygon failed to
build with an exception:
[junit4] > [[lat=1.5408708232037775E-28, lon=0.0([X=1.0011188539924791,
Y=0.0, Z=1.5425948326762136E-28])], [lat=-0.42051952071345244,
lon=-0.043956709579662245([X=0.912503274975597, Y=-0.04013649525500056,
Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]]
[junit4] > WKT:POLYGON((-2.5185339401969213 -24.093993739745027,0.0
8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027))
[junit4] > java.lang.IllegalArgumentException: Convex polygon has a side
that is more than 180 degrees
[junit4] > at
__randomizedtesting.SeedInfo.seed([2C88B3DA273BE2DF:5742535E2813B1BD]:0)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:163)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
[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:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] OK 0.24s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:1B83D6F3891B7106]}
[junit4] OK 0.22s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:8A7905ACF4A73C06]}
[junit4] OK 0.23s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:B4A7612AE6972C00]}
[junit4] OK 0.24s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:2814FB50C583B8AE]}
[junit4] OK 0.24s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:1AB81E3EB248AFF4]}
[junit4] OK 0.23s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:CD334884D61F98A6]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testLUCENE8157
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1403, maxMBSortInHeap=5.306984579448146,
sim=RandomSimilarity(queryNorm=false): {}, locale=en-TC,
timezone=Europe/Budapest
[junit4] 2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 9.0.4
(64-bit)/cpus=8,threads=1,free=448534376,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [RandomGeoPolygonTest]
[junit4] Completed [1/5 (1!)] on J2 in 6.97s, 32 tests, 1 failure <<<
FAILURES!
[...truncated 1 lines...]
[junit4] Suite: org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest
[junit4] OK 1.07s J1 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:2C597E5962205D98]}
[junit4] OK 0.56s J1 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:980FC2A556E296B4]}
[junit4] OK 0.26s J1 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:16E654790726DE7F]}
[junit4] OK 0.32s J1 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:2708FF9C6BD88556]}
[junit4] OK 0.26s J1 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:6BC97A31CAD045ED]}
[junit4] OK 0.22s J1 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:FA33A96EB76C08ED]}
[junit4] OK 0.20s J1 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:C4EDCDE8A55C18EB]}
[junit4] OK 0.23s J1 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:585E579286488C45]}
[junit4] OK 0.28s J1 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:6AF2B2FCF1839B1F]}
[junit4] OK 0.23s J1 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:BD79E44695D4AC4D]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:242A749672EDE03E]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:907CC86A462F2B12]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:1E955EB617EB63D9]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:2F7BF5537B1538F0]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:63BA70FEDA1DF84B]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:F240A3A1A7A1B54B]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:CC9EC727B591A54D]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:502D5D5D968531E3]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:6281B833E14E26B9]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:B50AEE89851911EB]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testCoplanarityTilePolygon
[junit4] OK 0.23s J1 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5C13D29B21EB6973]}
[junit4] OK 0.23s J1 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:E8456E671529A25F]}
[junit4] OK 0.26s J1 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:66ACF8BB44EDEA94]}
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=RandomGeoPolygonTest -Dtests.method=testCompareBigPolygons
-Dtests.seed=2C88B3DA273BE2DF -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=en-TC -Dtests.timezone=Europe/Budapest
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.52s J1 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5742535E2813B1BD]} <<<
[junit4] > Throwable #1: java.lang.AssertionError: Polygon failed to
build with an exception:
[junit4] > [[lat=1.5408708232037775E-28, lon=0.0([X=1.0011188539924791,
Y=0.0, Z=1.5425948326762136E-28])], [lat=-0.42051952071345244,
lon=-0.043956709579662245([X=0.912503274975597, Y=-0.04013649525500056,
Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]]
[junit4] > WKT:POLYGON((-2.5185339401969213 -24.093993739745027,0.0
8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027))
[junit4] > java.lang.IllegalArgumentException: Convex polygon has a side
that is more than 180 degrees
[junit4] > at
__randomizedtesting.SeedInfo.seed([2C88B3DA273BE2DF:5742535E2813B1BD]:0)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:163)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
[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:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] OK 0.31s J1 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:1B83D6F3891B7106]}
[junit4] OK 0.26s J1 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:8A7905ACF4A73C06]}
[junit4] OK 0.22s J1 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:B4A7612AE6972C00]}
[junit4] OK 0.24s J1 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:2814FB50C583B8AE]}
[junit4] OK 0.31s J1 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:1AB81E3EB248AFF4]}
[junit4] OK 0.25s J1 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:CD334884D61F98A6]}
[junit4] OK 0.00s J1 | RandomGeoPolygonTest.testLUCENE8157
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1403, maxMBSortInHeap=5.306984579448146,
sim=RandomSimilarity(queryNorm=false): {}, locale=en-TC,
timezone=Europe/Budapest
[junit4] 2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 9.0.4
(64-bit)/cpus=8,threads=1,free=430913944,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [RandomGeoPolygonTest]
[junit4] Completed [2/5 (2!)] on J1 in 6.94s, 32 tests, 1 failure <<<
FAILURES!
[...truncated 1 lines...]
[junit4] Suite: org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest
[junit4] OK 1.08s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:2C597E5962205D98]}
[junit4] OK 0.74s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:980FC2A556E296B4]}
[junit4] OK 0.30s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:16E654790726DE7F]}
[junit4] OK 0.34s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:2708FF9C6BD88556]}
[junit4] OK 0.24s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:6BC97A31CAD045ED]}
[junit4] OK 0.22s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:FA33A96EB76C08ED]}
[junit4] OK 0.22s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:C4EDCDE8A55C18EB]}
[junit4] OK 0.23s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:585E579286488C45]}
[junit4] OK 0.29s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:6AF2B2FCF1839B1F]}
[junit4] OK 0.27s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:BD79E44695D4AC4D]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:242A749672EDE03E]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:907CC86A462F2B12]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:1E955EB617EB63D9]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:2F7BF5537B1538F0]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:63BA70FEDA1DF84B]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:F240A3A1A7A1B54B]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:CC9EC727B591A54D]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:502D5D5D968531E3]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:6281B833E14E26B9]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:B50AEE89851911EB]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testCoplanarityTilePolygon
[junit4] OK 0.24s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5C13D29B21EB6973]}
[junit4] OK 0.22s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:E8456E671529A25F]}
[junit4] OK 0.94s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:66ACF8BB44EDEA94]}
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=RandomGeoPolygonTest -Dtests.method=testCompareBigPolygons
-Dtests.seed=2C88B3DA273BE2DF -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=en-TC -Dtests.timezone=Europe/Budapest
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.01s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5742535E2813B1BD]} <<<
[junit4] > Throwable #1: java.lang.AssertionError: Polygon failed to
build with an exception:
[junit4] > [[lat=1.5408708232037775E-28, lon=0.0([X=1.0011188539924791,
Y=0.0, Z=1.5425948326762136E-28])], [lat=-0.42051952071345244,
lon=-0.043956709579662245([X=0.912503274975597, Y=-0.04013649525500056,
Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]]
[junit4] > WKT:POLYGON((-2.5185339401969213 -24.093993739745027,0.0
8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027))
[junit4] > java.lang.IllegalArgumentException: Convex polygon has a side
that is more than 180 degrees
[junit4] > at
__randomizedtesting.SeedInfo.seed([2C88B3DA273BE2DF:5742535E2813B1BD]:0)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:163)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
[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:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] OK 0.27s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:1B83D6F3891B7106]}
[junit4] OK 0.22s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:8A7905ACF4A73C06]}
[junit4] OK 0.23s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:B4A7612AE6972C00]}
[junit4] OK 0.26s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:2814FB50C583B8AE]}
[junit4] OK 0.25s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:1AB81E3EB248AFF4]}
[junit4] OK 0.23s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:CD334884D61F98A6]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testLUCENE8157
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1403, maxMBSortInHeap=5.306984579448146,
sim=RandomSimilarity(queryNorm=false): {}, locale=en-TC,
timezone=Europe/Budapest
[junit4] 2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 9.0.4
(64-bit)/cpus=8,threads=1,free=433579520,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [RandomGeoPolygonTest]
[junit4] Completed [3/5 (3!)] on J0 in 7.20s, 32 tests, 1 failure <<<
FAILURES!
[...truncated 2 lines...]
[junit4] Suite: org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest
[junit4] OK 0.23s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:2C597E5962205D98]}
[junit4] OK 0.20s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:980FC2A556E296B4]}
[junit4] OK 0.24s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:16E654790726DE7F]}
[junit4] OK 0.20s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:2708FF9C6BD88556]}
[junit4] OK 0.20s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:6BC97A31CAD045ED]}
[junit4] OK 0.21s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:FA33A96EB76C08ED]}
[junit4] OK 0.21s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:C4EDCDE8A55C18EB]}
[junit4] OK 0.22s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:585E579286488C45]}
[junit4] OK 0.23s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:6AF2B2FCF1839B1F]}
[junit4] OK 0.23s J2 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:BD79E44695D4AC4D]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:242A749672EDE03E]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:907CC86A462F2B12]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:1E955EB617EB63D9]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:2F7BF5537B1538F0]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:63BA70FEDA1DF84B]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:F240A3A1A7A1B54B]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:CC9EC727B591A54D]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:502D5D5D968531E3]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:6281B833E14E26B9]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:B50AEE89851911EB]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testCoplanarityTilePolygon
[junit4] OK 0.22s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5C13D29B21EB6973]}
[junit4] OK 0.27s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:E8456E671529A25F]}
[junit4] OK 0.26s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:66ACF8BB44EDEA94]}
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=RandomGeoPolygonTest -Dtests.method=testCompareBigPolygons
-Dtests.seed=2C88B3DA273BE2DF -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=en-TC -Dtests.timezone=Europe/Budapest
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.00s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5742535E2813B1BD]} <<<
[junit4] > Throwable #1: java.lang.AssertionError: Polygon failed to
build with an exception:
[junit4] > [[lat=1.5408708232037775E-28, lon=0.0([X=1.0011188539924791,
Y=0.0, Z=1.5425948326762136E-28])], [lat=-0.42051952071345244,
lon=-0.043956709579662245([X=0.912503274975597, Y=-0.04013649525500056,
Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]]
[junit4] > WKT:POLYGON((-2.5185339401969213 -24.093993739745027,0.0
8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027))
[junit4] > java.lang.IllegalArgumentException: Convex polygon has a side
that is more than 180 degrees
[junit4] > at
__randomizedtesting.SeedInfo.seed([2C88B3DA273BE2DF:5742535E2813B1BD]:0)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:163)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
[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:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] OK 0.24s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:1B83D6F3891B7106]}
[junit4] OK 0.22s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:8A7905ACF4A73C06]}
[junit4] OK 0.24s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:B4A7612AE6972C00]}
[junit4] OK 0.23s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:2814FB50C583B8AE]}
[junit4] OK 0.24s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:1AB81E3EB248AFF4]}
[junit4] OK 0.24s J2 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:CD334884D61F98A6]}
[junit4] OK 0.00s J2 | RandomGeoPolygonTest.testLUCENE8157
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1403, maxMBSortInHeap=5.306984579448146,
sim=RandomSimilarity(queryNorm=false): {}, locale=en-TC,
timezone=Europe/Budapest
[junit4] 2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 9.0.4
(64-bit)/cpus=8,threads=1,free=469364136,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [RandomGeoPolygonTest,
RandomGeoPolygonTest]
[junit4] Completed [4/5 (4!)] on J2 in 4.33s, 32 tests, 1 failure <<<
FAILURES!
[...truncated 1 lines...]
[junit4] Suite: org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest
[junit4] OK 0.25s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:2C597E5962205D98]}
[junit4] OK 0.19s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:980FC2A556E296B4]}
[junit4] OK 0.24s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:16E654790726DE7F]}
[junit4] OK 0.19s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:2708FF9C6BD88556]}
[junit4] OK 0.20s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:6BC97A31CAD045ED]}
[junit4] OK 0.21s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:FA33A96EB76C08ED]}
[junit4] OK 0.20s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:C4EDCDE8A55C18EB]}
[junit4] OK 0.25s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:585E579286488C45]}
[junit4] OK 0.23s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:6AF2B2FCF1839B1F]}
[junit4] OK 0.25s J0 | RandomGeoPolygonTest.testCompareSmallPolygons
{seed=[2C88B3DA273BE2DF:BD79E44695D4AC4D]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:242A749672EDE03E]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:907CC86A462F2B12]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:1E955EB617EB63D9]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:2F7BF5537B1538F0]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:63BA70FEDA1DF84B]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:F240A3A1A7A1B54B]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:CC9EC727B591A54D]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:502D5D5D968531E3]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:6281B833E14E26B9]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testRandomLUCENE8157
{seed=[2C88B3DA273BE2DF:B50AEE89851911EB]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testCoplanarityTilePolygon
[junit4] OK 0.22s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5C13D29B21EB6973]}
[junit4] OK 0.25s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:E8456E671529A25F]}
[junit4] OK 0.27s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:66ACF8BB44EDEA94]}
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=RandomGeoPolygonTest -Dtests.method=testCompareBigPolygons
-Dtests.seed=2C88B3DA273BE2DF -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=en-TC -Dtests.timezone=Europe/Budapest
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.00s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:5742535E2813B1BD]} <<<
[junit4] > Throwable #1: java.lang.AssertionError: Polygon failed to
build with an exception:
[junit4] > [[lat=1.5408708232037775E-28, lon=0.0([X=1.0011188539924791,
Y=0.0, Z=1.5425948326762136E-28])], [lat=-0.42051952071345244,
lon=-0.043956709579662245([X=0.912503274975597, Y=-0.04013649525500056,
Z=-0.40846219882801177])], [lat=0.6967302798374987,
lon=-1.5354076311466454([X=0.027128243251908137, Y=-0.7662593106632875,
Z=0.641541793498374])], [lat=0.6093302043457702,
lon=-1.5374202165648532([X=0.02736481119831758, Y=-0.8195876964154789,
Z=0.5723273145651325])], [lat=1.790840712772793E-12,
lon=4.742872761198669E-13([X=1.0011188539924791, Y=4.748179343323357E-13,
Z=1.792844402054173E-12])], [lat=-1.4523595845716656E-12,
lon=9.592326932761353E-13([X=1.0011188539924791, Y=9.603059346047237E-13,
Z=-1.4539845628913788E-12])], [lat=0.29556330360208455,
lon=1.5414988021120735([X=0.02804645884597515, Y=0.957023986775941,
Z=0.2915213382500179])]]
[junit4] > WKT:POLYGON((-2.5185339401969213 -24.093993739745027,0.0
8.828539494442529E-27,5.495998489568957E-11
-8.321407453133E-11,2.7174659198424288E-11
1.0260761462208114E-10,88.32137548549387 16.934529875343248,-87.97237709688223
39.91970449365747,-88.0876897472551 34.91204903885665,-2.5185339401969213
-24.093993739745027))
[junit4] > java.lang.IllegalArgumentException: Convex polygon has a side
that is more than 180 degrees
[junit4] > at
__randomizedtesting.SeedInfo.seed([2C88B3DA273BE2DF:5742535E2813B1BD]:0)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testComparePolygons(RandomGeoPolygonTest.java:163)
[junit4] > at
org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest.testCompareBigPolygons(RandomGeoPolygonTest.java:98)
[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:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] OK 0.23s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:1B83D6F3891B7106]}
[junit4] OK 0.22s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:8A7905ACF4A73C06]}
[junit4] OK 0.23s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:B4A7612AE6972C00]}
[junit4] OK 0.22s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:2814FB50C583B8AE]}
[junit4] OK 0.24s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:1AB81E3EB248AFF4]}
[junit4] OK 0.23s J0 | RandomGeoPolygonTest.testCompareBigPolygons
{seed=[2C88B3DA273BE2DF:CD334884D61F98A6]}
[junit4] OK 0.00s J0 | RandomGeoPolygonTest.testLUCENE8157
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1403, maxMBSortInHeap=5.306984579448146,
sim=RandomSimilarity(queryNorm=false): {}, locale=en-TC,
timezone=Europe/Budapest
[junit4] 2> NOTE: Linux 4.15.0-29-generic amd64/Oracle Corporation 9.0.4
(64-bit)/cpus=8,threads=1,free=455103504,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [RandomGeoPolygonTest,
RandomGeoPolygonTest]
[junit4] Completed [5/5 (5!)] on J0 in 4.35s, 32 tests, 1 failure <<<
FAILURES!
[...truncated 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1568: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1092:
There were test failures: 5 suites, 160 tests, 5 failures [seed:
2C88B3DA273BE2DF]
Total time: 14 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 5/5 failed: org.apache.lucene.spatial3d.geom.RandomGeoPolygonTest
[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=/var/lib/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=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/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=d087f9f1ef065b449c93514e21c859e6dd0f7ad7,
workspace=/var/lib/jenkins/workspace/Lucene-Solr-7.x-Linux
[WARNINGS] Computing warning deltas based on reference build #2512
Recording test results
Setting
ANT_1_8_2_HOME=/var/lib/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=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]