Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/18/

8 tests failed.
FAILED:  
org.apache.lucene.codecs.simpletext.TestSimpleTextTermVectorsFormat.testRamBytesUsed

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([8B6903635FF3C5F6]:0)


FAILED:  
junit.framework.TestSuite.org.apache.lucene.codecs.simpletext.TestSimpleTextTermVectorsFormat

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([8B6903635FF3C5F6]:0)


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

Error Message:
Captured an uncaught exception in thread: Thread[id=76625, 
name=testExecutor-7860-thread-9, state=RUNNABLE, 
group=TGRP-HdfsUnloadDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=76625, name=testExecutor-7860-thread-9, 
state=RUNNABLE, group=TGRP-HdfsUnloadDistributedZkTest]
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:39347
        at __randomizedtesting.SeedInfo.seed([241621F36175BCEF]:0)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$1(BasicDistributedZkTest.java:659)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: http://127.0.0.1:39347
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:661)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
        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.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$1(BasicDistributedZkTest.java:657)
        ... 4 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:549)
        ... 9 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest

Error Message:
ObjectTracker found 2 object(s) that were not released!!! [ZkStateReader, 
SolrZkClient] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.cloud.ZkStateReader  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:328)  
at 
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:399)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:827)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:950)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)  at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)  at 
org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:115)
  at 
org.apache.solr.cloud.autoscaling.SystemLogListener.onEvent(SystemLogListener.java:126)
  at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:836)
  at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:326)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.cloud.SolrZkClient  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:203)  
at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:126)  at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)  at 
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:306)  at 
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:399)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:827)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:950)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)  at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)  at 
org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:115)
  at 
org.apache.solr.cloud.autoscaling.SystemLogListener.onEvent(SystemLogListener.java:126)
  at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:836)
  at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:326)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)   expected null, but 
was:<ObjectTracker found 2 object(s) that were not released!!! [ZkStateReader, 
SolrZkClient] 
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.cloud.ZkStateReader  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:328)  
at 
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:399)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:827)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:950)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)  at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)  at 
org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:115)
  at 
org.apache.solr.cloud.autoscaling.SystemLogListener.onEvent(SystemLogListener.java:126)
  at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:836)
  at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:326)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.cloud.SolrZkClient  at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
  at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:203)  
at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:126)  at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)  at 
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:306)  at 
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:399)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:827)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:950)
  at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
  at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)  at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)  at 
org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:115)
  at 
org.apache.solr.cloud.autoscaling.SystemLogListener.onEvent(SystemLogListener.java:126)
  at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:836)
  at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:326)
  at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
 at java.lang.Thread.run(Thread.java:748)  >

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not 
released!!! [ZkStateReader, SolrZkClient]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.cloud.ZkStateReader
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:328)
        at 
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:399)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:827)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:950)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:115)
        at 
org.apache.solr.cloud.autoscaling.SystemLogListener.onEvent(SystemLogListener.java:126)
        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:836)
        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:326)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.cloud.SolrZkClient
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:203)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:126)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
        at 
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:306)
        at 
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:399)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:827)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:950)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:115)
        at 
org.apache.solr.cloud.autoscaling.SystemLogListener.onEvent(SystemLogListener.java:126)
        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:836)
        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:326)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

 expected null, but was:<ObjectTracker found 2 object(s) that were not 
released!!! [ZkStateReader, SolrZkClient]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.cloud.ZkStateReader
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:328)
        at 
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:399)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:827)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:950)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:115)
        at 
org.apache.solr.cloud.autoscaling.SystemLogListener.onEvent(SystemLogListener.java:126)
        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:836)
        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:326)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: 
org.apache.solr.common.cloud.SolrZkClient
        at 
org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:203)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:126)
        at 
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
        at 
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:306)
        at 
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:399)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:827)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:950)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:115)
        at 
org.apache.solr.cloud.autoscaling.SystemLogListener.onEvent(SystemLogListener.java:126)
        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerListeners.fireListeners(ScheduledTriggers.java:836)
        at 
org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:326)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

>
        at __randomizedtesting.SeedInfo.seed([241621F36175BCEF]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotNull(Assert.java:755)
        at org.junit.Assert.assertNull(Assert.java:737)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:322)
        at sun.reflect.GeneratedMethodAccessor57.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest

Error Message:
3 threads leaked from SUITE scope at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest:     1) 
Thread[id=161544, name=zkConnectionManagerCallback-71213-thread-1, 
state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=161543, 
name=AutoscalingActionExecutor-18074-thread-1-EventThread, state=WAITING, 
group=TGRP-AutoscalingHistoryHandlerTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)    
3) Thread[id=161542, 
name=AutoscalingActionExecutor-18074-thread-1-SendThread(lucene2-us-west.apache.org:46603),
 state=TIMED_WAITING, group=TGRP-AutoscalingHistoryHandlerTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:152)
         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1062)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE 
scope at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest: 
   1) Thread[id=161544, name=zkConnectionManagerCallback-71213-thread-1, 
state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=161543, 
name=AutoscalingActionExecutor-18074-thread-1-EventThread, state=WAITING, 
group=TGRP-AutoscalingHistoryHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:504)
   3) Thread[id=161542, 
name=AutoscalingActionExecutor-18074-thread-1-SendThread(lucene2-us-west.apache.org:46603),
 state=TIMED_WAITING, group=TGRP-AutoscalingHistoryHandlerTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:152)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1062)
        at __randomizedtesting.SeedInfo.seed([241621F36175BCEF]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=161544, name=zkConnectionManagerCallback-71213-thread-1, 
state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)    2) Thread[id=161542, 
name=AutoscalingActionExecutor-18074-thread-1-SendThread(lucene2-us-west.apache.org:46603),
 state=TIMED_WAITING, group=TGRP-AutoscalingHistoryHandlerTest]         at 
java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:152)
         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1062)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=161544, name=zkConnectionManagerCallback-71213-thread-1, 
state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=161542, 
name=AutoscalingActionExecutor-18074-thread-1-SendThread(lucene2-us-west.apache.org:46603),
 state=TIMED_WAITING, group=TGRP-AutoscalingHistoryHandlerTest]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:152)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1062)
        at __randomizedtesting.SeedInfo.seed([241621F36175BCEF]:0)


FAILED:  
org.apache.solr.client.solrj.embedded.SolrExampleStreamingHttp2Test.testCommitWithinOnDelete

Error Message:
expected:<1> but was:<0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<1> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([EFF89EC0BA20F79F:83EC697160A31DA4]:0)
        at junit.framework.Assert.fail(Assert.java:57)
        at junit.framework.Assert.failNotEquals(Assert.java:329)
        at junit.framework.Assert.assertEquals(Assert.java:78)
        at junit.framework.Assert.assertEquals(Assert.java:159)
        at junit.framework.Assert.assertEquals(Assert.java:166)
        at 
org.apache.solr.client.solrj.SolrExampleTestsBase.testCommitWithinOnDelete(SolrExampleTestsBase.java:147)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing.testScaleUp

Error Message:
{numFound=941275000,start=0,docs=[]} expected:<1000000000> but was:<941275000>

Stack Trace:
java.lang.AssertionError: {numFound=941275000,start=0,docs=[]} 
expected:<1000000000> but was:<941275000>
        at 
__randomizedtesting.SeedInfo.seed([241621F36175BCEF:54867516D5B624E]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at 
org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing.testScaleUp(TestSimExtremeIndexing.java:135)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 8388 lines...]
   [junit4] Suite: 
org.apache.lucene.codecs.simpletext.TestSimpleTextTermVectorsFormat
   [junit4]   2> ???. 09, 2019 6:19:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: 
org.apache.lucene.codecs.simpletext.TestSimpleTextTermVectorsFormat
   [junit4]   2>    1) Thread[id=9, name=JUnit4-serializer-daemon, 
state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2>    2) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:639)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:496)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    3) Thread[id=287, 
name=TEST-TestSimpleTextTermVectorsFormat.testRamBytesUsed-seed#[8B6903635FF3C5F6],
 state=RUNNABLE, group=TGRP-TestSimpleTextTermVectorsFormat]
   [junit4]   2>         at sun.nio.ch.NativeThread.current(Native Method)
   [junit4]   2>         at 
sun.nio.ch.NativeThreadSet.add(NativeThreadSet.java:46)
   [junit4]   2>         at 
sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:737)
   [junit4]   2>         at 
sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:727)
   [junit4]   2>         at 
org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111)
   [junit4]   2>         at 
org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111)
   [junit4]   2>         at 
org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111)
   [junit4]   2>         at 
org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:179)
   [junit4]   2>         at 
org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:342)
   [junit4]   2>         at 
org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:54)
   [junit4]   2>         at 
org.apache.lucene.store.MockIndexInputWrapper.readByte(MockIndexInputWrapper.java:140)
   [junit4]   2>         at 
org.apache.lucene.codecs.simpletext.SimpleTextUtil.readLine(SimpleTextUtil.java:59)
   [junit4]   2>         at 
org.apache.lucene.codecs.simpletext.SimpleTextFieldsReader$SimpleTextPostingsEnum.nextPosition(SimpleTextFieldsReader.java:460)
   [junit4]   2>         at 
org.apache.lucene.index.MappingMultiPostingsEnum.nextPosition(MappingMultiPostingsEnum.java:113)
   [junit4]   2>         at 
org.apache.lucene.codecs.simpletext.SimpleTextFieldsWriter.write(SimpleTextFieldsWriter.java:154)
   [junit4]   2>         at 
org.apache.lucene.codecs.simpletext.SimpleTextFieldsWriter.write(SimpleTextFieldsWriter.java:61)
   [junit4]   2>         at 
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
   [junit4]   2>         at 
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:244)
   [junit4]   2>         at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:139)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]   2>         at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2155)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5116)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]   2>         at 
org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:276)
   [junit4]   2>         at 
org.apache.lucene.index.BaseTermVectorsFormatTestCase.testRamBytesUsed(BaseTermVectorsFormatTestCase.java:71)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    4) Thread[id=286, 
name=SUITE-TestSimpleTextTermVectorsFormat-seed#[8B6903635FF3C5F6], 
state=RUNNABLE, group=TGRP-TestSimpleTextTermVectorsFormat]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:708)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:629)
   [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=TestSimpleTextTermVectorsFormat -Dtests.method=testRamBytesUsed 
-Dtests.seed=8B6903635FF3C5F6 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=uk-UA -Dtests.timezone=Etc/GMT-0 -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   7200s J0 | TestSimpleTextTermVectorsFormat.testRamBytesUsed 
<<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8B6903635FF3C5F6]:0)
   [junit4]   2> ???. 09, 2019 6:19:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> ???. 09, 2019 6:19:56 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.lucene.codecs.simpletext.TestSimpleTextTermVectorsFormat: 
   [junit4]   2>    1) Thread[id=287, 
name=TEST-TestSimpleTextTermVectorsFormat.testRamBytesUsed-seed#[8B6903635FF3C5F6],
 state=RUNNABLE, group=TGRP-TestSimpleTextTermVectorsFormat]
   [junit4]   2>         at sun.nio.ch.NativeThread.current(Native Method)
   [junit4]   2>         at 
sun.nio.ch.NativeThreadSet.add(NativeThreadSet.java:46)
   [junit4]   2>         at 
sun.nio.ch.FileChannelImpl.readInternal(FileChannelImpl.java:737)
   [junit4]   2>         at 
sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:727)
   [junit4]   2>         at 
org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111)
   [junit4]   2>         at 
org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111)
   [junit4]   2>         at 
org.apache.lucene.mockfile.FilterFileChannel.read(FilterFileChannel.java:111)
   [junit4]   2>         at 
org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java:179)
   [junit4]   2>         at 
org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:342)
   [junit4]   2>         at 
org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:54)
   [junit4]   2>         at 
org.apache.lucene.store.MockIndexInputWrapper.readByte(MockIndexInputWrapper.java:140)
   [junit4]   2>         at 
org.apache.lucene.codecs.simpletext.SimpleTextUtil.readLine(SimpleTextUtil.java:59)
   [junit4]   2>         at 
org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader.readLine(SimpleTextTermVectorsReader.java:231)
   [junit4]   2>         at 
org.apache.lucene.codecs.simpletext.SimpleTextTermVectorsReader.get(SimpleTextTermVectorsReader.java:130)
   [junit4]   2>         at 
org.apache.lucene.codecs.TermVectorsWriter.merge(TermVectorsWriter.java:223)
   [junit4]   2>         at 
org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:238)
   [junit4]   2>         at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:172)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4459)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4054)
   [junit4]   2>         at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2155)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5116)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1597)
   [junit4]   2>         at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
   [junit4]   2>         at 
org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:276)
   [junit4]   2>         at 
org.apache.lucene.index.BaseTermVectorsFormatTestCase.testRamBytesUsed(BaseTermVectorsFormatTestCase.java:71)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> ???. 09, 2019 6:19:56 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=287, 
name=TEST-TestSimpleTextTermVectorsFormat.testRamBytesUsed-seed#[8B6903635FF3C5F6],
 state=RUNNABLE, group=TGRP-TestSimpleTextTermVectorsFormat]
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/codecs/test/J0/temp/lucene.codecs.simpletext.TestSimpleTextTermVectorsFormat_8B6903635FF3C5F6-001
   [junit4]   2> Feb 09, 2019 6:19:56 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@351665e3),
 locale=uk-UA, timezone=Etc/GMT-0
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=43896912,total=166199296
   [junit4]   2> NOTE: All tests run in this JVM: [TestDirectPostingsFormat, 
TestSimpleTextLiveDocsFormat, TestOrdsBlockTree, 
TestSimpleTextTermVectorsFormat]
   [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=TestSimpleTextTermVectorsFormat -Dtests.seed=8B6903635FF3C5F6 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=uk-UA -Dtests.timezone=Etc/GMT-0 -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestSimpleTextTermVectorsFormat (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8B6903635FF3C5F6]:0)
   [junit4] Completed [18/19 (1!)] on J0 in 7220.45s, 1 test, 2 errors <<< 
FAILURES!

[...truncated 5821 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestSimExtremeIndexing
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestSimExtremeIndexing_241621F36175BCEF-001/init-core-data-001
   [junit4]   2> 1324783 WARN  
(SUITE-TestSimExtremeIndexing-seed#[241621F36175BCEF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 1324783 INFO  
(SUITE-TestSimExtremeIndexing-seed#[241621F36175BCEF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1324785 INFO  
(SUITE-TestSimExtremeIndexing-seed#[241621F36175BCEF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1324785 INFO  
(SUITE-TestSimExtremeIndexing-seed#[241621F36175BCEF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1324821 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testScaleUp
   [junit4]   2> 1324913 DEBUG 
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 
127.0.0.1:10044_solr
   [junit4]   2> 1324913 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 1324913 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 1324916 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 1324916 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1324929 DEBUG 
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=0
   [junit4]   2> 1324929 DEBUG 
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 1324929 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 1324954 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 1324954 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1325212 DEBUG (simCloudManagerPool-2464-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection 
testScaleUp_collection, currentVersion=1
   [junit4]   2> 1325212 DEBUG (simCloudManagerPool-2464-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=1
   [junit4]   2> 1325213 DEBUG (simCloudManagerPool-2464-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 1325230 DEBUG (simCloudManagerPool-2464-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=2
   [junit4]   2> 1325230 DEBUG (simCloudManagerPool-2464-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 1326780 DEBUG (simCloudManagerPool-2464-thread-2) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=3
   [junit4]   2> 1326780 DEBUG (simCloudManagerPool-2464-thread-2) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 1326796 DEBUG (simCloudManagerPool-2464-thread-3) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=4
   [junit4]   2> 1326809 DEBUG (simCloudManagerPool-2464-thread-3) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 1326824 DEBUG (simCloudManagerPool-2464-thread-4) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=5
   [junit4]   2> 1326950 DEBUG (simCloudManagerPool-2464-thread-4) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 1326970 DEBUG (simCloudManagerPool-2464-thread-7) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for 
testScaleUp_collection / shard1 (currentVersion=6): {"core_node1":{
   [junit4]   2>     "core":"testScaleUp_collection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testScaleUp_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10072_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 1326986 DEBUG (simCloudManagerPool-2464-thread-1) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection 
testScaleUp_collection, currentVersion=6
   [junit4]   2> 1327007 DEBUG (simCloudManagerPool-2464-thread-5) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=6
   [junit4]   2> 1327008 DEBUG (simCloudManagerPool-2464-thread-5) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 1327027 DEBUG (simCloudManagerPool-2464-thread-10) [    ] 
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for 
testScaleUp_collection / shard2 (currentVersion=7): {"core_node3":{
   [junit4]   2>     "core":"testScaleUp_collection_shard2_replica_n3",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testScaleUp_collection",
   [junit4]   2>     "node_name":"127.0.0.1:10059_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 1327028 DEBUG 
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, 
currentVersion=7
   [junit4]   2> 1327028 DEBUG 
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 1327134 DEBUG (simCloudManagerPool-2464-thread-11) [    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1327134 DEBUG (simCloudManagerPool-2464-thread-11) [    ] 
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 
2
   [junit4]   2> 1327153 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1327154 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 1327154 DEBUG (Simulated OverseerAutoScalingTriggerThread) [   
 ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1327491 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 200,000
   [junit4]   2> 1327745 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 400,000
   [junit4]   2> 1327840 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 600,000
   [junit4]   2> 1327878 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 800,000
   [junit4]   2> 1327901 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,000,000
   [junit4]   2> 1327917 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,200,000
   [junit4]   2> 1327948 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,400,000
   [junit4]   2> 1327963 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,600,000
   [junit4]   2> 1328001 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 1,800,000
   [junit4]   2> 1328058 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,000,000
   [junit4]   2> 1328088 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,200,000
   [junit4]   2> 1328144 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,400,000
   [junit4]   2> 1328148 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,600,000
   [junit4]   2> 1328189 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 2,800,000
   [junit4]   2> 1328204 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,000,000
   [junit4]   2> 1328241 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,200,000
   [junit4]   2> 1328281 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,400,000
   [junit4]   2> 1328322 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,600,000
   [junit4]   2> 1328378 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 3,800,000
   [junit4]   2> 1328429 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,000,000
   [junit4]   2> 1328432 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,200,000
   [junit4]   2> 1328432 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,400,000
   [junit4]   2> 1328466 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,600,000
   [junit4]   2> 1328482 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 4,800,000
   [junit4]   2> 1328512 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,000,000
   [junit4]   2> 1328513 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,200,000
   [junit4]   2> 1328513 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,400,000
   [junit4]   2> 1328526 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,600,000
   [junit4]   2> 1328527 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 5,800,000
   [junit4]   2> 1328528 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,000,000
   [junit4]   2> 1328529 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,200,000
   [junit4]   2> 1328530 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,400,000
   [junit4]   2> 1328542 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,600,000
   [junit4]   2> 1328547 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 6,800,000
   [junit4]   2> 1328548 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,000,000
   [junit4]   2> 1328548 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,200,000
   [junit4]   2> 1328549 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,400,000
   [junit4]   2> 1328549 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,600,000
   [junit4]   2> 1328550 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 7,800,000
   [junit4]   2> 1328563 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,000,000
   [junit4]   2> 1328564 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,200,000
   [junit4]   2> 1328564 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,400,000
   [junit4]   2> 1328565 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,600,000
   [junit4]   2> 1328565 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 8,800,000
   [junit4]   2> 1328566 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,000,000
   [junit4]   2> 1328583 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,200,000
   [junit4]   2> 1328583 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,400,000
   [junit4]   2> 1328584 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,600,000
   [junit4]   2> 1328585 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 9,800,000
   [junit4]   2> 1328585 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,000,000
   [junit4]   2> 1328599 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,200,000
   [junit4]   2> 1328600 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,400,000
   [junit4]   2> 1328600 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,600,000
   [junit4]   2> 1328601 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 10,800,000
   [junit4]   2> 1328601 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,000,000
   [junit4]   2> 1328602 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,200,000
   [junit4]   2> 1328603 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,400,000
   [junit4]   2> 1328615 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,600,000
   [junit4]   2> 1328628 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 11,800,000
   [junit4]   2> 1328629 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,000,000
   [junit4]   2> 1328629 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,200,000
   [junit4]   2> 1328630 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,400,000
   [junit4]   2> 1328630 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,600,000
   [junit4]   2> 1328631 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 12,800,000
   [junit4]   2> 1328632 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,000,000
   [junit4]   2> 1328644 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,200,000
   [junit4]   2> 1328664 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,400,000
   [junit4]   2> 1328665 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,600,000
   [junit4]   2> 1328665 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 13,800,000
   [junit4]   2> 1328666 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,000,000
   [junit4]   2> 1328680 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,200,000
   [junit4]   2> 1328686 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,400,000
   [junit4]   2> 1328686 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,600,000
   [junit4]   2> 1328705 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 14,800,000
   [junit4]   2> 1328727 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,000,000
   [junit4]   2> 1328739 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,200,000
   [junit4]   2> 1328775 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,400,000
   [junit4]   2> 1328810 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,600,000
   [junit4]   2> 1328826 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 15,800,000
   [junit4]   2> 1328847 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,000,000
   [junit4]   2> 1328848 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,200,000
   [junit4]   2> 1328849 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,400,000
   [junit4]   2> 1328863 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,600,000
   [junit4]   2> 1328864 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 16,800,000
   [junit4]   2> 1328864 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,000,000
   [junit4]   2> 1328884 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,200,000
   [junit4]   2> 1328899 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,400,000
   [junit4]   2> 1328900 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,600,000
   [junit4]   2> 1328919 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 17,800,000
   [junit4]   2> 1328936 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,000,000
   [junit4]   2> 1328956 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,200,000
   [junit4]   2> 1328972 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,400,000
   [junit4]   2> 1328993 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,600,000
   [junit4]   2> 1329009 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 18,800,000
   [junit4]   2> 1329045 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,000,000
   [junit4]   2> 1329046 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,200,000
   [junit4]   2> 1329046 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,400,000
   [junit4]   2> 1329048 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,600,000
   [junit4]   2> 1329065 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 19,800,000
   [junit4]   2> 1329066 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,000,000
   [junit4]   2> 1329066 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,200,000
   [junit4]   2> 1329067 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,400,000
   [junit4]   2> 1329067 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,600,000
   [junit4]   2> 1329068 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 20,800,000
   [junit4]   2> 1329068 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,000,000
   [junit4]   2> 1329081 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,200,000
   [junit4]   2> 1329082 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,400,000
   [junit4]   2> 1329082 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,600,000
   [junit4]   2> 1329083 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 21,800,000
   [junit4]   2> 1329083 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,000,000
   [junit4]   2> 1329084 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,200,000
   [junit4]   2> 1329084 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,400,000
   [junit4]   2> 1329101 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,600,000
   [junit4]   2> 1329122 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 22,800,000
   [junit4]   2> 1329160 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,000,000
   [junit4]   2> 1329175 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,200,000
   [junit4]   2> 1329195 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,400,000
   [junit4]   2> 1329211 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,600,000
   [junit4]   2> 1329232 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 23,800,000
   [junit4]   2> 1329273 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,000,000
   [junit4]   2> 1329300 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,200,000
   [junit4]   2> 1329321 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,400,000
   [junit4]   2> 1329373 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,600,000
   [junit4]   2> 1329374 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 24,800,000
   [junit4]   2> 1329375 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,000,000
   [junit4]   2> 1329375 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,200,000
   [junit4]   2> 1329376 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,400,000
   [junit4]   2> 1329376 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,600,000
   [junit4]   2> 1329390 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 25,800,000
   [junit4]   2> 1329391 INFO  
(TEST-TestSimExtremeIndexing.testScaleUp-seed#[241621F36175BCEF]) [    ] 
o.a.s.c.a.s.TestSimExtremeIndexing #### Total docs so far: 26,000,000
   [junit4]   2> 1329416 INFO  (TEST-TestSimExtremeIndexing.tes

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

ource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null379429135
     [copy] Copying 237 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null379429135
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/null379429135

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 244ms :: artifacts dl 4ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 673 minutes 12 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to