Another possibly related failure from my Jenkins, reproduces for me:

——
   [junit4] Suite: org.apache.lucene.search.TestDimensionalQueries
   [junit4]   1> T1: id=61212 should match but did not
   [junit4]   1>   small=true query=DimensionalPointInRectQuery:field=point: 
Lower Left: [22.869619525572777,-53.6297960809007] Upper Right: 
[23.05112577396519,-51.9015104221055] docID=61212
   [junit4]   1>   lat=-51.99172479872621 lon=22.86961952305049
   [junit4]   1>   deleted?=false
   [junit4]   2> Jan 20, 2016 8:04:08 PM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[T1,5,TGRP-TestDimensionalQueries]
   [junit4]   2> java.lang.AssertionError: some hits were wrong
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([17C719A6A57E069E]:0)
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at 
org.apache.lucene.util.BaseGeoPointTestCase$VerifyHits.test(BaseGeoPointTestCase.java:552)
   [junit4]   2>        at 
org.apache.lucene.util.BaseGeoPointTestCase$2._run(BaseGeoPointTestCase.java:756)
   [junit4]   2>        at 
org.apache.lucene.util.BaseGeoPointTestCase$2.run(BaseGeoPointTestCase.java:623)
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDimensionalQueries -Dtests.method=testRandomBig 
-Dtests.seed=17C719A6A57E069E -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=en-US -Dtests.timezone=America/Vancouver -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   79.7s J2 | TestDimensionalQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    >        at 
org.apache.lucene.util.BaseGeoPointTestCase.verify(BaseGeoPointTestCase.java:770)
   [junit4]    >        at 
org.apache.lucene.util.BaseGeoPointTestCase.doTestRandom(BaseGeoPointTestCase.java:411)
   [junit4]    >        at 
org.apache.lucene.util.BaseGeoPointTestCase.testRandomBig(BaseGeoPointTestCase.java:340)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=27, name=T1, state=RUNNABLE, 
group=TGRP-TestDimensionalQueries]
   [junit4]    > Caused by: java.lang.AssertionError: some hits were wrong
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([17C719A6A57E069E]:0)
   [junit4]    >        at 
org.apache.lucene.util.BaseGeoPointTestCase$VerifyHits.test(BaseGeoPointTestCase.java:552)
   [junit4]    >        at 
org.apache.lucene.util.BaseGeoPointTestCase$2._run(BaseGeoPointTestCase.java:756)
   [junit4]    >        at 
org.apache.lucene.util.BaseGeoPointTestCase$2.run(BaseGeoPointTestCase.java:623)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/var/lib/jenkins/jobs/Lucene-Solr-Nightly-trunk/workspace/lucene/build/sandbox/test/J2/temp/lucene.search.TestDimensionalQueries_17C719A6A57E069E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=en-US, 
timezone=America/Vancouver
   [junit4]   2> NOTE: Linux 4.1.0-custom2-amd64 amd64/Oracle Corporation 
1.8.0_45 (64-bit)/cpus=16,threads=1,free=202204312,total=516423680
   [junit4]   2> NOTE: All tests run in this JVM: [TestDimensionalQueries]
   [junit4] Completed [11/13 (1!)] on J2 in 120.45s, 8 tests, 1 error <<< 
FAILURES!
——

 
> On Jan 20, 2016, at 5:03 PM, Nicholas Knize <[email protected]> wrote:
> 
> Related to failure #15599. Should have fix shortly. 
> 
> On Wed, Jan 20, 2016 at 3:52 PM, Policeman Jenkins Server 
> <[email protected]> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15601/
> Java: 64bit/jdk-9-ea+95 -XX:+UseCompressedOops -XX:+UseG1GC 
> -XX:-CompactStrings
> 
> 1 tests failed.
> FAILED:  org.apache.lucene.search.TestDimensionalQueries.testAllLonEqual
> 
> Error Message:
> Captured an uncaught exception in thread: Thread[id=63, name=T3, 
> state=RUNNABLE, group=TGRP-TestDimensionalQueries]
> 
> Stack Trace:
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=63, name=T3, state=RUNNABLE, 
> group=TGRP-TestDimensionalQueries]
> Caused by: java.lang.AssertionError: some hits were wrong
>         at __randomizedtesting.SeedInfo.seed([B0DD0804DD7EC550]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at 
> org.apache.lucene.util.BaseGeoPointTestCase$VerifyHits.test(BaseGeoPointTestCase.java:552)
>         at 
> org.apache.lucene.util.BaseGeoPointTestCase$2._run(BaseGeoPointTestCase.java:756)
>         at 
> org.apache.lucene.util.BaseGeoPointTestCase$2.run(BaseGeoPointTestCase.java:623)
> 
> 
> 
> 
> Build Log:
> [...truncated 7818 lines...]
>    [junit4] Suite: org.apache.lucene.search.TestDimensionalQueries
>    [junit4]   1> T3: id=7311 should match but did not
>    [junit4]   1>   small=true query=DimensionalPointInRectQuery:field=point: 
> Lower Left: [-84.5242805689098,49.1852024288598] Upper Right: 
> [-83.19912876435833,50.2207534468154] docID=8551
>    [junit4]   1>   lat=49.18520239811697 lon=-83.54638141268273
>    [junit4]   1>   deleted?=false
>    [junit4]   2> ŋ1 20, 2016 2:52:47 CƐƐ́NKO 
> com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
>  uncaughtException
>    [junit4]   2> WARNING: Uncaught exception in thread: 
> Thread[T3,5,TGRP-TestDimensionalQueries]
>    [junit4]   2> java.lang.AssertionError: some hits were wrong
>    [junit4]   2>        at 
> __randomizedtesting.SeedInfo.seed([B0DD0804DD7EC550]:0)
>    [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
>    [junit4]   2>        at 
> org.apache.lucene.util.BaseGeoPointTestCase$VerifyHits.test(BaseGeoPointTestCase.java:552)
>    [junit4]   2>        at 
> org.apache.lucene.util.BaseGeoPointTestCase$2._run(BaseGeoPointTestCase.java:756)
>    [junit4]   2>        at 
> org.apache.lucene.util.BaseGeoPointTestCase$2.run(BaseGeoPointTestCase.java:623)
>    [junit4]   2>
>    [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestDimensionalQueries -Dtests.method=testAllLonEqual 
> -Dtests.seed=B0DD0804DD7EC550 -Dtests.multiplier=3 -Dtests.slow=true 
> -Dtests.locale=ksf -Dtests.timezone=America/Ojinaga -Dtests.asserts=true 
> -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   3.17s J2 | TestDimensionalQueries.testAllLonEqual <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError
>    [junit4]    >        at 
> org.apache.lucene.util.BaseGeoPointTestCase.verify(BaseGeoPointTestCase.java:770)
>    [junit4]    >        at 
> org.apache.lucene.util.BaseGeoPointTestCase.testAllLonEqual(BaseGeoPointTestCase.java:203)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:747)Throwable #2: 
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=63, name=T3, state=RUNNABLE, 
> group=TGRP-TestDimensionalQueries]
>    [junit4]    > Caused by: java.lang.AssertionError: some hits were wrong
>    [junit4]    >        at 
> __randomizedtesting.SeedInfo.seed([B0DD0804DD7EC550]:0)
>    [junit4]    >        at 
> org.apache.lucene.util.BaseGeoPointTestCase$VerifyHits.test(BaseGeoPointTestCase.java:552)
>    [junit4]    >        at 
> org.apache.lucene.util.BaseGeoPointTestCase$2._run(BaseGeoPointTestCase.java:756)
>    [junit4]    >        at 
> org.apache.lucene.util.BaseGeoPointTestCase$2.run(BaseGeoPointTestCase.java:623)
>    [junit4] IGNOR/A 0.00s J2 | TestDimensionalQueries.testRandomBig
>    [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): 
> {id=BlockTreeOrds(blocksize=128)}, 
> docValues:{id=DocValuesFormat(name=Lucene54)}, 
> sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ksf, 
> timezone=America/Ojinaga
>    [junit4]   2> NOTE: Linux 3.19.0-42-generic amd64/Oracle Corporation 9-ea 
> (64-bit)/cpus=12,threads=1,free=469275512,total=526385152
>    [junit4]   2> NOTE: All tests run in this JVM: [TestSlowFuzzyQuery, 
> TestGeoUtils, TestFieldCacheTermsFilter, TestIDVersionPostingsFormat, 
> TestPayloadSpanUtil, TestDimensionalQueries]
>    [junit4] Completed [9/13 (1!)] on J2 in 14.87s, 8 tests, 1 error, 1 
> skipped <<< FAILURES!
> 
> [...truncated 33 lines...]
> BUILD FAILED
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:784: The following 
> error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:728: The following 
> error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following 
> error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:472: The 
> following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:2154: 
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:58: 
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1424: 
> The following error occurred while executing this line:
> /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:981: 
> There were test failures: 13 suites, 97 tests, 1 error, 6 ignored (6 
> assumptions) [seed: B0DD0804DD7EC550]
> 
> Total time: 15 minutes 44 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]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to