You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/04/18 13:28:14 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 1088 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1088/

1 tests failed.
FAILED:  org.apache.lucene.geo.TestPolygon.testIntersectRandom

Error Message:
invalid latitude NaN; must be between -90.0 and 90.0

Stack Trace:
java.lang.IllegalArgumentException: invalid latitude NaN; must be between -90.0 and 90.0
	at __randomizedtesting.SeedInfo.seed([5F4B62851AF7D0EA:BB2613C1230F3056]:0)
	at org.apache.lucene.geo.GeoUtils.checkLatitude(GeoUtils.java:62)
	at org.apache.lucene.geo.GeoTestUtil.nextLatitudeNear(GeoTestUtil.java:108)
	at org.apache.lucene.geo.GeoTestUtil.nextPointAroundLine(GeoTestUtil.java:202)
	at org.apache.lucene.geo.GeoTestUtil.nextPointNear(GeoTestUtil.java:257)
	at org.apache.lucene.geo.GeoTestUtil.nextPointNear(GeoTestUtil.java:216)
	at org.apache.lucene.geo.TestPolygon.testIntersectRandom(TestPolygon.java:226)
	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 1368 lines...]
   [junit4] Suite: org.apache.lucene.geo.TestPolygon
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPolygon -Dtests.method=testIntersectRandom -Dtests.seed=5F4B62851AF7D0EA -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-NZ -Dtests.timezone=Pacific/Majuro -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   16.4s J0 | TestPolygon.testIntersectRandom <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: invalid latitude NaN; must be between -90.0 and 90.0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5F4B62851AF7D0EA:BB2613C1230F3056]:0)
   [junit4]    > 	at org.apache.lucene.geo.GeoUtils.checkLatitude(GeoUtils.java:62)
   [junit4]    > 	at org.apache.lucene.geo.GeoTestUtil.nextLatitudeNear(GeoTestUtil.java:108)
   [junit4]    > 	at org.apache.lucene.geo.GeoTestUtil.nextPointAroundLine(GeoTestUtil.java:202)
   [junit4]    > 	at org.apache.lucene.geo.GeoTestUtil.nextPointNear(GeoTestUtil.java:257)
   [junit4]    > 	at org.apache.lucene.geo.GeoTestUtil.nextPointNear(GeoTestUtil.java:216)
   [junit4]    > 	at org.apache.lucene.geo.TestPolygon.testIntersectRandom(TestPolygon.java:226)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=en-NZ, timezone=Pacific/Majuro
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=144946664,total=362807296
   [junit4]   2> NOTE: All tests run in this JVM: [TestSubScorerFreqs, TestSpanNotQuery, TestSegmentInfos, TestIndexWriterForceMerge, TestReusableStringReader, TestDocValuesIndexing, TestBlockPostingsFormat2, TestBytesRefArray, TestLucene50StoredFieldsFormat, TestShardSearching, TestTimeLimitingCollector, TestDirectMonotonic, Test4GBStoredFields, TestIsCurrent, TestCustomNorms, TestThreadedForceMerge, TestMultiFields, TestNeverDelete, TestBooleanQueryVisitSubscorers, TestFieldType, TestRegexpRandom, TestMultiCollector, Test2BSortedDocValuesOrds, TestUnicodeUtil, TestSloppyPhraseQuery2, TestLucene50CompoundFormat, TestBinaryDocument, TestLockFactory, TestAllFilesHaveChecksumFooter, TestNGramPhraseQuery, TestSpanCollection, TestDeterminizeLexicon, TestNoDeletionPolicy, TestTermScorer, TestMultiTermQueryRewrites, Test2BTerms, TestLRUQueryCache, TestNeedsScores, TestMinimize, TestWeakIdentityMap, TestTerm, TestParallelCompositeReader, TestNewestSegment, TestTragicIndexWriterDeadlock, TestDeletionPolicy, TestMultiValuedNumericRangeQuery, TestSynonymQuery, TestClassicSimilarity, TestBooleanMinShouldMatch, FuzzyTermOnShortTermsTest, TestLucene53NormsFormat, TestHighCompressionMode, TestLSBRadixSorter, TestDeterminism, TestCodecs, TestMultiTermConstantScore, TestUTF32ToUTF8, TestSentinelIntSet, TestDateSort, TestRateLimiter, TestTermVectorsWriter, TestIndexWriterDelete, TestTermRangeQuery, TestFieldReuse, TestFixedBitDocIdSet, TestFilterIterator, TestNumericRangeQuery64, TestAutomaton, TestSwappedIndexFiles, TestIndexWriter, TestIndexWriterMerging, TestIndexWriterWithThreads, TestNumericRangeQuery32, TestIndexWriterExceptions, TestIndexWriterMergePolicy, TestPersistentSnapshotDeletionPolicy, TestIndexWriterCommit, TestDirectoryReaderReopen, TestConcurrentMergeScheduler, TestDocumentsWriterStallControl, TestStressIndexing, TestRollingUpdates, TestSnapshotDeletionPolicy, TestIndexWriterUnicode, TestTermsEnum, TestBlockPostingsFormat, TestForUtil, TestLucene50SegmentInfoFormat, TestPolygon]
   [junit4] Completed [353/419 (1!)] on J0 in 59.47s, 16 tests, 1 error <<< FAILURES!

[...truncated 233 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build.xml:50: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1014: There were test failures: 419 suites (1 ignored), 3501 tests, 1 error, 64 ignored (60 assumptions) [seed: 5F4B62851AF7D0EA]

Total time: 11 minutes 58 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




[JENKINS] Lucene-Solr-Tests-master - Build # 1089 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1089/

1 tests failed.
FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium

Error Message:
FAIL: id=18625 should have matched but did not   shape=GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.3743498221665625(21.448664871616945), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.017453291479645996(0.9999999403953552), rightlon=2.4457272005608357E-47(1.401298464324817E-45)}   world bounds=( minX=-1.0011188539924791 maxX=1.0011188539924791 minY=-1.0011188539924791 maxY=1.0011188539924791 minZ=-0.9977622920221051 maxZ=0.9977622920221051   quantized point=[X=1.000965351584433, Y=-2.3309114714909325E-10, Z=0.017471914977685885] within shape? true   unquantized point=[lat=0.017453292519943295, lon=-3.438381890243815E-255([X=1.000965351371868, Y=-3.441701136918568E-255, Z=0.017471915199092084])] within shape? true   docID=18532 deleted?=false   query=PointInGeo3DShapeQuery: field=point: Shape: GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.3743498221665625(21.448664871616945), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.017453291479645996(0.9999999403953552), rightlon=2.4457272005608357E-47(1.401298464324817E-45)}   explanation:     target is in leaf _24(7.0.0):c251/1:delGen=1 of full reader StandardDirectoryReader(segments:214:nrt _r(7.0.0):c6198/78:delGen=1 _1h(7.0.0):c6259/51:delGen=1 _1f(7.0.0):c251/3:delGen=1 _1g(7.0.0):c251 _1i(7.0.0):c251 _1j(7.0.0):c251/2:delGen=1 _1k(7.0.0):c251/2:delGen=1 _1l(7.0.0):c251/3:delGen=1 _1m(7.0.0):c251/2:delGen=1 _1n(7.0.0):c251/1:delGen=1 _1o(7.0.0):c251/2:delGen=1 _1p(7.0.0):c251/1 _1q(7.0.0):c251 _1r(7.0.0):c251 _1s(7.0.0):c251 _1t(7.0.0):c251/1 _1u(7.0.0):c251/1 _1v(7.0.0):c251 _1w(7.0.0):c251/1 _1x(7.0.0):c251/2:delGen=1 _1y(7.0.0):c251/1 _1z(7.0.0):c251/1 _20(7.0.0):c251/1 _21(7.0.0):c251/1 _22(7.0.0):c251/1 _23(7.0.0):c251/1:delGen=1 _24(7.0.0):c251/1:delGen=1 _26(7.0.0):c251/1:delGen=1 _27(7.0.0):c251 _28(7.0.0):c251 _29(7.0.0):c251 _2a(7.0.0):c251 _2b(7.0.0):c251 _2c(7.0.0):c251 _2d(7.0.0):c251 _2e(7.0.0):c251/1:delGen=1 _2f(7.0.0):c251/1:delGen=1 _2g(7.0.0):c251/1 _2h(7.0.0):c251 _2i(7.0.0):c251 _2j(7.0.0):c251 _2k(7.0.0):c251/2:delGen=1 _2l(7.0.0):c251 _2m(7.0.0):c251 _2n(7.0.0):c251 _2o(7.0.0):c251 _2p(7.0.0):c251 _2q(7.0.0):c251/1:delGen=1 _2r(7.0.0):c251 _2s(7.0.0):c251 _2u(7.0.0):c251 _2v(7.0.0):c251 _2w(7.0.0):c34)     full BKD path to target doc:       Cell(x=-1.001096807299417 TO 1.0011188539924791 y=-1.0010837504657184 TO 1.0010480273826885 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true     on cell Cell(x=-1.001096807299417 TO 1.0011188539924791 y=-1.0010837504657184 TO 1.0010480273826885 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY   leaf visit docID=51 x=1.000965351584433 y=-2.3309114714909325E-10 z=0.017471914977685885   

Stack Trace:
java.lang.AssertionError: FAIL: id=18625 should have matched but did not
  shape=GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.3743498221665625(21.448664871616945), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.017453291479645996(0.9999999403953552), rightlon=2.4457272005608357E-47(1.401298464324817E-45)}
  world bounds=( minX=-1.0011188539924791 maxX=1.0011188539924791 minY=-1.0011188539924791 maxY=1.0011188539924791 minZ=-0.9977622920221051 maxZ=0.9977622920221051
  quantized point=[X=1.000965351584433, Y=-2.3309114714909325E-10, Z=0.017471914977685885] within shape? true
  unquantized point=[lat=0.017453292519943295, lon=-3.438381890243815E-255([X=1.000965351371868, Y=-3.441701136918568E-255, Z=0.017471915199092084])] within shape? true
  docID=18532 deleted?=false
  query=PointInGeo3DShapeQuery: field=point: Shape: GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.3743498221665625(21.448664871616945), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.017453291479645996(0.9999999403953552), rightlon=2.4457272005608357E-47(1.401298464324817E-45)}
  explanation:
    target is in leaf _24(7.0.0):c251/1:delGen=1 of full reader StandardDirectoryReader(segments:214:nrt _r(7.0.0):c6198/78:delGen=1 _1h(7.0.0):c6259/51:delGen=1 _1f(7.0.0):c251/3:delGen=1 _1g(7.0.0):c251 _1i(7.0.0):c251 _1j(7.0.0):c251/2:delGen=1 _1k(7.0.0):c251/2:delGen=1 _1l(7.0.0):c251/3:delGen=1 _1m(7.0.0):c251/2:delGen=1 _1n(7.0.0):c251/1:delGen=1 _1o(7.0.0):c251/2:delGen=1 _1p(7.0.0):c251/1 _1q(7.0.0):c251 _1r(7.0.0):c251 _1s(7.0.0):c251 _1t(7.0.0):c251/1 _1u(7.0.0):c251/1 _1v(7.0.0):c251 _1w(7.0.0):c251/1 _1x(7.0.0):c251/2:delGen=1 _1y(7.0.0):c251/1 _1z(7.0.0):c251/1 _20(7.0.0):c251/1 _21(7.0.0):c251/1 _22(7.0.0):c251/1 _23(7.0.0):c251/1:delGen=1 _24(7.0.0):c251/1:delGen=1 _26(7.0.0):c251/1:delGen=1 _27(7.0.0):c251 _28(7.0.0):c251 _29(7.0.0):c251 _2a(7.0.0):c251 _2b(7.0.0):c251 _2c(7.0.0):c251 _2d(7.0.0):c251 _2e(7.0.0):c251/1:delGen=1 _2f(7.0.0):c251/1:delGen=1 _2g(7.0.0):c251/1 _2h(7.0.0):c251 _2i(7.0.0):c251 _2j(7.0.0):c251 _2k(7.0.0):c251/2:delGen=1 _2l(7.0.0):c251 _2m(7.0.0):c251 _2n(7.0.0):c251 _2o(7.0.0):c251 _2p(7.0.0):c251 _2q(7.0.0):c251/1:delGen=1 _2r(7.0.0):c251 _2s(7.0.0):c251 _2u(7.0.0):c251 _2v(7.0.0):c251 _2w(7.0.0):c34)
    full BKD path to target doc:
      Cell(x=-1.001096807299417 TO 1.0011188539924791 y=-1.0010837504657184 TO 1.0010480273826885 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true
    on cell Cell(x=-1.001096807299417 TO 1.0011188539924791 y=-1.0010837504657184 TO 1.0010480273826885 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
  leaf visit docID=51 x=1.000965351584433 y=-2.3309114714909325E-10 z=0.017471914977685885
  
	at __randomizedtesting.SeedInfo.seed([16F57BB108DD159E:AB2B4C1949B876F8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:814)
	at org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:524)
	at org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium(TestGeo3DPoint.java:451)
	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 8917 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]   2> NOTE: reproduce with: ant test  -Dtestcase=TestGeo3DPoint -Dtests.method=testRandomMedium -Dtests.seed=16F57BB108DD159E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=uk-UA -Dtests.timezone=Asia/Thimbu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 7.11s J1 | TestGeo3DPoint.testRandomMedium <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: FAIL: id=18625 should have matched but did not
   [junit4]    >   shape=GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.3743498221665625(21.448664871616945), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.017453291479645996(0.9999999403953552), rightlon=2.4457272005608357E-47(1.401298464324817E-45)}
   [junit4]    >   world bounds=( minX=-1.0011188539924791 maxX=1.0011188539924791 minY=-1.0011188539924791 maxY=1.0011188539924791 minZ=-0.9977622920221051 maxZ=0.9977622920221051
   [junit4]    >   quantized point=[X=1.000965351584433, Y=-2.3309114714909325E-10, Z=0.017471914977685885] within shape? true
   [junit4]    >   unquantized point=[lat=0.017453292519943295, lon=-3.438381890243815E-255([X=1.000965351371868, Y=-3.441701136918568E-255, Z=0.017471915199092084])] within shape? true
   [junit4]    >   docID=18532 deleted?=false
   [junit4]    >   query=PointInGeo3DShapeQuery: field=point: Shape: GeoWideRectangle: {planetmodel=PlanetModel.WGS84, toplat=0.3743498221665625(21.448664871616945), bottomlat=0.017453291479645996(0.9999999403953552), leftlon=0.017453291479645996(0.9999999403953552), rightlon=2.4457272005608357E-47(1.401298464324817E-45)}
   [junit4]    >   explanation:
   [junit4]    >     target is in leaf _24(7.0.0):c251/1:delGen=1 of full reader StandardDirectoryReader(segments:214:nrt _r(7.0.0):c6198/78:delGen=1 _1h(7.0.0):c6259/51:delGen=1 _1f(7.0.0):c251/3:delGen=1 _1g(7.0.0):c251 _1i(7.0.0):c251 _1j(7.0.0):c251/2:delGen=1 _1k(7.0.0):c251/2:delGen=1 _1l(7.0.0):c251/3:delGen=1 _1m(7.0.0):c251/2:delGen=1 _1n(7.0.0):c251/1:delGen=1 _1o(7.0.0):c251/2:delGen=1 _1p(7.0.0):c251/1 _1q(7.0.0):c251 _1r(7.0.0):c251 _1s(7.0.0):c251 _1t(7.0.0):c251/1 _1u(7.0.0):c251/1 _1v(7.0.0):c251 _1w(7.0.0):c251/1 _1x(7.0.0):c251/2:delGen=1 _1y(7.0.0):c251/1 _1z(7.0.0):c251/1 _20(7.0.0):c251/1 _21(7.0.0):c251/1 _22(7.0.0):c251/1 _23(7.0.0):c251/1:delGen=1 _24(7.0.0):c251/1:delGen=1 _26(7.0.0):c251/1:delGen=1 _27(7.0.0):c251 _28(7.0.0):c251 _29(7.0.0):c251 _2a(7.0.0):c251 _2b(7.0.0):c251 _2c(7.0.0):c251 _2d(7.0.0):c251 _2e(7.0.0):c251/1:delGen=1 _2f(7.0.0):c251/1:delGen=1 _2g(7.0.0):c251/1 _2h(7.0.0):c251 _2i(7.0.0):c251 _2j(7.0.0):c251 _2k(7.0.0):c251/2:delGen=1 _2l(7.0.0):c251 _2m(7.0.0):c251 _2n(7.0.0):c251 _2o(7.0.0):c251 _2p(7.0.0):c251 _2q(7.0.0):c251/1:delGen=1 _2r(7.0.0):c251 _2s(7.0.0):c251 _2u(7.0.0):c251 _2v(7.0.0):c251 _2w(7.0.0):c34)
   [junit4]    >     full BKD path to target doc:
   [junit4]    >       Cell(x=-1.001096807299417 TO 1.0011188539924791 y=-1.0010837504657184 TO 1.0010480273826885 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true
   [junit4]    >     on cell Cell(x=-1.001096807299417 TO 1.0011188539924791 y=-1.0010837504657184 TO 1.0010480273826885 z=-0.997762292058209 TO 0.9977622920582089); Shape relationship = WITHIN; Quantized point within cell = true; Unquantized point within cell = true, wrapped visitor returned CELL_CROSSES_QUERY
   [junit4]    >   leaf visit docID=51 x=1.000965351584433 y=-2.3309114714909325E-10 z=0.017471914977685885
   [junit4]    >   
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([16F57BB108DD159E:AB2B4C1949B876F8]:0)
   [junit4]    > 	at org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:814)
   [junit4]    > 	at org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:524)
   [junit4]    > 	at org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomMedium(TestGeo3DPoint.java:451)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{id=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=324, maxMBSortInHeap=5.195186095909932, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=uk-UA, timezone=Asia/Thimbu
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=208803288,total=351272960
   [junit4]   2> NOTE: All tests run in this JVM: [TestGeo3DPoint]
   [junit4] Completed [10/10 (1!)] on J1 in 29.40s, 13 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build.xml:476: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2187: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/module-build.xml:58: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1457: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1014: There were test failures: 10 suites, 47 tests, 1 failure, 1 ignored (1 assumption) [seed: 16F57BB108DD159E]

Total time: 37 minutes 21 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




Re: [JENKINS] Lucene-Solr-Tests-master - Build # 1088 - Still Failing

Posted by Robert Muir <rc...@gmail.com>.
it happens due to underflow (in this case the line is 1E-308 long and
so on, so the multiply blows it away). I committed a fix.

On Mon, Apr 18, 2016 at 7:28 AM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1088/
>
> 1 tests failed.
> FAILED:  org.apache.lucene.geo.TestPolygon.testIntersectRandom
>
> Error Message:
> invalid latitude NaN; must be between -90.0 and 90.0
>
> Stack Trace:
> java.lang.IllegalArgumentException: invalid latitude NaN; must be between -90.0 and 90.0
>         at __randomizedtesting.SeedInfo.seed([5F4B62851AF7D0EA:BB2613C1230F3056]:0)
>         at org.apache.lucene.geo.GeoUtils.checkLatitude(GeoUtils.java:62)
>         at org.apache.lucene.geo.GeoTestUtil.nextLatitudeNear(GeoTestUtil.java:108)
>         at org.apache.lucene.geo.GeoTestUtil.nextPointAroundLine(GeoTestUtil.java:202)
>         at org.apache.lucene.geo.GeoTestUtil.nextPointNear(GeoTestUtil.java:257)
>         at org.apache.lucene.geo.GeoTestUtil.nextPointNear(GeoTestUtil.java:216)
>         at org.apache.lucene.geo.TestPolygon.testIntersectRandom(TestPolygon.java:226)
>         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 1368 lines...]
>    [junit4] Suite: org.apache.lucene.geo.TestPolygon
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestPolygon -Dtests.method=testIntersectRandom -Dtests.seed=5F4B62851AF7D0EA -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-NZ -Dtests.timezone=Pacific/Majuro -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
>    [junit4] ERROR   16.4s J0 | TestPolygon.testIntersectRandom <<<
>    [junit4]    > Throwable #1: java.lang.IllegalArgumentException: invalid latitude NaN; must be between -90.0 and 90.0
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([5F4B62851AF7D0EA:BB2613C1230F3056]:0)
>    [junit4]    >        at org.apache.lucene.geo.GeoUtils.checkLatitude(GeoUtils.java:62)
>    [junit4]    >        at org.apache.lucene.geo.GeoTestUtil.nextLatitudeNear(GeoTestUtil.java:108)
>    [junit4]    >        at org.apache.lucene.geo.GeoTestUtil.nextPointAroundLine(GeoTestUtil.java:202)
>    [junit4]    >        at org.apache.lucene.geo.GeoTestUtil.nextPointNear(GeoTestUtil.java:257)
>    [junit4]    >        at org.apache.lucene.geo.GeoTestUtil.nextPointNear(GeoTestUtil.java:216)
>    [junit4]    >        at org.apache.lucene.geo.TestPolygon.testIntersectRandom(TestPolygon.java:226)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=en-NZ, timezone=Pacific/Majuro
>    [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=144946664,total=362807296
>    [junit4]   2> NOTE: All tests run in this JVM: [TestSubScorerFreqs, TestSpanNotQuery, TestSegmentInfos, TestIndexWriterForceMerge, TestReusableStringReader, TestDocValuesIndexing, TestBlockPostingsFormat2, TestBytesRefArray, TestLucene50StoredFieldsFormat, TestShardSearching, TestTimeLimitingCollector, TestDirectMonotonic, Test4GBStoredFields, TestIsCurrent, TestCustomNorms, TestThreadedForceMerge, TestMultiFields, TestNeverDelete, TestBooleanQueryVisitSubscorers, TestFieldType, TestRegexpRandom, TestMultiCollector, Test2BSortedDocValuesOrds, TestUnicodeUtil, TestSloppyPhraseQuery2, TestLucene50CompoundFormat, TestBinaryDocument, TestLockFactory, TestAllFilesHaveChecksumFooter, TestNGramPhraseQuery, TestSpanCollection, TestDeterminizeLexicon, TestNoDeletionPolicy, TestTermScorer, TestMultiTermQueryRewrites, Test2BTerms, TestLRUQueryCache, TestNeedsScores, TestMinimize, TestWeakIdentityMap, TestTerm, TestParallelCompositeReader, TestNewestSegment, TestTragicIndexWriterDeadlock, TestDeletionPolicy, TestMultiValuedNumericRangeQuery, TestSynonymQuery, TestClassicSimilarity, TestBooleanMinShouldMatch, FuzzyTermOnShortTermsTest, TestLucene53NormsFormat, TestHighCompressionMode, TestLSBRadixSorter, TestDeterminism, TestCodecs, TestMultiTermConstantScore, TestUTF32ToUTF8, TestSentinelIntSet, TestDateSort, TestRateLimiter, TestTermVectorsWriter, TestIndexWriterDelete, TestTermRangeQuery, TestFieldReuse, TestFixedBitDocIdSet, TestFilterIterator, TestNumericRangeQuery64, TestAutomaton, TestSwappedIndexFiles, TestIndexWriter, TestIndexWriterMerging, TestIndexWriterWithThreads, TestNumericRangeQuery32, TestIndexWriterExceptions, TestIndexWriterMergePolicy, TestPersistentSnapshotDeletionPolicy, TestIndexWriterCommit, TestDirectoryReaderReopen, TestConcurrentMergeScheduler, TestDocumentsWriterStallControl, TestStressIndexing, TestRollingUpdates, TestSnapshotDeletionPolicy, TestIndexWriterUnicode, TestTermsEnum, TestBlockPostingsFormat, TestForUtil, TestLucene50SegmentInfoFormat, TestPolygon]
>    [junit4] Completed [353/419 (1!)] on J0 in 59.47s, 16 tests, 1 error <<< FAILURES!
>
> [...truncated 233 lines...]
> BUILD FAILED
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:740: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:684: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:59: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build.xml:50: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1457: The following error occurred while executing this line:
> /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:1014: There were test failures: 419 suites (1 ignored), 3501 tests, 1 error, 64 ignored (60 assumptions) [seed: 5F4B62851AF7D0EA]
>
> Total time: 11 minutes 58 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-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org