Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/419/
3 tests failed.
FAILED:
org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels
Error Message:
this IndexWriter is closed
Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
at
__randomizedtesting.SeedInfo.seed([B34F431311463F42:62AA5CDFF1D0C624]:0)
at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:680)
at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:694)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1303)
at
org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1279)
at
org.apache.lucene.index.RandomIndexWriter.addDocuments(RandomIndexWriter.java:232)
at
org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels(TestBlockJoin.java:1436)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:3181)
at java.util.ArrayList.grow(ArrayList.java:265)
at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
at java.util.ArrayList.add(ArrayList.java:462)
at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:59)
at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
at
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
at
org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:186)
at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5033)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4546)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4077)
at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
FAILED:
org.apache.lucene.search.join.TestBlockJoin.testAdvanceSingleParentNoChild
Error Message:
Captured an uncaught exception in thread: Thread[id=112, name=Lucene Merge
Thread #99, state=RUNNABLE, group=TGRP-TestBlockJoin]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=112, name=Lucene Merge Thread #99,
state=RUNNABLE, group=TGRP-TestBlockJoin]
at
__randomizedtesting.SeedInfo.seed([B34F431311463F42:46CE207871700898]:0)
Caused by: org.apache.lucene.index.MergePolicy$MergeException:
org.apache.lucene.store.AlreadyClosedException: refusing to delete any files:
this IndexWriter hit an unrecoverable exception
at __randomizedtesting.SeedInfo.seed([B34F431311463F42]:0)
at
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete
any files: this IndexWriter hit an unrecoverable exception
at
org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:349)
at
org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:669)
at
org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:664)
at
org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:5053)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4568)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4077)
at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:3181)
at java.util.ArrayList.grow(ArrayList.java:265)
at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
at java.util.ArrayList.add(ArrayList.java:462)
at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:59)
at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
at
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
at
org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:186)
at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5033)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4546)
... 3 more
FAILED: org.apache.lucene.search.join.TestBlockJoin.testParentScoringBug
Error Message:
Captured an uncaught exception in thread: Thread[id=95, name=Lucene Merge
Thread #82, state=RUNNABLE, group=TGRP-TestBlockJoin]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=95, name=Lucene Merge Thread #82,
state=RUNNABLE, group=TGRP-TestBlockJoin]
at
__randomizedtesting.SeedInfo.seed([B34F431311463F42:C35C8C1CD8BB42A2]:0)
Caused by: org.apache.lucene.index.MergePolicy$MergeException:
java.lang.OutOfMemoryError: Java heap space
at __randomizedtesting.SeedInfo.seed([B34F431311463F42]:0)
at
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:3181)
at java.util.ArrayList.grow(ArrayList.java:265)
at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
at java.util.ArrayList.add(ArrayList.java:462)
at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:59)
at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
at
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
at
org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:186)
at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5033)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4546)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4077)
at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
Build Log:
[...truncated 8969 lines...]
[junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> ??? 01, 2019 2:14:01 ?
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread: Thread[Lucene Merge
Thread #99,5,TGRP-TestBlockJoin]
[junit4] 2> org.apache.lucene.index.MergePolicy$MergeException:
org.apache.lucene.store.AlreadyClosedException: refusing to delete any files:
this IndexWriter hit an unrecoverable exception
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([B34F431311463F42]:0)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
[junit4] 2> Caused by: org.apache.lucene.store.AlreadyClosedException:
refusing to delete any files: this IndexWriter hit an unrecoverable exception
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:349)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:669)
[junit4] 2> at
org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:664)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:5053)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4568)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4077)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
[junit4] 2> Caused by: java.lang.OutOfMemoryError: Java heap space
[junit4] 2> at java.util.Arrays.copyOf(Arrays.java:3181)
[junit4] 2> at java.util.ArrayList.grow(ArrayList.java:265)
[junit4] 2> at
java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
[junit4] 2> at
java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
[junit4] 2> at java.util.ArrayList.add(ArrayList.java:462)
[junit4] 2> at
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:59)
[junit4] 2> at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
[junit4] 2> at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
[junit4] 2> at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
[junit4] 2> at
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
[junit4] 2> at
org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
[junit4] 2> at
org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:186)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5033)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4546)
[junit4] 2> ... 3 more
[junit4] 2>
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestBlockJoin
-Dtests.method=testMultiChildQueriesOfDiffParentLevels
-Dtests.seed=B34F431311463F42 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
-Dtests.locale=ar-KW -Dtests.timezone=Atlantic/Faeroe -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 211s J0 |
TestBlockJoin.testMultiChildQueriesOfDiffParentLevels <<<
[junit4] > Throwable #1: org.apache.lucene.store.AlreadyClosedException:
this IndexWriter is closed
[junit4] > at
__randomizedtesting.SeedInfo.seed([B34F431311463F42:62AA5CDFF1D0C624]:0)
[junit4] > at
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:680)
[junit4] > at
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:694)
[junit4] > at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1303)
[junit4] > at
org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1279)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.addDocuments(RandomIndexWriter.java:232)
[junit4] > at
org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels(TestBlockJoin.java:1436)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.OutOfMemoryError: Java heap space
[junit4] > at java.util.Arrays.copyOf(Arrays.java:3181)
[junit4] > at java.util.ArrayList.grow(ArrayList.java:265)
[junit4] > at
java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
[junit4] > at
java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
[junit4] > at java.util.ArrayList.add(ArrayList.java:462)
[junit4] > at
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:59)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
[junit4] > at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
[junit4] > at
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
[junit4] > at
org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
[junit4] > at
org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:186)
[junit4] > at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5033)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4546)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4077)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
[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=TestBlockJoin
-Dtests.method=testAdvanceSingleParentNoChild -Dtests.seed=B34F431311463F42
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
-Dtests.locale=ar-KW -Dtests.timezone=Atlantic/Faeroe -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.09s J0 | TestBlockJoin.testAdvanceSingleParentNoChild <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=112, name=Lucene Merge Thread #99,
state=RUNNABLE, group=TGRP-TestBlockJoin]
[junit4] > at
__randomizedtesting.SeedInfo.seed([B34F431311463F42:46CE207871700898]:0)
[junit4] > Caused by: org.apache.lucene.index.MergePolicy$MergeException:
org.apache.lucene.store.AlreadyClosedException: refusing to delete any files:
this IndexWriter hit an unrecoverable exception
[junit4] > at
__randomizedtesting.SeedInfo.seed([B34F431311463F42]:0)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
[junit4] > Caused by: org.apache.lucene.store.AlreadyClosedException:
refusing to delete any files: this IndexWriter hit an unrecoverable exception
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:349)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:669)
[junit4] > at
org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:664)
[junit4] > at
org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:5053)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4568)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4077)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
[junit4] > Caused by: java.lang.OutOfMemoryError: Java heap space
[junit4] > at java.util.Arrays.copyOf(Arrays.java:3181)
[junit4] > at java.util.ArrayList.grow(ArrayList.java:265)
[junit4] > at
java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
[junit4] > at
java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
[junit4] > at java.util.ArrayList.add(ArrayList.java:462)
[junit4] > at
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:59)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
[junit4] > at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
[junit4] > at
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
[junit4] > at
org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
[junit4] > at
org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:186)
[junit4] > at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5033)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4546)
[junit4] > ... 3 more
[junit4] 2> ??? 01, 2019 2:14:01 ?
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
uncaughtException
[junit4] 2> WARNING: Uncaught exception in thread: Thread[Lucene Merge
Thread #82,5,TGRP-TestBlockJoin]
[junit4] 2> org.apache.lucene.index.MergePolicy$MergeException:
java.lang.OutOfMemoryError: Java heap space
[junit4] 2> at
__randomizedtesting.SeedInfo.seed([B34F431311463F42]:0)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
[junit4] 2> Caused by: java.lang.OutOfMemoryError: Java heap space
[junit4] 2> at java.util.Arrays.copyOf(Arrays.java:3181)
[junit4] 2> at java.util.ArrayList.grow(ArrayList.java:265)
[junit4] 2> at
java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
[junit4] 2> at
java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
[junit4] 2> at java.util.ArrayList.add(ArrayList.java:462)
[junit4] 2> at
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:59)
[junit4] 2> at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
[junit4] 2> at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
[junit4] 2> at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
[junit4] 2> at
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
[junit4] 2> at
org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
[junit4] 2> at
org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:186)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5033)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4546)
[junit4] 2> at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4077)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
[junit4] 2> at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
[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=TestBlockJoin
-Dtests.method=testParentScoringBug -Dtests.seed=B34F431311463F42
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
-Dtests.locale=ar-KW -Dtests.timezone=Atlantic/Faeroe -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.17s J0 | TestBlockJoin.testParentScoringBug <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=95, name=Lucene Merge Thread #82,
state=RUNNABLE, group=TGRP-TestBlockJoin]
[junit4] > at
__randomizedtesting.SeedInfo.seed([B34F431311463F42:C35C8C1CD8BB42A2]:0)
[junit4] > Caused by: org.apache.lucene.index.MergePolicy$MergeException:
java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([B34F431311463F42]:0)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:704)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:684)
[junit4] > Caused by: java.lang.OutOfMemoryError: Java heap space
[junit4] > at java.util.Arrays.copyOf(Arrays.java:3181)
[junit4] > at java.util.ArrayList.grow(ArrayList.java:265)
[junit4] > at
java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
[junit4] > at
java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
[junit4] > at java.util.ArrayList.add(ArrayList.java:462)
[junit4] > at
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:59)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
[junit4] > at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
[junit4] > at
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
[junit4] > at
org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
[junit4] > at
org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:186)
[junit4] > at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5033)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4546)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4077)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
[junit4] > at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/join/test/J0/temp/lucene.search.join.TestBlockJoin_B34F431311463F42-001
[junit4] 2> NOTE: test params are: codec=SimpleText,
sim=RandomSimilarity(queryNorm=true): {country=DFR I(ne)3(800.0), parent=DFR
I(n)L2, bogus=ClassicSimilarity, child2=IB LL-DZ(0.3), child3=DFR
I(n)B3(800.0), child0=DFR GLZ(0.3), child1=BM25(k1=1.2,b=0.75), parent0=IB
LL-D1, qualification=DFR G1, skill=DFR I(n)L2, childText=IB LL-D2,
parentText=DFR I(n)1, child=ClassicSimilarity}, locale=ar-KW,
timezone=Atlantic/Faeroe
[junit4] 2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=11274904,total=514326528
[junit4] 2> NOTE: All tests run in this JVM: [TestBlockJoin]
[junit4] Completed [7/8 (1!)] on J0 in 244.28s, 18 tests, 3 errors <<<
FAILURES!
[...truncated 4 lines...]
[junit4] JVM J0: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/join/test/temp/junit4-J0-20190101_021024_0753084619219913999845.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid10458.hprof
...
[junit4] Heap dump file created [468122384 bytes in 0.821 secs]
[junit4] <<< JVM J0: EOF ----
[...truncated 15998 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:651:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:585:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid10458.hprof
Total time: 339 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Archiving 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]