Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/101/

6 tests failed.
FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig

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([A25508AACED788C8]:0)


FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
        at 
__randomizedtesting.SeedInfo.seed([F9118E648F671286:7145B1BE219B7F7E]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1276)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:448)
        at 
org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:114)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.TriggerIntegrationTest.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:46438_solr wasn't created

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:46438_solr 
wasn't created
        at 
__randomizedtesting.SeedInfo.seed([F9118E648F671286:E1AB06688152DF69]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:930)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.client.solrj.impl.CloudSolrClientTest.testAliasHandling

Error Message:
Error from server at https://127.0.0.1:42737/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000012

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:42737/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000012
        at 
__randomizedtesting.SeedInfo.seed([60565830479B5643:65A937C084D55261]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testAliasHandling(CloudSolrClientTest.java:178)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.client.solrj.io.stream.StreamExpressionTest

Error Message:
Error from server at https://127.0.0.1:34951/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000000

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:34951/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000000
        at __randomizedtesting.SeedInfo.seed([60565830479B5643]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.setupCluster(StreamExpressionTest.java:102)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.lucene.spatial3d.TestGeo3DPoint

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

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




Build Log:
[...truncated 10957 lines...]
   [junit4] Suite: org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4]   2> dec. 08, 2017 6:05:16 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> WARNING: Suite execution timed out: 
org.apache.lucene.spatial3d.TestGeo3DPoint
   [junit4]   2>    1) 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:636)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:493)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:251)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:368)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    2) Thread[id=15, 
name=SUITE-TestGeo3DPoint-seed#[A25508AACED788C8], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [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:705)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:139)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:626)
   [junit4]   2>    3) 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>    4) Thread[id=16, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[A25508AACED788C8], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.addPoint(Plane.java:1953)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.Plane.recordBounds(Plane.java:1591)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.XYZBounds.addPlane(XYZBounds.java:161)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoConvexPolygon.getBounds(GeoConvexPolygon.java:484)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.geom.GeoBaseCompositeShape.getBounds(GeoBaseCompositeShape.java:131)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:846)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:548)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig(TestGeo3DPoint.java:480)
   [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:1737)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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> 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=TestGeo3DPoint 
-Dtests.method=testRandomBig -Dtests.seed=A25508AACED788C8 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=lv-LV -Dtests.timezone=America/Halifax -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   6633s J1 | TestGeo3DPoint.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A25508AACED788C8]:0)
   [junit4]   2> dec. 08, 2017 6:05:16 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> dec. 08, 2017 6:05:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.lucene.spatial3d.TestGeo3DPoint: 
   [junit4]   2>    1) Thread[id=16, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[A25508AACED788C8], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2>         at 
org.apache.lucene.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:52)
   [junit4]   2>         at 
org.apache.lucene.search.AssertingCollector$1.collect(AssertingCollector.java:56)
   [junit4]   2>         at 
org.apache.lucene.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:52)
   [junit4]   2>         at 
org.apache.lucene.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:52)
   [junit4]   2>         at 
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:233)
   [junit4]   2>         at 
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:184)
   [junit4]   2>         at 
org.apache.lucene.search.AssertingBulkScorer.score(AssertingBulkScorer.java:79)
   [junit4]   2>         at 
org.apache.lucene.search.AssertingBulkScorer.score(AssertingBulkScorer.java:63)
   [junit4]   2>         at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:660)
   [junit4]   2>         at 
org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:72)
   [junit4]   2>         at 
org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:462)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.verify(TestGeo3DPoint.java:812)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.doTestRandom(TestGeo3DPoint.java:548)
   [junit4]   2>         at 
org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig(TestGeo3DPoint.java:480)
   [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:1737)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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> dec. 08, 2017 6:05:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=16, 
name=TEST-TestGeo3DPoint.testRandomBig-seed#[A25508AACED788C8], state=RUNNABLE, 
group=TGRP-TestGeo3DPoint]
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/spatial3d/test/J1/temp/lucene.spatial3d.TestGeo3DPoint_A25508AACED788C8-001
   [junit4]   2> Dec 08, 2017 10:05:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=8, maxDocsPerChunk=8, blockSize=1), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=8, blockSize=1)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=lv-LV, timezone=America/Halifax
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=151613120,total=447217664
   [junit4]   2> NOTE: All tests run in this JVM: 
[RandomGeoShapeRelationshipTest, GeoCircleTest, TestGeo3DPoint]
   [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=TestGeo3DPoint 
-Dtests.seed=A25508AACED788C8 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=lv-LV -Dtests.timezone=America/Halifax -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestGeo3DPoint (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([A25508AACED788C8]:0)
   [junit4] Completed [16/16 (1!)] on J1 in 7220.59s, 12 tests, 2 errors <<< 
FAILURES!

[...truncated 2077 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> 818345 INFO  
(SUITE-TriggerIntegrationTest-seed#[F9118E648F671286]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F9118E648F671286-001/init-core-data-001
   [junit4]   2> 818361 WARN  
(SUITE-TriggerIntegrationTest-seed#[F9118E648F671286]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=269 numCloses=269
   [junit4]   2> 818361 INFO  
(SUITE-TriggerIntegrationTest-seed#[F9118E648F671286]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 818362 INFO  
(SUITE-TriggerIntegrationTest-seed#[F9118E648F671286]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 818363 INFO  
(SUITE-TriggerIntegrationTest-seed#[F9118E648F671286]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F9118E648F671286-001/tempDir-001
   [junit4]   2> 818363 INFO  
(SUITE-TriggerIntegrationTest-seed#[F9118E648F671286]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 818385 INFO  (Thread-280) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 818385 INFO  (Thread-280) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 818483 ERROR (Thread-280) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 818535 INFO  
(SUITE-TriggerIntegrationTest-seed#[F9118E648F671286]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40411
   [junit4]   2> 818702 INFO  (zkConnectionManagerCallback-344-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 818731 INFO  (jetty-launcher-341-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 818742 INFO  (jetty-launcher-341-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 819060 INFO  (jetty-launcher-341-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1bbbe768{/solr,null,AVAILABLE}
   [junit4]   2> 819061 INFO  (jetty-launcher-341-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@8eea82f{HTTP/1.1,[http/1.1]}{127.0.0.1:38447}
   [junit4]   2> 819061 INFO  (jetty-launcher-341-thread-1) [    ] 
o.e.j.s.Server Started @832660ms
   [junit4]   2> 819061 INFO  (jetty-launcher-341-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38447}
   [junit4]   2> 819061 ERROR (jetty-launcher-341-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 819062 INFO  (jetty-launcher-341-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 819062 INFO  (jetty-launcher-341-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819062 INFO  (jetty-launcher-341-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819062 INFO  (jetty-launcher-341-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-08T10:53:35.278Z
   [junit4]   2> 819194 INFO  (jetty-launcher-341-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4cef7d33{/solr,null,AVAILABLE}
   [junit4]   2> 819194 INFO  (jetty-launcher-341-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@34ccb747{HTTP/1.1,[http/1.1]}{127.0.0.1:45417}
   [junit4]   2> 819194 INFO  (jetty-launcher-341-thread-2) [    ] 
o.e.j.s.Server Started @832793ms
   [junit4]   2> 819194 INFO  (jetty-launcher-341-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45417}
   [junit4]   2> 819195 ERROR (jetty-launcher-341-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 819195 INFO  (jetty-launcher-341-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.3.0
   [junit4]   2> 819195 INFO  (jetty-launcher-341-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 819195 INFO  (jetty-launcher-341-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 819195 INFO  (jetty-launcher-341-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-08T10:53:35.411Z
   [junit4]   2> 819230 INFO  (zkConnectionManagerCallback-346-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819434 INFO  (zkConnectionManagerCallback-348-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 819637 INFO  (jetty-launcher-341-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819645 INFO  (jetty-launcher-341-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 819775 INFO  (jetty-launcher-341-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40411/solr
   [junit4]   2> 819990 INFO  (jetty-launcher-341-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40411/solr
   [junit4]   2> 820250 INFO  (zkConnectionManagerCallback-352-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820474 INFO  (zkConnectionManagerCallback-356-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820698 INFO  
(zkConnectionManagerCallback-358-thread-1-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 820803 INFO  
(zkConnectionManagerCallback-360-thread-1-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 822333 INFO  (jetty-launcher-341-thread-2) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 822334 INFO  (jetty-launcher-341-thread-2) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45417_solr
   [junit4]   2> 822368 INFO  (jetty-launcher-341-thread-2) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.Overseer Overseer 
(id=99138300456337414-127.0.0.1:45417_solr-n_0000000000) starting
   [junit4]   2> 822525 INFO  (jetty-launcher-341-thread-2) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45417_solr
   [junit4]   2> 822525 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Adding 
.autoAddReplicas trigger
   [junit4]   2> 822691 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 1
   [junit4]   2> 822692 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
   [junit4]   2> 822692 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 822692 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 1
   [junit4]   2> 822706 INFO  (jetty-launcher-341-thread-1) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 822708 INFO  (jetty-launcher-341-thread-1) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38447_solr
   [junit4]   2> 822713 INFO  
(OverseerStateUpdate-99138300456337414-127.0.0.1:45417_solr-n_0000000000) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 822729 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 822734 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 822799 INFO  
(zkCallback-357-thread-1-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 822815 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 822815 INFO  
(zkCallback-357-thread-2-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 822816 DEBUG (ScheduledTrigger-480-thread-1) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:38447_solr, 
127.0.0.1:45417_solr]
   [junit4]   2> 823440 INFO  (jetty-launcher-341-thread-2) 
[n:127.0.0.1:45417_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45417.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206d9059
   [junit4]   2> 823473 INFO  (jetty-launcher-341-thread-1) 
[n:127.0.0.1:38447_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38447.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206d9059
   [junit4]   2> 823547 INFO  (jetty-launcher-341-thread-2) 
[n:127.0.0.1:45417_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45417.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206d9059
   [junit4]   2> 823603 INFO  (jetty-launcher-341-thread-2) 
[n:127.0.0.1:45417_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45417.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206d9059
   [junit4]   2> 823605 INFO  (jetty-launcher-341-thread-2) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F9118E648F671286-001/tempDir-001/node2/.
   [junit4]   2> 823605 INFO  (jetty-launcher-341-thread-1) 
[n:127.0.0.1:38447_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38447.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206d9059
   [junit4]   2> 823605 INFO  (jetty-launcher-341-thread-1) 
[n:127.0.0.1:38447_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38447.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206d9059
   [junit4]   2> 823606 INFO  (jetty-launcher-341-thread-1) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F9118E648F671286-001/tempDir-001/node1/.
   [junit4]   2> 823932 INFO  (zkConnectionManagerCallback-365-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 823969 DEBUG (ScheduledTrigger-480-thread-1) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: 
.auto_add_replicas with currently live nodes: [127.0.0.1:38447_solr, 
127.0.0.1:45417_solr]
   [junit4]   2> 824095 INFO  (zkConnectionManagerCallback-369-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 824096 INFO  
(SUITE-TriggerIntegrationTest-seed#[F9118E648F671286]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 824097 INFO  
(SUITE-TriggerIntegrationTest-seed#[F9118E648F671286]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40411/solr ready
   [junit4]   2> 824205 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F9118E648F671286]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSearchRate
   [junit4]   2> 824206 INFO  
(TEST-TriggerIntegrationTest.testSearchRate-seed#[F9118E648F671286]) [    ] 
o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 824208 DEBUG 
(zkCallback-359-thread-1-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 2
   [junit4]   2> 824208 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 2
   [junit4]   2> 824245 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 824280 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 824281 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 824318 INFO  (qtp1001587523-1322) [n:127.0.0.1:38447_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 824453 INFO  
(OverseerThreadFactory-482-thread-1-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 824855 INFO  
(OverseerStateUpdate-99138300456337414-127.0.0.1:45417_solr-n_0000000000) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38447/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 824928 INFO  
(OverseerStateUpdate-99138300456337414-127.0.0.1:45417_solr-n_0000000000) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45417/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 825142 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 825142 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 825232 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 825232 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 825376 INFO  
(zkCallback-357-thread-2-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 825376 INFO  
(zkCallback-359-thread-2-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 825376 INFO  
(zkCallback-357-thread-1-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 825388 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 826256 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 826347 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 826496 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 826496 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 826497 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38447.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206d9059
   [junit4]   2> 826497 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 826497 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F9118E648F671286-001/tempDir-001/node1/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F9118E648F671286-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 826515 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 826623 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 826640 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 826640 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 826641 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45417.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@206d9059
   [junit4]   2> 826641 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 826641 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F9118E648F671286-001/tempDir-001/node2/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_F9118E648F671286-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 826970 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 826970 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 826971 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 826971 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 826971 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 826971 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 826972 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 826972 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 826986 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7312449[collection1_shard1_replica_n1] main]
   [junit4]   2> 826989 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@76cb4b1d[collection1_shard1_replica_n2] main]
   [junit4]   2> 827002 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 827002 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 827003 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 827006 INFO  
(searcherExecutor-487-thread-1-processing-n:127.0.0.1:38447_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:38447_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@7312449[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 827018 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1586212816273014784
   [junit4]   2> 827018 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 827018 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 827019 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 827056 INFO  
(searcherExecutor-488-thread-1-processing-n:127.0.0.1:45417_solr 
x:collection1_shard1_replica_n2 s:shard1 c:collection1 r:core_node4) 
[n:127.0.0.1:45417_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@76cb4b1d[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 827057 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1586212816313909248
   [junit4]   2> 827092 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9966ms
   [junit4]   2> 827258 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 827262 INFO  
(zkCallback-357-thread-2-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 827262 INFO  
(zkCallback-357-thread-1-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 827258 INFO  
(zkCallback-359-thread-3-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 827592 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 827592 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 827592 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38447/solr/collection1_shard1_replica_n1/
   [junit4]   2> 827593 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 
url=http://127.0.0.1:38447/solr START 
replicas=[http://127.0.0.1:45417/solr/collection1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 827648 INFO  (qtp2139441273-1311) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=35
   [junit4]   2> 827920 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 
url=http://127.0.0.1:38447/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 827920 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 827920 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 827920 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 827923 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38447/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 828099 INFO  
(zkCallback-357-thread-1-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 828099 INFO  
(zkCallback-357-thread-2-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 828099 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 828099 INFO  
(zkCallback-359-thread-2-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 828125 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2893
   [junit4]   2> 828140 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 828141 INFO  (qtp1001587523-1324) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2999
   [junit4]   2> 828163 INFO  (qtp1001587523-1322) [n:127.0.0.1:38447_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 828270 INFO  
(zkCallback-357-thread-1-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 828270 INFO  
(zkCallback-359-thread-2-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 828270 INFO  
(zkCallback-359-thread-1-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 828270 INFO  
(zkCallback-357-thread-2-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 828544 INFO  
(OverseerCollectionConfigSetProcessor-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 829164 INFO  (qtp1001587523-1322) [n:127.0.0.1:38447_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=4845
   [junit4]   2> 829403 INFO  
(zkConnectionManagerCallback-374-thread-1-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 829421 INFO  (qtp2139441273-1316) [n:127.0.0.1:45417_solr    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 829422 INFO  (qtp2139441273-1316) [n:127.0.0.1:45417_solr    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40411/solr ready
   [junit4]   2> 829641 INFO  (qtp1001587523-1319) [n:127.0.0.1:38447_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=74
   [junit4]   2> 829657 INFO  (qtp2139441273-1315) [n:127.0.0.1:45417_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=1
   [junit4]   2> 829659 DEBUG (qtp2139441273-1316) [n:127.0.0.1:45417_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 829802 INFO  (qtp2139441273-1316) [n:127.0.0.1:45417_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=511
   [junit4]   2> 829834 DEBUG 
(zkCallback-359-thread-1-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 3
   [junit4]   2> 829912 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 3
   [junit4]   2> 829915 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 829916 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 829948 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 829985 INFO  
(zkConnectionManagerCallback-378-thread-1-processing-n:127.0.0.1:38447_solr) 
[n:127.0.0.1:38447_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 830004 INFO  (qtp1001587523-1325) [n:127.0.0.1:38447_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:QUERY./select.requestTimes:1minRate}
 status=0 QTime=2
   [junit4]   2> 830018 INFO  (qtp2139441273-1314) [n:127.0.0.1:45417_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n2:QUERY./select.requestTimes:1minRate}
 status=0 QTime=0
   [junit4]   2> 830059 INFO  (qtp1001587523-1321) [n:127.0.0.1:38447_solr    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 830059 INFO  (qtp1001587523-1321) [n:127.0.0.1:38447_solr    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40411/solr ready
   [junit4]   2> 830120 DEBUG (ScheduledTrigger-480-thread-1) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.a.SearchRateTrigger 
name=127.0.0.1:38447_solr, lastTime=1512730426246000000, elapsed=0
   [junit4]   2> 830120 DEBUG (ScheduledTrigger-480-thread-1) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.a.SearchRateTrigger 
name=127.0.0.1:45417_solr, lastTime=1512730426246000000, elapsed=0
   [junit4]   2> 830183 INFO  (qtp1001587523-1320) [n:127.0.0.1:38447_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=1
   [junit4]   2> 830219 INFO  (qtp2139441273-1315) [n:127.0.0.1:45417_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 
QTime=1
   [junit4]   2> 830220 DEBUG (qtp1001587523-1321) [n:127.0.0.1:38447_solr    ] 
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 830291 INFO  (qtp1001587523-1321) [n:127.0.0.1:38447_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling 
params={wt=javabin&version=2} status=0 QTime=486
   [junit4]   2> 830291 DEBUG 
(zkCallback-359-thread-1-processing-n:127.0.0.1:45417_solr) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing 
/autoscaling.json with znode version 4
   [junit4]   2> 830292 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger 
updates upto znodeVersion 4
   [junit4]   2> 830292 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeLost markers
   [junit4]   2> 830292 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old 
nodeAdded markers
   [junit4]   2> 830293 DEBUG 
(OverseerAutoScalingTriggerThread-99138300456337414-127.0.0.1:45417_solr-n_0000000000)
 [n:127.0.0.1:45417_solr    ] o.a.s.c.a.OverseerTriggerThread Current 
znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 830451 DEBUG (ScheduledTrigger-480-thread-1) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.a.SearchRateTrigger 
name=collection1.collection1_shard1_replica_n1, lastTime=1512730426246000000, 
elapsed=0
   [junit4]   2> 830451 DEBUG (ScheduledTrigger-480-thread-1) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.a.SearchRateTrigger 
name=collection1.collection1_shard1_replica_n2, lastTime=1512730426246000000, 
elapsed=0
   [junit4]   2> 830451 DEBUG (ScheduledTrigger-480-thread-1) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.a.SearchRateTrigger 
name=collection1.shard1, lastTime=1512730426246000000, elapsed=0
   [junit4]   2> 830465 INFO  (qtp1001587523-1320) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=162
   [junit4]   2> 830486 INFO  (qtp2139441273-1311) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830488 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830489 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830494 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830494 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830495 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830496 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830497 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830501 DEBUG (ScheduledTrigger-480-thread-1) 
[n:127.0.0.1:45417_solr    ] o.a.s.c.a.SearchRateTrigger name=collection1, 
lastTime=1512730426246000000, elapsed=0
   [junit4]   2> 830531 INFO  (qtp2139441273-1313) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830559 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830561 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830561 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830562 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830576 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830577 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830577 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830578 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830632 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830649 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830650 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830650 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830651 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830721 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=69
   [junit4]   2> 830723 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830723 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830724 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830742 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830742 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830743 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830744 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830744 INFO  (qtp1001587523-1318) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830745 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830758 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830759 INFO  (qtp2139441273-1310) [n:127.0.0.1:45417_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 
QTime=0
   [junit4]   2> 830760 INFO  (qtp1001587523-1320) [n:127.0.0.1:38447_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  

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

org/apache/lucene/analysis/BaseTokenStreamTestCase.java (at line 801)
 [ecj-lint]     ts = a.tokenStream("dummy", useCharFilter ? new 
MockCharFilter(reader, remainder) : reader);
 [ecj-lint]     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ts' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/analysis/BaseTokenStreamTestCase.java
 (at line 837)
 [ecj-lint]     reader = new MockReaderWrapper(random, reader);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/analysis/BaseTokenStreamTestCase.java
 (at line 913)
 [ecj-lint]     reader = new MockReaderWrapper(random, reader);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'reader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java
 (at line 260)
 [ecj-lint]     throw new AssertionError();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'postingsWriter' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/codecs/mockrandom/MockRandomPostingsFormat.java
 (at line 393)
 [ecj-lint]     throw new AssertionError();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'postingsReader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/geo/BaseGeoPointTestCase.java
 (at line 1271)
 [ecj-lint]     RandomIndexWriter writer = new RandomIndexWriter(random(), dir, 
iwc);
 [ecj-lint]                       ^^^^^^
 [ecj-lint] Resource leak: 'writer' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseCompressingDocValuesFormatTestCase.java
 (at line 47)
 [ecj-lint]     final IndexWriter iwriter = new IndexWriter(dir, iwc);
 [ecj-lint]                       ^^^^^^^
 [ecj-lint] Resource leak: 'iwriter' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseCompressingDocValuesFormatTestCase.java
 (at line 81)
 [ecj-lint]     final IndexWriter iwriter = new IndexWriter(dir, iwc);
 [ecj-lint]                       ^^^^^^^
 [ecj-lint] Resource leak: 'iwriter' is never closed
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseCompressingDocValuesFormatTestCase.java
 (at line 108)
 [ecj-lint]     final IndexWriter iwriter = new IndexWriter(dir, iwc);
 [ecj-lint]                       ^^^^^^^
 [ecj-lint] Resource leak: 'iwriter' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePointsFormatTestCase.java
 (at line 622)
 [ecj-lint]     w = new RandomIndexWriter(random(), dir, iwc);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'w' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java
 (at line 314)
 [ecj-lint]     Analyzer analyzer = new MockAnalyzer(random());
 [ecj-lint]              ^^^^^^^^
 [ecj-lint] Resource leak: 'analyzer' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BasePostingsFormatTestCase.java
 (at line 539)
 [ecj-lint]     LineFileDocs docs = new LineFileDocs(random());
 [ecj-lint]                  ^^^^
 [ecj-lint] Resource leak: 'docs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/index/BaseStoredFieldsFormatTestCase.java
 (at line 464)
 [ecj-lint]     throw ex.get();
 [ecj-lint]     ^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'iw' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/search/ShardSearchingTestBase.java
 (at line 555)
 [ecj-lint]     final LineFileDocs docs = new LineFileDocs(random());
 [ecj-lint]                        ^^^^
 [ecj-lint] Resource leak: 'docs' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/store/MockDirectoryWrapper.java
 (at line 881)
 [ecj-lint]     new IndexWriter(in, iwc).rollback();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. ERROR in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java
 (at line 144)
 [ecj-lint]     import static 
com.carrotsearch.randomizedtesting.RandomizedTest.frequently;
 [ecj-lint]                   
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import 
com.carrotsearch.randomizedtesting.RandomizedTest.frequently is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/TestUtil.java
 (at line 1310)
 [ecj-lint]     fs = ffs.getDelegate();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fs' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/TestUtil.java
 (at line 1324)
 [ecj-lint]     fs = ffs.getDelegate();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fs' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/TestUtil.java
 (at line 1324)
 [ecj-lint]     fs = ffs.getDelegate();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fs' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/TestUtil.java
 (at line 1346)
 [ecj-lint]     fs = ffs.getDelegate();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fs' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 21. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/TestUtil.java
 (at line 1346)
 [ecj-lint]     fs = ffs.getDelegate();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fs' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 22. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/TestUtil.java
 (at line 1366)
 [ecj-lint]     fs = ffs.getDelegate();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fs' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/test-framework/src/java/org/apache/lucene/util/TestUtil.java
 (at line 1385)
 [ecj-lint]     fs = ffs.getDelegate();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'fs' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] 23 problems (1 error, 22 warnings)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:843:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:101:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build.xml:203:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:2105:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/common-build.xml:2144:
 Compile failed; see the compiler error output for details.

Total time: 939 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to