Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1949/

9 tests failed.
FAILED:  org.apache.lucene.index.TestBinaryDocValuesUpdates.testTonsOfUpdates

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
        at 
org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:346)
        at 
org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:669)
        at 
org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
        at 
org.apache.lucene.index.FrozenBufferedUpdates.finishApply(FrozenBufferedUpdates.java:382)
        at 
org.apache.lucene.index.FrozenBufferedUpdates.lambda$forceApply$0(FrozenBufferedUpdates.java:245)
        at 
org.apache.lucene.index.FrozenBufferedUpdates.forceApply(FrozenBufferedUpdates.java:250)
        at 
org.apache.lucene.index.FrozenBufferedUpdates.tryApply(FrozenBufferedUpdates.java:158)
        at 
org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2575)
        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5099)
        at 
org.apache.lucene.index.IndexWriter.updateDocValues(IndexWriter.java:1770)
        at 
org.apache.lucene.index.TestBinaryDocValuesUpdates.testTonsOfUpdates(TestBinaryDocValuesUpdates.java:1324)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.OutOfMemoryError: Java heap space
        at java.base/java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:61)
        at java.base/java.nio.ByteBuffer.allocate(ByteBuffer.java:348)
        at 
org.apache.lucene.store.ByteBuffersDataOutput$$Lambda$105/0x00000001001ff840.apply(Unknown
 Source)
        at 
org.apache.lucene.store.ByteBuffersDataOutput.appendBlock(ByteBuffersDataOutput.java:447)
        at 
org.apache.lucene.store.ByteBuffersDataOutput.writeBytes(ByteBuffersDataOutput.java:188)
        at 
org.apache.lucene.store.ByteBuffersDataOutput.rewriteToBlockSize(ByteBuffersDataOutput.java:462)
        at 
org.apache.lucene.store.ByteBuffersDataOutput.appendBlock(ByteBuffersDataOutput.java:440)
        at 
org.apache.lucene.store.ByteBuffersDataOutput.writeBytes(ByteBuffersDataOutput.java:164)
        at 
org.apache.lucene.store.ByteBuffersIndexOutput.writeBytes(ByteBuffersIndexOutput.java:115)
        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.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
        at 
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4510)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4040)
        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.index.TestMixedDocValuesUpdates.testTonsOfUpdates

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space


FAILED:  org.apache.lucene.index.TestNumericDocValuesUpdates.testTonsOfUpdates

Error Message:
Self-suppression not permitted

Stack Trace:
java.lang.IllegalArgumentException: Self-suppression not permitted
        at 
__randomizedtesting.SeedInfo.seed([51B60C947886E6DF:2993D29F9AA6C93D]:0)
        at java.base/java.lang.Throwable.addSuppressed(Throwable.java:1025)
        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:78)
        at 
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:574)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:513)
        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
        at 
org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3183)
        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3428)
        at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3393)
        at 
org.apache.lucene.index.TestNumericDocValuesUpdates.testTonsOfUpdates(TestNumericDocValuesUpdates.java:1548)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.OutOfMemoryError: Java heap space


FAILED:  org.apache.lucene.index.TestNumericDocValuesUpdates.testSortedIndex

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space


FAILED:  org.apache.lucene.search.TestAutomatonQuery.testBiggishAutomaton

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space


FAILED:  org.apache.lucene.document.TestXYPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([290EFDB59034636D:AE59803A016D1FED]:0)
        at java.base/java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:61)
        at java.base/java.nio.ByteBuffer.allocate(ByteBuffer.java:348)
        at 
org.apache.lucene.store.ByteBuffersDataOutput$$Lambda$102/0x00000001001b8440.apply(Unknown
 Source)
        at 
org.apache.lucene.store.ByteBuffersDataOutput.appendBlock(ByteBuffersDataOutput.java:447)
        at 
org.apache.lucene.store.ByteBuffersDataOutput.writeBytes(ByteBuffersDataOutput.java:164)
        at 
org.apache.lucene.store.ByteBuffersIndexOutput.writeBytes(ByteBuffersIndexOutput.java:115)
        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
        at 
org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:56)
        at org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:242)
        at 
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter$1.visit(Lucene60PointsWriter.java:118)
        at 
org.apache.lucene.codecs.PointsWriter$1$1$1.visit(PointsWriter.java:117)
        at 
org.apache.lucene.util.bkd.BKDReader.visitCompressedDocValues(BKDReader.java:591)
        at 
org.apache.lucene.util.bkd.BKDReader.visitDocValuesWithCardinality(BKDReader.java:540)
        at 
org.apache.lucene.util.bkd.BKDReader.visitDocValues(BKDReader.java:446)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:646)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:669)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:679)
        at org.apache.lucene.util.bkd.BKDReader.intersect(BKDReader.java:362)
        at 
org.apache.lucene.codecs.PointsWriter$1$1.intersect(PointsWriter.java:105)
        at 
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.writeField(Lucene60PointsWriter.java:111)
        at 
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
        at 
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:219)
        at 
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4446)


FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.test

Error Message:
Error from server at http://127.0.0.1:46420/delete_data_dir: Expected mime type 
application/octet-stream but got application/json. {   "error":{     
"metadata":[       "error-class","org.apache.solr.common.SolrException",       
"root-error-class","java.net.SocketTimeoutException"],     "msg":"Error trying 
to proxy request for url: http://127.0.0.1:37490/delete_data_dir/update";,     
"trace":"org.apache.solr.common.SolrException: Error trying to proxy request 
for url: http://127.0.0.1:37490/delete_data_dir/update\n\tat 
org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:716)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:550)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:424)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)\n\tat
 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:167)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)\n\tat
 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)\n\tat
 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)\n\tat
 org.eclipse.jetty.server.Server.handle(Server.java:505)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)\n\tat 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)\n\tat
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)\n\tat 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)\n\tat
 java.base/java.lang.Thread.run(Thread.java:834)\nCaused by: 
java.net.SocketTimeoutException: Read timed out\n\tat 
java.base/java.net.SocketInputStream.socketRead0(Native Method)\n\tat 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)\n\tat
 java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)\n\tat 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)\n\tat 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)\n\tat
 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)\n\tat
 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)\n\tat
 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)\n\tat
 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)\n\tat
 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)\n\tat
 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)\n\tat
 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)\n\tat
 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)\n\tat
 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)\n\tat
 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)\n\tat
 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)\n\tat
 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)\n\tat
 org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)\n\tat 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)\n\tat
 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)\n\tat
 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)\n\tat
 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)\n\tat
 org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:688)\n\t... 
30 more\n",     "code":500}} 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:46420/delete_data_dir: Expected mime type 
application/octet-stream but got application/json. {
  "error":{
    "metadata":[
      "error-class","org.apache.solr.common.SolrException",
      "root-error-class","java.net.SocketTimeoutException"],
    "msg":"Error trying to proxy request for url: 
http://127.0.0.1:37490/delete_data_dir/update";,
    "trace":"org.apache.solr.common.SolrException: Error trying to proxy 
request for url: http://127.0.0.1:37490/delete_data_dir/update\n\tat 
org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:716)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:550)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:424)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)\n\tat
 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:167)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)\n\tat
 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)\n\tat
 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)\n\tat
 org.eclipse.jetty.server.Server.handle(Server.java:505)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)\n\tat 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)\n\tat
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)\n\tat 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)\n\tat 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)\n\tat
 java.base/java.lang.Thread.run(Thread.java:834)\nCaused by: 
java.net.SocketTimeoutException: Read timed out\n\tat 
java.base/java.net.SocketInputStream.socketRead0(Native Method)\n\tat 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)\n\tat
 java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)\n\tat 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)\n\tat 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)\n\tat
 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)\n\tat
 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)\n\tat
 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)\n\tat
 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)\n\tat
 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)\n\tat
 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)\n\tat
 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)\n\tat
 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)\n\tat
 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)\n\tat
 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)\n\tat
 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)\n\tat
 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)\n\tat
 org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)\n\tat 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)\n\tat
 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)\n\tat
 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)\n\tat
 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)\n\tat
 org.apache.solr.servlet.HttpSolrCall.remoteQuery(HttpSolrCall.java:688)\n\t... 
30 more\n",
    "code":500}}

        at 
__randomizedtesting.SeedInfo.seed([A89D7468F1CF359E:20C94BB25F335866]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:189)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:103)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        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 
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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.lucene.search.TestIntRangeFieldQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space


FAILED:  org.apache.lucene.util.TestTimSorterWorstCase.testWorstCaseStackSize

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space




Build Log:
[...truncated 1191 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBinaryDocValuesUpdates
   [junit4]   1> TEST: isNRT=true 
reader1=StandardDirectoryReader(segments:3:nrt 
_0(9.0.0):C2:[diagnostics={java.version=11.0.1, java.vm.version=11.0.1+13-LTS, 
lucene.version=9.0.0, source=flush, os.arch=amd64, 
java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, os=Linux, 
java.vendor=Oracle Corporation, 
timestamp=1567485601206}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
   [junit4]   1> TEST: now reopen
   [junit4]   2> ????? ??, ???? ??:??:?? PM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge 
Thread #4,5,TGRP-TestBinaryDocValuesUpdates]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.OutOfMemoryError: Java heap space
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([51B60C947886E6DF]: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.base/java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:61)
   [junit4]   2>        at 
java.base/java.nio.ByteBuffer.allocate(ByteBuffer.java:348)
   [junit4]   2>        at 
org.apache.lucene.store.ByteBuffersDataOutput$$Lambda$105/0x00000001001ff840.apply(Unknown
 Source)
   [junit4]   2>        at 
org.apache.lucene.store.ByteBuffersDataOutput.appendBlock(ByteBuffersDataOutput.java:447)
   [junit4]   2>        at 
org.apache.lucene.store.ByteBuffersDataOutput.writeBytes(ByteBuffersDataOutput.java:188)
   [junit4]   2>        at 
org.apache.lucene.store.ByteBuffersDataOutput.rewriteToBlockSize(ByteBuffersDataOutput.java:462)
   [junit4]   2>        at 
org.apache.lucene.store.ByteBuffersDataOutput.appendBlock(ByteBuffersDataOutput.java:440)
   [junit4]   2>        at 
org.apache.lucene.store.ByteBuffersDataOutput.writeBytes(ByteBuffersDataOutput.java:164)
   [junit4]   2>        at 
org.apache.lucene.store.ByteBuffersIndexOutput.writeBytes(ByteBuffersIndexOutput.java:115)
   [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.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4510)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4040)
   [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=TestBinaryDocValuesUpdates -Dtests.method=testTonsOfUpdates 
-Dtests.seed=51B60C947886E6DF -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=ks-IN -Dtests.timezone=Asia/Shanghai -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   21.3s J0 | TestBinaryDocValuesUpdates.testTonsOfUpdates <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:681)
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:346)
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.deleteFiles(IndexFileDeleter.java:669)
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.decRef(IndexFileDeleter.java:589)
   [junit4]    >        at 
org.apache.lucene.index.FrozenBufferedUpdates.finishApply(FrozenBufferedUpdates.java:382)
   [junit4]    >        at 
org.apache.lucene.index.FrozenBufferedUpdates.lambda$forceApply$0(FrozenBufferedUpdates.java:245)
   [junit4]    >        at 
org.apache.lucene.index.FrozenBufferedUpdates.forceApply(FrozenBufferedUpdates.java:250)
   [junit4]    >        at 
org.apache.lucene.index.FrozenBufferedUpdates.tryApply(FrozenBufferedUpdates.java:158)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2575)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5099)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocValues(IndexWriter.java:1770)
   [junit4]    >        at 
org.apache.lucene.index.TestBinaryDocValuesUpdates.testTonsOfUpdates(TestBinaryDocValuesUpdates.java:1324)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
java.base/java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:61)
   [junit4]    >        at 
java.base/java.nio.ByteBuffer.allocate(ByteBuffer.java:348)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput$$Lambda$105/0x00000001001ff840.apply(Unknown
 Source)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.appendBlock(ByteBuffersDataOutput.java:447)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.writeBytes(ByteBuffersDataOutput.java:188)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.rewriteToBlockSize(ByteBuffersDataOutput.java:462)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.appendBlock(ByteBuffersDataOutput.java:440)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.writeBytes(ByteBuffersDataOutput.java:164)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersIndexOutput.writeBytes(ByteBuffersIndexOutput.java:115)
   [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.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4510)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4040)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)Throwable
 #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=13571, name=Lucene Merge Thread #4, 
state=RUNNABLE, group=TGRP-TestBinaryDocValuesUpdates]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([51B60C947886E6DF]: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.base/java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:61)
   [junit4]    >        at 
java.base/java.nio.ByteBuffer.allocate(ByteBuffer.java:348)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput$$Lambda$105/0x00000001001ff840.apply(Unknown
 Source)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.appendBlock(ByteBuffersDataOutput.java:447)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.writeBytes(ByteBuffersDataOutput.java:188)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.rewriteToBlockSize(ByteBuffersDataOutput.java:462)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.appendBlock(ByteBuffersDataOutput.java:440)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.writeBytes(ByteBuffersDataOutput.java:164)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersIndexOutput.writeBytes(ByteBuffersIndexOutput.java:115)
   [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.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4510)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4040)
   [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: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J0/temp/lucene.index.TestBinaryDocValuesUpdates_51B60C947886E6DF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{bdv=PostingsFormat(name=MockRandom), k1=FST50, f=FST50, foo=FST50, 
k2=FSTOrd50, dvUpdateKey=PostingsFormat(name=MockRandom), 
upd=BlockTreeOrds(blocksize=128), updKey=FST50, id=FSTOrd50, key=FSTOrd50}, 
docValues:{ndv=DocValuesFormat(name=Asserting), 
f10=DocValuesFormat(name=Direct), f12=DocValuesFormat(name=Lucene80), 
f11=DocValuesFormat(name=Lucene80), f14=DocValuesFormat(name=Direct), 
updKey=DocValuesFormat(name=Lucene80), f13=DocValuesFormat(name=Asserting), 
f0=DocValuesFormat(name=Lucene80), f16=DocValuesFormat(name=Lucene80), 
f1=DocValuesFormat(name=Lucene80), f15=DocValuesFormat(name=Lucene80), 
f2=DocValuesFormat(name=Asserting), f18=DocValuesFormat(name=Direct), 
f3=DocValuesFormat(name=Direct), f17=DocValuesFormat(name=Asserting), 
f4=DocValuesFormat(name=Lucene80), f19=DocValuesFormat(name=Lucene80), 
f5=DocValuesFormat(name=Lucene80), bdv2=DocValuesFormat(name=Lucene80), 
f6=DocValuesFormat(name=Asserting), number=DocValuesFormat(name=Lucene80), 
f7=DocValuesFormat(name=Direct), f8=DocValuesFormat(name=Lucene80), 
bdv1=DocValuesFormat(name=Direct), f9=DocValuesFormat(name=Lucene80), 
id=DocValuesFormat(name=Lucene80), val=DocValuesFormat(name=Direct), 
f21=DocValuesFormat(name=Direct), f20=DocValuesFormat(name=Asserting), 
f23=DocValuesFormat(name=Lucene80), f22=DocValuesFormat(name=Lucene80), 
f25=DocValuesFormat(name=Direct), upd=DocValuesFormat(name=Direct), 
f24=DocValuesFormat(name=Asserting), f27=DocValuesFormat(name=Lucene80), 
sort=DocValuesFormat(name=Lucene80), f26=DocValuesFormat(name=Lucene80), 
cf0=DocValuesFormat(name=Direct), f28=DocValuesFormat(name=Asserting), 
cf2=DocValuesFormat(name=Lucene80), cf1=DocValuesFormat(name=Lucene80), 
cf4=DocValuesFormat(name=Direct), cf3=DocValuesFormat(name=Asserting), 
cf6=DocValuesFormat(name=Lucene80), cf5=DocValuesFormat(name=Lucene80), 
cf8=DocValuesFormat(name=Direct), cf7=DocValuesFormat(name=Asserting), 
cf9=DocValuesFormat(name=Lucene80), ssdv=DocValuesFormat(name=Lucene80), 
sdv=DocValuesFormat(name=Direct), cf27=DocValuesFormat(name=Asserting), 
cf28=DocValuesFormat(name=Direct), cf25=DocValuesFormat(name=Lucene80), 
cf26=DocValuesFormat(name=Lucene80), cf23=DocValuesFormat(name=Asserting), 
cf24=DocValuesFormat(name=Direct), cf21=DocValuesFormat(name=Lucene80), 
cf22=DocValuesFormat(name=Lucene80), cf20=DocValuesFormat(name=Direct), 
key=DocValuesFormat(name=Lucene80), cf=DocValuesFormat(name=Lucene80), 
cf18=DocValuesFormat(name=Lucene80), cf19=DocValuesFormat(name=Lucene80), 
f=DocValuesFormat(name=Lucene80), cf16=DocValuesFormat(name=Asserting), 
cf17=DocValuesFormat(name=Direct), cf14=DocValuesFormat(name=Lucene80), 
cf15=DocValuesFormat(name=Lucene80), control=DocValuesFormat(name=Direct), 
cf12=DocValuesFormat(name=Asserting), cf13=DocValuesFormat(name=Direct), 
cf10=DocValuesFormat(name=Lucene80), cf11=DocValuesFormat(name=Lucene80), 
bdv=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=249, 
maxMBSortInHeap=7.436762030932059, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@765b063),
 locale=ks-IN, timezone=Asia/Shanghai
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.1 
(64-bit)/cpus=4,threads=1,free=133884728,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFrozenBufferedUpdates, 
TestTermVectorsReader, TestIndexWriterOnJRECrash, TestUTF32ToUTF8, 
Test2BPositions, TestLazyProxSkipping, TestStressNRT, TestStringMSBRadixSorter, 
TestAxiomaticF3EXP, TestMinimize, Test2BDocs, TestFlushByRamOrCountsPolicy, 
TestSizeBoundedForceMerge, TestPayloadsOnVectors, TestTermQuery, 
TestOfflineSorter, TestSegmentCacheables, TestIOUtils, TestTransactionRollback, 
TestMultiTermsEnum, TestFilterSpans, TestByteBuffersDirectory, TestNRTThreads, 
TestNativeFSLockFactory, TestAxiomaticF1LOG, TestDirectoryReaderReopen, 
TestPerFieldPostingsFormat, TestDocValuesFieldUpdates, 
TestSameScoresWithThreads, TestControlledRealTimeReopenThread, 
TestLongRangeFieldQueries, TestIndexWriterWithThreads, TestWordlistLoader, 
TestOmitPositions, TestLucene80NormsFormat, TestSloppyPhraseQuery2, 
TestFilterLeafReader, TestNamedSPILoader, TestParallelReaderEmptyIndex, 
TestManyFields, TestFeatureDoubleValues, TestClassicSimilarity, 
TestLatLonDocValuesQueries, TestSortRescorer, TestMergeRateLimiter, 
TestIntroSelector, TestField, TestReaderClosed, TestMaxScoreSumPropagator, 
TestBooleanScorer, TestBytesRefArray, TestDocsWithFieldSet, TestSpansEnum, 
TestDocIDMerger, TestDirectPacked, TestPerSegmentDeletes, TestStressDeletes, 
TestUnicodeUtil, TestSegmentInfos, TestWildcard, TestDeterminism, TestSetOnce, 
TestMergeSchedulerExternal, TestLucene50TermVectorsFormat, 
TestCharTermAttributeImpl, TestDateTools, TestRangeFieldsDocValuesQuery, 
TestNoDeletionPolicy, TestBasicModelIn, TestMatchNoDocsQuery, 
TestMultiTermConstantScore, TestAttributeSource, TestAutomaton, 
TestLucene70SegmentInfoFormat, TestTrackingDirectoryWrapper, TestTerm, 
TestLongRange, TestByteArrayDataInput, TestSimpleFSLockFactory, 
TestLSBRadixSorter, TestIntRange, TestFieldsReader, 
Test2BSortedDocValuesFixedSorted, TestPositiveScoresOnlyCollector, 
TestLatLonPointDistanceFeatureQuery, TestSortedSetSortField, TestSearchAfter, 
TestBooleanQuery, TestPerFieldDocValuesFormat, TestDoubleRange, 
TestFeatureSort, TestFloatRange, TestLatLonPoint, TestGeoUtils, TestPolygon, 
TestPolygon2D, Test2BPoints, Test2BPostingsBytes, Test2BTerms, 
Test4GBStoredFields, TestAddIndexes, TestAllFilesDetectTruncation, 
TestAllFilesHaveChecksumFooter, TestAtomicUpdate, TestBagOfPositions, 
TestBagOfPostings, TestBinaryDocValuesUpdates]
   [junit4] Completed [224/524 (1!)] on J0 in 40.38s, 29 tests, 1 error <<< 
FAILURES!

[...truncated 384 lines...]
   [junit4] Suite: org.apache.lucene.index.TestMixedDocValuesUpdates
   [junit4]   2> Nze. 02, 2019 7:32:52 Z.MW. 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge 
Thread #3,5,TGRP-TestMixedDocValuesUpdates]
   [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([51B60C947886E6DF]: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.decRef(IndexFileDeleter.java:589)
   [junit4]   2>        at 
org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:531)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.checkpointNoSIS(IndexWriter.java:2558)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.release(IndexWriter.java:5211)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.release(IndexWriter.java:5203)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.lambda$closeMergeReaders$7(IndexWriter.java:4309)
   [junit4]   2>        at 
org.apache.lucene.util.IOUtils.lambda$applyToAll$0(IOUtils.java:645)
   [junit4]   2>        at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]   2>        at 
org.apache.lucene.util.IOUtils.applyToAll(IOUtils.java:645)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4299)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4614)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4040)
   [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>        Suppressed: 
org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: 
this IndexWriter hit an unrecoverable exception
   [junit4]   2>                ... 16 more
   [junit4]   2>        Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2>        [CIRCULAR REFERENCE:java.lang.OutOfMemoryError: Java 
heap space]
   [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=TestMixedDocValuesUpdates -Dtests.method=testTonsOfUpdates 
-Dtests.seed=51B60C947886E6DF -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=rn -Dtests.timezone=US/Hawaii -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   78.9s J0 | TestMixedDocValuesUpdates.testTonsOfUpdates <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap 
spaceThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: 
Captured an uncaught exception in thread: Thread[id=19078, name=Lucene Merge 
Thread #3, state=RUNNABLE, group=TGRP-TestMixedDocValuesUpdates]
   [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([51B60C947886E6DF]: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.decRef(IndexFileDeleter.java:589)
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.checkpoint(IndexFileDeleter.java:531)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.checkpointNoSIS(IndexWriter.java:2558)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.release(IndexWriter.java:5211)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.release(IndexWriter.java:5203)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.lambda$closeMergeReaders$7(IndexWriter.java:4309)
   [junit4]    >        at 
org.apache.lucene.util.IOUtils.lambda$applyToAll$0(IOUtils.java:645)
   [junit4]    >        at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]    >        at 
org.apache.lucene.util.IOUtils.applyToAll(IOUtils.java:645)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.closeMergeReaders(IndexWriter.java:4299)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4614)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4040)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:625)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:662)
   [junit4]    >        Suppressed: 
org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: 
this IndexWriter hit an unrecoverable exception
   [junit4]    >                ... 16 more
   [junit4]    >        Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        [CIRCULAR REFERENCE:java.lang.OutOfMemoryError: Java 
heap space]
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J0/temp/lucene.index.TestMixedDocValuesUpdates_51B60C947886E6DF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{upd=PostingsFormat(name=LuceneFixedGap), 
updKey=PostingsFormat(name=Asserting), id=FST50, key=FST50}, 
docValues:{f10=DocValuesFormat(name=Lucene80), 
f12=DocValuesFormat(name=Asserting), f11=DocValuesFormat(name=Direct), 
f14=DocValuesFormat(name=Lucene80), updKey=DocValuesFormat(name=Direct), 
f13=DocValuesFormat(name=Lucene80), f0=DocValuesFormat(name=Direct), 
f16=DocValuesFormat(name=Asserting), f1=DocValuesFormat(name=Asserting), 
f15=DocValuesFormat(name=Direct), f2=DocValuesFormat(name=Lucene80), 
f18=DocValuesFormat(name=Lucene80), f17=DocValuesFormat(name=Lucene80), 
f3=DocValuesFormat(name=Lucene80), f4=DocValuesFormat(name=Direct), 
f19=DocValuesFormat(name=Direct), f5=DocValuesFormat(name=Asserting), 
f6=DocValuesFormat(name=Lucene80), f7=DocValuesFormat(name=Lucene80), 
f8=DocValuesFormat(name=Direct), f9=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Asserting), binaryId=DocValuesFormat(name=Lucene80), 
val=DocValuesFormat(name=Lucene80), f21=DocValuesFormat(name=Lucene80), 
test=DocValuesFormat(name=Direct), f20=DocValuesFormat(name=Lucene80), 
f23=DocValuesFormat(name=Asserting), f22=DocValuesFormat(name=Direct), 
f25=DocValuesFormat(name=Lucene80), upd=DocValuesFormat(name=Lucene80), 
f24=DocValuesFormat(name=Lucene80), f27=DocValuesFormat(name=Asserting), 
f26=DocValuesFormat(name=Direct), cf0=DocValuesFormat(name=Lucene80), 
f28=DocValuesFormat(name=Lucene80), cf2=DocValuesFormat(name=Asserting), 
cf1=DocValuesFormat(name=Direct), cf4=DocValuesFormat(name=Lucene80), 
cf3=DocValuesFormat(name=Lucene80), cf6=DocValuesFormat(name=Asserting), 
cf5=DocValuesFormat(name=Direct), cf8=DocValuesFormat(name=Lucene80), 
cf7=DocValuesFormat(name=Lucene80), cf9=DocValuesFormat(name=Direct), 
seqID=DocValuesFormat(name=Direct), cf27=DocValuesFormat(name=Lucene80), 
cf28=DocValuesFormat(name=Lucene80), cf25=DocValuesFormat(name=Direct), 
cf26=DocValuesFormat(name=Asserting), cf23=DocValuesFormat(name=Lucene80), 
cf24=DocValuesFormat(name=Lucene80), cf21=DocValuesFormat(name=Direct), 
cf22=DocValuesFormat(name=Asserting), cf20=DocValuesFormat(name=Lucene80), 
not_existing=DocValuesFormat(name=Asserting), 
value=DocValuesFormat(name=Lucene80), key=DocValuesFormat(name=Asserting), 
cf=DocValuesFormat(name=Asserting), cf18=DocValuesFormat(name=Direct), 
cf19=DocValuesFormat(name=Asserting), cf16=DocValuesFormat(name=Lucene80), 
f=DocValuesFormat(name=Direct), cf17=DocValuesFormat(name=Lucene80), 
cf14=DocValuesFormat(name=Direct), cf15=DocValuesFormat(name=Asserting), 
cf12=DocValuesFormat(name=Lucene80), cf13=DocValuesFormat(name=Lucene80), 
cf10=DocValuesFormat(name=Direct), cf11=DocValuesFormat(name=Asserting), 
val-bin=DocValuesFormat(name=Asserting), 
is_live=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=819, 
maxMBSortInHeap=6.335570316265994, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4c4a1c0d),
 locale=rn, timezone=US/Hawaii
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.1 
(64-bit)/cpus=4,threads=1,free=48229224,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFrozenBufferedUpdates, 
TestTermVectorsReader, TestIndexWriterOnJRECrash, TestUTF32ToUTF8, 
Test2BPositions, TestLazyProxSkipping, TestStressNRT, TestStringMSBRadixSorter, 
TestAxiomaticF3EXP, TestMinimize, Test2BDocs, TestFlushByRamOrCountsPolicy, 
TestSizeBoundedForceMerge, TestPayloadsOnVectors, TestTermQuery, 
TestOfflineSorter, TestSegmentCacheables, TestIOUtils, TestTransactionRollback, 
TestMultiTermsEnum, TestFilterSpans, TestByteBuffersDirectory, TestNRTThreads, 
TestNativeFSLockFactory, TestAxiomaticF1LOG, TestDirectoryReaderReopen, 
TestPerFieldPostingsFormat, TestDocValuesFieldUpdates, 
TestSameScoresWithThreads, TestControlledRealTimeReopenThread, 
TestLongRangeFieldQueries, TestIndexWriterWithThreads, TestWordlistLoader, 
TestOmitPositions, TestLucene80NormsFormat, TestSloppyPhraseQuery2, 
TestFilterLeafReader, TestNamedSPILoader, TestParallelReaderEmptyIndex, 
TestManyFields, TestFeatureDoubleValues, TestClassicSimilarity, 
TestLatLonDocValuesQueries, TestSortRescorer, TestMergeRateLimiter, 
TestIntroSelector, TestField, TestReaderClosed, TestMaxScoreSumPropagator, 
TestBooleanScorer, TestBytesRefArray, TestDocsWithFieldSet, TestSpansEnum, 
TestDocIDMerger, TestDirectPacked, TestPerSegmentDeletes, TestStressDeletes, 
TestUnicodeUtil, TestSegmentInfos, TestWildcard, TestDeterminism, TestSetOnce, 
TestMergeSchedulerExternal, TestLucene50TermVectorsFormat, 
TestCharTermAttributeImpl, TestDateTools, TestRangeFieldsDocValuesQuery, 
TestNoDeletionPolicy, TestBasicModelIn, TestMatchNoDocsQuery, 
TestMultiTermConstantScore, TestAttributeSource, TestAutomaton, 
TestLucene70SegmentInfoFormat, TestTrackingDirectoryWrapper, TestTerm, 
TestLongRange, TestByteArrayDataInput, TestSimpleFSLockFactory, 
TestLSBRadixSorter, TestIntRange, TestFieldsReader, 
Test2BSortedDocValuesFixedSorted, TestPositiveScoresOnlyCollector, 
TestLatLonPointDistanceFeatureQuery, TestSortedSetSortField, TestSearchAfter, 
TestBooleanQuery, TestPerFieldDocValuesFormat, TestDoubleRange, 
TestFeatureSort, TestFloatRange, TestLatLonPoint, TestGeoUtils, TestPolygon, 
TestPolygon2D, Test2BPoints, Test2BPostingsBytes, Test2BTerms, 
Test4GBStoredFields, TestAddIndexes, TestAllFilesDetectTruncation, 
TestAllFilesHaveChecksumFooter, TestAtomicUpdate, TestBagOfPositions, 
TestBagOfPostings, TestBinaryDocValuesUpdates, TestBinaryTerms, TestCheckIndex, 
TestCodecHoldsOpenFiles, TestConcurrentMergeScheduler, 
TestConsistentFieldNumbers, TestCrash, TestCrashCausesCorruptIndex, 
TestCustomNorms, TestDeletionPolicy, TestDemoParallelLeafReader, 
TestDirectoryReader, TestDocValues, TestDocumentsWriterStallControl, 
TestExceedMaxTermLength, TestExitableDirectoryReader, TestFieldInfos, 
TestFieldInvertState, TestFieldReuse, TestFilterDirectoryReader, TestFlex, 
TestIndexInput, TestIndexManyDocuments, TestIndexReaderClose, TestIndexSorting, 
TestIndexTooManyDocs, TestIndexWriter, TestIndexWriterCommit, 
TestIndexWriterConfig, TestIndexWriterDelete, TestIndexWriterDeleteByQuery, 
TestIndexWriterExceptions2, TestIndexWriterForceMerge, 
TestIndexWriterFromReader, TestIndexWriterLockRelease, TestIndexWriterMaxDocs, 
TestIndexWriterMerging, TestIndexWriterNRTIsCurrent, 
TestIndexWriterOutOfFileDescriptors, TestIndexWriterReader, 
TestIndexWriterThreadsToSegments, TestIndexWriterUnicode, TestInfoStream, 
TestIntBlockPool, TestLongPostings, TestMixedDocValuesUpdates]
   [junit4] Completed [309/524 (2!)] on J0 in 134.29s, 10 tests, 1 error <<< 
FAILURES!

[...truncated 120 lines...]
   [junit4] Suite: org.apache.lucene.index.TestNumericDocValuesUpdates
   [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=TestNumericDocValuesUpdates -Dtests.method=testTonsOfUpdates 
-Dtests.seed=51B60C947886E6DF -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=bg -Dtests.timezone=Africa/Luanda -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   7.91s J0 | TestNumericDocValuesUpdates.testTonsOfUpdates <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: 
Self-suppression not permitted
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([51B60C947886E6DF:2993D29F9AA6C93D]:0)
   [junit4]    >        at 
java.base/java.lang.Throwable.addSuppressed(Throwable.java:1025)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:78)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4997)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.sealFlushedSegment(DocumentsWriterPerThread.java:574)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:513)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:555)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:722)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3183)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3428)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3393)
   [junit4]    >        at 
org.apache.lucene.index.TestNumericDocValuesUpdates.testTonsOfUpdates(TestNumericDocValuesUpdates.java:1548)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [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=TestNumericDocValuesUpdates -Dtests.method=testSortedIndex 
-Dtests.seed=51B60C947886E6DF -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=bg -Dtests.timezone=Africa/Luanda -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   5.44s J0 | TestNumericDocValuesUpdates.testSortedIndex <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J0/temp/lucene.index.TestNumericDocValuesUpdates_51B60C947886E6DF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {ndv=FST50, 
f=Lucene50(blocksize=128), k1=Lucene50(blocksize=128), 
dvUpdateKey=Lucene50(blocksize=128), foo=Lucene50(blocksize=128), 
k2=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 upd=PostingsFormat(name=LuceneVarGapFixedInterval), updKey=FST50, 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
key=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{ndv=DocValuesFormat(name=Direct), 
ndv2=DocValuesFormat(name=Lucene80), ndv1=DocValuesFormat(name=Asserting), 
f10=DocValuesFormat(name=Asserting), f12=DocValuesFormat(name=Lucene80), 
f11=DocValuesFormat(name=Lucene80), f14=DocValuesFormat(name=Asserting), 
f13=DocValuesFormat(name=Direct), updKey=DocValuesFormat(name=Direct), 
f0=DocValuesFormat(name=Lucene80), f16=DocValuesFormat(name=Lucene80), 
f15=DocValuesFormat(name=Lucene80), f1=DocValuesFormat(name=Lucene80), 
f2=DocValuesFormat(name=Direct), f18=DocValuesFormat(name=Asserting), 
f17=DocValuesFormat(name=Direct), f3=DocValuesFormat(name=Asserting), 
f4=DocValuesFormat(name=Lucene80), f19=DocValuesFormat(name=Lucene80), 
f5=DocValuesFormat(name=Lucene80), f6=DocValuesFormat(name=Direct), 
f7=DocValuesFormat(name=Asserting), number=DocValuesFormat(name=Asserting), 
f8=DocValuesFormat(name=Lucene80), f9=DocValuesFormat(name=Lucene80), 
id=DocValuesFormat(name=Lucene80), val=DocValuesFormat(name=Asserting), 
f21=DocValuesFormat(name=Asserting), f20=DocValuesFormat(name=Direct), 
f23=DocValuesFormat(name=Lucene80), f22=DocValuesFormat(name=Lucene80), 
f25=DocValuesFormat(name=Asserting), f24=DocValuesFormat(name=Direct), 
f27=DocValuesFormat(name=Lucene80), f26=DocValuesFormat(name=Lucene80), 
sort=DocValuesFormat(name=Lucene80), cf0=DocValuesFormat(name=Asserting), 
f28=DocValuesFormat(name=Direct), cf2=DocValuesFormat(name=Lucene80), 
cf1=DocValuesFormat(name=Lucene80), cf4=DocValuesFormat(name=Asserting), 
cf3=DocValuesFormat(name=Direct), cf6=DocValuesFormat(name=Lucene80), 
cf5=DocValuesFormat(name=Lucene80), cf8=DocValuesFormat(name=Asserting), 
cf7=DocValuesFormat(name=Direct), cf9=DocValuesFormat(name=Lucene80), 
ssdv=DocValuesFormat(name=Lucene80), sdv=DocValuesFormat(name=Asserting), 
cf27=DocValuesFormat(name=Direct), cf28=DocValuesFormat(name=Asserting), 
foo=DocValuesFormat(name=Lucene80), cf25=DocValuesFormat(name=Lucene80), 
cf26=DocValuesFormat(name=Lucene80), cf23=DocValuesFormat(name=Direct), 
cf24=DocValuesFormat(name=Asserting), cf21=DocValuesFormat(name=Lucene80), 
cf22=DocValuesFormat(name=Lucene80), cf20=DocValuesFormat(name=Asserting), 
key=DocValuesFormat(name=Lucene80), cf=DocValuesFormat(name=Lucene80), 
cf18=DocValuesFormat(name=Lucene80), cf19=DocValuesFormat(name=Lucene80), 
f=DocValuesFormat(name=Lucene80), cf16=DocValuesFormat(name=Direct), 
cf17=DocValuesFormat(name=Asserting), cf14=DocValuesFormat(name=Lucene80), 
cf15=DocValuesFormat(name=Lucene80), cf12=DocValuesFormat(name=Direct), 
control=DocValuesFormat(name=Asserting), cf13=DocValuesFormat(name=Asserting), 
cf10=DocValuesFormat(name=Lucene80), cf11=DocValuesFormat(name=Lucene80), 
bdv=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1260, 
maxMBSortInHeap=6.920404044042732, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@78a61a1d),
 locale=bg, timezone=Africa/Luanda
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.1 
(64-bit)/cpus=4,threads=1,free=23429016,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFrozenBufferedUpdates, 
TestTermVectorsReader, TestIndexWriterOnJRECrash, TestUTF32ToUTF8, 
Test2BPositions, TestLazyProxSkipping, TestStressNRT, TestStringMSBRadixSorter, 
TestAxiomaticF3EXP, TestMinimize, Test2BDocs, TestFlushByRamOrCountsPolicy, 
TestSizeBoundedForceMerge, TestPayloadsOnVectors, TestTermQuery, 
TestOfflineSorter, TestSegmentCacheables, TestIOUtils, TestTransactionRollback, 
TestMultiTermsEnum, TestFilterSpans, TestByteBuffersDirectory, TestNRTThreads, 
TestNativeFSLockFactory, TestAxiomaticF1LOG, TestDirectoryReaderReopen, 
TestPerFieldPostingsFormat, TestDocValuesFieldUpdates, 
TestSameScoresWithThreads, TestControlledRealTimeReopenThread, 
TestLongRangeFieldQueries, TestIndexWriterWithThreads, TestWordlistLoader, 
TestOmitPositions, TestLucene80NormsFormat, TestSloppyPhraseQuery2, 
TestFilterLeafReader, TestNamedSPILoader, TestParallelReaderEmptyIndex, 
TestManyFields, TestFeatureDoubleValues, TestClassicSimilarity, 
TestLatLonDocValuesQueries, TestSortRescorer, TestMergeRateLimiter, 
TestIntroSelector, TestField, TestReaderClosed, TestMaxScoreSumPropagator, 
TestBooleanScorer, TestBytesRefArray, TestDocsWithFieldSet, TestSpansEnum, 
TestDocIDMerger, TestDirectPacked, TestPerSegmentDeletes, TestStressDeletes, 
TestUnicodeUtil, TestSegmentInfos, TestWildcard, TestDeterminism, TestSetOnce, 
TestMergeSchedulerExternal, TestLucene50TermVectorsFormat, 
TestCharTermAttributeImpl, TestDateTools, TestRangeFieldsDocValuesQuery, 
TestNoDeletionPolicy, TestBasicModelIn, TestMatchNoDocsQuery, 
TestMultiTermConstantScore, TestAttributeSource, TestAutomaton, 
TestLucene70SegmentInfoFormat, TestTrackingDirectoryWrapper, TestTerm, 
TestLongRange, TestByteArrayDataInput, TestSimpleFSLockFactory, 
TestLSBRadixSorter, TestIntRange, TestFieldsReader, 
Test2BSortedDocValuesFixedSorted, TestPositiveScoresOnlyCollector, 
TestLatLonPointDistanceFeatureQuery, TestSortedSetSortField, TestSearchAfter, 
TestBooleanQuery, TestPerFieldDocValuesFormat, TestDoubleRange, 
TestFeatureSort, TestFloatRange, TestLatLonPoint, TestGeoUtils, TestPolygon, 
TestPolygon2D, Test2BPoints, Test2BPostingsBytes, Test2BTerms, 
Test4GBStoredFields, TestAddIndexes, TestAllFilesDetectTruncation, 
TestAllFilesHaveChecksumFooter, TestAtomicUpdate, TestBagOfPositions, 
TestBagOfPostings, TestBinaryDocValuesUpdates, TestBinaryTerms, TestCheckIndex, 
TestCodecHoldsOpenFiles, TestConcurrentMergeScheduler, 
TestConsistentFieldNumbers, TestCrash, TestCrashCausesCorruptIndex, 
TestCustomNorms, TestDeletionPolicy, TestDemoParallelLeafReader, 
TestDirectoryReader, TestDocValues, TestDocumentsWriterStallControl, 
TestExceedMaxTermLength, TestExitableDirectoryReader, TestFieldInfos, 
TestFieldInvertState, TestFieldReuse, TestFilterDirectoryReader, TestFlex, 
TestIndexInput, TestIndexManyDocuments, TestIndexReaderClose, TestIndexSorting, 
TestIndexTooManyDocs, TestIndexWriter, TestIndexWriterCommit, 
TestIndexWriterConfig, TestIndexWriterDelete, TestIndexWriterDeleteByQuery, 
TestIndexWriterExceptions2, TestIndexWriterForceMerge, 
TestIndexWriterFromReader, TestIndexWriterLockRelease, TestIndexWriterMaxDocs, 
TestIndexWriterMerging, TestIndexWriterNRTIsCurrent, 
TestIndexWriterOutOfFileDescriptors, TestIndexWriterReader, 
TestIndexWriterThreadsToSegments, TestIndexWriterUnicode, TestInfoStream, 
TestIntBlockPool, TestLongPostings, TestMixedDocValuesUpdates, 
TestMultiDocValues, TestMultiFields, TestNRTReaderWithThreads, TestNorms, 
TestNumericDocValuesUpdates]
   [junit4] Completed [346/524 (3!)] on J0 in 326.01s, 32 tests, 2 errors <<< 
FAILURES!

[...truncated 37 lines...]
   [junit4] Suite: org.apache.lucene.search.TestAutomatonQuery
   [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=TestAutomatonQuery 
-Dtests.method=testBiggishAutomaton -Dtests.seed=51B60C947886E6DF 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=uz -Dtests.timezone=EET -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   2.17s J0 | TestAutomatonQuery.testBiggishAutomaton <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J0/temp/lucene.search.TestAutomatonQuery_51B60C947886E6DF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{field=Lucene50(blocksize=128), footer=PostingsFormat(name=Asserting), 
title=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, 
maxPointsInLeafNode=163, maxMBSortInHeap=7.5622309043087474, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@9761ca2),
 locale=uz, timezone=EET
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.1 
(64-bit)/cpus=4,threads=1,free=36785736,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFrozenBufferedUpdates, 
TestTermVectorsReader, TestIndexWriterOnJRECrash, TestUTF32ToUTF8, 
Test2BPositions, TestLazyProxSkipping, TestStressNRT, TestStringMSBRadixSorter, 
TestAxiomaticF3EXP, TestMinimize, Test2BDocs, TestFlushByRamOrCountsPolicy, 
TestSizeBoundedForceMerge, TestPayloadsOnVectors, TestTermQuery, 
TestOfflineSorter, TestSegmentCacheables, TestIOUtils, TestTransactionRollback, 
TestMultiTermsEnum, TestFilterSpans, TestByteBuffersDirectory, TestNRTThreads, 
TestNativeFSLockFactory, TestAxiomaticF1LOG, TestDirectoryReaderReopen, 
TestPerFieldPostingsFormat, TestDocValuesFieldUpdates, 
TestSameScoresWithThreads, TestControlledRealTimeReopenThread, 
TestLongRangeFieldQueries, TestIndexWriterWithThreads, TestWordlistLoader, 
TestOmitPositions, TestLucene80NormsFormat, TestSloppyPhraseQuery2, 
TestFilterLeafReader, TestNamedSPILoader, TestParallelReaderEmptyIndex, 
TestManyFields, TestFeatureDoubleValues, TestClassicSimilarity, 
TestLatLonDocValuesQueries, TestSortRescorer, TestMergeRateLimiter, 
TestIntroSelector, TestField, TestReaderClosed, TestMaxScoreSumPropagator, 
TestBooleanScorer, TestBytesRefArray, TestDocsWithFieldSet, TestSpansEnum, 
TestDocIDMerger, TestDirectPacked, TestPerSegmentDeletes, TestStressDeletes, 
TestUnicodeUtil, TestSegmentInfos, TestWildcard, TestDeterminism, TestSetOnce, 
TestMergeSchedulerExternal, TestLucene50TermVectorsFormat, 
TestCharTermAttributeImpl, TestDateTools, TestRangeFieldsDocValuesQuery, 
TestNoDeletionPolicy, TestBasicModelIn, TestMatchNoDocsQuery, 
TestMultiTermConstantScore, TestAttributeSource, TestAutomaton, 
TestLucene70SegmentInfoFormat, TestTrackingDirectoryWrapper, TestTerm, 
TestLongRange, TestByteArrayDataInput, TestSimpleFSLockFactory, 
TestLSBRadixSorter, TestIntRange, TestFieldsReader, 
Test2BSortedDocValuesFixedSorted, TestPositiveScoresOnlyCollector, 
TestLatLonPointDistanceFeatureQuery, TestSortedSetSortField, TestSearchAfter, 
TestBooleanQuery, TestPerFieldDocValuesFormat, TestDoubleRange, 
TestFeatureSort, TestFloatRange, TestLatLonPoint, TestGeoUtils, TestPolygon, 
TestPolygon2D, Test2BPoints, Test2BPostingsBytes, Test2BTerms, 
Test4GBStoredFields, TestAddIndexes, TestAllFilesDetectTruncation, 
TestAllFilesHaveChecksumFooter, TestAtomicUpdate, TestBagOfPositions, 
TestBagOfPostings, TestBinaryDocValuesUpdates, TestBinaryTerms, TestCheckIndex, 
TestCodecHoldsOpenFiles, TestConcurrentMergeScheduler, 
TestConsistentFieldNumbers, TestCrash, TestCrashCausesCorruptIndex, 
TestCustomNorms, TestDeletionPolicy, TestDemoParallelLeafReader, 
TestDirectoryReader, TestDocValues, TestDocumentsWriterStallControl, 
TestExceedMaxTermLength, TestExitableDirectoryReader, TestFieldInfos, 
TestFieldInvertState, TestFieldReuse, TestFilterDirectoryReader, TestFlex, 
TestIndexInput, TestIndexManyDocuments, TestIndexReaderClose, TestIndexSorting, 
TestIndexTooManyDocs, TestIndexWriter, TestIndexWriterCommit, 
TestIndexWriterConfig, TestIndexWriterDelete, TestIndexWriterDeleteByQuery, 
TestIndexWriterExceptions2, TestIndexWriterForceMerge, 
TestIndexWriterFromReader, TestIndexWriterLockRelease, TestIndexWriterMaxDocs, 
TestIndexWriterMerging, TestIndexWriterNRTIsCurrent, 
TestIndexWriterOutOfFileDescriptors, TestIndexWriterReader, 
TestIndexWriterThreadsToSegments, TestIndexWriterUnicode, TestInfoStream, 
TestIntBlockPool, TestLongPostings, TestMixedDocValuesUpdates, 
TestMultiDocValues, TestMultiFields, TestNRTReaderWithThreads, TestNorms, 
TestNumericDocValuesUpdates, TestTermsEnum2, TestThreadedForceMerge, 
TestTieredMergePolicy, TestTryDelete, TestTwoPhaseCommitTool, 
TestUniqueTermCount, TestUpgradeIndexMergePolicy, FuzzyTermOnShortTermsTest, 
MultiCollectorTest, TermInSetQueryTest, TestApproximationSearchEquivalence, 
TestAutomatonQuery]
   [junit4] Completed [358/524 (4!)] on J0 in 6.76s, 8 tests, 1 error <<< 
FAILURES!

[...truncated 179 lines...]
   [junit4] Suite: org.apache.lucene.search.TestIntRangeFieldQueries
   [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=TestIntRangeFieldQueries -Dtests.method=testRandomBig 
-Dtests.seed=51B60C947886E6DF -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=ksb-TZ -Dtests.timezone=Europe/Berlin -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   14.3s J0 | TestIntRangeFieldQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J0/temp/lucene.search.TestIntRangeFieldQueries_51B60C947886E6DF-001
   [junit4]   2> NOTE: test params are: codec=Lucene80, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5682472f),
 locale=ksb-TZ, timezone=Europe/Berlin
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.1 
(64-bit)/cpus=4,threads=1,free=47977488,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFrozenBufferedUpdates, 
TestTermVectorsReader, TestIndexWriterOnJRECrash, TestUTF32ToUTF8, 
Test2BPositions, TestLazyProxSkipping, TestStressNRT, TestStringMSBRadixSorter, 
TestAxiomaticF3EXP, TestMinimize, Test2BDocs, TestFlushByRamOrCountsPolicy, 
TestSizeBoundedForceMerge, TestPayloadsOnVectors, TestTermQuery, 
TestOfflineSorter, TestSegmentCacheables, TestIOUtils, TestTransactionRollback, 
TestMultiTermsEnum, TestFilterSpans, TestByteBuffersDirectory, TestNRTThreads, 
TestNativeFSLockFactory, TestAxiomaticF1LOG, TestDirectoryReaderReopen, 
TestPerFieldPostingsFormat, TestDocValuesFieldUpdates, 
TestSameScoresWithThreads, TestControlledRealTimeReopenThread, 
TestLongRangeFieldQueries, TestIndexWriterWithThreads, TestWordlistLoader, 
TestOmitPositions, TestLucene80NormsFormat, TestSloppyPhraseQuery2, 
TestFilterLeafReader, TestNamedSPILoader, TestParallelReaderEmptyIndex, 
TestManyFields, TestFeatureDoubleValues, TestClassicSimilarity, 
TestLatLonDocValuesQueries, TestSortRescorer, TestMergeRateLimiter, 
TestIntroSelector, TestField, TestReaderClosed, TestMaxScoreSumPropagator, 
TestBooleanScorer, TestBytesRefArray, TestDocsWithFieldSet, TestSpansEnum, 
TestDocIDMerger, TestDirectPacked, TestPerSegmentDeletes, TestStressDeletes, 
TestUnicodeUtil, TestSegmentInfos, TestWildcard, TestDeterminism, TestSetOnce, 
TestMergeSchedulerExternal, TestLucene50TermVectorsFormat, 
TestCharTermAttributeImpl, TestDateTools, TestRangeFieldsDocValuesQuery, 
TestNoDeletionPolicy, TestBasicModelIn, TestMatchNoDocsQuery, 
TestMultiTermConstantScore, TestAttributeSource, TestAutomaton, 
TestLucene70SegmentInfoFormat, TestTrackingDirectoryWrapper, TestTerm, 
TestLongRange, TestByteArrayDataInput, TestSimpleFSLockFactory, 
TestLSBRadixSorter, TestIntRange, TestFieldsReader, 
Test2BSortedDocValuesFixedSorted, TestPositiveScoresOnlyCollector, 
TestLatLonPointDistanceFeatureQuery, TestSortedSetSortField, TestSearchAfter, 
TestBooleanQuery, TestPerFieldDocValuesFormat, TestDoubleRange, 
TestFeatureSort, TestFloatRange, TestLatLonPoint, TestGeoUtils, TestPolygon, 
TestPolygon2D, Test2BPoints, Test2BPostingsBytes, Test2BTerms, 
Test4GBStoredFields, TestAddIndexes, TestAllFilesDetectTruncation, 
TestAllFilesHaveChecksumFooter, TestAtomicUpdate, TestBagOfPositions, 
TestBagOfPostings, TestBinaryDocValuesUpdates, TestBinaryTerms, TestCheckIndex, 
TestCodecHoldsOpenFiles, TestConcurrentMergeScheduler, 
TestConsistentFieldNumbers, TestCrash, TestCrashCausesCorruptIndex, 
TestCustomNorms, TestDeletionPolicy, TestDemoParallelLeafReader, 
TestDirectoryReader, TestDocValues, TestDocumentsWriterStallControl, 
TestExceedMaxTermLength, TestExitableDirectoryReader, TestFieldInfos, 
TestFieldInvertState, TestFieldReuse, TestFilterDirectoryReader, TestFlex, 
TestIndexInput, TestIndexManyDocuments, TestIndexReaderClose, TestIndexSorting, 
TestIndexTooManyDocs, TestIndexWriter, TestIndexWriterCommit, 
TestIndexWriterConfig, TestIndexWriterDelete, TestIndexWriterDeleteByQuery, 
TestIndexWriterExceptions2, TestIndexWriterForceMerge, 
TestIndexWriterFromReader, TestIndexWriterLockRelease, TestIndexWriterMaxDocs, 
TestIndexWriterMerging, TestIndexWriterNRTIsCurrent, 
TestIndexWriterOutOfFileDescriptors, TestIndexWriterReader, 
TestIndexWriterThreadsToSegments, TestIndexWriterUnicode, TestInfoStream, 
TestIntBlockPool, TestLongPostings, TestMixedDocValuesUpdates, 
TestMultiDocValues, TestMultiFields, TestNRTReaderWithThreads, TestNorms, 
TestNumericDocValuesUpdates, TestTermsEnum2, TestThreadedForceMerge, 
TestTieredMergePolicy, TestTryDelete, TestTwoPhaseCommitTool, 
TestUniqueTermCount, TestUpgradeIndexMergePolicy, FuzzyTermOnShortTermsTest, 
MultiCollectorTest, TermInSetQueryTest, TestApproximationSearchEquivalence, 
TestAutomatonQuery, TestBlendedTermQuery, TestBlockMaxConjunction, 
TestBoolean2, TestDisjunctionMaxQuery, TestDocValuesRewriteMethod, 
TestDoubleValuesSource, TestEarlyTermination, TestElevationComparator, 
TestFieldCacheRewriteMethod, TestFieldValueQuery, TestFuzzyQuery, 
TestIndexOrDocValuesQuery, TestIndexSearcher, TestIntRangeFieldQueries]
   [junit4] Completed [415/524 (5!)] on J0 in 83.67s, 7 tests, 1 error <<< 
FAILURES!

[...truncated 325 lines...]
   [junit4] Suite: org.apache.lucene.util.TestTimSorterWorstCase
   [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=TestTimSorterWorstCase -Dtests.method=testWorstCaseStackSize 
-Dtests.seed=51B60C947886E6DF -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=bn-IN -Dtests.timezone=Pacific/Enderbury -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.93s J0 | TestTimSorterWorstCase.testWorstCaseStackSize <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=737, maxMBSortInHeap=7.935476127596358, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1a7ceaa5),
 locale=bn-IN, timezone=Pacific/Enderbury
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.1 
(64-bit)/cpus=4,threads=1,free=61970824,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFrozenBufferedUpdates, 
TestTermVectorsReader, TestIndexWriterOnJRECrash, TestUTF32ToUTF8, 
Test2BPositions, TestLazyProxSkipping, TestStressNRT, TestStringMSBRadixSorter, 
TestAxiomaticF3EXP, TestMinimize, Test2BDocs, TestFlushByRamOrCountsPolicy, 
TestSizeBoundedForceMerge, TestPayloadsOnVectors, TestTermQuery, 
TestOfflineSorter, TestSegmentCacheables, TestIOUtils, TestTransactionRollback, 
TestMultiTermsEnum, TestFilterSpans, TestByteBuffersDirectory, TestNRTThreads, 
TestNativeFSLockFactory, TestAxiomaticF1LOG, TestDirectoryReaderReopen, 
TestPerFieldPostingsFormat, TestDocValuesFieldUpdates, 
TestSameScoresWithThreads, TestControlledRealTimeReopenThread, 
TestLongRangeFieldQueries, TestIndexWriterWithThreads, TestWordlistLoader, 
TestOmitPositions, TestLucene80NormsFormat, TestSloppyPhraseQuery2, 
TestFilterLeafReader, TestNamedSPILoader, TestParallelReaderEmptyIndex, 
TestManyFields, TestFeatureDoubleValues, TestClassicSimilarity, 
TestLatLonDocValuesQueries, TestSortRescorer, TestMergeRateLimiter, 
TestIntroSelector, TestField, TestReaderClosed, TestMaxScoreSumPropagator, 
TestBooleanScorer, TestBytesRefArray, TestDocsWithFieldSet, TestSpansEnum, 
TestDocIDMerger, TestDirectPacked, TestPerSegmentDeletes, TestStressDeletes, 
TestUnicodeUtil, TestSegmentInfos, TestWildcard, TestDeterminism, TestSetOnce, 
TestMergeSchedulerExternal, TestLucene50TermVectorsFormat, 
TestCharTermAttributeImpl, TestDateTools, TestRangeFieldsDocValuesQuery, 
TestNoDeletionPolicy, TestBasicModelIn, TestMatchNoDocsQuery, 
TestMultiTermConstantScore, TestAttributeSource, TestAutomaton, 
TestLucene70SegmentInfoFormat, TestTrackingDirectoryWrapper, TestTerm, 
TestLongRange, TestByteArrayDataInput, TestSimpleFSLockFactory, 
TestLSBRadixSorter, TestIntRange, TestFieldsReader, 
Test2BSortedDocValuesFixedSorted, TestPositiveScoresOnlyCollector, 
TestLatLonPointDistanceFeatureQuery, TestSortedSetSortField, TestSearchAfter, 
TestBooleanQuery, TestPerFieldDocValuesFormat, TestDoubleRange, 
TestFeatureSort, TestFloatRange, TestLatLonPoint, TestGeoUtils, TestPolygon, 
TestPolygon2D, Test2BPoints, Test2BPostingsBytes, Test2BTerms, 
Test4GBStoredFields, TestAddIndexes, TestAllFilesDetectTruncation, 
TestAllFilesHaveChecksumFooter, TestAtomicUpdate, TestBagOfPositions, 
TestBagOfPostings, TestBinaryDocValuesUpdates, TestBinaryTerms, TestCheckIndex, 
TestCodecHoldsOpenFiles, TestConcurrentMergeScheduler, 
TestConsistentFieldNumbers, TestCrash, TestCrashCausesCorruptIndex, 
TestCustomNorms, TestDeletionPolicy, TestDemoParallelLeafReader, 
TestDirectoryReader, TestDocValues, TestDocumentsWriterStallControl, 
TestExceedMaxTermLength, TestExitableDirectoryReader, TestFieldInfos, 
TestFieldInvertState, TestFieldReuse, TestFilterDirectoryReader, TestFlex, 
TestIndexInput, TestIndexManyDocuments, TestIndexReaderClose, TestIndexSorting, 
TestIndexTooManyDocs, TestIndexWriter, TestIndexWriterCommit, 
TestIndexWriterConfig, TestIndexWriterDelete, TestIndexWriterDeleteByQuery, 
TestIndexWriterExceptions2, TestIndexWriterForceMerge, 
TestIndexWriterFromReader, TestIndexWriterLockRelease, TestIndexWriterMaxDocs, 
TestIndexWriterMerging, TestIndexWriterNRTIsCurrent, 
TestIndexWriterOutOfFileDescriptors, TestIndexWriterReader, 
TestIndexWriterThreadsToSegments, TestIndexWriterUnicode, TestInfoStream, 
TestIntBlockPool, TestLongPostings, TestMixedDocValuesUpdates, 
TestMultiDocValues, TestMultiFields, TestNRTReaderWithThreads, TestNorms, 
TestNumericDocValuesUpdates, TestTermsEnum2, TestThreadedForceMerge, 
TestTieredMergePolicy, TestTryDelete, TestTwoPhaseCommitTool, 
TestUniqueTermCount, TestUpgradeIndexMergePolicy, FuzzyTermOnShortTermsTest, 
MultiCollectorTest, TermInSetQueryTest, TestApproximationSearchEquivalence, 
TestAutomatonQuery, TestBlendedTermQuery, TestBlockMaxConjunction, 
TestBoolean2, TestDisjunctionMaxQuery, TestDocValuesRewriteMethod, 
TestDoubleValuesSource, TestEarlyTermination, TestElevationComparator, 
TestFieldCacheRewriteMethod, TestFieldValueQuery, TestFuzzyQuery, 
TestIndexOrDocValuesQuery, TestIndexSearcher, TestIntRangeFieldQueries, 
TestLRUQueryCache, TestPositionIncrement, TestPrefixQuery, TestSearcherManager, 
TestBM25Similarity, TestDistributionSPL, TestLMJelinekMercerSimilarity, 
TestNIOFSDirectory, TestSimpleFSDirectory, TestArrayUtil, TestDocIdSetBuilder, 
TestFilterIterator, TestFixedBitSet, TestQueryBuilder, TestRadixSelector, 
TestRollingBuffer, TestSPIClassIterator, TestSparseFixedBitDocIdSet, 
TestTimSorterWorstCase]
   [junit4] Completed [509/524 (6!)] on J0 in 1.31s, 1 test, 1 error <<< 
FAILURES!

[...truncated 40 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/temp/junit4-J0-20190903_032940_3753524204183322958757.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid20742.hprof
 ...
   [junit4] Heap dump file created [494819044 bytes in 0.660 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 8665 lines...]
   [junit4] Suite: org.apache.lucene.document.TestXYPolygonShapeQueries
   [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=TestXYPolygonShapeQueries -Dtests.method=testRandomBig 
-Dtests.seed=290EFDB59034636D -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=sd -Dtests.timezone=Indian/Reunion -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR    416s J0 | TestXYPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([290EFDB59034636D:AE59803A016D1FED]:0)
   [junit4]    >        at 
java.base/java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:61)
   [junit4]    >        at 
java.base/java.nio.ByteBuffer.allocate(ByteBuffer.java:348)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput$$Lambda$102/0x00000001001b8440.apply(Unknown
 Source)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.appendBlock(ByteBuffersDataOutput.java:447)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersDataOutput.writeBytes(ByteBuffersDataOutput.java:164)
   [junit4]    >        at 
org.apache.lucene.store.ByteBuffersIndexOutput.writeBytes(ByteBuffersIndexOutput.java:115)
   [junit4]    >        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    >        at 
org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:56)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.add(BKDWriter.java:242)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter$1.visit(Lucene60PointsWriter.java:118)
   [junit4]    >        at 
org.apache.lucene.codecs.PointsWriter$1$1$1.visit(PointsWriter.java:117)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.visitCompressedDocValues(BKDReader.java:591)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDReader.visitDocValuesWithCardinality(BKDReader.java:540)
   [junit4]    >        at org.apache.lucene.util.bkd.BKDRea

[...truncated too long message...]

ibutedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 1083122 WARN  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 1083154 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.w.WebAppContext@5c91c121{datanode,/,null,UNAVAILABLE}{/datanode}
   [junit4]   2> 1083155 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@13822190{HTTP/1.1,[http/1.1]}{localhost:0}
   [junit4]   2> 1083155 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 1083155 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@271ee4{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> 1083157 WARN  (BP-1452041286-127.0.0.1-1567505745081 
heartbeating to lucene2-us-west.apache.org/127.0.0.1:36390) [     ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 1083157 WARN  (BP-1452041286-127.0.0.1-1567505745081 
heartbeating to lucene2-us-west.apache.org/127.0.0.1:36390) [     ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-1452041286-127.0.0.1-1567505745081 (Datanode Uuid 
99e1442f-9de2-4c09-a5b2-e410855106c2) service to 
lucene2-us-west.apache.org/127.0.0.1:36390
   [junit4]   2> 1083203 WARN  
(refreshUsed-/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A89D7468F1CF359E-001/tempDir-001/hdfsBaseDir/data/data3/current/BP-1452041286-127.0.0.1-1567505745081)
 [     ] o.a.h.f.CachingGetSpaceUsed Thread Interrupted waiting to refresh disk 
information: sleep interrupted
   [junit4]   2> 1083209 WARN  
(refreshUsed-/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A89D7468F1CF359E-001/tempDir-001/hdfsBaseDir/data/data4/current/BP-1452041286-127.0.0.1-1567505745081)
 [     ] o.a.h.f.CachingGetSpaceUsed Thread Interrupted waiting to refresh disk 
information: sleep interrupted
   [junit4]   2> 1083227 WARN  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] 
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 1083232 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.w.WebAppContext@404d012d{datanode,/,null,UNAVAILABLE}{/datanode}
   [junit4]   2> 1083232 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7b9a9e82{HTTP/1.1,[http/1.1]}{localhost:0}
   [junit4]   2> 1083232 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 1083232 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1878592e{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> 1083255 WARN  (BP-1452041286-127.0.0.1-1567505745081 
heartbeating to lucene2-us-west.apache.org/127.0.0.1:36390) [     ] 
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager 
interrupted
   [junit4]   2> 1083255 WARN  (BP-1452041286-127.0.0.1-1567505745081 
heartbeating to lucene2-us-west.apache.org/127.0.0.1:36390) [     ] 
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool 
BP-1452041286-127.0.0.1-1567505745081 (Datanode Uuid 
d7135f43-0398-43d4-81be-8366ccb65fb6) service to 
lucene2-us-west.apache.org/127.0.0.1:36390
   [junit4]   2> 1083282 WARN  
(refreshUsed-/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A89D7468F1CF359E-001/tempDir-001/hdfsBaseDir/data/data1/current/BP-1452041286-127.0.0.1-1567505745081)
 [     ] o.a.h.f.CachingGetSpaceUsed Thread Interrupted waiting to refresh disk 
information: sleep interrupted
   [junit4]   2> 1083313 WARN  
(refreshUsed-/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A89D7468F1CF359E-001/tempDir-001/hdfsBaseDir/data/data2/current/BP-1452041286-127.0.0.1-1567505745081)
 [     ] o.a.h.f.CachingGetSpaceUsed Thread Interrupted waiting to refresh disk 
information: sleep interrupted
   [junit4]   2> 1083345 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.w.WebAppContext@27ea2b74{hdfs,/,null,UNAVAILABLE}{/hdfs}
   [junit4]   2> 1083356 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7d61bd96{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:0}
   [junit4]   2> 1083356 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] o.e.j.s.session 
node0 Stopped scavenging
   [junit4]   2> 1083356 INFO  
(SUITE-StressHdfsTest-seed#[A89D7468F1CF359E]-worker) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1aeaf2fb{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.StressHdfsTest_A89D7468F1CF359E-001
   [junit4]   2> Sep 03, 2019 10:18:21 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 32 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{multiDefault=PostingsFormat(name=LuceneFixedGap), 
_root_=PostingsFormat(name=Direct), id=FST50, text=Lucene50(blocksize=128), 
txt_t=Lucene50(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene80), 
multiDefault=DocValuesFormat(name=Direct), 
_root_=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Asserting), 
range_facet_l=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Asserting), id_i1=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Lucene80), text=DocValuesFormat(name=Lucene80), 
intDvoDefault=DocValuesFormat(name=Lucene80), 
timestamp=DocValuesFormat(name=Asserting), 
txt_t=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1179, 
maxMBSortInHeap=5.72792302613002, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2b6657d8),
 locale=en-GY, timezone=Pacific/Niue
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.1 
(64-bit)/cpus=4,threads=5,free=150794304,total=408944640
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterConfigTest, 
TestReloadAndDeleteDocs, PolyFieldTest, PeerSyncWithLeaderTest, 
PrimitiveFieldTypeTest, ChaosMonkeySafeLeaderTest, SimpleMLTQParserTest, 
BJQParserTest, TestImplicitCoreProperties, LeaderTragicEventTest, 
TestPayloadCheckQParserPlugin, DistributedQueueTest, CursorPagingTest, 
FileBasedSpellCheckerTest, TestRealTimeGet, TestWaitForStateWithJettyShutdowns, 
TestGeoJSONResponseWriter, DistributedQueryElevationComponentTest, 
TestNestedDocsSort, TestPostingsSolrHighlighter, SampleTest, 
ReplaceNodeNoTargetTest, SubstringBytesRefFilterTest, NotRequiredUniqueKeyTest, 
DistributedTermsComponentTest, TestFieldCache, ShardRoutingTest, 
TestSolrFieldCacheBean, TestRandomRequestDistribution, SearchRateTriggerTest, 
TestSort, RestartWhileUpdatingTest, SpellCheckCollatorWithCollapseTest, 
TolerantUpdateProcessorTest, TestMiniSolrCloudClusterSSL, 
TestAuthenticationFramework, TestConfigOverlay, TestStressInPlaceUpdates, 
HdfsAutoAddReplicasIntegrationTest, FieldAnalysisRequestHandlerTest, 
TestSubQueryTransformer, TestEmbeddedSolrServerSchemaAPI, 
TestComplexPhraseQParserPlugin, TestDownShardTolerantSearch, JvmMetricsTest, 
XmlUpdateRequestHandlerTest, SolrCmdDistributorTest, 
BigEndianAscendingWordDeserializerTest, TestStressVersions, 
TestSimExtremeIndexing, TestSimTriggerIntegration, SearchHandlerTest, 
TestLegacyField, TriggerSetPropertiesIntegrationTest, TestFieldCacheSortRandom, 
TestLegacyTerms, LeaderElectionTest, TestCloudSearcherWarming, 
HdfsRestartWhileUpdatingTest, TestCorePropertiesReload, TestDistribIDF, 
AssignBackwardCompatibilityTest, ConnectionManagerTest, AutoScalingHandlerTest, 
TestConfigSets, UtilsToolTest, TestSizeLimitedDistributedMap, 
DistributedFacetSimpleRefinementLongTailTest, BasicZkTest, 
TestValueSourceCache, SolrSlf4jReporterTest, TestSolrConfigHandler, 
PreAnalyzedUpdateProcessorTest, TestSweetSpotSimilarityFactory, 
UninvertDocValuesMergePolicyTest, TestHttpShardHandlerFactory, 
DirectoryFactoryTest, StressHdfsTest]
   [junit4] Completed [212/876 (1!)] on J0 in 158.79s, 1 test, 1 error <<< 
FAILURES!

[...truncated 11762 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:652:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:586:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid20742.hprof
* java_pid28710.hprof

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

Reply via email to