Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/594/
Java: 64bit/jdk1.8.0_92 -XX:-UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED:
org.apache.lucene.spatial.geopoint.search.TestLegacyGeoPointQuery.testAllLonEqual
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at
__randomizedtesting.SeedInfo.seed([F083CD6CE49F552A:61893C911435153E]:0)
at java.util.LinkedList.toArray(LinkedList.java:1050)
at java.util.List.sort(List.java:477)
at java.util.Collections.sort(Collections.java:141)
at
org.apache.lucene.spatial.geopoint.search.GeoPointNumericTermsEnum.<init>(GeoPointNumericTermsEnum.java:53)
at
org.apache.lucene.spatial.geopoint.search.GeoPointTermsEnum.newInstance(GeoPointTermsEnum.java:52)
at
org.apache.lucene.spatial.geopoint.search.GeoPointMultiTermQuery.getTermsEnum(GeoPointMultiTermQuery.java:84)
at
org.apache.lucene.spatial.geopoint.search.GeoPointTermQueryConstantScoreWrapper$1.scorer(GeoPointTermQueryConstantScoreWrapper.java:91)
at org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
at
org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:769)
at
org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
at
org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
at
org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
at
org.apache.lucene.geo.BaseGeoPointTestCase.verifyRandomDistances(BaseGeoPointTestCase.java:953)
at
org.apache.lucene.geo.BaseGeoPointTestCase.verify(BaseGeoPointTestCase.java:744)
at
org.apache.lucene.geo.BaseGeoPointTestCase.testAllLonEqual(BaseGeoPointTestCase.java:500)
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)
Build Log:
[...truncated 8743 lines...]
[junit4] Suite:
org.apache.lucene.spatial.geopoint.search.TestLegacyGeoPointQuery
[junit4] IGNOR/A 0.01s J1 | TestLegacyGeoPointQuery.testRandomBig
[junit4] > Assumption #1: 'nightly' test group is disabled (@Nightly())
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestLegacyGeoPointQuery -Dtests.method=testAllLonEqual
-Dtests.seed=F083CD6CE49F552A -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=es-PA -Dtests.timezone=Africa/Gaborone -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 22.2s J1 | TestLegacyGeoPointQuery.testAllLonEqual <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([F083CD6CE49F552A:61893C911435153E]:0)
[junit4] > at java.util.LinkedList.toArray(LinkedList.java:1050)
[junit4] > at java.util.List.sort(List.java:477)
[junit4] > at java.util.Collections.sort(Collections.java:141)
[junit4] > at
org.apache.lucene.spatial.geopoint.search.GeoPointNumericTermsEnum.<init>(GeoPointNumericTermsEnum.java:53)
[junit4] > at
org.apache.lucene.spatial.geopoint.search.GeoPointTermsEnum.newInstance(GeoPointTermsEnum.java:52)
[junit4] > at
org.apache.lucene.spatial.geopoint.search.GeoPointMultiTermQuery.getTermsEnum(GeoPointMultiTermQuery.java:84)
[junit4] > at
org.apache.lucene.spatial.geopoint.search.GeoPointTermQueryConstantScoreWrapper$1.scorer(GeoPointTermQueryConstantScoreWrapper.java:91)
[junit4] > at
org.apache.lucene.search.Weight.bulkScorer(Weight.java:135)
[junit4] > at
org.apache.lucene.search.LRUQueryCache$CachingWrapperWeight.bulkScorer(LRUQueryCache.java:769)
[junit4] > at
org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
[junit4] > at
org.apache.lucene.search.AssertingWeight.bulkScorer(AssertingWeight.java:68)
[junit4] > at
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:666)
[junit4] > at
org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:91)
[junit4] > at
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
[junit4] > at
org.apache.lucene.geo.BaseGeoPointTestCase.verifyRandomDistances(BaseGeoPointTestCase.java:953)
[junit4] > at
org.apache.lucene.geo.BaseGeoPointTestCase.verify(BaseGeoPointTestCase.java:744)
[junit4] > at
org.apache.lucene.geo.BaseGeoPointTestCase.testAllLonEqual(BaseGeoPointTestCase.java:500)
[junit4] IGNOR/A 0.00s J1 | TestLegacyGeoPointQuery.testRandomDistance
[junit4] > Assumption #1: legacy encoding is too slow/hangs on this test
[junit4] IGNOR/A 0.00s J1 | TestLegacyGeoPointQuery.testRandomDistanceHuge
[junit4] > Assumption #1: legacy encoding is too slow/hangs on this test
[junit4] IGNOR/A 0.00s J1 | TestLegacyGeoPointQuery.testSamePointManyTimes
[junit4] > Assumption #1: legacy encoding goes OOM on this test
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene60):
{field=PostingsFormat(name=Memory doPackFST= false), string=FSTOrd50,
id=FSTOrd50, point=Lucene50(blocksize=128)},
docValues:{field=DocValuesFormat(name=Memory),
id=DocValuesFormat(name=Lucene54), point=DocValuesFormat(name=Lucene54)},
maxPointsInLeafNode=2035, maxMBSortInHeap=6.888428107873846,
sim=ClassicSimilarity, locale=es-PA, timezone=Africa/Gaborone
[junit4] 2> NOTE: Linux 4.4.0-21-generic amd64/Oracle Corporation 1.8.0_92
(64-bit)/cpus=12,threads=1,free=354559832,total=491782144
[junit4] 2> NOTE: All tests run in this JVM: [TestLegacyGeoPointQuery]
[junit4] Completed [4/4 (1!)] on J1 in 113.80s, 40 tests, 1 error, 4 skipped
<<< FAILURES!
[...truncated 1 lines...]
[junit4] JVM J1: stdout was not empty, see:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build/spatial/test/temp/junit4-J1-20160508_133116_171.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/heapdumps/java_pid26513.hprof ...
[junit4] Heap dump file created [442835832 bytes in 2.736 secs]
[junit4] <<< JVM J1: EOF ----
[...truncated 10 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/build.xml:476: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:2187: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/module-build.xml:58: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014:
There were test failures: 4 suites, 82 tests, 1 error, 6 ignored (6
assumptions) [seed: F083CD6CE49F552A]
Total time: 21 minutes 9 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]