Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/407/
1 tests failed.
REGRESSION: org.apache.lucene.index.Test2BPostings.test
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at
__randomizedtesting.SeedInfo.seed([D8D3920C725BF71C:5087ADD6DCA79AE4]:0)
at
org.apache.lucene.store.BufferedIndexOutput.<init>(BufferedIndexOutput.java:50)
at
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:365)
at
org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:280)
at
org.apache.lucene.store.NRTCachingDirectory.createOutput(NRTCachingDirectory.java:206)
at
org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:478)
at
org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:44)
at
org.apache.lucene.store.CompoundFileWriter.close(CompoundFileWriter.java:149)
at
org.apache.lucene.store.CompoundFileDirectory.close(CompoundFileDirectory.java:171)
at
org.apache.lucene.util.IOUtils.closeWhileHandlingException(IOUtils.java:80)
at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4408)
at
org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:535)
at
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:502)
at
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:506)
at
org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:378)
at
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:470)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1523)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1193)
at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1174)
at org.apache.lucene.index.Test2BPostings.test(Test2BPostings.java:76)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
Build Log:
[...truncated 655 lines...]
[junit4] Suite: org.apache.lucene.index.Test2BPostings
[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=Test2BPostings
-Dtests.method=test -Dtests.seed=D8D3920C725BF71C -Dtests.multiplier=2
-Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt
-Dtests.locale=en_IN -Dtests.timezone=America/Puerto_Rico
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 408s J0 | Test2BPostings.test <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([D8D3920C725BF71C:5087ADD6DCA79AE4]:0)
[junit4] > at
org.apache.lucene.store.BufferedIndexOutput.<init>(BufferedIndexOutput.java:50)
[junit4] > at
org.apache.lucene.store.FSDirectory$FSIndexOutput.<init>(FSDirectory.java:365)
[junit4] > at
org.apache.lucene.store.FSDirectory.createOutput(FSDirectory.java:280)
[junit4] > at
org.apache.lucene.store.NRTCachingDirectory.createOutput(NRTCachingDirectory.java:206)
[junit4] > at
org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:478)
[junit4] > at
org.apache.lucene.store.TrackingDirectoryWrapper.createOutput(TrackingDirectoryWrapper.java:44)
[junit4] > at
org.apache.lucene.store.CompoundFileWriter.close(CompoundFileWriter.java:149)
[junit4] > at
org.apache.lucene.store.CompoundFileDirectory.close(CompoundFileDirectory.java:171)
[junit4] > at
org.apache.lucene.util.IOUtils.closeWhileHandlingException(IOUtils.java:80)
[junit4] > at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4408)
[junit4] > at
org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:535)
[junit4] > at
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:502)
[junit4] > at
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:506)
[junit4] > at
org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:378)
[junit4] > at
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:470)
[junit4] > at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1523)
[junit4] > at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1193)
[junit4] > at
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1174)
[junit4] > at
org.apache.lucene.index.Test2BPostings.test(Test2BPostings.java:76)
[junit4] 2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity,
locale=en_IN, timezone=America/Puerto_Rico
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25
(64-bit)/cpus=16,threads=1,free=197010128,total=477233152
[junit4] 2> NOTE: All tests run in this JVM: [TestCustomSearcherSort,
TestFilterIterator, TestFilteredQuery, TestDocIdBitSet, TestPayloads,
TestTwoPhaseCommitTool, TestAllFilesHaveCodecHeader, TestCompiledAutomaton,
Nested1, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested,
Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested, Nested,
Nested, Nested, Nested, TestParallelReaderEmptyIndex, TestStressAdvance,
TestMinShouldMatch2, TestBroadWord, Nested, TestSortRandom, TestSubScorerFreqs,
TestIndexWriterReader, TestSearchForDuplicates, TestSetOnce,
TestPostingsOffsets, TestMockAnalyzer, TestControlledRealTimeReopenThread,
TestFieldsReader, TestDirectoryReader, TestAutomatonQueryUnicode,
Test2BPostings]
[junit4] Completed on J0 in 408.10s, 1 test, 1 error <<< FAILURES!
[...truncated 904 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:429:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:402:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:39:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build.xml:49:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1230:
The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:873:
There were test failures: 370 suites, 2641 tests, 1 error, 57 ignored (44
assumptions)
Total time: 36 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]