Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/413/

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([984644A180EB9197:10127B7B2E17FC6F]:0)
        at 
org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.getByteBlock(ByteBlockPool.java:103)
        at 
org.apache.lucene.util.ByteBlockPool.nextBuffer(ByteBlockPool.java:202)
        at 
org.apache.lucene.util.ByteBlockPool.allocSlice(ByteBlockPool.java:257)
        at 
org.apache.lucene.index.TermsHashPerField.writeByte(TermsHashPerField.java:252)
        at 
org.apache.lucene.index.TermsHashPerField.writeVInt(TermsHashPerField.java:273)
        at 
org.apache.lucene.index.FreqProxTermsWriterPerField.addTerm(FreqProxTermsWriterPerField.java:204)
        at 
org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:235)
        at 
org.apache.lucene.index.DocInverterPerField.processFields(DocInverterPerField.java:165)
        at 
org.apache.lucene.index.DocFieldProcessor.processDocument(DocFieldProcessor.java:248)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:254)
        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:446)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1532)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1202)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1183)
        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:616)
        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)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)




Build Log:
[...truncated 438 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=984644A180EB9197 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/hudson/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=sl_SI -Dtests.timezone=Europe/Vaduz -Dtests.file.encoding=UTF-8
   [junit4] ERROR    271s J0 | Test2BPostings.test <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([984644A180EB9197:10127B7B2E17FC6F]:0)
   [junit4]    >        at 
org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.getByteBlock(ByteBlockPool.java:103)
   [junit4]    >        at 
org.apache.lucene.util.ByteBlockPool.nextBuffer(ByteBlockPool.java:202)
   [junit4]    >        at 
org.apache.lucene.util.ByteBlockPool.allocSlice(ByteBlockPool.java:257)
   [junit4]    >        at 
org.apache.lucene.index.TermsHashPerField.writeByte(TermsHashPerField.java:252)
   [junit4]    >        at 
org.apache.lucene.index.TermsHashPerField.writeVInt(TermsHashPerField.java:273)
   [junit4]    >        at 
org.apache.lucene.index.FreqProxTermsWriterPerField.addTerm(FreqProxTermsWriterPerField.java:204)
   [junit4]    >        at 
org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:235)
   [junit4]    >        at 
org.apache.lucene.index.DocInverterPerField.processFields(DocInverterPerField.java:165)
   [junit4]    >        at 
org.apache.lucene.index.DocFieldProcessor.processDocument(DocFieldProcessor.java:248)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:254)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:446)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1532)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1202)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1183)
   [junit4]    >        at 
org.apache.lucene.index.Test2BPostings.test(Test2BPostings.java:76)
   [junit4]   2> NOTE: test params are: codec=Lucene45: 
{field=MockVariableIntBlock(baseBlockSize=96)}, docValues:{}, 
sim=DefaultSimilarity, locale=sl_SI, timezone=Europe/Vaduz
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Sun Microsystems Inc. 
1.6.0_32 (64-bit)/cpus=16,threads=1,free=152528120,total=477233152
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimilarity, 
TestSimpleAttributeImpl, TestRegexpQuery, TestDocValuesWithThreads, 
TestPostingsFormat, TestNumericRangeQuery32, TestCharTermAttributeImpl, 
TestIndexableBinaryStringTools, TestDirectoryReader, TestFastDecompressionMode, 
TestCompressingTermVectorsFormat, TestBooleanMinShouldMatch, 
TestEliasFanoDocIdSet, TestParallelTermEnum, TestDocumentsWriterStallControl, 
TestFieldCacheRangeFilter, Test2BPostings]
   [junit4] Completed on J0 in 271.41s, 1 test, 1 error <<< FAILURES!

[...truncated 1046 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build/core/test/temp/junit4-J0-20131022_233611_993.sysout
   [junit4] >>> JVM J0: stdout (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/heapdumps/java_pid46487.hprof
 ...
   [junit4] Heap dump file created [424921456 bytes in 0.802 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:435:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:408:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:39:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/build.xml:49:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1263:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:906:
 There were test failures: 378 suites, 2709 tests, 1 error, 68 ignored (55 
assumptions)

Total time: 34 minutes 11 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to