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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to