Build: https://jenkins.thetaphi.de/job/Lucene-nightly-main-Linux/1666/
Java: 64bit/hotspot/jdk-25.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.lucene.spatial3d.TestGeo3DPoint.executionError
Error Message:
java.lang.RuntimeException: file handle leaks:
[FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1.fdt),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1.fdx),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1_Lucene104_0.doc),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1.kdi),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1_Lucene90_0.dvd),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1_Lucene90_0.dvs),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1.kdd),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1_Lucene104_0.tip),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1_Lucene104_0.tim)]
Stack Trace:
java.lang.RuntimeException: file handle leaks:
[FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1.fdt),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1.fdx),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1_Lucene104_0.doc),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1.kdi),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1_Lucene90_0.dvd),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1_Lucene90_0.dvs),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1.kdd),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1_Lucene104_0.tip),
FileChannel(/home/jenkins/workspace/Lucene-nightly-main-Linux/lucene/spatial3d/build/tests-tmp/lucene.spatial3d.TestGeo3DPoint_001/TestBKDTree-001/_1_Lucene104_0.tim)]
at __randomizedtesting.SeedInfo.seed([E777CB4A6870FFF8]:0)
at
[email protected]/org.apache.lucene.tests.mockfile.LeakFS.onClose(LeakFS.java:63)
at
[email protected]/org.apache.lucene.tests.mockfile.FilterFileSystem.close(FilterFileSystem.java:69)
at
[email protected]/org.apache.lucene.tests.mockfile.FilterFileSystem.close(FilterFileSystem.java:70)
at
[email protected]/org.apache.lucene.tests.mockfile.FilterFileSystem.close(FilterFileSystem.java:70)
at
[email protected]/org.apache.lucene.util.IOUtils.close(IOUtils.java:85)
at
[email protected]/org.apache.lucene.util.IOUtils.close(IOUtils.java:72)
at
[email protected]/org.apache.lucene.tests.util.TemporaryFilesSupplier.after(TemporaryFilesSupplier.java:253)
at
[email protected]/org.apache.lucene.tests.util.CallbacksToRuleAdapter$1.evaluate(CallbacksToRuleAdapter.java:41)
at
[email protected]/com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
[email protected]/org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:31)
at
[email protected]/org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
[email protected]/org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
[email protected]/org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
at
[email protected]/com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
[email protected]/org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
at
[email protected]/com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
[email protected]/com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
at
[email protected]/com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
at java.base/java.lang.Thread.run(Thread.java:1474)
Caused by: java.lang.Exception
at
[email protected]/org.apache.lucene.tests.mockfile.LeakFS.onOpen(LeakFS.java:46)
at
[email protected]/org.apache.lucene.tests.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
at
[email protected]/org.apache.lucene.tests.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:202)
at
[email protected]/org.apache.lucene.tests.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:171)
at
[email protected]/org.apache.lucene.tests.mockfile.FilterFileSystemProvider.newFileChannel(FilterFileSystemProvider.java:206)
at java.base/java.nio.channels.FileChannel.open(FileChannel.java:301)
at java.base/java.nio.channels.FileChannel.open(FileChannel.java:353)
at
[email protected]/org.apache.lucene.store.NIOFSDirectory.openInput(NIOFSDirectory.java:78)
at
[email protected]/org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:101)
at
[email protected]/org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader.<init>(Lucene90CompressingStoredFieldsReader.java:145)
at
[email protected]/org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsFormat.fieldsReader(Lucene90CompressingStoredFieldsFormat.java:133)
at
[email protected]/org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:118)
at
[email protected]/org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:95)
at
[email protected]/org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:180)
at
[email protected]/org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:222)
at
[email protected]/org.apache.lucene.index.IndexWriter.lambda$getReader$0(IndexWriter.java:554)
at
[email protected]/org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:136)
at
[email protected]/org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:614)
at
[email protected]/org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:144)
at
[email protected]/org.apache.lucene.index.DirectoryReader.open(DirectoryReader.java:123)
at
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:1009)
at
org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:704)
at
org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig(TestGeo3DPoint.java:608)
FAILED: org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig
Error Message:
java.lang.AssertionError: FAIL: id=47 should have matched but did not
shape=GeoWideRectangle: {planetmodel=PlanetModel.CLARKE_1866,
toplat=-1.1194817980119847(-64.14158226780363),
bottomlat=-1.5707889621745923(-89.99957803833885),
leftlon=-0.10136159252608935(-5.807591456469709),
rightlon=-3.0266592363052682(-173.4148002645808)}
bounds=XYZBounds: [xmin=-0.43544241153351515 xmax=0.43544241153351515
ymin=-0.04993677405062461 ymax=0.43544241153351515 zmin=-0.9977373939677959
zmax=-0.8984170615940819]
world bounds=( minX=-1.0011313035026648 maxX=1.0011313035026648
minY=-1.0011313035026648 maxY=1.0011313035026648 minZ=-0.9977373929946703
maxZ=0.9977373929946703
quantized point=[X=2.330940995776132E-10, Y=2.330940995776132E-10,
Z=-0.9977373928858474] within shape? true within bounds? true
unquantized point=[lat=-1.5707963267948966,
lon=2.4457272005608357E-47([X=6.10937952360274E-17, Y=1.4941875679424619E-63,
Z=-0.9977373929946703])] within shape? false within bounds? true
docID=38 deleted?=false
query=PointInGeo3DShapeQuery: field=point: Shape: GeoWideRectangle:
{planetmodel=PlanetModel.CLARKE_1866,
toplat=-1.1194817980119847(-64.14158226780363),
bottomlat=-1.5707889621745923(-89.99957803833885),
leftlon=-0.10136159252608935(-5.807591456469709),
rightlon=-3.0266592363052682(-173.4148002645808)}
explanation:
target is in leaf _1(11.0.0):C157927 of full reader
StandardDirectoryReader(segments:5:nrt _1(11.0.0):C157927)
full BKD path to target doc:
Cell(x=-1.0011313035026648 TO 1.0011313035026648 y=-1.0011313035026648 TO
1.0011313035026648 z=-0.9977373931189415 TO 0.9977373931189414); Shape
relationship = WITHIN; Quantized point within cell = true; Unquantized point
within cell = true
Cell(x=-1.0011313035026648 TO 0.11762113854208443 y=-1.0011313035026648
TO 1.0011313035026648 z=-0.9977373931189415 TO 0.9977373931189414); Shape
relationship = OVERLAPS; Quantized point within cell = true; Unquantized point
within cell = true
Cell(x=-1.0011313035026648 TO 0.11762113854208443 y=-1.0011313035026648
TO 4.661881991552263E-10 z=-0.9977373931189415 TO 0.9977373931189414); Shape
relationship = OVERLAPS; Quantized point within cell = true; Unquantized point
within cell = true
Cell(x=-1.0011313035026648 TO 0.11762113854208443 y=-1.0011313035026648
TO 4.661881991552263E-10 z=-0.9977373931189415 TO 0.2463820091336055); Shape
relationship = OVERLAPS; Quantized point within cell = true; Unquantized point
within cell = true
Cell(x=-1.0011313035026648 TO 0.11762113854208443 y=-1.0011313035026648
TO 4.661881991552263E-10 z=-0.9977373931189415 TO -0.5586843335561532); Shape
relationship = OVERLAPS; Quantized point within cell = true; Unquantized point
within cell = true
Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-1.0011313035026648 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.5586843335561532); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true
Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.5586843335561532); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true
Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true
Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = DISJOINT; Quantized point within
cell = true; Unquantized point within cell = true
Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = DISJOINT; Quantized point within
cell = true; Unquantized point within cell = true
Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10 y=0.0 TO
4.661881991552263E-10 z=-0.9977373931189415 TO -0.9977373926527534); Shape
relationship = DISJOINT; Quantized point within cell = true; Unquantized point
within cell = true
on cell Cell(x=-1.0011313035026648 TO 1.0011313035026648
y=-1.0011313035026648 TO 1.0011313035026648 z=-0.9977373931189415 TO
0.9977373931189414); Shape relationship = WITHIN; Quantized point within cell =
true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-1.0011313035026648 TO 0.11762113854208443
y=-1.0011313035026648 TO 1.0011313035026648 z=-0.9977373931189415 TO
0.9977373931189414); Shape relationship = OVERLAPS; Quantized point within cell
= true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-1.0011313035026648 TO 0.11762113854208443
y=-1.0011313035026648 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
0.9977373931189414); Shape relationship = OVERLAPS; Quantized point within cell
= true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-1.0011313035026648 TO 0.11762113854208443
y=-1.0011313035026648 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
0.2463820091336055); Shape relationship = OVERLAPS; Quantized point within cell
= true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-1.0011313035026648 TO 0.11762113854208443
y=-1.0011313035026648 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.5586843335561532); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-1.0011313035026648 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.5586843335561532); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.5586843335561532); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = DISJOINT; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_OUTSIDE_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = DISJOINT; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_OUTSIDE_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10 y=0.0 TO
4.661881991552263E-10 z=-0.9977373931189415 TO -0.9977373926527534); Shape
relationship = DISJOINT; Quantized point within cell = true; Unquantized point
within cell = true, wrapped visitor returned CELL_OUTSIDE_QUERY
Stack Trace:
java.lang.AssertionError: FAIL: id=47 should have matched but did not
shape=GeoWideRectangle: {planetmodel=PlanetModel.CLARKE_1866,
toplat=-1.1194817980119847(-64.14158226780363),
bottomlat=-1.5707889621745923(-89.99957803833885),
leftlon=-0.10136159252608935(-5.807591456469709),
rightlon=-3.0266592363052682(-173.4148002645808)}
bounds=XYZBounds: [xmin=-0.43544241153351515 xmax=0.43544241153351515
ymin=-0.04993677405062461 ymax=0.43544241153351515 zmin=-0.9977373939677959
zmax=-0.8984170615940819]
world bounds=( minX=-1.0011313035026648 maxX=1.0011313035026648
minY=-1.0011313035026648 maxY=1.0011313035026648 minZ=-0.9977373929946703
maxZ=0.9977373929946703
quantized point=[X=2.330940995776132E-10, Y=2.330940995776132E-10,
Z=-0.9977373928858474] within shape? true within bounds? true
unquantized point=[lat=-1.5707963267948966,
lon=2.4457272005608357E-47([X=6.10937952360274E-17, Y=1.4941875679424619E-63,
Z=-0.9977373929946703])] within shape? false within bounds? true
docID=38 deleted?=false
query=PointInGeo3DShapeQuery: field=point: Shape: GeoWideRectangle:
{planetmodel=PlanetModel.CLARKE_1866,
toplat=-1.1194817980119847(-64.14158226780363),
bottomlat=-1.5707889621745923(-89.99957803833885),
leftlon=-0.10136159252608935(-5.807591456469709),
rightlon=-3.0266592363052682(-173.4148002645808)}
explanation:
target is in leaf _1(11.0.0):C157927 of full reader
StandardDirectoryReader(segments:5:nrt _1(11.0.0):C157927)
full BKD path to target doc:
Cell(x=-1.0011313035026648 TO 1.0011313035026648 y=-1.0011313035026648 TO
1.0011313035026648 z=-0.9977373931189415 TO 0.9977373931189414); Shape
relationship = WITHIN; Quantized point within cell = true; Unquantized point
within cell = true
Cell(x=-1.0011313035026648 TO 0.11762113854208443 y=-1.0011313035026648
TO 1.0011313035026648 z=-0.9977373931189415 TO 0.9977373931189414); Shape
relationship = OVERLAPS; Quantized point within cell = true; Unquantized point
within cell = true
Cell(x=-1.0011313035026648 TO 0.11762113854208443 y=-1.0011313035026648
TO 4.661881991552263E-10 z=-0.9977373931189415 TO 0.9977373931189414); Shape
relationship = OVERLAPS; Quantized point within cell = true; Unquantized point
within cell = true
Cell(x=-1.0011313035026648 TO 0.11762113854208443 y=-1.0011313035026648
TO 4.661881991552263E-10 z=-0.9977373931189415 TO 0.2463820091336055); Shape
relationship = OVERLAPS; Quantized point within cell = true; Unquantized point
within cell = true
Cell(x=-1.0011313035026648 TO 0.11762113854208443 y=-1.0011313035026648
TO 4.661881991552263E-10 z=-0.9977373931189415 TO -0.5586843335561532); Shape
relationship = OVERLAPS; Quantized point within cell = true; Unquantized point
within cell = true
Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-1.0011313035026648 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.5586843335561532); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true
Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.5586843335561532); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true
Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true
Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = DISJOINT; Quantized point within
cell = true; Unquantized point within cell = true
Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = DISJOINT; Quantized point within
cell = true; Unquantized point within cell = true
Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10 y=0.0 TO
4.661881991552263E-10 z=-0.9977373931189415 TO -0.9977373926527534); Shape
relationship = DISJOINT; Quantized point within cell = true; Unquantized point
within cell = true
on cell Cell(x=-1.0011313035026648 TO 1.0011313035026648
y=-1.0011313035026648 TO 1.0011313035026648 z=-0.9977373931189415 TO
0.9977373931189414); Shape relationship = WITHIN; Quantized point within cell =
true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-1.0011313035026648 TO 0.11762113854208443
y=-1.0011313035026648 TO 1.0011313035026648 z=-0.9977373931189415 TO
0.9977373931189414); Shape relationship = OVERLAPS; Quantized point within cell
= true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-1.0011313035026648 TO 0.11762113854208443
y=-1.0011313035026648 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
0.9977373931189414); Shape relationship = OVERLAPS; Quantized point within cell
= true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-1.0011313035026648 TO 0.11762113854208443
y=-1.0011313035026648 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
0.2463820091336055); Shape relationship = OVERLAPS; Quantized point within cell
= true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-1.0011313035026648 TO 0.11762113854208443
y=-1.0011313035026648 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.5586843335561532); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-1.0011313035026648 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.5586843335561532); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.5586843335561532); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 0.11762113854208443
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = OVERLAPS; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_CROSSES_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = DISJOINT; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_OUTSIDE_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10
y=-4.661881991552264E-10 TO 4.661881991552263E-10 z=-0.9977373931189415 TO
-0.9977373926527534); Shape relationship = DISJOINT; Quantized point within
cell = true; Unquantized point within cell = true, wrapped visitor returned
CELL_OUTSIDE_QUERY
on cell Cell(x=-4.661881991552264E-10 TO 4.661881991552263E-10 y=0.0 TO
4.661881991552263E-10 z=-0.9977373931189415 TO -0.9977373926527534); Shape
relationship = DISJOINT; Quantized point within cell = true; Unquantized point
within cell = true, wrapped visitor returned CELL_OUTSIDE_QUERY
at
__randomizedtesting.SeedInfo.seed([E777CB4A6870FFF8:6020B6C5F9298378]:0)
at [email protected]/org.junit.Assert.fail(Assert.java:89)
at
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:1111)
at
org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:704)
at
org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig(TestGeo3DPoint.java:608)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]