Wish this had forensics... Anyway, I can reproduce it, will look at it today.
Karl On Tue, Apr 12, 2016 at 6:11 AM, Michael McCandless < [email protected]> wrote: > Hmm it reproduces: > > ant test -Dtestcase=TestGeo3DPoint -Dtests.method=testGeo3DRelations > -Dtests.seed=3B0F8F9FC5B270DA -Dtests.slow=true -Dtests.locale=th-TH > -Dtests.timezone=Japan -Dtests.asserts=true -Dtests.file.encoding=ISO- > 8859-1 > > And the failures are "should not have matched but did" ... > > Mike McCandless > > http://blog.mikemccandless.com > > On Mon, Apr 11, 2016 at 10:46 PM, Policeman Jenkins Server < > [email protected]> wrote: > >> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/70/ >> Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC >> >> 1 tests failed. >> FAILED: org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations >> >> Error Message: >> invalid hits for shape=GeoCompositeMembershipShape: {[GeoConvexPolygon: >> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, >> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, >> Z=0.2640238502385029])], [lat=1.538559019421765, >> lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])], >> [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0, >> Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon: >> {planetmodel=PlanetModel.WGS84, points=[[lat=0.0, >> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, >> Z=0.0])], [lat=-1.5707963267948966, >> lon=-2.2780601241431375([X=-3.9697069088211677E-17, >> Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678, >> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, >> Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon: >> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, >> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, >> Z=0.2640238502385029])], [lat=-0.5516194571595735, >> lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0, >> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, >> Z=0.0])]], internalEdges={0, 2}}]} >> >> Stack Trace: >> java.lang.AssertionError: invalid hits for >> shape=GeoCompositeMembershipShape: {[GeoConvexPolygon: >> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, >> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, >> Z=0.2640238502385029])], [lat=1.538559019421765, >> lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])], >> [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0, >> Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon: >> {planetmodel=PlanetModel.WGS84, points=[[lat=0.0, >> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, >> Z=0.0])], [lat=-1.5707963267948966, >> lon=-2.2780601241431375([X=-3.9697069088211677E-17, >> Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678, >> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, >> Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon: >> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, >> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, >> Z=0.2640238502385029])], [lat=-0.5516194571595735, >> lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0, >> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, >> Z=0.0])]], internalEdges={0, 2}}]} >> at >> __randomizedtesting.SeedInfo.seed([3B0F8F9FC5B270DA:8B70F20B4AFFDE46]:0) >> at org.junit.Assert.fail(Assert.java:93) >> at >> org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations(TestGeo3DPoint.java:434) >> 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:1764) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) >> 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:367) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) >> at >> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) >> at >> com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) >> 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:367) >> at java.lang.Thread.run(Thread.java:745) >> >> >> >> >> Build Log: >> [...truncated 8958 lines...] >> [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint >> [junit4] IGNOR/A 0.01s J1 | TestGeo3DPoint.testRandomBig >> [junit4] > Assumption #1: 'nightly' test group is disabled >> (@Nightly()) >> [junit4] 1> doc=88 should not have matched but did >> [junit4] 1> point=[X=0.0038335118741108774, Y=-0.573079818081998, >> Z=0.8181033476562913] >> [junit4] 1> doc=204 should not have matched but did >> [junit4] 1> point=[X=0.06261935698392095, Y=-0.7037442799933893, >> Z=0.7068904282182165] >> [junit4] 1> doc=260 should not have matched but did >> [junit4] 1> point=[X=0.4907901530264244, Y=-0.5758499506609788, >> Z=0.653363480679368] >> [junit4] 1> doc=264 should not have matched but did >> [junit4] 1> point=[X=-0.061800745070773974, Y=-0.5326052041841663, >> Z=0.8425951029848608] >> [junit4] 1> doc=287 should not have matched but did >> [junit4] 1> point=[X=0.08818422712556362, Y=-0.614963564464081, >> Z=0.7824044277871937] >> [junit4] 1> doc=547 should not have matched but did >> [junit4] 1> point=[X=-0.04739860157482007, Y=-0.6574284839960851, >> Z=0.750985475815813] >> [junit4] 1> doc=554 should not have matched but did >> [junit4] 1> point=[X=-0.5779207585184598, Y=-0.6049825614514794, >> Z=0.5479227404361104] >> [junit4] 1> doc=847 should not have matched but did >> [junit4] 1> point=[X=0.48950343395228607, Y=-0.6406286311662371, >> Z=0.5914916803363882] >> [junit4] 1> doc=854 should not have matched but did >> [junit4] 1> point=[X=3.042457161835612E-4, Y=-0.7128650494052442, >> Z=0.7005389695059573] >> [junit4] 1> doc=907 should not have matched but did >> [junit4] 1> point=[X=-0.18691746426020325, Y=-0.6887854957245693, >> Z=0.6996969822802096] >> [junit4] 1> doc=1094 should not have matched but did >> [junit4] 1> point=[X=0.24447941208949003, Y=-0.7129089791613828, >> Z=0.6567516017564152] >> [junit4] 1> doc=1096 should not have matched but did >> [junit4] 1> point=[X=0.07576694938258999, Y=-0.7384703771772976, >> Z=0.6694322939400529] >> [junit4] 1> doc=1192 should not have matched but did >> [junit4] 1> point=[X=0.36909002466675517, Y=-0.542817605169824, >> Z=0.7533496242201582] >> [junit4] 1> doc=1268 should not have matched but did >> [junit4] 1> point=[X=0.3890280101830621, Y=-0.5810079873616575, >> Z=0.7140654641512392] >> [junit4] 1> doc=1324 should not have matched but did >> [junit4] 1> point=[X=0.19309742942422353, Y=-0.5212802964477496, >> Z=0.8298063161802797] >> [junit4] 1> doc=1435 should not have matched but did >> [junit4] 1> point=[X=-0.23456167467604777, Y=-0.690411120935381, >> Z=0.6836682010255007] >> [junit4] 1> doc=1457 should not have matched but did >> [junit4] 1> point=[X=-0.2700839398927264, Y=-0.71866306815227, >> Z=0.6403541724008389] >> [junit4] 2> NOTE: reproduce with: ant test >> -Dtestcase=TestGeo3DPoint -Dtests.method=testGeo3DRelations >> -Dtests.seed=3B0F8F9FC5B270DA -Dtests.slow=true -Dtests.locale=th-TH >> -Dtests.timezone=Japan -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 >> [junit4] FAILURE 0.07s J1 | TestGeo3DPoint.testGeo3DRelations <<< >> [junit4] > Throwable #1: java.lang.AssertionError: invalid hits for >> shape=GeoCompositeMembershipShape: {[GeoConvexPolygon: >> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, >> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, >> Z=0.2640238502385029])], [lat=1.538559019421765, >> lon=0.0([X=0.03215971057004023, Y=0.0, Z=0.9972473454662941])], >> [lat=-0.5516194571595735, lon=0.0([X=0.8518418310766115, Y=0.0, >> Z=-0.5241686363384119])]], internalEdges={2}}, GeoConvexPolygon: >> {planetmodel=PlanetModel.WGS84, points=[[lat=0.0, >> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, >> Z=0.0])], [lat=-1.5707963267948966, >> lon=-2.2780601241431375([X=-3.9697069088211677E-17, >> Y=-4.644115432258393E-17, Z=-0.997762292022105])], [lat=0.2669499069140678, >> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, >> Z=0.2640238502385029])]], internalEdges={2}}, GeoConvexPolygon: >> {planetmodel=PlanetModel.WGS84, points=[[lat=0.2669499069140678, >> lon=-0.31249902828113546([X=0.9186752334433793, Y=-0.2968103450748192, >> Z=0.2640238502385029])], [lat=-0.5516194571595735, >> lon=0.0([X=0.8518418310766115, Y=0.0, Z=-0.5241686363384119])], [lat=0.0, >> lon=-3.141592653589793([X=-1.0011188539924791, Y=-1.226017000107956E-16, >> Z=0.0])]], internalEdges={0, 2}}]} >> [junit4] > at >> __randomizedtesting.SeedInfo.seed([3B0F8F9FC5B270DA:8B70F20B4AFFDE46]:0) >> [junit4] > at >> org.apache.lucene.spatial3d.TestGeo3DPoint.testGeo3DRelations(TestGeo3DPoint.java:434) >> [junit4] > at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> NOTE: test params are: codec=Asserting(Lucene60): >> {id=PostingsFormat(name=Asserting)}, >> docValues:{id=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=812, >> maxMBSortInHeap=4.018189025913436, >> sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=th-TH, >> timezone=Japan >> [junit4] 2> NOTE: Mac OS X 10.11.4 x86_64/Oracle Corporation >> 1.8.0_72 (64-bit)/cpus=3,threads=1,free=164437840,total=224202752 >> [junit4] 2> NOTE: All tests run in this JVM: [XYZSolidTest, >> TestGeo3DPoint] >> [junit4] Completed [10/10 (1!)] on J1 in 11.91s, 13 tests, 1 failure, >> 1 skipped <<< FAILURES! >> >> [...truncated 10 lines...] >> BUILD FAILED >> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:740: The >> following error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:684: The >> following error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/build.xml:59: The >> following error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/build.xml:476: The >> following error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:2187: >> The following error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/module-build.xml:58: >> The following error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1457: >> The following error occurred while executing this line: >> /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/lucene/common-build.xml:1014: >> There were test failures: 10 suites, 45 tests, 1 failure, 1 ignored (1 >> assumption) [seed: 3B0F8F9FC5B270DA] >> >> Total time: 21 minutes 45 seconds >> Build step 'Invoke Ant' marked build as failure >> Archiving artifacts >> [WARNINGS] Skipping publisher since build result is FAILURE >> Recording test results >> Email was triggered for: Failure - Any >> Sending email for trigger: Failure - Any >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > >
