You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/07/15 09:54:09 UTC

[JENKINS] Lucene-Solr-Tests-7.x - Build # 679 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/679/

4 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonShape.testBasicIntersects

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([7BEEEA3FAD4459AB:4C9319CA91D3FAD5]:0)
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.util.bkd.OfflinePointReader.split(OfflinePointReader.java:215)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1791)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1008)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:141)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.writeField(AssertingPointsFormat.java:137)
	at org.apache.lucene.index.PointValuesWriter.flush(PointValuesWriter.java:183)
	at org.apache.lucene.index.DefaultIndexingChain.writePoints(DefaultIndexingChain.java:204)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:139)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:470)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:413)
	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:514)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1603)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1222)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:189)
	at org.apache.lucene.document.TestLatLonShape.testBasicIntersects(TestLatLonShape.java:93)
	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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)


FAILED:  org.apache.lucene.document.TestLatLonShapeQueries.testRandomMedium

Error Message:
wrong hit (first of possibly more):  FAIL: id=18982 should match but did not   query=LatLonShapeBoundingBoxQuery: field=shape:Rectangle(lat=-63.427788466215134 TO 0.0 lon=8.381903171539307E-8 TO 169.94941513985395) docID=18982   polygon=[-4.190951585769653E-8, 0.0] [89.99999995809048, 0.0] [89.99999995809048, 179.99999991618097] [-4.190951585769653E-8, 0.0]    deleted?=false  rect=Rectangle(-63.427788466215134 TO 0.0 lon=8.381903171539307E-8 TO 169.94941513985395)

Stack Trace:
java.lang.AssertionError: wrong hit (first of possibly more):

FAIL: id=18982 should match but did not
  query=LatLonShapeBoundingBoxQuery: field=shape:Rectangle(lat=-63.427788466215134 TO 0.0 lon=8.381903171539307E-8 TO 169.94941513985395) docID=18982
  polygon=[-4.190951585769653E-8, 0.0] [89.99999995809048, 0.0] [89.99999995809048, 179.99999991618097] [-4.190951585769653E-8, 0.0] 
  deleted?=false  rect=Rectangle(-63.427788466215134 TO 0.0 lon=8.381903171539307E-8 TO 169.94941513985395)
	at __randomizedtesting.SeedInfo.seed([7BEEEA3FAD4459AB:C630DD97EC213ACD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.document.TestLatLonShapeQueries.verifyRandomBBoxes(TestLatLonShapeQueries.java:262)
	at org.apache.lucene.document.TestLatLonShapeQueries.verify(TestLatLonShapeQueries.java:133)
	at org.apache.lucene.document.TestLatLonShapeQueries.doTestRandom(TestLatLonShapeQueries.java:129)
	at org.apache.lucene.document.TestLatLonShapeQueries.testRandomMedium(TestLatLonShapeQueries.java:101)
	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.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 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.LeaderTragicEventTest.test

Error Message:
Error from server at http://127.0.0.1:35573/solr: collection already exists: collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35573/solr: collection already exists: collection1
	at __randomizedtesting.SeedInfo.seed([6E72F207A104E4C9:E626CDDD0FF88931]: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:1106)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	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.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
	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.LeaderTragicEventTest.testOtherReplicasAreNotActive

Error Message:
Jetty Connector is not open: -2

Stack Trace:
java.lang.IllegalStateException: Jetty Connector is not open: -2
	at __randomizedtesting.SeedInfo.seed([6E72F207A104E4C9:EBC6DE709DFB5D51]:0)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
	at org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
	at org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
	at org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
	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)




Build Log:
[...truncated 9541 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShapeQueries
   [junit4] IGNOR/A 0.03s J0 | TestLatLonShapeQueries.testRandomBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonShapeQueries -Dtests.method=testRandomMedium -Dtests.seed=7BEEEA3FAD4459AB -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-SG -Dtests.timezone=Pacific/Marquesas -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 84.7s J0 | TestLatLonShapeQueries.testRandomMedium <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: wrong hit (first of possibly more):
   [junit4]    > FAIL: id=18982 should match but did not
   [junit4]    >   query=LatLonShapeBoundingBoxQuery: field=shape:Rectangle(lat=-63.427788466215134 TO 0.0 lon=8.381903171539307E-8 TO 169.94941513985395) docID=18982
   [junit4]    >   polygon=[-4.190951585769653E-8, 0.0] [89.99999995809048, 0.0] [89.99999995809048, 179.99999991618097] [-4.190951585769653E-8, 0.0] 
   [junit4]    >   deleted?=false  rect=Rectangle(-63.427788466215134 TO 0.0 lon=8.381903171539307E-8 TO 169.94941513985395)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7BEEEA3FAD4459AB:C630DD97EC213ACD]:0)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShapeQueries.verifyRandomBBoxes(TestLatLonShapeQueries.java:262)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShapeQueries.verify(TestLatLonShapeQueries.java:133)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShapeQueries.doTestRandom(TestLatLonShapeQueries.java:129)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShapeQueries.testRandomMedium(TestLatLonShapeQueries.java:101)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/build/sandbox/test/J0/temp/lucene.document.TestLatLonShapeQueries_7BEEEA3FAD4459AB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=Lucene50(blocksize=128)}, docValues:{id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1219, maxMBSortInHeap=7.232108145871568, sim=RandomSimilarity(queryNorm=true): {}, locale=en-SG, timezone=Pacific/Marquesas
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=124138216,total=298844160
   [junit4]   2> NOTE: All tests run in this JVM: [TestFloatPointNearestNeighbor, TestLatLonShapeQueries]
   [junit4] Completed [6/24 (1!)] on J0 in 86.71s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 79 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShape
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonShape -Dtests.method=testBasicIntersects -Dtests.seed=7BEEEA3FAD4459AB -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=Australia/Eucla -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   65.9s J1 | TestLatLonShape.testBasicIntersects <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7BEEEA3FAD4459AB:4C9319CA91D3FAD5]:0)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.util.bkd.OfflinePointReader.split(OfflinePointReader.java:215)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1791)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1805)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1008)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:141)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.writeField(AssertingPointsFormat.java:137)
   [junit4]    > 	at org.apache.lucene.index.PointValuesWriter.flush(PointValuesWriter.java:183)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.writePoints(DefaultIndexingChain.java:204)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:139)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:470)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.postUpdate(DocumentsWriter.java:413)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:514)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1603)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1222)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:189)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShape.testBasicIntersects(TestLatLonShape.java:93)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=128, maxMBSortInHeap=5.126199144493341, sim=RandomSimilarity(queryNorm=false): {}, locale=ru, timezone=Australia/Eucla
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=351404896,total=454557696
   [junit4]   2> NOTE: All tests run in this JVM: [TestHalfFloatPoint, TestNearest, TestLatLonDocValuesQueries, TestDocValuesTermsQuery, TestLatLonShape]
   [junit4] Completed [24/24 (2!)] on J1 in 66.04s, 2 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/build/sandbox/test/temp/junit4-J1-20180715_083653_6581994793671643925313.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/heapdumps/java_pid21502.hprof ...
   [junit4] Heap dump file created [466489198 bytes in 1.517 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 4141 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> 1885091 INFO  (SUITE-LeaderTragicEventTest-seed#[6E72F207A104E4C9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_6E72F207A104E4C9-001/init-core-data-001
   [junit4]   2> 1885091 WARN  (SUITE-LeaderTragicEventTest-seed#[6E72F207A104E4C9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1885091 INFO  (SUITE-LeaderTragicEventTest-seed#[6E72F207A104E4C9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1885092 INFO  (SUITE-LeaderTragicEventTest-seed#[6E72F207A104E4C9]-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> 1885093 INFO  (SUITE-LeaderTragicEventTest-seed#[6E72F207A104E4C9]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_6E72F207A104E4C9-001/tempDir-001
   [junit4]   2> 1885093 INFO  (SUITE-LeaderTragicEventTest-seed#[6E72F207A104E4C9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1885093 INFO  (Thread-2729) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1885093 INFO  (Thread-2729) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1885095 ERROR (Thread-2729) [    ] 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> 1885193 INFO  (SUITE-LeaderTragicEventTest-seed#[6E72F207A104E4C9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35695
   [junit4]   2> 1885198 INFO  (zkConnectionManagerCallback-5924-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1885209 INFO  (jetty-launcher-5921-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1885210 INFO  (jetty-launcher-5921-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1885210 INFO  (jetty-launcher-5921-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1885210 INFO  (jetty-launcher-5921-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1885210 INFO  (jetty-launcher-5921-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4130415f{/solr,null,AVAILABLE}
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@701d8c96{HTTP/1.1,[http/1.1]}{127.0.0.1:35573}
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-2) [    ] o.e.j.s.Server Started @1885255ms
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35573}
   [junit4]   2> 1885211 ERROR (jetty-launcher-5921-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a710b66{/solr,null,AVAILABLE}
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1885211 INFO  (jetty-launcher-5921-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1885212 INFO  (jetty-launcher-5921-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-15T09:16:23.954Z
   [junit4]   2> 1885212 INFO  (jetty-launcher-5921-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@193f2c5a{HTTP/1.1,[http/1.1]}{127.0.0.1:58068}
   [junit4]   2> 1885212 INFO  (jetty-launcher-5921-thread-1) [    ] o.e.j.s.Server Started @1885256ms
   [junit4]   2> 1885212 INFO  (jetty-launcher-5921-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58068}
   [junit4]   2> 1885212 ERROR (jetty-launcher-5921-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1885212 INFO  (jetty-launcher-5921-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1885212 INFO  (jetty-launcher-5921-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 1885212 INFO  (jetty-launcher-5921-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1885212 INFO  (jetty-launcher-5921-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1885212 INFO  (jetty-launcher-5921-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-15T09:16:23.955Z
   [junit4]   2> 1885213 INFO  (zkConnectionManagerCallback-5926-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1885213 INFO  (jetty-launcher-5921-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1885214 INFO  (zkConnectionManagerCallback-5928-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1885218 INFO  (jetty-launcher-5921-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1885319 INFO  (jetty-launcher-5921-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35695/solr
   [junit4]   2> 1885320 INFO  (zkConnectionManagerCallback-5932-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1885323 INFO  (zkConnectionManagerCallback-5934-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1885359 INFO  (jetty-launcher-5921-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35695/solr
   [junit4]   2> 1885361 INFO  (zkConnectionManagerCallback-5940-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1885365 INFO  (zkConnectionManagerCallback-5942-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1885374 INFO  (jetty-launcher-5921-thread-1) [n:127.0.0.1:58068_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1885374 INFO  (jetty-launcher-5921-thread-1) [n:127.0.0.1:58068_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58068_solr
   [junit4]   2> 1885375 INFO  (jetty-launcher-5921-thread-1) [n:127.0.0.1:58068_solr    ] o.a.s.c.Overseer Overseer (id=74148066561425414-127.0.0.1:58068_solr-n_0000000000) starting
   [junit4]   2> 1885381 INFO  (zkConnectionManagerCallback-5949-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1885383 INFO  (jetty-launcher-5921-thread-1) [n:127.0.0.1:58068_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35695/solr ready
   [junit4]   2> 1885387 INFO  (jetty-launcher-5921-thread-1) [n:127.0.0.1:58068_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58068_solr
   [junit4]   2> 1885395 INFO  (jetty-launcher-5921-thread-2) [n:127.0.0.1:35573_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1885400 INFO  (jetty-launcher-5921-thread-2) [n:127.0.0.1:35573_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1885402 INFO  (jetty-launcher-5921-thread-2) [n:127.0.0.1:35573_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1885402 INFO  (jetty-launcher-5921-thread-2) [n:127.0.0.1:35573_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35573_solr
   [junit4]   2> 1885440 INFO  (zkCallback-5941-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1885441 INFO  (zkCallback-5933-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1885442 INFO  (jetty-launcher-5921-thread-1) [n:127.0.0.1:58068_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1885464 INFO  (jetty-launcher-5921-thread-1) [n:127.0.0.1:58068_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58068.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c776da4
   [junit4]   2> 1885471 INFO  (zkCallback-5948-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1885472 INFO  (jetty-launcher-5921-thread-1) [n:127.0.0.1:58068_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58068.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c776da4
   [junit4]   2> 1885472 INFO  (jetty-launcher-5921-thread-1) [n:127.0.0.1:58068_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58068.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c776da4
   [junit4]   2> 1885473 INFO  (jetty-launcher-5921-thread-1) [n:127.0.0.1:58068_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_6E72F207A104E4C9-001/tempDir-001/node1/.
   [junit4]   2> 1885484 INFO  (zkConnectionManagerCallback-5955-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1885485 INFO  (jetty-launcher-5921-thread-2) [n:127.0.0.1:35573_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1885485 INFO  (jetty-launcher-5921-thread-2) [n:127.0.0.1:35573_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35695/solr ready
   [junit4]   2> 1885492 INFO  (jetty-launcher-5921-thread-2) [n:127.0.0.1:35573_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1885503 INFO  (jetty-launcher-5921-thread-2) [n:127.0.0.1:35573_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35573.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c776da4
   [junit4]   2> 1885510 INFO  (jetty-launcher-5921-thread-2) [n:127.0.0.1:35573_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35573.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c776da4
   [junit4]   2> 1885510 INFO  (jetty-launcher-5921-thread-2) [n:127.0.0.1:35573_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35573.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c776da4
   [junit4]   2> 1885511 INFO  (jetty-launcher-5921-thread-2) [n:127.0.0.1:35573_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_6E72F207A104E4C9-001/tempDir-001/node2/.
   [junit4]   2> 1885533 INFO  (zkConnectionManagerCallback-5958-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1885535 INFO  (zkConnectionManagerCallback-5963-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1885536 INFO  (SUITE-LeaderTragicEventTest-seed#[6E72F207A104E4C9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1885536 INFO  (SUITE-LeaderTragicEventTest-seed#[6E72F207A104E4C9]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35695/solr ready
   [junit4]   2> 1885585 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOtherReplicasAreNotActive
   [junit4]   2> 1885589 INFO  (qtp1411140930-15647) [n:127.0.0.1:58068_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1885592 INFO  (OverseerThreadFactory-6023-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1885700 INFO  (OverseerStateUpdate-74148066561425414-127.0.0.1:58068_solr-n_0000000000) [    ] 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:58068/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1885704 INFO  (OverseerStateUpdate-74148066561425414-127.0.0.1:58068_solr-n_0000000000) [    ] 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:35573/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1885909 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1885909 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr    x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1885910 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_solr    x:collection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1886927 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 1886930 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 1886940 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_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> 1886943 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_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> 1886943 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_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> 1886943 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35573.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c776da4
   [junit4]   2> 1886943 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1886943 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_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 [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_6E72F207A104E4C9-001/tempDir-001/node2/collection1_shard1_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_6E72F207A104E4C9-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 1886946 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_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> 1886948 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_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> 1886948 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_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> 1886949 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58068.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c776da4
   [junit4]   2> 1886949 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1886949 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_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 [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_6E72F207A104E4C9-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_6E72F207A104E4C9-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1887000 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_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> 1887000 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_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> 1887001 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1887001 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1887002 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d3be7e6[collection1_shard1_replica_n2] main]
   [junit4]   2> 1887027 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1887027 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_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/config
   [junit4]   2> 1887028 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_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> 1887028 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_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 1606047430891012096
   [junit4]   2> 1887029 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_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> 1887029 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_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> 1887030 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1887030 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1887031 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@430f68bd[collection1_shard1_replica_n1] main]
   [junit4]   2> 1887032 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1887032 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_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/config
   [junit4]   2> 1887033 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_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> 1887033 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_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 1606047430896254976
   [junit4]   2> 1887034 INFO  (searcherExecutor-6032-thread-1-processing-n:127.0.0.1:35573_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:35573_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@7d3be7e6[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1887035 INFO  (searcherExecutor-6033-thread-1-processing-n:127.0.0.1:58068_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:58068_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@430f68bd[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1887037 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1887040 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1887043 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1887541 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1887541 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1887541 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35573/solr/collection1_shard1_replica_n2/
   [junit4]   2> 1887542 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 url=http://127.0.0.1:35573/solr START replicas=[http://127.0.0.1:58068/solr/collection1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1887542 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 url=http://127.0.0.1:35573/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1887547 INFO  (qtp1411140930-15634) [n:127.0.0.1:58068_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=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1887548 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1887548 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 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> 1887548 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1887553 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35573/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 1887656 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1887662 INFO  (qtp101113321-15641) [n:127.0.0.1:35573_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=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1753
   [junit4]   2> 1887761 INFO  (zkCallback-5933-thread-1) [    ] 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> 1888066 INFO  (qtp1411140930-15633) [n:127.0.0.1:58068_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=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2157
   [junit4]   2> 1888068 INFO  (qtp1411140930-15647) [n:127.0.0.1:58068_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> 1888167 INFO  (zkCallback-5933-thread-1) [    ] 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> 1888168 INFO  (zkCallback-5941-thread-1) [    ] 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> 1889068 INFO  (qtp1411140930-15647) [n:127.0.0.1:58068_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3479
   [junit4]   2> 1889077 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@193f2c5a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1889078 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=544227530
   [junit4]   2> 1889079 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1889079 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@209f2ac1: rootName = solr_58068, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@49451d0b
   [junit4]   2> 1889086 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1889086 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6cad8d73: rootName = solr_58068, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@71093996
   [junit4]   2> 1889090 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1889090 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@751368a9: rootName = solr_58068, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2020e89
   [junit4]   2> 1889093 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:58068_solr
   [junit4]   2> 1889095 INFO  (zkCallback-5948-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1889095 INFO  (zkCallback-5954-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1889095 INFO  (zkCallback-5933-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1889096 INFO  (zkCallback-5962-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1889097 INFO  (zkCallback-5941-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1889097 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1889099 INFO  (coreCloseExecutor-6042-thread-1) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ddc5d61
   [junit4]   2> 1889099 INFO  (coreCloseExecutor-6042-thread-1) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=4ddc5d61
   [junit4]   2> 1889099 INFO  (coreCloseExecutor-6042-thread-1) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@63055f8f: rootName = solr_58068, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@65ed5219
   [junit4]   2> 1889107 INFO  (coreCloseExecutor-6042-thread-1) [n:127.0.0.1:58068_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=4ddc5d61
   [junit4]   2> 1889113 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.c.Overseer Overseer (id=74148066561425414-127.0.0.1:58068_solr-n_0000000000) closing
   [junit4]   2> 1889117 INFO  (OverseerStateUpdate-74148066561425414-127.0.0.1:58068_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58068_solr
   [junit4]   2> 1889118 WARN  (OverseerAutoScalingTriggerThread-74148066561425414-127.0.0.1:58068_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1889126 INFO  (zkCallback-5933-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35573_solr
   [junit4]   2> 1889126 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5a710b66{/solr,null,UNAVAILABLE}
   [junit4]   2> 1889127 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1889128 INFO  (zkCallback-5933-thread-1) [    ] o.a.s.c.Overseer Overseer (id=74148066561425412-127.0.0.1:35573_solr-n_0000000001) starting
   [junit4]   2> 1889134 INFO  (zkCallback-5962-thread-1) [    ] 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: [1])
   [junit4]   2> 1889134 INFO  (zkCallback-5933-thread-1) [    ] 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: [1])
   [junit4]   2> 1889135 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[6E72F207A104E4C9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testOtherReplicasAreNotActive
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderTragicEventTest -Dtests.method=testOtherReplicasAreNotActive -Dtests.seed=6E72F207A104E4C9 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ru-RU -Dtests.timezone=Pacific/Norfolk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   3.60s J1 | LeaderTragicEventTest.testOtherReplicasAreNotActive <<<
   [junit4]    > Throwable #1: java.lang.IllegalStateException: Jetty Connector is not open: -2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6E72F207A104E4C9:EBC6DE709DFB5D51]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.getBaseUrl(JettySolrRunner.java:499)
   [junit4]    > 	at org.apache.solr.cloud.MiniSolrCloudCluster.getReplicaJetty(MiniSolrCloudCluster.java:539)
   [junit4]    > 	at org.apache.solr.cloud.LeaderTragicEventTest.corruptLeader(LeaderTragicEventTest.java:100)
   [junit4]    > 	at org.apache.solr.cloud.LeaderTragicEventTest.testOtherReplicasAreNotActive(LeaderTragicEventTest.java:150)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1889170 INFO  (TEST-LeaderTragicEventTest.test-seed#[6E72F207A104E4C9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1889171 INFO  (qtp101113321-15635) [n:127.0.0.1:35573_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1889179 INFO  (OverseerThreadFactory-6047-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1889179 ERROR (OverseerThreadFactory-6047-thread-1) [    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: collection1 operation: create failed:org.apache.solr.common.SolrException: collection already exists: collection1
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:106)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:255)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1889181 INFO  (qtp101113321-15635) [n:127.0.0.1:35573_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=400 QTime=10
   [junit4]   2> 1889182 INFO  (TEST-LeaderTragicEventTest.test-seed#[6E72F207A104E4C9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderTragicEventTest -Dtests.method=test -Dtests.seed=6E72F207A104E4C9 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ru-RU -Dtests.timezone=Pacific/Norfolk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.05s J1 | LeaderTragicEventTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35573/solr: collection already exists: collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6E72F207A104E4C9:E626CDDD0FF88931]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:70)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1889192 INFO  (jetty-closer-5922-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@701d8c96{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1889193 INFO  (jetty-closer-5922-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1936790503
   [junit4]   2> 1889193 INFO  (jetty-closer-5922-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1889193 INFO  (jetty-closer-5922-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c4a0ee9: rootName = solr_35573, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@69e577d0
   [junit4]   2> 1889198 INFO  (jetty-closer-5922-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1889198 INFO  (jetty-closer-5922-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5fc0396b: rootName = solr_35573, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@71093996
   [junit4]   2> 1889201 INFO  (jetty-closer-5922-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1889201 INFO  (jetty-closer-5922-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@640282cd: rootName = solr_35573, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2020e89
   [junit4]   2> 1889202 INFO  (jetty-closer-5922-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35573_solr
   [junit4]   2> 1889203 INFO  (zkCallback-5954-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1889203 INFO  (zkCallback-5933-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1889203 INFO  (jetty-closer-5922-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1889204 INFO  (coreCloseExecutor-6048-thread-1) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@676cd0a0
   [junit4]   2> 1889204 INFO  (coreCloseExecutor-6048-thread-1) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n2, tag=676cd0a0
   [junit4]   2> 1889204 INFO  (coreCloseExecutor-6048-thread-1) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6ab064a: rootName = solr_35573, domain = solr.core.collection1.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@562f9613
   [junit4]   2> 1889212 INFO  (coreCloseExecutor-6048-thread-1) [n:127.0.0.1:35573_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=676cd0a0
   [junit4]   2> 1889218 INFO  (jetty-closer-5922-thread-2) [    ] o.a.s.c.Overseer Overseer (id=74148066561425412-127.0.0.1:35573_solr-n_0000000001) closing
   [junit4]   2> 1889218 INFO  (OverseerStateUpdate-74148066561425412-127.0.0.1:35573_solr-n_0000000001) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35573_solr
   [junit4]   2> 1889218 WARN  (OverseerAutoScalingTriggerThread-74148066561425412-127.0.0.1:35573_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1889223 INFO  (jetty-closer-5922-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4130415f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1889224 INFO  (jetty-closer-5922-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1889225 ERROR (SUITE-LeaderTragicEventTest-seed#[6E72F207A104E4C9]-worker) [    ] 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> 1889225 INFO  (SUITE-LeaderTragicEventTest-seed#[6E72F207A104E4C9]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35695 35695
   [junit4]   2> 1889323 INFO  (Thread-2729) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35695 35695
   [junit4]   2> 1889324 WARN  (Thread-2729) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_6E72F207A104E4C9-001
   [junit4]   2> Jul 15, 2018 9:16:28 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1345, maxMBSortInHeap=5.552028740082625, sim=RandomSimilarity(queryNorm=true): {}, locale=ru-RU, timezone=Pacific/Norfolk
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=242956896,total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: [TestExportWriter, SchemaVersionSpecificBehaviorTest, TestReloadAndDeleteDocs, TestImplicitCoreProperties, TestSolrConfigHandlerConcurrent, FieldMutatingUpdateProcessorTest, SubstringBytesRefFilterTest, TestManagedSchemaAPI, DataDrivenBlockJoinTest, TestFieldCollectionResource, TestShortCircuitedRequests, TestCopyFieldCollectionResource, TestSolrCloudSnapshots, SynonymTokenizerTest, EmbeddedSolrNoSerializeTest, TestAnalyzedSuggestions, SolrIndexMetricsTest, TestJmxIntegration, SpellPossibilityIteratorTest, DisMaxRequestHandlerTest, TestBackupRepositoryFactory, GraphQueryTest, SuggesterTest, TestMissingGroups, MBeansHandlerTest, StatelessScriptUpdateProcessorFactoryTest, TestDistribIDF, TestPointFields, SolrGraphiteReporterTest, AlternateDirectoryTest, TaggerTest, SharedFSAutoReplicaFailoverTest, DeleteStatusTest, MergeStrategyTest, TestSolrQueryResponse, TestSQLHandler, ActionThrottleTest, AddBlockUpdateTest, TestDirectoryFactory, TestLeaderElectionWithEmptyReplica, HLLUtilTest, RequestLoggingTest, ZkNodePropsTest, TestElisionMultitermQuery, DocValuesMissingTest, TestFieldCacheReopen, ExplicitHLLTest, TestReversedWildcardFilterFactory, LeaderElectionTest, MetricsHistoryIntegrationTest, TestSchemaSimilarityResource, OutOfBoxZkACLAndCredentialsProvidersTest, HdfsUnloadDistributedZkTest, CreateRoutedAliasTest, TestSolrCloudWithDelegationTokens, MetricTriggerIntegrationTest, NodeAddedTriggerTest, MetricsConfigTest, CoreAdminOperationTest, SearchHandlerTest, TestDownShardTolerantSearch, TestPrepRecovery, MultiSolrCloudTestCaseTest, OpenCloseCoreStressTest, RAMDirectoryFactoryTest, ReplaceNodeNoTargetTest, DateMathParserTest, TriggerCooldownIntegrationTest, TestReplicationHandlerBackup, EnumFieldTest, DistributedFacetExistsSmallTest, TestCloudInspectUtil, DistributedQueryElevationComponentTest, TestCollapseQParserPlugin, CSVRequestHandlerTest, TestRandomFaceting, SolrSlf4jReporterTest, SimplePostToolTest, TestSafeXMLParsing, QueryElevationComponentTest, TriLevelCompositeIdRoutingTest, TestPivotHelperCode, HDFSCollectionsAPITest, AssignTest, DocValuesNotIndexedTest, SolrRrdBackendFactoryTest, CloudMLTQParserTest, TestLRUStatsCache, TestLRUCache, TestBinaryResponseWriter, TestSortByMinMaxFunction, TestPhraseSuggestions, TestSolrConfigHandler, TestMaxTokenLenTokenizer, TestNonDefinedSimilarityFactory, CloneFieldUpdateProcessorFactoryTest, CdcrBidirectionalTest, DistribJoinFromCollectionTest, OverseerTaskQueueTest, TestLegacyFieldReuse, TestDistributedSearch, TestStressCloudBlindAtomicUpdates, TestOverriddenPrefixQueryForCustomFieldType, DistributedFacetPivotSmallAdvancedTest, BigEndianAscendingWordDeserializerTest, TestIntervalFaceting, TestCoreDiscovery, ClusterStateTest, JsonLoaderTest, TestSolrIndexConfig, TestSolr4Spatial2, NumberUtilsTest, TestInPlaceUpdatesDistrib, PolyFieldTest, HdfsRecoverLeaseTest, DeleteNodeTest, UpdateLogTest, TestNumericTerms32, OverseerModifyCollectionTest, TestCloudPivotFacet, DebugComponentTest, TestLockTree, CollectionsAPIAsyncDistributedZkTest, TestScoreJoinQPNoScore, ParsingFieldUpdateProcessorsTest, TestIBSimilarityFactory, SolrCloudExampleTest, TestSlowCompositeReaderWrapper, CheckHdfsIndexTest, TestFunctionQuery, SOLR749Test, TestRandomFlRTGCloud, TestStandardQParsers, HttpPartitionOnCommitTest, TestFieldSortValues, TestDistributedMissingSort, TestHighlightDedupGrouping, TestSolrCoreProperties, TestTolerantSearch, TestTrie, ProtectedTermFilterFactoryTest, TestCharFilters, TestLuceneIndexBackCompat, AssignBackwardCompatibilityTest, BasicDistributedZkTest, BasicZkTest, ChaosMonkeyNothingIsSafeTest, CollectionPropsTest, DistribDocExpirationUpdateProcessorTest, LeaderElectionContextKeyTest, LeaderTragicEventTest]
   [junit4] Completed [457/823 (1!)] on J1 in 4.76s, 2 tests, 2 errors <<< FAILURES!

[...truncated 10168 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:633: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid21502.hprof

Total time: 122 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-Tests-7.x #678 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-7.x - Build # 681 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/681/

1 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonShape.testBasicIntersects

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([69BAB8A0C795B259:5EC74B55FB021127]:0)
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.util.bkd.OfflinePointReader.split(OfflinePointReader.java:221)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1791)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1818)
	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1008)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:141)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.writeField(AssertingPointsFormat.java:137)
	at org.apache.lucene.index.PointValuesWriter.flush(PointValuesWriter.java:183)
	at org.apache.lucene.index.DefaultIndexingChain.writePoints(DefaultIndexingChain.java:204)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:139)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:470)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:719)
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3205)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3450)
	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3415)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:403)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:332)
	at org.apache.lucene.document.TestLatLonShape.testBasicIntersects(TestLatLonShape.java:97)
	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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)




Build Log:
[...truncated 9606 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShape
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonShape -Dtests.method=testBasicIntersects -Dtests.seed=69BAB8A0C795B259 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=America/Cordoba -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   52.8s J0 | TestLatLonShape.testBasicIntersects <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([69BAB8A0C795B259:5EC74B55FB021127]:0)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.util.bkd.OfflinePointReader.split(OfflinePointReader.java:221)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1791)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1818)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1008)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:141)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.writeField(AssertingPointsFormat.java:137)
   [junit4]    > 	at org.apache.lucene.index.PointValuesWriter.flush(PointValuesWriter.java:183)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.writePoints(DefaultIndexingChain.java:204)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:139)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:470)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:719)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3205)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3450)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3415)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:403)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:332)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShape.testBasicIntersects(TestLatLonShape.java:97)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1508, maxMBSortInHeap=7.646045518433333, sim=RandomSimilarity(queryNorm=true): {}, locale=es, timezone=America/Cordoba
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=319154120,total=334495744
   [junit4]   2> NOTE: All tests run in this JVM: [TestPayloadSpanUtil, TestIDVersionPostingsFormat, TestLatLonBoundingBoxQueries, TestTermAutomatonQuery, TestFloatPointNearestNeighbor, TestHalfFloatPoint, TestLatLonShape]
   [junit4] Completed [17/24 (1!)] on J0 in 52.95s, 2 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 16 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/build/sandbox/test/temp/junit4-J0-20180715_154442_2417655733722949572201.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/heapdumps/java_pid16420.hprof ...
   [junit4] Heap dump file created [436719798 bytes in 2.016 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 14324 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:633: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid16420.hprof

Total time: 123 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-Tests-7.x #678 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-7.x - Build # 680 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/680/

2 tests failed.
FAILED:  org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at __randomizedtesting.SeedInfo.seed([CA17FD5E3A433DD8:159A9FE1042A68BA]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
	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)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2704)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: java.lang.RuntimeException: Exception during query
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
	... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1805)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 9 more


FAILED:  org.apache.lucene.document.TestLatLonShape.testBasicIntersects

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([FFED676410FF9358:C89094912C683026]:0)
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.util.bkd.OfflinePointReader.split(OfflinePointReader.java:221)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1791)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1818)
	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1008)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:141)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.writeField(AssertingPointsFormat.java:137)
	at org.apache.lucene.index.PointValuesWriter.flush(PointValuesWriter.java:183)
	at org.apache.lucene.index.DefaultIndexingChain.writePoints(DefaultIndexingChain.java:204)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:139)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:470)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:719)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:492)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:398)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:332)
	at org.apache.lucene.document.TestLatLonShape.testBasicIntersects(TestLatLonShape.java:97)
	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.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)




Build Log:
[...truncated 9603 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShape
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonShape -Dtests.method=testBasicIntersects -Dtests.seed=FFED676410FF9358 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sv -Dtests.timezone=Asia/Tokyo -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   40.5s J0 | TestLatLonShape.testBasicIntersects <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FFED676410FF9358:C89094912C683026]:0)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.util.bkd.OfflinePointReader.split(OfflinePointReader.java:221)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1791)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1818)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1008)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:141)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.writeField(AssertingPointsFormat.java:137)
   [junit4]    > 	at org.apache.lucene.index.PointValuesWriter.flush(PointValuesWriter.java:183)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.writePoints(DefaultIndexingChain.java:204)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:139)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:470)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:554)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:719)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:492)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:398)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:332)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShape.testBasicIntersects(TestLatLonShape.java:97)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=2031, maxMBSortInHeap=5.804326082816396, sim=RandomSimilarity(queryNorm=false): {}, locale=sv, timezone=Asia/Tokyo
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=107355192,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [TestTermAutomatonQuery, TestPayloadSpanUtil, TestFloatPointNearestNeighbor, TestLatLonBoundingBoxQueries, TestIDVersionPostingsFormat, TestBigIntegerPoint, TestDoubleRangeField, TestLatLonPoint, TestLatLonPointDistanceSort, TestLatLonShape]
   [junit4] Completed [17/24 (1!)] on J0 in 40.55s, 2 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 21 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/build/sandbox/test/temp/junit4-J0-20180715_111120_3763012759614336605148.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/heapdumps/java_pid18627.hprof ...
   [junit4] Heap dump file created [435174749 bytes in 2.538 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 3179 lines...]
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4]   2> 612479 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_CA17FD5E3A433DD8-001/init-core-data-001
   [junit4]   2> 612479 WARN  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 612479 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 612492 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 612493 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 612494 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 612590 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 612621 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 613055 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 613583 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 613583 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 613806 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 613812 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 613812 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 613907 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 613976 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 614073 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 614513 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 614529 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 614530 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 614530 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 614530 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_CA17FD5E3A433DD8-001/init-core-data-001/]
   [junit4]   2> 614538 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 614753 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 614753 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 614754 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=56.0712890625, floorSegmentMB=1.1884765625, forceMergeDeletesPctAllowed=4.020115562708966, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7789667662955393, reclaimDeletesWeight=0.8818676156563878
   [junit4]   2> 614779 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@426821a1[collection1] main]
   [junit4]   2> 614780 WARN  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 614780 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 614780 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 614826 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 614826 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 614826 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 614826 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 614826 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 614826 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 614826 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 614826 INFO  (coreLoadExecutor-1683-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 614834 INFO  (searcherExecutor-1684-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@426821a1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 614835 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 614837 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBuildThen2xReload
   [junit4]   2> 614837 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 614837 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 614941 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester disabled after emitting 100 items.
   [junit4]   2> 615068 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.h.c.SuggestComponent SuggestComponent process with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 615068 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml} status=0 QTime=230
   [junit4]   2> 615070 ERROR (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 615071 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 615341 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 615375 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 615929 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 615959 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 616282 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 616282 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_CA17FD5E3A433DD8-001/init-core-data-001/]
   [junit4]   2> 616511 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 616511 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 616538 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@655f83b7[collection1] main]
   [junit4]   2> 616539 WARN  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 616539 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 616539 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 616540 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 616541 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 616541 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 616541 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 616541 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 616541 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 616541 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 616541 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 616542 INFO  (searcherExecutor-1688-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@655f83b7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 616543 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=72.2978515625, floorSegmentMB=0.5146484375, forceMergeDeletesPctAllowed=1.031941427531884, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, reclaimDeletesWeight=2.5495744435816317
   [junit4]   2> 616556 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 616556 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ad7f807[collection1] main]
   [junit4]   2> 616556 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@313e15a4
   [junit4]   2> 616556 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=313e15a4
   [junit4]   2> 616556 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@66888f3b: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@8a3b429
   [junit4]   2> 616560 INFO  (searcherExecutor-1688-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4ad7f807[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 616580 ERROR (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 616581 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 616947 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 617007 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 617261 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 617269 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 617310 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 617310 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_CA17FD5E3A433DD8-001/init-core-data-001/]
   [junit4]   2> 617356 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 617356 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 617357 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d68f9d6[collection1] main]
   [junit4]   2> 617358 WARN  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 617358 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 617358 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 617359 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 617359 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 617360 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 617360 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 617360 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 617360 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 617361 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 617361 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 617362 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 617362 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 617364 INFO  (searcherExecutor-1692-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6d68f9d6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 617364 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@677649d1[collection1] main]
   [junit4]   2> 617364 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7313d339
   [junit4]   2> 617364 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=7313d339
   [junit4]   2> 617365 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@192a3d1f: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@8a3b429
   [junit4]   2> 617373 INFO  (searcherExecutor-1692-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@677649d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 617392 INFO  (TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testBuildThen2xReload
   [junit4]   2> 617398 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testReloadDuringBuild
   [junit4]   2> 617398 ERROR (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 617399 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 617412 INFO  (AnalyzingInfixSuggesterTest-1544-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_analyzing_infix_long_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 617412 INFO  (AnalyzingInfixSuggesterTest-1544-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(longRandomAnalyzingInfixSuggester)
   [junit4]   2> 617463 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 617518 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 617983 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 618020 INFO  (AnalyzingInfixSuggesterTest-1544-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester emitted 1000 items.
   [junit4]   2> 618028 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 618350 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 618350 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_CA17FD5E3A433DD8-001/init-core-data-001/]
   [junit4]   2> 618504 INFO  (AnalyzingInfixSuggesterTest-1544-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester emitted 2000 items.
   [junit4]   2> 618695 INFO  (AnalyzingInfixSuggesterTest-1544-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester emitted 3000 items.
   [junit4]   2> 618746 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 618746 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 618748 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@614692b1[collection1] main]
   [junit4]   2> 618748 WARN  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 618749 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 618749 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 618750 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 618750 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 618750 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 618750 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 618750 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 618750 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 618750 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 618750 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 618751 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=62.7822265625, floorSegmentMB=0.533203125, forceMergeDeletesPctAllowed=3.2159002439716975, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, reclaimDeletesWeight=0.7048811777602042
   [junit4]   2> 618751 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 618753 INFO  (searcherExecutor-1696-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@614692b1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 618753 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@14572c8e[collection1] main]
   [junit4]   2> 618753 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7c87cc
   [junit4]   2> 618753 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=7c87cc
   [junit4]   2> 618753 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42b372b3: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@8a3b429
   [junit4]   2> 618762 INFO  (searcherExecutor-1696-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@14572c8e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 619477 ERROR (AnalyzingInfixSuggesterTest-1544-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.RequestHandlerBase org.apache.solr.update.SolrCoreState$CoreIsClosedException: Suggester build has been interrupted by a core reload or shutdown.
   [junit4]   2> 	at org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:183)
   [junit4]   2> 	at org.apache.solr.handler.component.SuggestComponent.prepare(SuggestComponent.java:185)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]   2> 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$0(InfixSuggestersTest.java:102)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
   [junit4]   2> 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testReloadDuringBuild$1(InfixSuggestersTest.java:101)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:671)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:685)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1600)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1222)
   [junit4]   2> 	at org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester.add(AnalyzingInfixSuggester.java:396)
   [junit4]   2> 	at org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester.build(AnalyzingInfixSuggester.java:310)
   [junit4]   2> 	at org.apache.lucene.search.suggest.Lookup.build(Lookup.java:190)
   [junit4]   2> 	at org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:181)
   [junit4]   2> 	... 16 more
   [junit4]   2> 
   [junit4]   2> 619478 INFO  (AnalyzingInfixSuggesterTest-1544-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/suggest_analyzing_infix_long_dictionary&suggest.buildAll=true&wt=xml} status=500 QTime=2065
   [junit4]   2> 619478 ERROR (AnalyzingInfixSuggesterTest-1544-thread-1-processing-x:collection1) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: qt=/suggest_analyzing_infix_long_dictionary&suggest.buildAll=true&wt=xml:org.apache.solr.update.SolrCoreState$CoreIsClosedException: Suggester build has been interrupted by a core reload or shutdown.
   [junit4]   2> 	at org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:183)
   [junit4]   2> 	at org.apache.solr.handler.component.SuggestComponent.prepare(SuggestComponent.java:185)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]   2> 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$0(InfixSuggestersTest.java:102)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
   [junit4]   2> 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testReloadDuringBuild$1(InfixSuggestersTest.java:101)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:671)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:685)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1600)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1222)
   [junit4]   2> 	at org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester.add(AnalyzingInfixSuggester.java:396)
   [junit4]   2> 	at org.apache.lucene.search.suggest.analyzing.AnalyzingInfixSuggester.build(AnalyzingInfixSuggester.java:310)
   [junit4]   2> 	at org.apache.lucene.search.suggest.Lookup.build(Lookup.java:190)
   [junit4]   2> 	at org.apache.solr.spelling.suggest.SolrSuggester.build(SolrSuggester.java:181)
   [junit4]   2> 	... 16 more
   [junit4]   2> 
   [junit4]   2> 619479 INFO  (TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testReloadDuringBuild
   [junit4]   2> 619481 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testShutdownDuringBuild
   [junit4]   2> 619492 INFO  (AnalyzingInfixSuggesterTest-1545-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_analyzing_infix_long_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 619492 INFO  (AnalyzingInfixSuggesterTest-1545-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(longRandomAnalyzingInfixSuggester)
   [junit4]   2> 619595 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1805741629
   [junit4]   2> 619595 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 619595 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f968a10: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@330ff8b2
   [junit4]   2> 619600 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 619600 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2e730eef: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1005b09e
   [junit4]   2> 619602 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 619602 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5109fcb7: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@50f65ecb
   [junit4]   2> 619639 INFO  (coreCloseExecutor-1700-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6975621
   [junit4]   2> 619639 INFO  (coreCloseExecutor-1700-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=6975621
   [junit4]   2> 619639 INFO  (coreCloseExecutor-1700-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@622f0ac5: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@8a3b429
   [junit4]   2> 619687 INFO  (AnalyzingInfixSuggesterTest-1545-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester emitted 1000 items.
   [junit4]   2> 619991 ERROR (AnalyzingInfixSuggesterTest-1545-thread-1-processing-x:collection1) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: qt=/suggest_analyzing_infix_long_dictionary&suggest.buildAll=true&wt=xml:org.apache.solr.common.SolrException: SolrCoreState already closed.
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
   [junit4]   2> 	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1805)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]   2> 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
   [junit4]   2> 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 619994 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 619994 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 620037 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 620081 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 620584 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 620864 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 620864 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 620888 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 620907 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 620907 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 620974 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 620995 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 621009 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 621190 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 621215 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 621215 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 621215 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 621215 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_CA17FD5E3A433DD8-001/init-core-data-001/]
   [junit4]   2> 621327 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 621327 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 621329 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 621335 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1863367c[collection1] main]
   [junit4]   2> 621338 WARN  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 621338 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 621338 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 621339 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 621339 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 621339 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 621340 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 621340 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 621340 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 621341 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 621341 INFO  (coreLoadExecutor-1710-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 621342 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 621342 INFO  (TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testShutdownDuringBuild
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=InfixSuggestersTest -Dtests.method=testShutdownDuringBuild -Dtests.seed=CA17FD5E3A433DD8 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=de-GR -Dtests.timezone=Pacific/Easter -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.87s J0 | InfixSuggestersTest.testShutdownDuringBuild <<<
   [junit4]    > Throwable #1: java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CA17FD5E3A433DD8:159A9FE1042A68BA]:0)
   [junit4]    > 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]    > 	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]    > 	at org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2704)
   [junit4]    > 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]    > 	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
   [junit4]    > 	... 6 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
   [junit4]    > 	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
   [junit4]    > 	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
   [junit4]    > 	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1805)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]    > 	... 9 more
   [junit4]   2> 621347 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting test2xBuildReload
   [junit4]   2> 621347 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 621348 INFO  (searcherExecutor-1711-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1863367c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 621348 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 621354 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester disabled after emitting 100 items.
   [junit4]   2> 621410 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 621410 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml} status=0 QTime=62
   [junit4]   2> 621410 ERROR (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 621411 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 621457 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 621490 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 622138 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 622194 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 622264 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@753b750f
   [junit4]   2> 622264 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_CA17FD5E3A433DD8-001/init-core-data-001/]
   [junit4]   2> 622321 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 622321 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 622329 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@64553900[collection1] main]
   [junit4]   2> 622329 WARN  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 622330 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 622330 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 622346 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 622346 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 622346 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 622350 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 622350 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 622350 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 622350 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 622350 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 622351 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 622352 INFO  (searcherExecutor-1715-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@64553900[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 622352 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 622353 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e3bb038[collection1] main]
   [junit4]   2> 622353 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@21aa2c81
   [junit4]   2> 622353 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=21aa2c81
   [junit4]   2> 622353 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e2bf085: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7d9fbce7
   [junit4]   2> 622357 INFO  (searcherExecutor-1715-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e3bb038[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 622362 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 622362 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 622381 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester disabled after emitting 100 items.
   [junit4]   2> 622419 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 622419 INFO  (TEST-InfixSuggestersTest.test2xBuildReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/sugge

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

false}
   [junit4]   2> 626773 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 626773 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 626773 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester init: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 626775 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: {name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 626775 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 626776 INFO  (searcherExecutor-1735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5acf4310[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 626777 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 626777 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 626778 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@37b77578[collection1] main]
   [junit4]   2> 626780 INFO  (searcherExecutor-1735-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@37b77578[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 626780 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6777c4c4
   [junit4]   2> 626780 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=6777c4c4
   [junit4]   2> 626780 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1db46a8b: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7d9fbce7
   [junit4]   2> 626790 INFO  (TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[CA17FD5E3A433DD8]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testTwoSuggestersBuildThenReload
   [junit4]   2> 626800 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 626800 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1924713756
   [junit4]   2> 626800 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 626800 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6de43bd1: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@186d9909
   [junit4]   2> 626805 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 626805 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ed37087: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1005b09e
   [junit4]   2> 626807 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 626807 INFO  (SUITE-InfixSuggestersTest-seed#[CA17FD5E3A433DD8]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3e079ffd: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@50f65ecb
   [junit4]   2> 626827 INFO  (coreCloseExecutor-1739-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@16de27dc
   [junit4]   2> 626827 INFO  (coreCloseExecutor-1739-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=16de27dc
   [junit4]   2> 626827 INFO  (coreCloseExecutor-1739-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d8b25e4: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7d9fbce7
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.handler.component.InfixSuggestersTest_CA17FD5E3A433DD8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {textgrams=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), exacttext=PostingsFormat(name=Memory)}, docValues:{weight=DocValuesFormat(name=Lucene70), text=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=714, maxMBSortInHeap=7.0644684756667235, sim=RandomSimilarity(queryNorm=false): {}, locale=de-GR, timezone=Pacific/Easter
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=163580824,total=506986496
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetsAPI, TestSolrCloudWithSecureImpersonation, DocumentBuilderTest, TestRTimerTree, TestLMJelinekMercerSimilarityFactory, DeleteShardTest, DocValuesTest, TestLegacyTerms, LegacyCloudClusterPropTest, TestCollectionsAPIViaSolrCloudCluster, AtomicUpdatesTest, TestRestoreCore, LukeRequestHandlerTest, TestHdfsUpdateLog, HdfsNNFailoverTest, TestSolrDeletionPolicy2, EchoParamsTest, TestStressRecovery, TlogReplayBufferedWhileIndexingTest, TestCloudJSONFacetSKG, TestSolrFieldCacheBean, RulesTest, TestFaceting, TestFastOutputStream, MoveReplicaTest, LeaderFailureAfterFreshStartTest, CloudExitableDirectoryReaderTest, SolrCLIZkUtilsTest, BitVectorTest, TestNestedDocsSort, TestLegacyFieldCache, TestPKIAuthenticationPlugin, HdfsTlogReplayBufferedWhileIndexingTest, TestDistributedMap, TestManagedResource, TestSubQueryTransformer, ClassificationUpdateProcessorTest, SpellCheckComponentTest, LIROnShardRestartTest, BasicDistributedZk2Test, SystemInfoHandlerTest, TestEmbeddedSolrServerConstructors, SuggestComponentTest, TestMaxScoreQueryParser, TermsComponentTest, TokenizerChainTest, DateRangeFieldTest, UniqFieldsUpdateProcessorFactoryTest, TestOnReconnectListenerSupport, BlockDirectoryTest, TestHighFrequencyDictionaryFactory, InfixSuggestersTest]
   [junit4] Completed [162/823 (1!)] on J0 in 14.49s, 7 tests, 1 error <<< FAILURES!

[...truncated 11146 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:633: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid18627.hprof

Total time: 120 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-Tests-7.x #678 to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any