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/30 03:07:33 UTC

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 275 - Still Failing

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream

Error Message:
java.lang.NullPointerException

Stack Trace:
java.io.IOException: java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([DE00CA7A31C786BE:7CCF08E601131495]:0)
	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
	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: java.lang.NullPointerException
	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
	... 41 more


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

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
	at __randomizedtesting.SeedInfo.seed([65F461487089FC34:E2A31CC7E1D080B4]:0)
	at org.apache.lucene.geo.GeoTestUtil.createRegularPolygon(GeoTestUtil.java:325)
	at org.apache.lucene.geo.GeoTestUtil.nextPolygon(GeoTestUtil.java:398)
	at org.apache.lucene.document.TestLatLonShapeQueries.doTestRandom(TestLatLonShapeQueries.java:126)
	at org.apache.lucene.document.TestLatLonShapeQueries.testRandomBig(TestLatLonShapeQueries.java:106)
	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)




Build Log:
[...truncated 10066 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=65F461487089FC34 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=ar -Dtests.timezone=Europe/Podgorica -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   92.8s J1 | TestLatLonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([65F461487089FC34:E2A31CC7E1D080B4]:0)
   [junit4]    > 	at org.apache.lucene.geo.GeoTestUtil.createRegularPolygon(GeoTestUtil.java:325)
   [junit4]    > 	at org.apache.lucene.geo.GeoTestUtil.nextPolygon(GeoTestUtil.java:398)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShapeQueries.doTestRandom(TestLatLonShapeQueries.java:126)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShapeQueries.testRandomBig(TestLatLonShapeQueries.java:106)
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/sandbox/test/J1/temp/lucene.document.TestLatLonShapeQueries_65F461487089FC34-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=FST50}, docValues:{shape=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1772, maxMBSortInHeap=7.218451598884367, sim=RandomSimilarity(queryNorm=false): {}, locale=ar, timezone=Europe/Podgorica
   [junit4]   2> NOTE: Linux 4.4.0-130-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=222398296,total=441450496
   [junit4]   2> NOTE: All tests run in this JVM: [TestTessellator, TestCoveringQuery, TestTermAutomatonQuery, TestLatLonShapeQueries]
   [junit4] Completed [19/19 (1!)] on J1 in 199.40s, 3 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/sandbox/test/temp/junit4-J1-20180730_014241_9507873985503702729155.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid13442.hprof ...
   [junit4] Heap dump file created [456728050 bytes in 1.184 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 6578 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_DE00CA7A31C786BE-001/init-core-data-001
   [junit4]   1> 07:02:15.046 [Thread-384] ERROR org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   1> 07:02:15.162 [jetty-launcher-1175-thread-1] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 07:02:15.163 [jetty-launcher-1175-thread-2] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 07:02:15.164 [jetty-launcher-1175-thread-3] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 07:02:15.165 [jetty-launcher-1175-thread-4] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 07:02:19.218 [qtp551641125-2371] ERROR org.apache.solr.client.solrj.io.stream.ExceptionStream - java.io.IOException: org.apache.solr.common.SolrException: Collection not found: myCollection
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.StatsStream.open(StatsStream.java:217)
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.ExceptionStream.open(ExceptionStream.java:54)
   [junit4]   1> 	at org.apache.solr.handler.StreamHandler$TimerStream.open(StreamHandler.java:397)
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.TupleStream.writeMap(TupleStream.java:78)
   [junit4]   1> 	at org.apache.solr.common.util.JsonTextWriter.writeMap(JsonTextWriter.java:164)
   [junit4]   1> 	at org.apache.solr.common.util.TextWriter.writeVal(TextWriter.java:69)
   [junit4]   1> 	at org.apache.solr.response.TextResponseWriter.writeVal(TextResponseWriter.java:152)
   [junit4]   1> 	at org.apache.solr.common.util.JsonTextWriter.writeNamedListAsMapWithDups(JsonTextWriter.java:386)
   [junit4]   1> 	at org.apache.solr.common.util.JsonTextWriter.writeNamedList(JsonTextWriter.java:292)
   [junit4]   1> 	at org.apache.solr.response.JSONWriter.writeResponse(JSONWriter.java:73)
   [junit4]   1> 	at org.apache.solr.response.JSONResponseWriter.write(JSONResponseWriter.java:66)
   [junit4]   1> 	at org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:65)
   [junit4]   1> 	at org.apache.solr.servlet.HttpSolrCall.writeResponse(HttpSolrCall.java:787)
   [junit4]   1> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:524)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:674)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   1> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   1> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   1> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   1> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   1> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Caused by: org.apache.solr.common.SolrException: Collection not found: myCollection
   [junit4]   1> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
   [junit4]   1> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.StatsStream.open(StatsStream.java:214)
   [junit4]   1> 	... 45 more
   [junit4]   1> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=StreamExpressionTest -Dtests.method=testSignificantTermsStream -Dtests.seed=DE00CA7A31C786BE -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=th-TH-u-nu-thai-x-lvariant-TH -Dtests.timezone=America/Jamaica -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.73s J0 | StreamExpressionTest.testSignificantTermsStream <<<
   [junit4]    > Throwable #1: java.io.IOException: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE00CA7A31C786BE:7CCF08E601131495]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.NullPointerException
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
   [junit4]    > 	... 41 more
   [junit4]   1> 07:02:35.918 [SUITE-StreamExpressionTest-seed#[DE00CA7A31C786BE]-worker] ERROR org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_DE00CA7A31C786BE-001
   [junit4]   2> Jul 30, 2018 3:02:36 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): {name_s=Lucene50(blocksize=128), iteration_i=PostingsFormat(name=Memory), terms_ss=PostingsFormat(name=LuceneVarGapFixedInterval), field_s=PostingsFormat(name=LuceneFixedGap), multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), subject=PostingsFormat(name=LuceneVarGapFixedInterval), price_f=PostingsFormat(name=LuceneVarGapFixedInterval), intDefault=PostingsFormat(name=LuceneFixedGap), a_f=PostingsFormat(name=LuceneVarGapFixedInterval), falseNegative_i=PostingsFormat(name=LuceneFixedGap), a_i=PostingsFormat(name=Memory), falsePositive_i=PostingsFormat(name=LuceneFixedGap), level1_s=PostingsFormat(name=Memory), s_multi=Lucene50(blocksize=128), level2_s=PostingsFormat(name=LuceneFixedGap), a_s=Lucene50(blocksize=128), score_f=Lucene50(blocksize=128), tv_text=PostingsFormat(name=LuceneFixedGap), term_s=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=Memory), text=Lucene50(blocksize=128), timestamp=PostingsFormat(name=LuceneFixedGap), idfs_ds=PostingsFormat(name=LuceneFixedGap), alpha_d=Lucene50(blocksize=128), i_multi=PostingsFormat(name=Memory), weights_ds=Lucene50(blocksize=128), featureSet_s=PostingsFormat(name=LuceneVarGapFixedInterval), idf_d=PostingsFormat(name=LuceneVarGapFixedInterval), trueNegative_i=Lucene50(blocksize=128), index_i=PostingsFormat(name=LuceneVarGapFixedInterval), test_dt=PostingsFormat(name=Memory), out_i=PostingsFormat(name=LuceneVarGapFixedInterval), checkpoint_ss=Lucene50(blocksize=128), test_t=Lucene50(blocksize=128), whitetok=Lucene50(blocksize=128), _version_=PostingsFormat(name=LuceneFixedGap), error_d=PostingsFormat(name=Memory), truePositive_i=PostingsFormat(name=Memory)}, docValues:{name_s=DocValuesFormat(name=Lucene70), iteration_i=DocValuesFormat(name=Memory), terms_ss=DocValuesFormat(name=Lucene70), field_s=DocValuesFormat(name=Direct), multiDefault=DocValuesFormat(name=Lucene70), price_f=DocValuesFormat(name=Lucene70), intDefault=DocValuesFormat(name=Direct), a_f=DocValuesFormat(name=Lucene70), falseNegative_i=DocValuesFormat(name=Direct), a_i=DocValuesFormat(name=Memory), falsePositive_i=DocValuesFormat(name=Direct), level1_s=DocValuesFormat(name=Memory), s_multi=DocValuesFormat(name=Lucene70), level2_s=DocValuesFormat(name=Direct), a_s=DocValuesFormat(name=Lucene70), score_f=DocValuesFormat(name=Lucene70), term_s=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Direct), idfs_ds=DocValuesFormat(name=Direct), alpha_d=DocValuesFormat(name=Lucene70), i_multi=DocValuesFormat(name=Memory), weights_ds=DocValuesFormat(name=Lucene70), featureSet_s=DocValuesFormat(name=Lucene70), idf_d=DocValuesFormat(name=Lucene70), trueNegative_i=DocValuesFormat(name=Lucene70), index_i=DocValuesFormat(name=Lucene70), test_dt=DocValuesFormat(name=Memory), out_i=DocValuesFormat(name=Lucene70), checkpoint_ss=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Direct), error_d=DocValuesFormat(name=Memory), truePositive_i=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=503, maxMBSortInHeap=7.761721915654059, sim=RandomSimilarity(queryNorm=true): {}, locale=th-TH-u-nu-thai-x-lvariant-TH, timezone=America/Jamaica
   [junit4]   2> NOTE: Linux 4.4.0-130-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=124599584,total=391118848
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionToExplanationTest, TestPolicy, TestSolrJsonWriter, DocumentAnalysisResponseTest, TestCollectionStateWatchers, LessThanEqualToEvaluatorTest, HyperbolicSineEvaluatorTest, TestLBHttpSolrClient, SineEvaluatorTest, GraphTest, MultiplyEvaluatorTest, TestNamedListCodec, OperationsTest, SolrExampleStreamingBinaryTest, ConcurrentUpdateSolrClientBuilderTest, TestSuggesterResponse, GreaterThanEqualToEvaluatorTest, UsingSolrJRefGuideExamplesTest, TestCollectionAdminRequest, CommonParamsTest, LargeVolumeBinaryJettyTest, CoalesceEvaluatorTest, PowerEvaluatorTest, CosineEvaluatorTest, LBHttpSolrClientBuilderTest, UuidEvaluatorTest, GetByIdTest, SolrExampleBinaryTest, SolrExampleXMLTest, SolrExceptionTest, SolrQueryTest, SolrSchemalessExampleTest, TestBatchUpdate, LargeVolumeJettyTest, MergeIndexesEmbeddedTest, SolrExampleEmbeddedTest, TestSolrProperties, BasicHttpSolrClientTest, TestLang, JdbcTest, SelectWithEvaluatorsTest, StreamDecoratorTest, StreamExpressionTest]
   [junit4] Completed [155/155 (1!)] on J0 in 21.50s, 19 tests, 1 error <<< FAILURES!

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

Total time: 214 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 279 - Still unstable

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

1 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx

Error Message:
Some docs had errors -- check logs expected:<0> but was:<1>

Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but was:<1>
	at __randomizedtesting.SeedInfo.seed([FD6FF94EED76E512:ED0E54B7F8D4A03C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:343)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx(TestStressCloudBlindAtomicUpdates.java:242)
	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 14530 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/init-core-data-001
   [junit4]   2> 2330528 WARN  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[FD6FF94EED76E512]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=146 numCloses=146
   [junit4]   2> 2330529 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[FD6FF94EED76E512]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2330530 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[FD6FF94EED76E512]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=SSL overhead seems to cause OutOfMemory when stress testing)
   [junit4]   2> 2330530 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[FD6FF94EED76E512]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2330531 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[FD6FF94EED76E512]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 10 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001
   [junit4]   2> 2330531 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[FD6FF94EED76E512]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2330531 INFO  (Thread-6153) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2330531 INFO  (Thread-6153) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2330537 ERROR (Thread-6153) [    ] 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> 2330631 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[FD6FF94EED76E512]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:36563
   [junit4]   2> 2330634 INFO  (zkConnectionManagerCallback-64720-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330639 INFO  (jetty-launcher-64717-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> 2330639 INFO  (jetty-launcher-64717-thread-4) [    ] 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> 2330639 INFO  (jetty-launcher-64717-thread-5) [    ] 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> 2330639 INFO  (jetty-launcher-64717-thread-6) [    ] 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> 2330640 INFO  (jetty-launcher-64717-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> 2330640 INFO  (jetty-launcher-64717-thread-3) [    ] 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> 2330640 INFO  (jetty-launcher-64717-thread-7) [    ] 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> 2330641 INFO  (jetty-launcher-64717-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2330641 INFO  (jetty-launcher-64717-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2330641 INFO  (jetty-launcher-64717-thread-6) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2330641 INFO  (jetty-launcher-64717-thread-8) [    ] 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> 2330641 INFO  (jetty-launcher-64717-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7080426a{/solr,null,AVAILABLE}
   [junit4]   2> 2330643 INFO  (jetty-launcher-64717-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2330643 INFO  (jetty-launcher-64717-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2330643 INFO  (jetty-launcher-64717-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2330643 INFO  (jetty-launcher-64717-thread-9) [    ] 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> 2330643 INFO  (jetty-launcher-64717-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c40e851{/solr,null,AVAILABLE}
   [junit4]   2> 2330643 INFO  (jetty-launcher-64717-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2330643 INFO  (jetty-launcher-64717-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2330643 INFO  (jetty-launcher-64717-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2330643 INFO  (jetty-launcher-64717-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20dec11{HTTP/1.1,[http/1.1]}{127.0.0.1:34164}
   [junit4]   2> 2330643 INFO  (jetty-launcher-64717-thread-6) [    ] o.e.j.s.Server Started @2330687ms
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34164}
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28c7b0dc{/solr,null,AVAILABLE}
   [junit4]   2> 2330644 ERROR (jetty-launcher-64717-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-6) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5ecfcf32{HTTP/1.1,[http/1.1]}{127.0.0.1:45780}
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-1) [    ] o.e.j.s.Server Started @2330687ms
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45780}
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-03T02:59:05.894Z
   [junit4]   2> 2330644 ERROR (jetty-launcher-64717-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2330644 INFO  (jetty-launcher-64717-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-03T02:59:05.894Z
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@48a3e8e3{HTTP/1.1,[http/1.1]}{127.0.0.1:45910}
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-2) [    ] o.e.j.s.Server Started @2330689ms
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-8) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45910}
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-8) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-8) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2330646 ERROR (jetty-launcher-64717-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-8) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a186196{/solr,null,AVAILABLE}
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-03T02:59:05.896Z
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-8) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f851787{HTTP/1.1,[http/1.1]}{127.0.0.1:37949}
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-8) [    ] o.e.j.s.Server Started @2330689ms
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-8) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37949}
   [junit4]   2> 2330646 ERROR (jetty-launcher-64717-thread-8) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2330646 INFO  (jetty-launcher-64717-thread-8) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2330647 INFO  (jetty-launcher-64717-thread-8) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2330647 INFO  (jetty-launcher-64717-thread-8) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2330647 INFO  (jetty-launcher-64717-thread-8) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2330647 INFO  (jetty-launcher-64717-thread-8) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-03T02:59:05.897Z
   [junit4]   2> 2330648 INFO  (jetty-launcher-64717-thread-10) [    ] 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> 2330649 INFO  (jetty-launcher-64717-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2330649 INFO  (jetty-launcher-64717-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2330649 INFO  (jetty-launcher-64717-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2330653 INFO  (zkConnectionManagerCallback-64726-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330654 INFO  (jetty-launcher-64717-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2330654 INFO  (jetty-launcher-64717-thread-7) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2330654 INFO  (jetty-launcher-64717-thread-7) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2330654 INFO  (jetty-launcher-64717-thread-7) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2330654 INFO  (jetty-launcher-64717-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3924a0c0{/solr,null,AVAILABLE}
   [junit4]   2> 2330656 INFO  (jetty-launcher-64717-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@67fd3966{HTTP/1.1,[http/1.1]}{127.0.0.1:45557}
   [junit4]   2> 2330656 INFO  (jetty-launcher-64717-thread-3) [    ] o.e.j.s.Server Started @2330699ms
   [junit4]   2> 2330656 INFO  (jetty-launcher-64717-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45557}
   [junit4]   2> 2330656 INFO  (jetty-launcher-64717-thread-10) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2330656 ERROR (jetty-launcher-64717-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2330656 INFO  (jetty-launcher-64717-thread-10) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2330656 INFO  (jetty-launcher-64717-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2330656 INFO  (jetty-launcher-64717-thread-10) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2330656 INFO  (jetty-launcher-64717-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2330656 INFO  (jetty-launcher-64717-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2330656 INFO  (jetty-launcher-64717-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2330656 INFO  (jetty-launcher-64717-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-03T02:59:05.906Z
   [junit4]   2> 2330657 INFO  (zkConnectionManagerCallback-64728-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330657 INFO  (jetty-launcher-64717-thread-8) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2330660 INFO  (jetty-launcher-64717-thread-7) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@19e33d5f{/solr,null,AVAILABLE}
   [junit4]   2> 2330660 INFO  (zkConnectionManagerCallback-64722-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330660 INFO  (jetty-launcher-64717-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2330664 INFO  (zkConnectionManagerCallback-64724-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330664 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100210404d40003, likely client has closed socket
   [junit4]   2> 2330664 INFO  (jetty-launcher-64717-thread-10) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7cb1f56b{/solr,null,AVAILABLE}
   [junit4]   2> 2330664 INFO  (jetty-launcher-64717-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2330664 INFO  (zkConnectionManagerCallback-64730-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330665 INFO  (jetty-launcher-64717-thread-10) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d3fba7c{HTTP/1.1,[http/1.1]}{127.0.0.1:44839}
   [junit4]   2> 2330665 INFO  (jetty-launcher-64717-thread-10) [    ] o.e.j.s.Server Started @2330708ms
   [junit4]   2> 2330665 INFO  (jetty-launcher-64717-thread-10) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44839}
   [junit4]   2> 2330665 ERROR (jetty-launcher-64717-thread-10) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2330665 INFO  (jetty-launcher-64717-thread-10) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2330665 INFO  (jetty-launcher-64717-thread-10) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2330665 INFO  (jetty-launcher-64717-thread-10) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2330665 INFO  (jetty-launcher-64717-thread-10) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2330665 INFO  (jetty-launcher-64717-thread-10) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-03T02:59:05.915Z
   [junit4]   2> 2330666 INFO  (jetty-launcher-64717-thread-9) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2330666 INFO  (jetty-launcher-64717-thread-9) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2330666 INFO  (jetty-launcher-64717-thread-9) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2330666 INFO  (jetty-launcher-64717-thread-9) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7616fde2{/solr,null,AVAILABLE}
   [junit4]   2> 2330666 INFO  (jetty-launcher-64717-thread-9) [    ] o.e.j.s.AbstractConnector Started ServerConnector@25cfa38{HTTP/1.1,[http/1.1]}{127.0.0.1:37989}
   [junit4]   2> 2330667 INFO  (jetty-launcher-64717-thread-9) [    ] o.e.j.s.Server Started @2330710ms
   [junit4]   2> 2330667 INFO  (jetty-launcher-64717-thread-9) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37989}
   [junit4]   2> 2330667 ERROR (jetty-launcher-64717-thread-9) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2330667 INFO  (jetty-launcher-64717-thread-9) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2330667 INFO  (jetty-launcher-64717-thread-9) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2330667 INFO  (jetty-launcher-64717-thread-9) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2330667 INFO  (jetty-launcher-64717-thread-9) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2330667 INFO  (jetty-launcher-64717-thread-9) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-03T02:59:05.917Z
   [junit4]   2> 2330668 INFO  (jetty-launcher-64717-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2330668 INFO  (jetty-launcher-64717-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2330668 INFO  (jetty-launcher-64717-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2330668 INFO  (jetty-launcher-64717-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2330668 INFO  (jetty-launcher-64717-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2330668 INFO  (jetty-launcher-64717-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2330668 INFO  (jetty-launcher-64717-thread-5) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2330668 INFO  (jetty-launcher-64717-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d58e718{/solr,null,AVAILABLE}
   [junit4]   2> 2330669 INFO  (jetty-launcher-64717-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@62bbce38{HTTP/1.1,[http/1.1]}{127.0.0.1:44916}
   [junit4]   2> 2330669 INFO  (jetty-launcher-64717-thread-5) [    ] o.e.j.s.Server Started @2330712ms
   [junit4]   2> 2330669 INFO  (jetty-launcher-64717-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44916}
   [junit4]   2> 2330669 ERROR (jetty-launcher-64717-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2330669 INFO  (jetty-launcher-64717-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2330669 INFO  (jetty-launcher-64717-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2330669 INFO  (jetty-launcher-64717-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2330669 INFO  (jetty-launcher-64717-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2330669 INFO  (jetty-launcher-64717-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-03T02:59:05.919Z
   [junit4]   2> 2330672 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100210404d40005, likely client has closed socket
   [junit4]   2> 2330672 INFO  (jetty-launcher-64717-thread-7) [    ] o.e.j.s.AbstractConnector Started ServerConnector@735ea89{HTTP/1.1,[http/1.1]}{127.0.0.1:36760}
   [junit4]   2> 2330672 INFO  (jetty-launcher-64717-thread-7) [    ] o.e.j.s.Server Started @2330715ms
   [junit4]   2> 2330672 INFO  (jetty-launcher-64717-thread-7) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36760}
   [junit4]   2> 2330672 ERROR (jetty-launcher-64717-thread-7) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2330672 INFO  (jetty-launcher-64717-thread-7) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2330672 INFO  (jetty-launcher-64717-thread-7) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2330672 INFO  (jetty-launcher-64717-thread-7) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2330672 INFO  (jetty-launcher-64717-thread-7) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2330673 INFO  (jetty-launcher-64717-thread-7) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-03T02:59:05.923Z
   [junit4]   2> 2330706 INFO  (jetty-launcher-64717-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b56ffce{/solr,null,AVAILABLE}
   [junit4]   2> 2330706 INFO  (jetty-launcher-64717-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@20e1ea24{HTTP/1.1,[http/1.1]}{127.0.0.1:42044}
   [junit4]   2> 2330706 INFO  (jetty-launcher-64717-thread-4) [    ] o.e.j.s.Server Started @2330749ms
   [junit4]   2> 2330706 INFO  (jetty-launcher-64717-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42044}
   [junit4]   2> 2330706 ERROR (jetty-launcher-64717-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2330707 INFO  (jetty-launcher-64717-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2330707 INFO  (jetty-launcher-64717-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 2330707 INFO  (jetty-launcher-64717-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2330707 INFO  (jetty-launcher-64717-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2330707 INFO  (jetty-launcher-64717-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-03T02:59:05.957Z
   [junit4]   2> 2330728 INFO  (zkConnectionManagerCallback-64734-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330728 INFO  (jetty-launcher-64717-thread-9) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2330733 INFO  (zkConnectionManagerCallback-64740-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330734 INFO  (jetty-launcher-64717-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2330744 INFO  (zkConnectionManagerCallback-64738-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330745 INFO  (jetty-launcher-64717-thread-7) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2330748 INFO  (jetty-launcher-64717-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36563/solr
   [junit4]   2> 2330749 INFO  (zkConnectionManagerCallback-64744-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330751 INFO  (zkConnectionManagerCallback-64746-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330756 INFO  (zkConnectionManagerCallback-64732-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330757 INFO  (jetty-launcher-64717-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36563/solr
   [junit4]   2> 2330760 INFO  (jetty-launcher-64717-thread-10) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2330771 INFO  (zkConnectionManagerCallback-64736-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330772 INFO  (jetty-launcher-64717-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2330796 INFO  (zkConnectionManagerCallback-64750-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330817 INFO  (jetty-launcher-64717-thread-8) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36563/solr
   [junit4]   2> 2330822 INFO  (zkConnectionManagerCallback-64754-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330833 INFO  (jetty-launcher-64717-thread-1) [n:127.0.0.1:45780_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45780_solr
   [junit4]   2> 2330834 INFO  (jetty-launcher-64717-thread-6) [n:127.0.0.1:34164_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34164_solr
   [junit4]   2> 2330834 INFO  (jetty-launcher-64717-thread-1) [n:127.0.0.1:45780_solr    ] o.a.s.c.Overseer Overseer (id=72093895182516236-127.0.0.1:45780_solr-n_0000000000) starting
   [junit4]   2> 2330844 INFO  (zkConnectionManagerCallback-64758-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330844 INFO  (zkCallback-64745-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2330845 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100210404d4000f, likely client has closed socket
   [junit4]   2> 2330858 INFO  (zkCallback-64753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2330885 INFO  (jetty-launcher-64717-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36563/solr
   [junit4]   2> 2330916 INFO  (zkConnectionManagerCallback-64766-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330964 INFO  (zkConnectionManagerCallback-64776-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330965 INFO  (jetty-launcher-64717-thread-6) [n:127.0.0.1:34164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2330965 INFO  (jetty-launcher-64717-thread-6) [n:127.0.0.1:34164_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36563/solr ready
   [junit4]   2> 2330978 INFO  (jetty-launcher-64717-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36563/solr
   [junit4]   2> 2330995 INFO  (zkConnectionManagerCallback-64769-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2330996 INFO  (zkConnectionManagerCallback-64772-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331005 INFO  (jetty-launcher-64717-thread-8) [n:127.0.0.1:37949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2331008 INFO  (jetty-launcher-64717-thread-8) [n:127.0.0.1:37949_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2331008 INFO  (jetty-launcher-64717-thread-8) [n:127.0.0.1:37949_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37949_solr
   [junit4]   2> 2331008 INFO  (jetty-launcher-64717-thread-6) [n:127.0.0.1:34164_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2331020 INFO  (jetty-launcher-64717-thread-1) [n:127.0.0.1:45780_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2331020 INFO  (zkConnectionManagerCallback-64781-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331021 INFO  (jetty-launcher-64717-thread-1) [n:127.0.0.1:45780_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36563/solr ready
   [junit4]   2> 2331023 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45780_solr
   [junit4]   2> 2331025 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2331025 INFO  (zkCallback-64753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2331025 INFO  (jetty-launcher-64717-thread-1) [n:127.0.0.1:45780_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2331025 INFO  (jetty-launcher-64717-thread-1) [n:127.0.0.1:45780_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45780_solr
   [junit4]   2> 2331026 INFO  (zkCallback-64767-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2331027 INFO  (zkCallback-64753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2331027 INFO  (zkCallback-64745-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2331047 INFO  (jetty-launcher-64717-thread-9) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36563/solr
   [junit4]   2> 2331048 INFO  (jetty-launcher-64717-thread-6) [n:127.0.0.1:34164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34164.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331061 INFO  (jetty-launcher-64717-thread-7) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36563/solr
   [junit4]   2> 2331064 INFO  (zkConnectionManagerCallback-64783-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331064 INFO  (jetty-launcher-64717-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36563/solr
   [junit4]   2> 2331067 INFO  (jetty-launcher-64717-thread-10) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36563/solr
   [junit4]   2> 2331068 INFO  (zkCallback-64767-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2331072 INFO  (zkCallback-64775-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 2331072 INFO  (zkCallback-64771-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2331073 INFO  (jetty-launcher-64717-thread-6) [n:127.0.0.1:34164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34164.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331074 INFO  (jetty-launcher-64717-thread-6) [n:127.0.0.1:34164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34164.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331076 INFO  (jetty-launcher-64717-thread-6) [n:127.0.0.1:34164_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node5/.
   [junit4]   2> 2331077 INFO  (jetty-launcher-64717-thread-3) [n:127.0.0.1:45557_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2331080 INFO  (jetty-launcher-64717-thread-3) [n:127.0.0.1:45557_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2331080 INFO  (jetty-launcher-64717-thread-3) [n:127.0.0.1:45557_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45557_solr
   [junit4]   2> 2331081 INFO  (zkCallback-64767-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2331081 INFO  (zkCallback-64753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2331082 INFO  (zkConnectionManagerCallback-64801-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331082 INFO  (zkConnectionManagerCallback-64805-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331088 INFO  (zkCallback-64775-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2331088 INFO  (zkCallback-64745-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2331088 INFO  (zkCallback-64771-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2331089 INFO  (jetty-launcher-64717-thread-8) [n:127.0.0.1:37949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2331089 INFO  (jetty-launcher-64717-thread-8) [n:127.0.0.1:37949_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36563/solr ready
   [junit4]   2> 2331093 INFO  (zkCallback-64782-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2331104 INFO  (jetty-launcher-64717-thread-1) [n:127.0.0.1:45780_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2331138 INFO  (jetty-launcher-64717-thread-1) [n:127.0.0.1:45780_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45780.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331142 INFO  (zkConnectionManagerCallback-64792-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331142 INFO  (zkConnectionManagerCallback-64796-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331144 INFO  (jetty-launcher-64717-thread-8) [n:127.0.0.1:37949_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2331146 INFO  (jetty-launcher-64717-thread-1) [n:127.0.0.1:45780_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45780.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331146 INFO  (jetty-launcher-64717-thread-1) [n:127.0.0.1:45780_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45780.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331147 INFO  (jetty-launcher-64717-thread-1) [n:127.0.0.1:45780_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node1/.
   [junit4]   2> 2331152 INFO  (zkConnectionManagerCallback-64808-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331156 INFO  (jetty-launcher-64717-thread-8) [n:127.0.0.1:37949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37949.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331157 INFO  (zkConnectionManagerCallback-64799-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331162 INFO  (jetty-launcher-64717-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36563/solr
   [junit4]   2> 2331164 INFO  (jetty-launcher-64717-thread-5) [n:127.0.0.1:44916_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2331166 INFO  (jetty-launcher-64717-thread-5) [n:127.0.0.1:44916_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2331166 INFO  (jetty-launcher-64717-thread-5) [n:127.0.0.1:44916_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44916_solr
   [junit4]   2> 2331166 INFO  (zkConnectionManagerCallback-64817-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331173 INFO  (zkCallback-64782-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2331173 INFO  (zkCallback-64775-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2331173 INFO  (zkCallback-64771-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2331173 INFO  (zkCallback-64767-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2331173 INFO  (zkCallback-64753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2331173 INFO  (zkCallback-64745-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2331173 INFO  (jetty-launcher-64717-thread-8) [n:127.0.0.1:37949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37949.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331174 INFO  (jetty-launcher-64717-thread-8) [n:127.0.0.1:37949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37949.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331174 INFO  (jetty-launcher-64717-thread-3) [n:127.0.0.1:45557_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2331174 INFO  (zkCallback-64798-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2331174 INFO  (zkCallback-64804-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2331174 INFO  (zkConnectionManagerCallback-64825-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331174 INFO  (jetty-launcher-64717-thread-3) [n:127.0.0.1:45557_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36563/solr ready
   [junit4]   2> 2331175 INFO  (jetty-launcher-64717-thread-8) [n:127.0.0.1:37949_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node8/.
   [junit4]   2> 2331176 INFO  (jetty-launcher-64717-thread-3) [n:127.0.0.1:45557_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2331175 INFO  (zkConnectionManagerCallback-64827-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331180 INFO  (zkConnectionManagerCallback-64819-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331183 INFO  (zkConnectionManagerCallback-64829-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331187 INFO  (jetty-launcher-64717-thread-4) [n:127.0.0.1:42044_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2331189 INFO  (jetty-launcher-64717-thread-9) [n:127.0.0.1:37989_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2331189 INFO  (jetty-launcher-64717-thread-7) [n:127.0.0.1:36760_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2331189 INFO  (jetty-launcher-64717-thread-3) [n:127.0.0.1:45557_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45557.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331192 INFO  (jetty-launcher-64717-thread-4) [n:127.0.0.1:42044_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2331192 INFO  (jetty-launcher-64717-thread-4) [n:127.0.0.1:42044_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42044_solr
   [junit4]   2> 2331193 INFO  (jetty-launcher-64717-thread-7) [n:127.0.0.1:36760_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2331193 INFO  (jetty-launcher-64717-thread-7) [n:127.0.0.1:36760_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36760_solr
   [junit4]   2> 2331194 INFO  (zkCallback-64767-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2331194 INFO  (zkCallback-64771-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2331194 INFO  (zkCallback-64753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2331194 INFO  (zkCallback-64782-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 2331194 INFO  (zkCallback-64767-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 2331195 INFO  (zkConnectionManagerCallback-64831-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331199 INFO  (zkCallback-64771-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 2331199 INFO  (zkCallback-64753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 2331199 INFO  (zkCallback-64745-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 2331199 INFO  (zkCallback-64775-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 2331200 INFO  (jetty-launcher-64717-thread-9) [n:127.0.0.1:37989_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2331200 INFO  (jetty-launcher-64717-thread-9) [n:127.0.0.1:37989_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37989_solr
   [junit4]   2> 2331201 INFO  (zkCallback-64767-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 2331201 INFO  (zkCallback-64782-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 2331201 INFO  (zkCallback-64753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 2331201 INFO  (zkCallback-64771-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 2331203 INFO  (zkCallback-64745-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 2331204 INFO  (zkCallback-64775-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 2331207 INFO  (zkCallback-64828-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (8)
   [junit4]   2> 2331207 INFO  (zkCallback-64798-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (8)
   [junit4]   2> 2331207 INFO  (zkCallback-64804-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (8)
   [junit4]   2> 2331207 INFO  (zkCallback-64818-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (8)
   [junit4]   2> 2331210 INFO  (zkConnectionManagerCallback-64834-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331210 INFO  (zkConnectionManagerCallback-64845-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331210 INFO  (zkCallback-64826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (8)
   [junit4]   2> 2331210 INFO  (zkCallback-64816-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (8)
   [junit4]   2> 2331211 INFO  (jetty-launcher-64717-thread-10) [n:127.0.0.1:44839_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (8)
   [junit4]   2> 2331212 INFO  (jetty-launcher-64717-thread-5) [n:127.0.0.1:44916_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (8)
   [junit4]   2> 2331213 INFO  (jetty-launcher-64717-thread-5) [n:127.0.0.1:44916_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36563/solr ready
   [junit4]   2> 2331215 INFO  (jetty-launcher-64717-thread-10) [n:127.0.0.1:44839_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2331215 INFO  (jetty-launcher-64717-thread-10) [n:127.0.0.1:44839_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44839_solr
   [junit4]   2> 2331215 INFO  (jetty-launcher-64717-thread-5) [n:127.0.0.1:44916_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2331216 INFO  (zkCallback-64782-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331216 INFO  (zkCallback-64798-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331216 INFO  (zkCallback-64745-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331220 INFO  (zkCallback-64771-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331220 INFO  (zkCallback-64753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331220 INFO  (zkCallback-64767-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331221 INFO  (zkCallback-64816-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331221 INFO  (zkCallback-64804-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331221 INFO  (zkCallback-64775-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331225 INFO  (zkCallback-64844-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331226 INFO  (jetty-launcher-64717-thread-2) [n:127.0.0.1:45910_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 2331231 INFO  (zkCallback-64826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331231 INFO  (zkCallback-64818-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331231 INFO  (zkCallback-64828-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331232 INFO  (zkCallback-64830-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 2331233 INFO  (zkConnectionManagerCallback-64855-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331233 INFO  (zkConnectionManagerCallback-64861-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331234 INFO  (jetty-launcher-64717-thread-2) [n:127.0.0.1:45910_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2331234 INFO  (jetty-launcher-64717-thread-2) [n:127.0.0.1:45910_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45910_solr
   [junit4]   2> 2331234 INFO  (jetty-launcher-64717-thread-9) [n:127.0.0.1:37989_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (9)
   [junit4]   2> 2331236 INFO  (zkConnectionManagerCallback-64865-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331237 INFO  (zkCallback-64804-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331237 INFO  (zkCallback-64798-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331237 INFO  (zkCallback-64818-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331237 INFO  (zkCallback-64745-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331237 INFO  (zkCallback-64775-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331237 INFO  (jetty-launcher-64717-thread-9) [n:127.0.0.1:37989_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36563/solr ready
   [junit4]   2> 2331238 INFO  (zkCallback-64782-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331238 INFO  (zkCallback-64753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331238 INFO  (zkCallback-64828-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331238 INFO  (jetty-launcher-64717-thread-4) [n:127.0.0.1:42044_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 2331239 INFO  (jetty-launcher-64717-thread-4) [n:127.0.0.1:42044_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36563/solr ready
   [junit4]   2> 2331239 INFO  (zkCallback-64833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331239 INFO  (zkCallback-64826-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331239 INFO  (zkCallback-64767-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331239 INFO  (zkCallback-64816-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331239 INFO  (zkCallback-64771-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331239 INFO  (zkCallback-64844-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331239 INFO  (zkCallback-64854-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331240 INFO  (jetty-launcher-64717-thread-7) [n:127.0.0.1:36760_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 2331240 INFO  (jetty-launcher-64717-thread-4) [n:127.0.0.1:42044_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2331241 INFO  (jetty-launcher-64717-thread-9) [n:127.0.0.1:37989_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2331241 INFO  (jetty-launcher-64717-thread-7) [n:127.0.0.1:36760_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36563/solr ready
   [junit4]   2> 2331249 INFO  (jetty-launcher-64717-thread-3) [n:127.0.0.1:45557_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45557.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331250 INFO  (jetty-launcher-64717-thread-3) [n:127.0.0.1:45557_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45557.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331251 INFO  (jetty-launcher-64717-thread-3) [n:127.0.0.1:45557_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node2/.
   [junit4]   2> 2331251 INFO  (jetty-launcher-64717-thread-5) [n:127.0.0.1:44916_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44916.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331256 INFO  (zkCallback-64830-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (10)
   [junit4]   2> 2331259 INFO  (jetty-launcher-64717-thread-7) [n:127.0.0.1:36760_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2331261 INFO  (zkConnectionManagerCallback-64874-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331262 INFO  (jetty-launcher-64717-thread-10) [n:127.0.0.1:44839_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 2331264 INFO  (jetty-launcher-64717-thread-10) [n:127.0.0.1:44839_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36563/solr ready
   [junit4]   2> 2331264 INFO  (jetty-launcher-64717-thread-10) [n:127.0.0.1:44839_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2331264 INFO  (zkConnectionManagerCallback-64878-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2331265 INFO  (jetty-launcher-64717-thread-2) [n:127.0.0.1:45910_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 2331266 INFO  (jetty-launcher-64717-thread-2) [n:127.0.0.1:45910_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36563/solr ready
   [junit4]   2> 2331266 INFO  (jetty-launcher-64717-thread-2) [n:127.0.0.1:45910_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2331336 INFO  (jetty-launcher-64717-thread-5) [n:127.0.0.1:44916_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44916.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331336 INFO  (jetty-launcher-64717-thread-5) [n:127.0.0.1:44916_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44916.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331342 INFO  (jetty-launcher-64717-thread-5) [n:127.0.0.1:44916_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node4/.
   [junit4]   2> 2331346 INFO  (jetty-launcher-64717-thread-4) [n:127.0.0.1:42044_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42044.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331351 INFO  (jetty-launcher-64717-thread-9) [n:127.0.0.1:37989_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37989.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331364 INFO  (jetty-launcher-64717-thread-2) [n:127.0.0.1:45910_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45910.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331375 INFO  (jetty-launcher-64717-thread-7) [n:127.0.0.1:36760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36760.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331384 INFO  (jetty-launcher-64717-thread-10) [n:127.0.0.1:44839_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44839.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331416 INFO  (jetty-launcher-64717-thread-4) [n:127.0.0.1:42044_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42044.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331417 INFO  (jetty-launcher-64717-thread-4) [n:127.0.0.1:42044_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42044.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331421 INFO  (jetty-launcher-64717-thread-9) [n:127.0.0.1:37989_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37989.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331421 INFO  (jetty-launcher-64717-thread-9) [n:127.0.0.1:37989_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37989.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331423 INFO  (jetty-launcher-64717-thread-4) [n:127.0.0.1:42044_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node3/.
   [junit4]   2> 2331427 INFO  (jetty-launcher-64717-thread-9) [n:127.0.0.1:37989_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node9/.
   [junit4]   2> 2331429 INFO  (jetty-launcher-64717-thread-7) [n:127.0.0.1:36760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36760.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331429 INFO  (jetty-launcher-64717-thread-10) [n:127.0.0.1:44839_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44839.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331429 INFO  (jetty-launcher-64717-thread-10) [n:127.0.0.1:44839_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44839.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331429 INFO  (jetty-launcher-64717-thread-7) [n:127.0.0.1:36760_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36760.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331430 INFO  (jetty-launcher-64717-thread-7) [n:127.0.0.1:36760_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node7/.
   [junit4]   2> 2331430 INFO  (jetty-launcher-64717-thread-10) [n:127.0.0.1:44839_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node10/.
   [junit4]   2> 2331432 INFO  (jetty-launcher-64717-thread-2) [n:127.0.0.1:45910_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45910.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331433 INFO  (jetty-launcher-64717-thread-2) [n:127.0.0.1:45910_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45910.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2331434 INFO  (jetty-launcher-64717-thread-2) [n:127.0.0.1:45910_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node6/.
   [junit4]   2> 2332210 INFO  (zkConnectionManagerCallback-64882-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2332220 INFO  (zkConnectionManagerCallback-64887-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2332221 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[FD6FF94EED76E512]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (10)
   [junit4]   2> 2332221 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[FD6FF94EED76E512]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36563/solr ready
   [junit4]   2> 2332681 INFO  (qtp138387422-128936) [n:127.0.0.1:36760_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=5&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2332694 INFO  (OverseerThreadFactory-12652-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 2332805 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34164/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2332807 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42044/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2332809 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45910/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2332811 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45557/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2332813 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44916/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2332815 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"test_col_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37949/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2332817 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"test_col_shard4_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44839/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2332820 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"test_col_shard4_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37989/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2332832 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"test_col_shard5_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36760/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2332835 INFO  (OverseerStateUpdate-72093895182516236-127.0.0.1:45780_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"test_col_shard5_replica_n19",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45780/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2333046 INFO  (qtp771727517-128867) [n:127.0.0.1:34164_solr    x:test_col_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=5&shard=shard1&wt=javabin
   [junit4]   2> 2333047 INFO  (qtp771727517-128867) [n:127.0.0.1:34164_solr    x:test_col_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2333047 INFO  (qtp1321049525-128894) [n:127.0.0.1:45910_solr    x:test_col_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=5&shard=shard2&wt=javabin
   [junit4]   2> 2333073 INFO  (qtp138387422-128870) [n:127.0.0.1:36760_solr    x:test_col_shard5_replica_n16] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node18&name=test_col_shard5_replica_n16&action=CREATE&numShards=5&shard=shard5&wt=javabin
   [junit4]   2> 2333073 INFO  (qtp1397738305-128964) [n:127.0.0.1:42044_solr    x:test_col_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=5&shard=shard1&wt=javabin
   [junit4]   2> 2333081 INFO  (qtp88165542-128943) [n:127.0.0.1:44916_solr    x:test_col_shard3_replica_n8] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node11&name=test_col_shard3_replica_n8&action=CREATE&numShards=5&shard=shard3&wt=javabin
   [junit4]   2> 2333086 INFO  (qtp2122396033-128920) [n:127.0.0.1:45557_solr    x:test_col_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node9&name=test_col_shard2_replica_n6&action=CREATE&numShards=5&shard=shard2&wt=javabin
   [junit4]   2> 2333086 INFO  (qtp2050842923-128913) [n:127.0.0.1:37949_solr    x:test_col_shard3_replica_n10] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node13&name=test_col_shard3_replica_n10&action=CREATE&numShards=5&shard=shard3&wt=javabin
   [junit4]   2> 2333117 INFO  (qtp1085342100-128951) [n:127.0.0.1:44839_solr    x:test_col_shard4_replica_n12] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node15&name=test_col_shard4_replica_n12&action=CREATE&numShards=5&shard=shard4&wt=javabin
   [junit4]   2> 2333120 INFO  (qtp507815144-128893) [n:127.0.0.1:45780_solr    x:test_col_shard5_replica_n19] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node20&name=test_col_shard5_replica_n19&action=CREATE&numShards=5&shard=shard5&wt=javabin
   [junit4]   2> 2333122 INFO  (qtp1642887387-128940) [n:127.0.0.1:37989_solr    x:test_col_shard4_replica_n14] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node17&name=test_col_shard4_replica_n14&action=CREATE&numShards=5&shard=shard4&wt=javabin
   [junit4]   2> 2334111 INFO  (qtp88165542-128943) [n:127.0.0.1:44916_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2334112 INFO  (qtp1397738305-128964) [n:127.0.0.1:42044_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2334134 INFO  (qtp88165542-128943) [n:127.0.0.1:44916_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.s.IndexSchema [test_col_shard3_replica_n8] Schema name=minimal-atomic-stress
   [junit4]   2> 2334137 INFO  (qtp88165542-128943) [n:127.0.0.1:44916_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 2334137 INFO  (qtp88165542-128943) [n:127.0.0.1:44916_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard3_replica_n8' using configuration from collection test_col, trusted=true
   [junit4]   2> 2334138 INFO  (qtp88165542-128943) [n:127.0.0.1:44916_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44916.solr.core.test_col.shard3.replica_n8' (registry 'solr.core.test_col.shard3.replica_n8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2334138 INFO  (qtp88165542-128943) [n:127.0.0.1:44916_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2334138 INFO  (qtp88165542-128943) [n:127.0.0.1:44916_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.c.SolrCore [[test_col_shard3_replica_n8] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node4/test_col_shard3_replica_n8], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node4/./test_col_shard3_replica_n8/data/]
   [junit4]   2> 2334140 INFO  (qtp88165542-128943) [n:127.0.0.1:44916_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@4f8a1fc9
   [junit4]   2> 2334143 INFO  (qtp2050842923-128913) [n:127.0.0.1:37949_solr c:test_col s:shard3 r:core_node13 x:test_col_shard3_replica_n10] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2334144 WARN  (qtp88165542-128943) [n:127.0.0.1:44916_solr c:test_col s:shard3 r:core_node11 x:test_col_shard3_replica_n8] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2334147 INFO  (qtp138387422-128870) [n:127.0.0.1:36760_solr c:test_col s:shard5 r:core_node18 x:test_col_shard5_replica_n16] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2334148 INFO  (qtp1321049525-128894) [n:127.0.0.1:45910_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2334148 INFO  (qtp507815144-128893) [n:127.0.0.1:45780_solr c:test_col s:shard5 r:core_node20 x:test_col_shard5_replica_n19] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2334160 INFO  (qtp2122396033-128920) [n:127.0.0.1:45557_solr c:test_col s:shard2 r:core_node9 x:test_col_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2334175 INFO  (qtp1642887387-128940) [n:127.0.0.1:37989_solr c:test_col s:shard4 r:core_node17 x:test_col_shard4_replica_n14] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2334177 INFO  (qtp1397738305-128964) [n:127.0.0.1:42044_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema name=minimal-atomic-stress
   [junit4]   2> 2334178 INFO  (qtp1397738305-128964) [n:127.0.0.1:42044_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 2334178 INFO  (qtp1397738305-128964) [n:127.0.0.1:42044_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using configuration from collection test_col, trusted=true
   [junit4]   2> 2334179 INFO  (qtp1397738305-128964) [n:127.0.0.1:42044_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42044.solr.core.test_col.shard1.replica_n2' (registry 'solr.core.test_col.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2334180 INFO  (qtp1397738305-128964) [n:127.0.0.1:42044_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2334180 INFO  (qtp1397738305-128964) [n:127.0.0.1:42044_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [[test_col_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node3/test_col_shard1_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node3/./test_col_shard1_replica_n2/data/]
   [junit4]   2> 2334183 INFO  (qtp1085342100-128951) [n:127.0.0.1:44839_solr c:test_col s:shard4 r:core_node15 x:test_col_shard4_replica_n12] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2334184 INFO  (qtp1321049525-128894) [n:127.0.0.1:45910_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema [test_col_shard2_replica_n4] Schema name=minimal-atomic-stress
   [junit4]   2> 2334185 INFO  (qtp1642887387-128940) [n:127.0.0.1:37989_solr c:test_col s:shard4 r:core_node17 x:test_col_shard4_replica_n14] o.a.s.s.IndexSchema [test_col_shard4_replica_n14] Schema name=minimal-atomic-stress
   [junit4]   2> 2334185 INFO  (qtp771727517-128867) [n:127.0.0.1:34164_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 2334186 INFO  (qtp1321049525-128894) [n:127.0.0.1:45910_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 2334186 INFO  (qtp1321049525-128894) [n:127.0.0.1:45910_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n4' using configuration from collection test_col, trusted=true
   [junit4]   2> 2334186 INFO  (qtp1321049525-128894) [n:127.0.0.1:45910_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45910.solr.core.test_col.shard2.replica_n4' (registry 'solr.core.test_col.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2334186 INFO  (qtp1321049525-128894) [n:127.0.0.1:45910_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2334186 INFO  (qtp1321049525-128894) [n:127.0.0.1:45910_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [[test_col_shard2_replica_n4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node6/test_col_shard2_replica_n4], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_FD6FF94EED76E512-001/tempDir-001/node6/./test_col_shard2_replica_n4/data/]
   [junit4]   2> 2334187 INFO  (qtp1642887387-128940) [n:127.0.0.1:37989_solr c:test_col s:shard4 r:core_node17 x:test_col_shard4_replica_n14] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 2334187 INFO  (qtp1642887387-128940) [n:127.0.0.1:37989_solr c:test_col s:shard4 r:core_node17 x:test_col_shard4_replica_n14] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard4_replica_n14' using configuration from collection test_col, trusted=true
   [junit4]   2> 2334187 INFO  (qtp1642887387-128940) [n:127.0.0.1:37989_solr c:test_col s:shard4 r:core_node17 x:test_col_shard4_replica_n14] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37989.solr.core.test_col.shard4.replica_n14' (registry 'solr.core.test_col.shard4.replica_n14') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@10ebb6b1
   [junit4]   2> 2334188 INFO  (qtp1642887387-128940) [n:127.0.0.1:37989_solr c:test_col s:shard4 r:core_node17 x:test_col_shard4_replica_n14] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [juni

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

x/checkout/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

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

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null90987924
     [copy] Copying 240 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null90987924
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/null90987924

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

-jenkins-base:

BUILD SUCCESSFUL
Total time: 283 minutes 15 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 278 - Still Failing

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

2 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([4B481C8C763E2E70:CC1F6103E76752F0]:0)
	at org.apache.lucene.util.ArrayUtil.growExact(ArrayUtil.java:302)
	at org.apache.lucene.util.ArrayUtil.grow(ArrayUtil.java:311)
	at org.apache.lucene.index.PointValuesWriter.addPackedValue(PointValuesWriter.java:59)
	at org.apache.lucene.index.DefaultIndexingChain.indexPoint(DefaultIndexingChain.java:515)
	at org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:473)
	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:394)
	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:251)
	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:494)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1601)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1220)
	at org.apache.lucene.document.TestLatLonPolygonShapeQueries.indexRandomPolygons(TestLatLonPolygonShapeQueries.java:193)
	at org.apache.lucene.document.TestLatLonPolygonShapeQueries.verify(TestLatLonPolygonShapeQueries.java:143)
	at org.apache.lucene.document.TestLatLonPolygonShapeQueries.doTestRandom(TestLatLonPolygonShapeQueries.java:136)
	at org.apache.lucene.document.TestLatLonPolygonShapeQueries.testRandomBig(TestLatLonPolygonShapeQueries.java:113)
	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)


FAILED:  org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
	at __randomizedtesting.SeedInfo.seed([A4B55475AC7193AF:932EA06B94BD4E0B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:132)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:316)
	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:333)
	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 10036 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonPolygonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonPolygonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=4B481C8C763E2E70 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=ja-JP-u-ca-japanese-x-lvariant-JP -Dtests.timezone=Etc/Greenwich -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   76.3s J2 | TestLatLonPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4B481C8C763E2E70:CC1F6103E76752F0]:0)
   [junit4]    > 	at org.apache.lucene.util.ArrayUtil.growExact(ArrayUtil.java:302)
   [junit4]    > 	at org.apache.lucene.util.ArrayUtil.grow(ArrayUtil.java:311)
   [junit4]    > 	at org.apache.lucene.index.PointValuesWriter.addPackedValue(PointValuesWriter.java:59)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.indexPoint(DefaultIndexingChain.java:515)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:473)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:394)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:251)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:494)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1601)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1220)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonPolygonShapeQueries.indexRandomPolygons(TestLatLonPolygonShapeQueries.java:193)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonPolygonShapeQueries.verify(TestLatLonPolygonShapeQueries.java:143)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonPolygonShapeQueries.doTestRandom(TestLatLonPolygonShapeQueries.java:136)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonPolygonShapeQueries.testRandomBig(TestLatLonPolygonShapeQueries.java:113)
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/sandbox/test/J2/temp/lucene.document.TestLatLonPolygonShapeQueries_4B481C8C763E2E70-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=14612, maxDocsPerChunk=3, blockSize=478), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=14612, blockSize=478)), sim=RandomSimilarity(queryNorm=true): {}, locale=ja-JP-u-ca-japanese-x-lvariant-JP, timezone=Etc/Greenwich
   [junit4]   2> NOTE: Linux 4.4.0-130-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=287863448,total=481820672
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocValuesNumbersQuery, TestLatLonPolygonShapeQueries]
   [junit4] Completed [18/19 (1!)] on J2 in 293.29s, 3 tests, 1 error <<< FAILURES!

[...truncated 4 lines...]
   [junit4] JVM J2: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/sandbox/test/temp/junit4-J2-20180802_103942_7084928668742164497507.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid9580.hprof ...
   [junit4] Heap dump file created [551205118 bytes in 3.101 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 4045 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
   [junit4]   2> 1732247 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[A4B55475AC7193AF]-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-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_A4B55475AC7193AF-001/init-core-data-001
   [junit4]   2> 1732248 WARN  (SUITE-TestSolrCloudWithDelegationTokens-seed#[A4B55475AC7193AF]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 1732248 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[A4B55475AC7193AF]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1732250 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[A4B55475AC7193AF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1732252 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[A4B55475AC7193AF]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_A4B55475AC7193AF-001/tempDir-001
   [junit4]   2> 1732252 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[A4B55475AC7193AF]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1732253 INFO  (Thread-49850) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1732253 INFO  (Thread-49850) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1732257 ERROR (Thread-49850) [    ] 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> 1732353 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[A4B55475AC7193AF]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40771
   [junit4]   2> 1732356 INFO  (zkConnectionManagerCallback-2737-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1732366 INFO  (jetty-launcher-2734-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> 1732371 INFO  (jetty-launcher-2734-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> 1732371 INFO  (jetty-launcher-2734-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1732371 INFO  (jetty-launcher-2734-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1732372 INFO  (jetty-launcher-2734-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1732372 INFO  (jetty-launcher-2734-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79b5f381{/solr,null,AVAILABLE}
   [junit4]   2> 1732374 INFO  (jetty-launcher-2734-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@78d073cb{SSL,[ssl, http/1.1]}{127.0.0.1:33130}
   [junit4]   2> 1732374 INFO  (jetty-launcher-2734-thread-2) [    ] o.e.j.s.Server Started @1732420ms
   [junit4]   2> 1732374 INFO  (jetty-launcher-2734-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33130}
   [junit4]   2> 1732374 ERROR (jetty-launcher-2734-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1732374 INFO  (jetty-launcher-2734-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1732374 INFO  (jetty-launcher-2734-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 1732374 INFO  (jetty-launcher-2734-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1732375 INFO  (jetty-launcher-2734-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1732375 INFO  (jetty-launcher-2734-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-02T11:42:21.766Z
   [junit4]   2> 1732377 INFO  (jetty-launcher-2734-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1732377 INFO  (jetty-launcher-2734-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1732377 INFO  (jetty-launcher-2734-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1732377 INFO  (jetty-launcher-2734-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5226ff4f{/solr,null,AVAILABLE}
   [junit4]   2> 1732378 INFO  (zkConnectionManagerCallback-2739-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1732378 INFO  (jetty-launcher-2734-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5b2fd2fb{SSL,[ssl, http/1.1]}{127.0.0.1:40246}
   [junit4]   2> 1732378 INFO  (jetty-launcher-2734-thread-1) [    ] o.e.j.s.Server Started @1732424ms
   [junit4]   2> 1732378 INFO  (jetty-launcher-2734-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40246}
   [junit4]   2> 1732378 ERROR (jetty-launcher-2734-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1732378 INFO  (jetty-launcher-2734-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1732378 INFO  (jetty-launcher-2734-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.5.0
   [junit4]   2> 1732378 INFO  (jetty-launcher-2734-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1732378 INFO  (jetty-launcher-2734-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1732378 INFO  (jetty-launcher-2734-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1732378 INFO  (jetty-launcher-2734-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-02T11:42:21.769Z
   [junit4]   2> 1732383 INFO  (zkConnectionManagerCallback-2741-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1732384 INFO  (jetty-launcher-2734-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1732508 INFO  (jetty-launcher-2734-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40771/solr
   [junit4]   2> 1732509 INFO  (zkConnectionManagerCallback-2745-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1732511 INFO  (zkConnectionManagerCallback-2747-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1732569 INFO  (jetty-launcher-2734-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40771/solr
   [junit4]   2> 1732570 INFO  (zkConnectionManagerCallback-2753-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1732578 INFO  (zkConnectionManagerCallback-2755-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1732581 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33130_solr
   [junit4]   2> 1732581 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.c.Overseer Overseer (id=72090290431328260-127.0.0.1:33130_solr-n_0000000000) starting
   [junit4]   2> 1732589 INFO  (zkConnectionManagerCallback-2762-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1732590 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40771/solr ready
   [junit4]   2> 1732591 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33130_solr
   [junit4]   2> 1732591 INFO  (OverseerStateUpdate-72090290431328260-127.0.0.1:33130_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33130_solr
   [junit4]   2> 1732600 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1732606 WARN  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1732607 INFO  (OverseerStateUpdate-72090290431328260-127.0.0.1:33130_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1732608 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1732608 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40246_solr
   [junit4]   2> 1732616 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper}
   [junit4]   2> 1732610 INFO  (zkCallback-2754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1732617 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
   [junit4]   2> 1732618 WARN  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1732619 INFO  (zkCallback-2761-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1732619 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.s.KerberosPlugin Params: {token.valid=30, delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, token.validity=36000, signer.secret.provider.zookeeper.path=/token, type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT, signer.secret.provider=zookeeper}
   [junit4]   2> 1732619 INFO  (zkCallback-2746-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1732619 INFO  (zkCallback-2761-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1732619 INFO  (zkCallback-2754-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1732714 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1732715 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 1732747 INFO  (jetty-launcher-2734-thread-2-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1732749 INFO  (jetty-launcher-2734-thread-1-EventThread) [    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 1732868 WARN  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1732868 WARN  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.c.s.i.Krb5HttpClientBuilder org.apache.solr.client.solrj.impl.Krb5HttpClientBuilder is configured without specifying system property 'java.security.auth.login.config'
   [junit4]   2> 1732899 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1732904 INFO  (zkConnectionManagerCallback-2768-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1732905 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1732906 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40771/solr ready
   [junit4]   2> 1732906 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1732930 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40246.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f838f89
   [junit4]   2> 1732932 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33130.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f838f89
   [junit4]   2> 1732938 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40246.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f838f89
   [junit4]   2> 1732938 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40246.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f838f89
   [junit4]   2> 1732939 INFO  (jetty-launcher-2734-thread-1) [n:127.0.0.1:40246_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_A4B55475AC7193AF-001/tempDir-001/node1/.
   [junit4]   2> 1732940 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33130.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f838f89
   [junit4]   2> 1732940 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33130.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2f838f89
   [junit4]   2> 1732941 INFO  (jetty-launcher-2734-thread-2) [n:127.0.0.1:33130_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_A4B55475AC7193AF-001/tempDir-001/node2/.
   [junit4]   2> 1732994 INFO  (zkConnectionManagerCallback-2771-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1733073 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 1733135 INFO  (zkConnectionManagerCallback-2774-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1733136 INFO  (TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 1733198 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 1733243 INFO  (qtp138268735-58640) [n:127.0.0.1:40246_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAWT6cid_igFlHn6rfwIEFGKZTqAIJqVDydjmkAsXjxzUM5SjB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1733243 INFO  (qtp138268735-58640) [n:127.0.0.1:40246_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAWT6cid_igFlHn6rfwIEFGKZTqAIJqVDydjmkAsXjxzUM5SjB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1733263 INFO  (zkConnectionManagerCallback-2779-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1733264 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1733265 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40771/solr ready
   [junit4]   2> 1733287 INFO  (zkConnectionManagerCallback-2784-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1733288 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1733289 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40771/solr ready
   [junit4]   2> 1733294 INFO  (qtp138268735-58640) [n:127.0.0.1:40246_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAWT6cid_igFlHn6rfwIEFGKZTqAIJqVDydjmkAsXjxzUM5SjB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1733294 INFO  (qtp138268735-58640) [n:127.0.0.1:40246_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAWT6cid_igFlHn6rfwIEFGKZTqAIJqVDydjmkAsXjxzUM5SjB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1733304 INFO  (zkConnectionManagerCallback-2789-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1733305 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1733306 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40771/solr ready
   [junit4]   2> 1733313 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 1733375 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 1733402 INFO  (qtp138268735-58642) [n:127.0.0.1:40246_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADYmFyA2JhcgCKAWT6cigvigFlHn6sLwMEFGpJnU1gqh9fRe1aIwpiqhRXA9DWB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1733402 INFO  (qtp138268735-58642) [n:127.0.0.1:40246_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADYmFyA2JhcgCKAWT6cigvigFlHn6sLwMEFGpJnU1gqh9fRe1aIwpiqhRXA9DWB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1733403 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 1733489 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 1733557 ERROR (qtp1703952486-58628) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_4]
   [junit4]   2> 1733558 ERROR (qtp138268735-58642) [n:127.0.0.1:40246_solr    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_4]
   [junit4]   2> 1733572 ERROR (qtp1703952486-58628) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_5]
   [junit4]   2> 1733573 ERROR (qtp138268735-58642) [n:127.0.0.1:40246_solr    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_5]
   [junit4]   2> 1733574 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> 1733648 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 1733657 INFO  (zkConnectionManagerCallback-2794-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1733658 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1733659 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40771/solr ready
   [junit4]   2> 1733664 INFO  (qtp138268735-58642) [n:127.0.0.1:40246_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params op=someSolrOperation&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1733665 INFO  (qtp138268735-58642) [n:127.0.0.1:40246_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1733668 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 1733739 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 1733751 INFO  (zkConnectionManagerCallback-2799-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1733752 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1733753 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40771/solr ready
   [junit4]   2> 1733757 ERROR (qtp138268735-58642) [n:127.0.0.1:40246_solr    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_6]
   [junit4]   2> 1733781 INFO  (zkConnectionManagerCallback-2804-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1733782 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1733782 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40771/solr ready
   [junit4]   2> 1733805 ERROR (qtp1703952486-58631) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 1733814 INFO  (zkConnectionManagerCallback-2809-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1733814 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1733815 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[A4B55475AC7193AF]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40771/solr ready
   [junit4]   2> 1733829 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 1733914 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 1733927 WARN  (qtp138268735-58640) [n:127.0.0.1:40246_solr    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token with renewer bar
   [junit4]   2> 1733928 WARN  (qtp138268735-58640) [n:127.0.0.1:40246_solr    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1733929 WARN  (qtp1703952486-58628) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo tries to renew a token with renewer bar
   [junit4]   2> 1733930 WARN  (qtp1703952486-58628) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1733937 WARN  (qtp138268735-58640) [n:127.0.0.1:40246_solr    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser
   [junit4]   2> 1733937 WARN  (qtp138268735-58640) [n:127.0.0.1:40246_solr    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1733939 WARN  (qtp1703952486-58628) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser
   [junit4]   2> 1733939 WARN  (qtp1703952486-58628) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1733940 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 1734019 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 1734034 WARN  (qtp138268735-58638) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar is trying to renew a token with wrong password
   [junit4]   2> 1734035 WARN  (qtp138268735-58638) [    ] o.a.s.s.KerberosPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 1734036 INFO  (TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[A4B55475AC7193AF]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithDelegationTokens -Dtests.method=testDelegationTokenRenew -Dtests.seed=A4B55475AC7193AF -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=en-SG -Dtests.timezone=Asia/Jerusalem -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.10s J1 | TestSolrCloudWithDelegationTokens.testDelegationTokenRenew <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<403>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A4B55475AC7193AF:932EA06B94BD4E0B]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:132)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:316)
   [junit4]    > 	at org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:333)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1734039 INFO  (jetty-closer-2735-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5b2fd2fb{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1734040 INFO  (jetty-closer-2735-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@78d073cb{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1734047 INFO  (jetty-closer-2735-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=390054616
   [junit4]   2> 1734047 INFO  (jetty-closer-2735-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1734048 INFO  (jetty-closer-2735-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19abe678: rootName = solr_40246, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@127f6b70
   [junit4]   2> 1734053 INFO  (jetty-closer-2735-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=713684039
   [junit4]   2> 1734054 INFO  (jetty-closer-2735-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1734054 INFO  (jetty-closer-2735-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c941c4e: rootName = solr_33130, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3173eaf4
   [junit4]   2> 1734059 INFO  (jetty-closer-2735-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1734059 INFO  (jetty-closer-2735-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@62944e9b: rootName = solr_33130, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@11689025
   [junit4]   2> 1734062 INFO  (jetty-closer-2735-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1734062 INFO  (jetty-closer-2735-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5515ecfd: rootName = solr_40246, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@11689025
   [junit4]   2> 1734062 INFO  (jetty-closer-2735-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1734062 INFO  (jetty-closer-2735-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e5fe331: rootName = solr_33130, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@14b817d2
   [junit4]   2> 1734064 INFO  (jetty-closer-2735-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33130_solr
   [junit4]   2> 1734065 INFO  (zkCallback-2746-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1734065 INFO  (zkCallback-2754-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1734065 INFO  (jetty-closer-2735-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1734066 INFO  (jetty-closer-2735-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1734067 INFO  (jetty-closer-2735-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1734068 INFO  (jetty-closer-2735-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@11f9abad: rootName = solr_40246, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@14b817d2
   [junit4]   2> 1734068 INFO  (jetty-closer-2735-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72090290431328260-127.0.0.1:33130_solr-n_0000000000) closing
   [junit4]   2> 1734068 INFO  (OverseerStateUpdate-72090290431328260-127.0.0.1:33130_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33130_solr
   [junit4]   2> 1734070 INFO  (zkCallback-2767-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1734070 WARN  (OverseerAutoScalingTriggerThread-72090290431328260-127.0.0.1:33130_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1734070 INFO  (zkCallback-2761-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1734077 INFO  (jetty-closer-2735-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40246_solr
   [junit4]   2> 1734078 INFO  (jetty-closer-2735-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1734079 INFO  (zkCallback-2746-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1734079 INFO  (zkCallback-2754-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1734080 ERROR (Thread[Thread-49868,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1734086 INFO  (zkCallback-2754-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40246_solr
   [junit4]   2> 1734089 INFO  (zkCallback-2767-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1734093 ERROR (Thread[Thread-49867,5,TGRP-TestSolrCloudWithDelegationTokens]) [    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 1734112 INFO  (jetty-closer-2735-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5226ff4f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1734113 INFO  (jetty-closer-2735-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@79b5f381{/solr,null,UNAVAILABLE}
   [junit4]   2> 1734121 INFO  (jetty-closer-2735-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1734122 INFO  (jetty-closer-2735-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1734122 ERROR (SUITE-TestSolrCloudWithDelegationTokens-seed#[A4B55475AC7193AF]-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> 1734123 INFO  (SUITE-TestSolrCloudWithDelegationTokens-seed#[A4B55475AC7193AF]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40771 40771
   [junit4]   2> 1734207 INFO  (Thread-49850) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40771 40771
   [junit4]   2> 1734208 WARN  (Thread-49850) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.TestSolrCloudWithDelegationTokens_A4B55475AC7193AF-001
   [junit4]   2> Aug 02, 2018 11:42:23 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=549, maxMBSortInHeap=7.708770119956411, sim=RandomSimilarity(queryNorm=false): {}, locale=en-SG, timezone=Asia/Jerusalem
   [junit4]   2> NOTE: Linux 4.4.0-130-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=106729304,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [ResourceLoaderTest, ShardSplitTest, UpdateParamsTest, TestFiltering, ScriptEngineTest, TestRealTimeGet, TestFieldCacheWithThreads, TestAuthenticationFramework, StatelessScriptUpdateProcessorFactoryTest, HdfsDirectoryTest, LeaderTragicEventTest, TestMaxScoreQueryParser, SchemaApiFailureTest, MultiSolrCloudTestCaseTest, PeerSyncTest, DocValuesTest, LukeRequestHandlerTest, AssignBackwardCompatibilityTest, ConfigSetsAPITest, SegmentsInfoRequestHandlerTest, ClassificationUpdateProcessorIntegrationTest, TestDocTermOrdsUninvertLimit, TestQueryUtils, TestUseDocValuesAsStored2, AnalyticsQueryTest, TestShortCircuitedRequests, TestCodecSupport, DistributedFacetPivotWhiteBoxTest, RulesTest, IndexSchemaRuntimeFieldTest, TestRandomFlRTGCloud, DeleteNodeTest, SimpleMLTQParserTest, OpenExchangeRatesOrgProviderTest, TestNoOpRegenerator, BasicDistributedZkTest, TestSchemalessBufferedUpdates, TestPolicyCloud, LIRRollingUpdatesTest, HLLUtilTest, TestUtilizeNode, VMParamsZkACLAndCredentialsProvidersTest, SuggesterWFSTTest, TestMinMaxOnMultiValuedField, SolrJmxReporterCloudTest, TestSort, TestSearcherReuse, BlockJoinFacetRandomTest, TestComplexPhraseQParserPlugin, SolrCoreTest, AtomicUpdateProcessorFactoryTest, TermsComponentTest, TestCoreContainer, SolrIndexSplitterTest, SystemInfoHandlerTest, ConcurrentDeleteAndCreateCollectionTest, CoreMergeIndexesAdminHandlerTest, TestStressVersions, HighlighterConfigTest, TestBlendedInfixSuggestions, PingRequestHandlerTest, TestPostingsSolrHighlighter, RegexBytesRefFilterTest, NodeLostTriggerTest, BasicFunctionalityTest, XsltUpdateRequestHandlerTest, TestExactSharedStatsCache, TestSimpleTextCodec, ZkFailoverTest, TestUpdate, V2ApiIntegrationTest, DirectSolrConnectionTest, TestPayloadScoreQParserPlugin, TestScoreJoinQPScore, DateRangeFieldTest, SearchRateTriggerIntegrationTest, TaggingAttributeTest, CoreSorterTest, SharedFSAutoReplicaFailoverTest, BinaryUpdateRequestHandlerTest, TestInPlaceUpdatesStandalone, DistributedExpandComponentTest, SaslZkACLProviderTest, TestGraphMLResponseWriter, TestDocSet, SolrInfoBeanTest, TestDownShardTolerantSearch, TestLuceneIndexBackCompat, TestPrepRecovery, OutOfBoxZkACLAndCredentialsProvidersTest, SolrCoreMetricManagerTest, TestStressRecovery, DocValuesNotIndexedTest, TestCSVResponseWriter, TestManagedResource, AnalysisErrorHandlingTest, TestCloudNestedDocsSort, DistributedFacetSimpleRefinementLongTailTest, TestMergePolicyConfig, TriggerSetPropertiesIntegrationTest, UninvertDocValuesMergePolicyTest, DisMaxRequestHandlerTest, DefaultValueUpdateProcessorTest, HdfsRestartWhileUpdatingTest, HdfsTlogReplayBufferedWhileIndexingTest, TestMaxTokenLenTokenizer, TestSolr4Spatial, SpellingQueryConverterTest, BaseCdcrDistributedZkTest, TestLFUCache, CollectionStateFormat2Test, DistributedQueryComponentOptimizationTest, TestDistributedSearch, TestRequestForwarding, PreAnalyzedFieldTest, TestCloudSearcherWarming, TestStressCloudBlindAtomicUpdates, SolrCloudReportersTest, SpellCheckCollatorTest, StressHdfsTest, ExplicitHLLTest, TestSolrDeletionPolicy2, TestAuthorizationFramework, TestSolrCloudWithDelegationTokens]
   [junit4] Completed [423/826 (1!)] on J1 in 2.74s, 8 tests, 1 failure <<< FAILURES!

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

Total time: 210 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 277 - Still Failing

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream

Error Message:
java.lang.NullPointerException

Stack Trace:
java.io.IOException: java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([31BCB198918B9E1C:93737304A15F0C37]:0)
	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
	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: java.lang.NullPointerException
	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
	... 41 more


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

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
	at __randomizedtesting.SeedInfo.seed([A0A5F8E4B28513FD:27F2856B23DC6F7D]:0)
	at org.apache.lucene.geo.Polygon.<init>(Polygon.java:94)
	at org.apache.lucene.geo.GeoTestUtil.surpriseMePolygon(GeoTestUtil.java:520)
	at org.apache.lucene.geo.GeoTestUtil.nextPolygon(GeoTestUtil.java:390)
	at org.apache.lucene.document.TestLatLonShapeQueries.doTestRandom(TestLatLonShapeQueries.java:126)
	at org.apache.lucene.document.TestLatLonShapeQueries.testRandomBig(TestLatLonShapeQueries.java:106)
	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)




Build Log:
[...truncated 10322 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=A0A5F8E4B28513FD -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=et -Dtests.timezone=America/Guatemala -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    198s J0 | TestLatLonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A0A5F8E4B28513FD:27F2856B23DC6F7D]:0)
   [junit4]    > 	at org.apache.lucene.geo.Polygon.<init>(Polygon.java:94)
   [junit4]    > 	at org.apache.lucene.geo.GeoTestUtil.surpriseMePolygon(GeoTestUtil.java:520)
   [junit4]    > 	at org.apache.lucene.geo.GeoTestUtil.nextPolygon(GeoTestUtil.java:390)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShapeQueries.doTestRandom(TestLatLonShapeQueries.java:126)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShapeQueries.testRandomBig(TestLatLonShapeQueries.java:106)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/sandbox/test/J0/temp/lucene.document.TestLatLonShapeQueries_A0A5F8E4B28513FD-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=et, timezone=America/Guatemala
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=300232800,total=311951360
   [junit4]   2> NOTE: All tests run in this JVM: [TestIDVersionPostingsFormat, TestNearest, TestIntervals, FuzzyLikeThisQueryTest, TestLatLonShapeQueries]
   [junit4] Completed [19/19 (1!)] on J0 in 376.98s, 3 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/sandbox/test/temp/junit4-J0-20180801_060207_2801470145116314834081.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid21469.hprof ...
   [junit4] Heap dump file created [505386384 bytes in 2.862 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 6474 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_31BCB198918B9E1C-001/init-core-data-001
   [junit4]   1> 09:49:03.419 [Thread-143] ERROR org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   1> 09:49:03.946 [jetty-launcher-570-thread-1] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 09:49:04.058 [jetty-launcher-570-thread-4] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 09:49:04.195 [jetty-launcher-570-thread-2] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 09:49:04.249 [jetty-launcher-570-thread-3] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 09:49:25.144 [qtp1096922390-1277] ERROR org.apache.solr.client.solrj.io.stream.ExceptionStream - java.io.IOException: org.apache.solr.common.SolrException: Collection not found: myCollection
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.StatsStream.open(StatsStream.java:217)
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.ExceptionStream.open(ExceptionStream.java:54)
   [junit4]   1> 	at org.apache.solr.handler.StreamHandler$TimerStream.open(StreamHandler.java:390)
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.TupleStream.writeMap(TupleStream.java:78)
   [junit4]   1> 	at org.apache.solr.common.util.JsonTextWriter.writeMap(JsonTextWriter.java:164)
   [junit4]   1> 	at org.apache.solr.common.util.TextWriter.writeVal(TextWriter.java:69)
   [junit4]   1> 	at org.apache.solr.response.TextResponseWriter.writeVal(TextResponseWriter.java:152)
   [junit4]   1> 	at org.apache.solr.common.util.JsonTextWriter.writeNamedListAsMapWithDups(JsonTextWriter.java:386)
   [junit4]   1> 	at org.apache.solr.common.util.JsonTextWriter.writeNamedList(JsonTextWriter.java:292)
   [junit4]   1> 	at org.apache.solr.response.JSONWriter.writeResponse(JSONWriter.java:73)
   [junit4]   1> 	at org.apache.solr.response.JSONResponseWriter.write(JSONResponseWriter.java:66)
   [junit4]   1> 	at org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:65)
   [junit4]   1> 	at org.apache.solr.servlet.HttpSolrCall.writeResponse(HttpSolrCall.java:787)
   [junit4]   1> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:524)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:674)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   1> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   1> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   1> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   1> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   1> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
   [junit4]   1> 	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
   [junit4]   1> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   1> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Caused by: org.apache.solr.common.SolrException: Collection not found: myCollection
   [junit4]   1> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
   [junit4]   1> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.StatsStream.open(StatsStream.java:214)
   [junit4]   1> 	... 48 more
   [junit4]   1> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=StreamExpressionTest -Dtests.method=testSignificantTermsStream -Dtests.seed=31BCB198918B9E1C -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=mk-MK -Dtests.timezone=Mexico/General -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   10.4s J1 | StreamExpressionTest.testSignificantTermsStream <<<
   [junit4]    > Throwable #1: java.io.IOException: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([31BCB198918B9E1C:93737304A15F0C37]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.NullPointerException
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
   [junit4]    > 	... 41 more
   [junit4]   1> 09:50:28.627 [SUITE-StreamExpressionTest-seed#[31BCB198918B9E1C]-worker] ERROR org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_31BCB198918B9E1C-001
   [junit4]   2> Aug 01, 2018 8:50: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): {name_s=PostingsFormat(name=Asserting), iteration_i=PostingsFormat(name=Memory), terms_ss=BlockTreeOrds(blocksize=128), field_s=FST50, multiDefault=BlockTreeOrds(blocksize=128), subject=BlockTreeOrds(blocksize=128), price_f=BlockTreeOrds(blocksize=128), a_f=BlockTreeOrds(blocksize=128), intDefault=FST50, falseNegative_i=FST50, a_i=PostingsFormat(name=Memory), falsePositive_i=FST50, level1_s=PostingsFormat(name=Memory), s_multi=PostingsFormat(name=Asserting), level2_s=FST50, a_s=PostingsFormat(name=Asserting), score_f=PostingsFormat(name=Asserting), tv_text=FST50, term_s=BlockTreeOrds(blocksize=128), a_t=FST50, id=PostingsFormat(name=Memory), text=PostingsFormat(name=Asserting), timestamp=FST50, idfs_ds=FST50, alpha_d=PostingsFormat(name=Asserting), i_multi=PostingsFormat(name=Memory), featureSet_s=BlockTreeOrds(blocksize=128), weights_ds=PostingsFormat(name=Asserting), idf_d=BlockTreeOrds(blocksize=128), trueNegative_i=PostingsFormat(name=Asserting), index_i=BlockTreeOrds(blocksize=128), test_dt=PostingsFormat(name=Memory), out_i=BlockTreeOrds(blocksize=128), checkpoint_ss=PostingsFormat(name=Asserting), test_t=PostingsFormat(name=Asserting), whitetok=PostingsFormat(name=Asserting), _version_=FST50, error_d=PostingsFormat(name=Memory), truePositive_i=PostingsFormat(name=Memory)}, docValues:{name_s=DocValuesFormat(name=Direct), iteration_i=DocValuesFormat(name=Lucene70), terms_ss=DocValuesFormat(name=Asserting), field_s=DocValuesFormat(name=Memory), multiDefault=DocValuesFormat(name=Asserting), price_f=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Memory), falseNegative_i=DocValuesFormat(name=Memory), a_i=DocValuesFormat(name=Lucene70), falsePositive_i=DocValuesFormat(name=Memory), level1_s=DocValuesFormat(name=Lucene70), s_multi=DocValuesFormat(name=Direct), level2_s=DocValuesFormat(name=Memory), a_s=DocValuesFormat(name=Direct), score_f=DocValuesFormat(name=Direct), term_s=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Memory), idfs_ds=DocValuesFormat(name=Memory), alpha_d=DocValuesFormat(name=Direct), i_multi=DocValuesFormat(name=Lucene70), featureSet_s=DocValuesFormat(name=Asserting), weights_ds=DocValuesFormat(name=Direct), idf_d=DocValuesFormat(name=Asserting), trueNegative_i=DocValuesFormat(name=Direct), index_i=DocValuesFormat(name=Asserting), test_dt=DocValuesFormat(name=Lucene70), out_i=DocValuesFormat(name=Asserting), checkpoint_ss=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Memory), error_d=DocValuesFormat(name=Lucene70), truePositive_i=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=339, maxMBSortInHeap=5.893248627339987, sim=RandomSimilarity(queryNorm=false): {}, locale=mk-MK, timezone=Mexico/General
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=199907512,total=391643136
   [junit4]   2> NOTE: All tests run in this JVM: [CloudSolrClientMultiConstructorTest, RawValueEvaluatorTest, FacetFieldTest, StreamingTest, CubedRootEvaluatorTest, TestConfigSetAdminRequest, TestPathTrie, FieldValueEvaluatorTest, AndEvaluatorTest, HyperbolicTangentEvaluatorTest, SolrExampleEmbeddedTest, TestFastInputStream, StreamExpressionParserTest, SolrZkClientTest, TestJavaBinCodec, SquareRootEvaluatorTest, ClientUtilsTest, NotEvaluatorTest, LargeVolumeEmbeddedTest, TestV2Request, JdbcDriverTest, TestSolrJErrorHandling, ArcSineEvaluatorTest, StreamExpressionTest]
   [junit4] Completed [94/155 (1!)] on J1 in 86.15s, 19 tests, 1 error <<< FAILURES!

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

Total time: 436 minutes 1 second
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-7.x - Build # 276 - Still Failing

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream

Error Message:
java.lang.NullPointerException

Stack Trace:
java.io.IOException: java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([2D14CC88E88E5872:8FDB0E14D85ACA59]:0)
	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
	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: java.lang.NullPointerException
	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
	... 41 more


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

Error Message:
GC overhead limit exceeded

Stack Trace:
java.lang.OutOfMemoryError: GC overhead limit exceeded
	at __randomizedtesting.SeedInfo.seed([2CA24D130E474147:ABF5309C9F1E3DC7]:0)
	at org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.getByteBlock(ByteBlockPool.java:103)
	at org.apache.lucene.util.ByteBlockPool.nextBuffer(ByteBlockPool.java:203)
	at org.apache.lucene.util.ByteBlockPool.append(ByteBlockPool.java:341)
	at org.apache.lucene.index.PointValuesWriter.addPackedValue(PointValuesWriter.java:62)
	at org.apache.lucene.index.DefaultIndexingChain.indexPoint(DefaultIndexingChain.java:513)
	at org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:471)
	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:392)
	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:251)
	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:494)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1601)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1220)
	at org.apache.lucene.document.TestLatLonShapeQueries.verifyRandomBBoxes(TestLatLonShapeQueries.java:174)
	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.testRandomBig(TestLatLonShapeQueries.java:106)
	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)




Build Log:
[...truncated 10048 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonShapeQueries
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLatLonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=2CA24D130E474147 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=lt -Dtests.timezone=SST -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    182s J2 | TestLatLonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2CA24D130E474147:ABF5309C9F1E3DC7]:0)
   [junit4]    > 	at org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.getByteBlock(ByteBlockPool.java:103)
   [junit4]    > 	at org.apache.lucene.util.ByteBlockPool.nextBuffer(ByteBlockPool.java:203)
   [junit4]    > 	at org.apache.lucene.util.ByteBlockPool.append(ByteBlockPool.java:341)
   [junit4]    > 	at org.apache.lucene.index.PointValuesWriter.addPackedValue(PointValuesWriter.java:62)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.indexPoint(DefaultIndexingChain.java:513)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:471)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:392)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:251)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:494)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1601)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1220)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonShapeQueries.verifyRandomBBoxes(TestLatLonShapeQueries.java:174)
   [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.testRandomBig(TestLatLonShapeQueries.java:106)
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/sandbox/test/J2/temp/lucene.document.TestLatLonShapeQueries_2CA24D130E474147-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=2, maxDocsPerChunk=5, blockSize=4), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=2, blockSize=4)), sim=RandomSimilarity(queryNorm=true): {}, locale=lt, timezone=SST
   [junit4]   2> NOTE: Linux 4.4.0-130-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=125309744,total=269484032
   [junit4]   2> NOTE: All tests run in this JVM: [TestDoubleRangeField, TestLatLonShape, TestIntervalQuery, TestFloatPointNearestNeighbor, TestLatLonShapeQueries]
   [junit4] Completed [19/19 (1!)] on J2 in 234.60s, 3 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J2: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/sandbox/test/temp/junit4-J2-20180731_022213_9153319772189410675841.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid27321.hprof ...
   [junit4] Heap dump file created [516928014 bytes in 1.641 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 6557 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_2D14CC88E88E5872-001/init-core-data-001
   [junit4]   1> 03:47:39.872 [Thread-488] ERROR org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   1> 03:47:39.989 [jetty-launcher-530-thread-3] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:47:39.991 [jetty-launcher-530-thread-1] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:47:40.001 [jetty-launcher-530-thread-4] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:47:40.002 [jetty-launcher-530-thread-2] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:47:45.142 [qtp539848437-1955] ERROR org.apache.solr.client.solrj.io.stream.ExceptionStream - java.io.IOException: org.apache.solr.common.SolrException: Collection not found: myCollection
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.StatsStream.open(StatsStream.java:217)
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.ExceptionStream.open(ExceptionStream.java:54)
   [junit4]   1> 	at org.apache.solr.handler.StreamHandler$TimerStream.open(StreamHandler.java:397)
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.TupleStream.writeMap(TupleStream.java:78)
   [junit4]   1> 	at org.apache.solr.common.util.JsonTextWriter.writeMap(JsonTextWriter.java:164)
   [junit4]   1> 	at org.apache.solr.common.util.TextWriter.writeVal(TextWriter.java:69)
   [junit4]   1> 	at org.apache.solr.response.TextResponseWriter.writeVal(TextResponseWriter.java:152)
   [junit4]   1> 	at org.apache.solr.common.util.JsonTextWriter.writeNamedListAsMapWithDups(JsonTextWriter.java:386)
   [junit4]   1> 	at org.apache.solr.common.util.JsonTextWriter.writeNamedList(JsonTextWriter.java:292)
   [junit4]   1> 	at org.apache.solr.response.JSONWriter.writeResponse(JSONWriter.java:73)
   [junit4]   1> 	at org.apache.solr.response.JSONResponseWriter.write(JSONResponseWriter.java:66)
   [junit4]   1> 	at org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:65)
   [junit4]   1> 	at org.apache.solr.servlet.HttpSolrCall.writeResponse(HttpSolrCall.java:787)
   [junit4]   1> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:524)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   1> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   1> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   1> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   1> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:674)
   [junit4]   1> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   1> 	at org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   1> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   1> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   1> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   1> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   1> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:291)
   [junit4]   1> 	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:151)
   [junit4]   1> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   1> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   1> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Caused by: org.apache.solr.common.SolrException: Collection not found: myCollection
   [junit4]   1> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:853)
   [junit4]   1> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
   [junit4]   1> 	at org.apache.solr.client.solrj.io.stream.StatsStream.open(StatsStream.java:214)
   [junit4]   1> 	... 48 more
   [junit4]   1> 
   [junit4] IGNOR/A 0.12s J1 | StreamExpressionTest.testTopicStream
   [junit4]    > Assumption #1: got: <false>, expected: is <true>
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=StreamExpressionTest -Dtests.method=testSignificantTermsStream -Dtests.seed=2D14CC88E88E5872 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt -Dtests.locale=de -Dtests.timezone=America/Thule -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.69s J1 | StreamExpressionTest.testSignificantTermsStream <<<
   [junit4]    > Throwable #1: java.io.IOException: java.lang.NullPointerException
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2D14CC88E88E5872:8FDB0E14D85ACA59]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:341)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.getTuples(StreamExpressionTest.java:2471)
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testSignificantTermsStream(StreamExpressionTest.java:2301)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.NullPointerException
   [junit4]    > 	at org.apache.solr.client.solrj.io.stream.SignificantTermsStream.read(SignificantTermsStream.java:294)
   [junit4]    > 	... 41 more
   [junit4] IGNOR/A 0.11s J1 | StreamExpressionTest.testBasicTextLogitStream
   [junit4]    > Assumption #1: got: <false>, expected: is <true>
   [junit4] IGNOR/A 0.09s J1 | StreamExpressionTest.testFeaturesSelectionStream
   [junit4]    > Assumption #1: got: <false>, expected: is <true>
   [junit4] IGNOR/A 0.08s J1 | StreamExpressionTest.testParallelTopicStream
   [junit4]    > Assumption #1: got: <false>, expected: is <true>
   [junit4]   1> 03:47:52.800 [SUITE-StreamExpressionTest-seed#[2D14CC88E88E5872]-worker] ERROR org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamExpressionTest_2D14CC88E88E5872-001
   [junit4]   2> Jul 31, 2018 3:47:52 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): {test_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), level1_s=PostingsFormat(name=MockRandom), s_multi=PostingsFormat(name=LuceneVarGapDocFreqInterval), level2_s=PostingsFormat(name=LuceneVarGapFixedInterval), a_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), multiDefault=FSTOrd50, a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=MockRandom), text=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{i_multi=DocValuesFormat(name=Asserting), multiDefault=DocValuesFormat(name=Lucene70), price_f=DocValuesFormat(name=Lucene70), a_f=DocValuesFormat(name=Lucene70), intDefault=DocValuesFormat(name=Lucene70), a_i=DocValuesFormat(name=Asserting), test_dt=DocValuesFormat(name=Asserting), level1_s=DocValuesFormat(name=Asserting), s_multi=DocValuesFormat(name=Memory), level2_s=DocValuesFormat(name=Lucene70), a_s=DocValuesFormat(name=Memory), _version_=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1127, maxMBSortInHeap=6.268727755880542, sim=RandomSimilarity(queryNorm=true): {}, locale=de, timezone=America/Thule
   [junit4]   2> NOTE: Linux 4.4.0-130-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=58529000,total=351797248
   [junit4]   2> NOTE: All tests run in this JVM: [LessThanEvaluatorTest, TestDelegationTokenResponse, ClientUtilsTest, SolrSchemalessExampleTest, TestZkConfigManager, NaturalLogEvaluatorTest, NotEvaluatorTest, AscEvaluatorTest, EmpiricalDistributionEvaluatorTest, FacetFieldTest, BasicHttpSolrClientTest, MathExpressionTest, SolrZkClientTest, TestSolrJErrorHandling, StreamExpressionParserTest, ModifiableSolrParamsTest, QueryResponseTest, SolrExampleEmbeddedTest, LargeVolumeEmbeddedTest, SchemaTest, TestConfigSetAdminRequest, TestTimeSource, ConcurrentUpdateSolrClientTest, StreamingTest, ArcSineEvaluatorTest, ReverseEvaluatorTest, StreamDecoratorTest, StreamExpressionTest]
   [junit4] Completed [141/155 (1!)] on J1 in 13.55s, 19 tests, 1 error, 4 skipped <<< FAILURES!

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

Total time: 210 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any