Ok, let me know if there still seems to be a problem after that.
Karl

On Wed, May 6, 2015 at 2:43 PM, david.w.smi...@gmail.com <
david.w.smi...@gmail.com> wrote:

> This turned out to be a bug in the test infrastructure that Geo3d uses,
> copied from Spatial4j: Permalink
> <https://issues.apache.org/jira/browse/LUCENE-6196?focusedCommentId=14531165&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14531165>
>   I’m fixing.
>
> On Wed, May 6, 2015 at 1:06 PM Policeman Jenkins Server <
> jenk...@thetaphi.de> wrote:
>
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2270/
>> Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
>>
>> 1 tests failed.
>> FAILED:
>> org.apache.lucene.spatial.spatial4j.Geo3dShapeRectRelationTest.testGeoBBoxRect
>>
>> Error Message:
>> Rect(minX=-48.0,maxX=4.0,minY=-90.0,maxY=-74.0) intersect
>> Pt(x=36.37777684088252,y=-89.97395823916177)
>>
>> Stack Trace:
>> java.lang.AssertionError: Rect(minX=-48.0,maxX=4.0,minY=-90.0,maxY=-74.0)
>> intersect Pt(x=36.37777684088252,y=-89.97395823916177)
>>         at
>> __randomizedtesting.SeedInfo.seed([EE73D5405F7BB152:CAD67D787B48CF0C]:0)
>>         at org.junit.Assert.fail(Assert.java:93)
>>         at org.junit.Assert.assertTrue(Assert.java:43)
>>         at
>> org.apache.lucene.spatial.spatial4j.RandomizedShapeTestCase._assertIntersect(RandomizedShapeTestCase.java:168)
>>         at
>> org.apache.lucene.spatial.spatial4j.RandomizedShapeTestCase.assertRelation(RandomizedShapeTestCase.java:153)
>>         at
>> org.apache.lucene.spatial.spatial4j.RectIntersectionTestHelper.testRelateWithRectangle(RectIntersectionTestHelper.java:136)
>>         at
>> org.apache.lucene.spatial.spatial4j.Geo3dShapeRectRelationTest.testGeoBBoxRect(Geo3dShapeRectRelationTest.java:166)
>>         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:497)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
>>         at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
>>         at
>> com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
>>         at
>> com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:401)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:651)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
>>         at
>> com.carrotsearch.randomizedtesting.RandomizedRunner$1.run(RandomizedRunner.java:568)
>>
>>
>>
>>
>> Build Log:
>> [...truncated 8159 lines...]
>>    [junit4] Suite:
>> org.apache.lucene.spatial.spatial4j.Geo3dShapeRectRelationTest
>>    [junit4]   1> S-R Rel: {}, Shape {}, Rectangle {} [WITHIN,
>> Geo3dShape{GeoRectangle: {toplat=-1.5168556919397584(-86.90942927854432),
>> bottomlat=-1.5706704561465907(-89.9927881430875),
>> leftlon=-0.018526106616054788(-1.0614677199093308),
>> rightlon=0.06206550121582512(3.5560912730308587)}},
>> Rect(minX=-48.0,maxX=4.0,minY=-90.0,maxY=-74.0)](no slf4j subst; sorry)
>>    [junit4] FAILURE 3.57s J1 | Geo3dShapeRectRelationTest.testGeoBBoxRect
>> <<<
>>    [junit4]    > Throwable #1: java.lang.AssertionError:
>> Rect(minX=-48.0,maxX=4.0,minY=-90.0,maxY=-74.0) intersect
>> Pt(x=36.37777684088252,y=-89.97395823916177)
>>    [junit4]    >        at
>> __randomizedtesting.SeedInfo.seed([EE73D5405F7BB152:CAD67D787B48CF0C]:0)
>>    [junit4]    >        at
>> org.apache.lucene.spatial.spatial4j.RandomizedShapeTestCase._assertIntersect(RandomizedShapeTestCase.java:168)
>>    [junit4]    >        at
>> org.apache.lucene.spatial.spatial4j.RandomizedShapeTestCase.assertRelation(RandomizedShapeTestCase.java:153)
>>    [junit4]    >        at
>> org.apache.lucene.spatial.spatial4j.RectIntersectionTestHelper.testRelateWithRectangle(RectIntersectionTestHelper.java:136)
>>    [junit4]    >        at
>> org.apache.lucene.spatial.spatial4j.Geo3dShapeRectRelationTest.testGeoBBoxRect(Geo3dShapeRectRelationTest.java:166)
>>    [junit4]   1> Laps: 3608 CWIDbD: 935,6,1621,581,465
>>    [junit4]   1> Laps: 50181 CWIDbD: 25578,110,12637,3982,7874
>>    [junit4]   1> Laps: 3750 CWIDbD: 384,6,1398,844,1118
>>    [junit4] Completed [28/28] on J1 in 6.96s, 5 tests, 1 failure <<<
>> FAILURES!
>>
>> [...truncated 10 lines...]
>> BUILD FAILED
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:526: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:474: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:466:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:2145:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/module-build.xml:58:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1415:
>> The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:973:
>> There were test failures: 28 suites, 260 tests, 1 failure, 3 ignored (2
>> assumptions)
>>
>> Total time: 20 minutes 26 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Archiving artifacts
>> Recording test results
>> Email was triggered for: Failure - Any
>> Sending email for trigger: Failure - Any
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>

Reply via email to