I committed a fix: this one's tests will eat up way too much ram with Direct, especially at night.
On Mon, Apr 18, 2016 at 1:44 AM, Apache Jenkins Server <[email protected]> wrote: > Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/990/ > > 1 tests failed. > FAILED: > org.apache.lucene.spatial.geopoint.search.TestLegacyGeoPointQuery.testRandomBig > > Error Message: > Java heap space > > Stack Trace: > java.lang.OutOfMemoryError: Java heap space > at > __randomizedtesting.SeedInfo.seed([E0A3B5A52EEEA31:895D46D5C3B796B1]:0) > at org.apache.lucene.util.ArrayUtil.grow(ArrayUtil.java:353) > at > org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField.<init>(DirectPostingsFormat.java:351) > at > org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectFields.<init>(DirectPostingsFormat.java:129) > at > org.apache.lucene.codecs.memory.DirectPostingsFormat.fieldsProducer(DirectPostingsFormat.java:113) > at > org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:261) > at > org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:341) > at > org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:106) > at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:66) > at org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:666) > at org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:297) > at > org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:853) > at org.apache.lucene.util.IOUtils.close(IOUtils.java:89) > at org.apache.lucene.util.IOUtils.close(IOUtils.java:76) > at > org.apache.lucene.geo.BaseGeoPointTestCase.verifyRandomRectangles(BaseGeoPointTestCase.java:930) > at > org.apache.lucene.geo.BaseGeoPointTestCase.verify(BaseGeoPointTestCase.java:800) > at > org.apache.lucene.geo.BaseGeoPointTestCase.doTestRandom(BaseGeoPointTestCase.java:725) > at > org.apache.lucene.geo.BaseGeoPointTestCase.testRandomBig(BaseGeoPointTestCase.java:654) > 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 9266 lines...] > [junit4] Suite: > org.apache.lucene.spatial.geopoint.search.TestLegacyGeoPointQuery > [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=TestLegacyGeoPointQuery -Dtests.method=testRandomBig > -Dtests.seed=E0A3B5A52EEEA31 -Dtests.multiplier=2 -Dtests.nightly=true > -Dtests.slow=true > -Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt > -Dtests.locale=es-ES -Dtests.timezone=Etc/GMT-7 -Dtests.asserts=true > -Dtests.file.encoding=US-ASCII > [junit4] ERROR 116s J1 | TestLegacyGeoPointQuery.testRandomBig <<< > [junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space > [junit4] > at > __randomizedtesting.SeedInfo.seed([E0A3B5A52EEEA31:895D46D5C3B796B1]:0) > [junit4] > at > org.apache.lucene.util.ArrayUtil.grow(ArrayUtil.java:353) > [junit4] > at > org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField.<init>(DirectPostingsFormat.java:351) > [junit4] > at > org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectFields.<init>(DirectPostingsFormat.java:129) > [junit4] > at > org.apache.lucene.codecs.memory.DirectPostingsFormat.fieldsProducer(DirectPostingsFormat.java:113) > [junit4] > at > org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:261) > [junit4] > at > org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:341) > [junit4] > at > org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:106) > [junit4] > at > org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:66) > [junit4] > at > org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:666) > [junit4] > at > org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:297) > [junit4] > at > org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:853) > [junit4] > at > org.apache.lucene.util.IOUtils.close(IOUtils.java:89) > [junit4] > at > org.apache.lucene.util.IOUtils.close(IOUtils.java:76) > [junit4] > at > org.apache.lucene.geo.BaseGeoPointTestCase.verifyRandomRectangles(BaseGeoPointTestCase.java:930) > [junit4] > at > org.apache.lucene.geo.BaseGeoPointTestCase.verify(BaseGeoPointTestCase.java:800) > [junit4] > at > org.apache.lucene.geo.BaseGeoPointTestCase.doTestRandom(BaseGeoPointTestCase.java:725) > [junit4] > at > org.apache.lucene.geo.BaseGeoPointTestCase.testRandomBig(BaseGeoPointTestCase.java:654) > [junit4] IGNOR/A 0.01s J1 | TestLegacyGeoPointQuery.testSamePointManyTimes > [junit4] > Assumption #1: legacy encoding goes OOM on this test > [junit4] IGNOR/A 0.02s 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] 2> NOTE: leaving temporary files on disk at: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/lucene/build/spatial/test/J1/temp/lucene.spatial.geopoint.search.TestLegacyGeoPointQuery_E0A3B5A52EEEA31-001 > [junit4] 2> NOTE: test params are: codec=Asserting(Lucene60): > {field=PostingsFormat(name=LuceneFixedGap), string=PostingsFormat(name=Memory > doPackFST= true), id=FSTOrd50, point=PostingsFormat(name=Direct)}, > docValues:{field=DocValuesFormat(name=Asserting), > id=DocValuesFormat(name=Memory), point=DocValuesFormat(name=Lucene54)}, > maxPointsInLeafNode=2028, maxMBSortInHeap=4.711110991010241, > sim=ClassicSimilarity, locale=es-ES, timezone=Etc/GMT-7 > [junit4] 2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation > 1.8.0_74 (64-bit)/cpus=4,threads=1,free=225990448,total=398983168 > [junit4] 2> NOTE: All tests run in this JVM: [TestLegacyGeoPointQuery] > [junit4] Completed [3/3 (1!)] on J1 in 727.49s, 40 tests, 1 error, 3 > skipped <<< FAILURES! > > [...truncated 1 lines...] > [junit4] JVM J1: stdout was not empty, see: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/lucene/build/spatial/test/temp/junit4-J1-20160418_052955_277.sysout > [junit4] >>> JVM J1 emitted unexpected output (verbatim) ---- > [junit4] java.lang.OutOfMemoryError: Java heap space > [junit4] Dumping heap to > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/heapdumps/java_pid16909.hprof > ... > [junit4] Heap dump file created [549206383 bytes in 3.686 secs] > [junit4] <<< JVM J1: EOF ---- > > [...truncated 10 lines...] > BUILD FAILED > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/build.xml:747: > The following error occurred while executing this line: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/build.xml:684: > The following error occurred while executing this line: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/build.xml:59: > The following error occurred while executing this line: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/lucene/build.xml:476: > The following error occurred while executing this line: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/lucene/common-build.xml:2187: > The following error occurred while executing this line: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/lucene/module-build.xml:58: > The following error occurred while executing this line: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/lucene/common-build.xml:1457: > The following error occurred while executing this line: > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/lucene/common-build.xml:1014: > There were test failures: 3 suites, 85 tests, 1 error, 4 ignored (4 > assumptions) [seed: E0A3B5A52EEEA31] > > Total time: 173 minutes 50 seconds > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > No prior successful build to compare, so performing full copy of artifacts > 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]
