Build:
https://builds.apache.org/job/Lucene-Solr-BadApples-NightlyTests-master/53/
7 tests failed.
FAILED:
org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics
Error Message:
expected:<4> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<4> but was:<0>
at
__randomizedtesting.SeedInfo.seed([C131B4F6089ADB0B:128589191D74179F]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.solr.prometheus.exporter.SolrExporterIntegrationTest.jvmMetrics(SolrExporterIntegrationTest.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([214E6012A7A9C43E]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
Error Message:
Suite timeout exceeded (>= 7200000 msec).
Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
at __randomizedtesting.SeedInfo.seed([214E6012A7A9C43E]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
Error Message:
Captured an uncaught exception in thread: Thread[id=84799, name=Thread-59961,
state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=84799, name=Thread-59961, state=RUNNABLE,
group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at:
http://127.0.0.1:44757/collection2_shard6_replica_n30
at __randomizedtesting.SeedInfo.seed([214E6012A7A9C43E]:0)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:638)
Caused by: org.apache.solr.client.solrj.SolrServerException:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at:
http://127.0.0.1:44757/collection2_shard6_replica_n30
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:499)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:964)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:635)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred
while waiting response from server at:
http://127.0.0.1:44757/collection2_shard6_replica_n30
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:493)
... 6 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
... 11 more
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
Error Message:
Captured an uncaught exception in thread: Thread[id=84800, name=Thread-59962,
state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=84800, name=Thread-59962, state=RUNNABLE,
group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at:
http://127.0.0.1:39901/collection2_shard4_replica_n17
at __randomizedtesting.SeedInfo.seed([214E6012A7A9C43E]:0)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:638)
Caused by: org.apache.solr.client.solrj.SolrServerException:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at:
http://127.0.0.1:39901/collection2_shard4_replica_n17
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:499)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:964)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:635)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred
while waiting response from server at:
http://127.0.0.1:39901/collection2_shard4_replica_n17
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:493)
... 6 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
... 11 more
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
Error Message:
Captured an uncaught exception in thread: Thread[id=84798, name=Thread-59960,
state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=84798, name=Thread-59960, state=RUNNABLE,
group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at:
http://127.0.0.1:44757/collection2_shard6_replica_n30
at __randomizedtesting.SeedInfo.seed([214E6012A7A9C43E]:0)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:638)
Caused by: org.apache.solr.client.solrj.SolrServerException:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at:
http://127.0.0.1:44757/collection2_shard6_replica_n30
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:499)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:964)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
at
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:635)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred
while waiting response from server at:
http://127.0.0.1:44757/collection2_shard6_replica_n30
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.directUpdate(BaseCloudSolrClient.java:493)
... 6 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
... 11 more
FAILED: org.apache.solr.search.mlt.SimpleMLTQParserTest.doTest
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([214E6012A7A9C43E:860AD8B6CA12D787]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:933)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:893)
at
org.apache.solr.search.mlt.SimpleMLTQParserTest.doTest(SimpleMLTQParserTest.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result/doc[1]/str[@name='id'][.='13']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">3</int></lst><result name="response" numFound="16"
start="0"><doc><str name="id">18</str><arr
name="range_facet_l"><long>18</long></arr><int name="id_i1">18</int><arr
name="range_facet_l_dv"><long>18</long></arr><arr
name="range_facet_i_dv"><int>18</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">18</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.708Z</date><long
name="_version_">1627533059249143808</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">19</str><arr
name="range_facet_l"><long>19</long></arr><int name="id_i1">19</int><arr
name="range_facet_l_dv"><long>19</long></arr><arr
name="range_facet_i_dv"><int>19</int></arr><arr name="lowerfilt"><str>The hose
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The hose red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">19</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.709Z</date><long
name="_version_">1627533059250192384</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">20</str><arr
name="range_facet_l"><long>20</long></arr><int name="id_i1">20</int><arr
name="range_facet_l_dv"><long>20</long></arr><arr
name="range_facet_i_dv"><int>20</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">20</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.714Z</date><long
name="_version_">1627533059256483840</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">21</str><arr
name="range_facet_l"><long>21</long></arr><int name="id_i1">21</int><arr
name="range_facet_l_dv"><long>21</long></arr><arr
name="range_facet_i_dv"><int>21</int></arr><arr name="lowerfilt"><str>The court
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The court red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">21</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.715Z</date><long
name="_version_">1627533059256483841</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">16</str><arr
name="range_facet_l"><long>16</long></arr><int name="id_i1">16</int><arr
name="range_facet_l_dv"><long>16</long></arr><arr
name="range_facet_i_dv"><int>16</int></arr><arr name="lowerfilt"><str>The slim
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The slim red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">16</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.700Z</date><long
name="_version_">1627533059240755200</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">22</str><arr
name="range_facet_l"><long>22</long></arr><int name="id_i1">22</int><arr
name="range_facet_l_dv"><long>22</long></arr><arr
name="range_facet_i_dv"><int>22</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">22</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.721Z</date><long
name="_version_">1627533059262775296</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">23</str><arr
name="range_facet_l"><long>23</long></arr><int name="id_i1">23</int><arr
name="range_facet_l_dv"><long>23</long></arr><arr
name="range_facet_i_dv"><int>23</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">23</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.721Z</date><long
name="_version_">1627533059262775297</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">14</str><arr
name="range_facet_l"><long>14</long></arr><int name="id_i1">14</int><arr
name="range_facet_l_dv"><long>14</long></arr><arr
name="range_facet_i_dv"><int>14</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">14</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.692Z</date><long
name="_version_">1627533059232366592</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">15</str><arr
name="range_facet_l"><long>15</long></arr><int name="id_i1">15</int><arr
name="range_facet_l_dv"><long>15</long></arr><arr
name="range_facet_i_dv"><int>15</int></arr><arr name="lowerfilt"><str>The fat
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The fat red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">15</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.693Z</date><long
name="_version_">1627533059233415168</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">13</str><arr
name="range_facet_l"><long>13</long></arr><int name="id_i1">13</int><arr
name="range_facet_l_dv"><long>13</long></arr><arr
name="range_facet_i_dv"><int>13</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">13</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.682Z</date><long
name="_version_">1627533059221880832</long><int
name="intDvoDefault">42</int></doc></result>
</response>
request was:q={!mlt+qf%3Dlowerfilt}17
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:926)
... 41 more
Build Log:
[...truncated 15681 lines...]
[junit4] Suite: org.apache.solr.search.mlt.SimpleMLTQParserTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.search.mlt.SimpleMLTQParserTest_214E6012A7A9C43E-001/init-core-data-001
[junit4] 2> 5626470 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 5626509 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 5626538 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 5626688 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 5626968 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 5626969 WARN
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@7f36351e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5626976 WARN
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@6d00d19d[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5627002 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 5627002 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 5627025 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@191b0004
[junit4] 2> 5627037 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@191b0004
[junit4] 2> 5627037 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@191b0004
[junit4] 2> 5627039 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 5627083 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 5627112 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 5627245 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 5627254 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 5627254 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@191b0004
[junit4] 2> 5627254 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.search.mlt.SimpleMLTQParserTest_214E6012A7A9C43E-001/init-core-data-001/]
[junit4] 2> 5627256 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=3.125,
floorSegmentMB=1.72265625, forceMergeDeletesPctAllowed=21.002133534007367,
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=39.913155837900234
[junit4] 2> 5627327 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 5627327 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 5627329 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 5627329 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 5627330 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@5f0c5956
[junit4] 2> 5627331 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5e4754c8[collection1] main]
[junit4] 2> 5627331 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 5627339 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 5627368 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 5627368 INFO (coreLoadExecutor-19143-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1627533059093954560
[junit4] 2> 5627370 INFO
(searcherExecutor-19144-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 5627374 INFO
(searcherExecutor-19144-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 5627374 INFO
(searcherExecutor-19144-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 5627374 INFO
(searcherExecutor-19144-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 5627374 INFO
(searcherExecutor-19144-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 5627376 INFO
(searcherExecutor-19144-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 5627377 INFO
(searcherExecutor-19144-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 5627378 INFO
(searcherExecutor-19144-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 5627379 INFO
(searcherExecutor-19144-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 5627380 INFO
(searcherExecutor-19144-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5e4754c8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 5627380 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1 (1627533059105488896)]} 0 1
[junit4] 2> 5627411 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2 (1627533059110731776)]} 0 27
[junit4] 2> 5627412 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3 (1627533059140091904)]} 0 0
[junit4] 2> 5627468 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4 (1627533059140091905)]} 0 56
[junit4] 2> 5627469 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5 (1627533059199860736)]} 0 0
[junit4] 2> 5627475 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6 (1627533059200909312)]} 0 5
[junit4] 2> 5627476 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7 (1627533059206152192)]} 0 0
[junit4] 2> 5627481 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[8 (1627533059207200768)]} 0 5
[junit4] 2> 5627482 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9 (1627533059213492224)]} 0 0
[junit4] 2> 5627489 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10 (1627533059214540800)]} 0 6
[junit4] 2> 5627490 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[12 (1627533059220832256)]} 0 0
[junit4] 2> 5627499 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[13 (1627533059221880832)]} 0 9
[junit4] 2> 5627500 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[14 (1627533059232366592)]} 0 0
[junit4] 2> 5627508 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[15 (1627533059233415168)]} 0 7
[junit4] 2> 5627508 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[16 (1627533059240755200)]} 0 0
[junit4] 2> 5627516 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[17 (1627533059241803776)]} 0 7
[junit4] 2> 5627517 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[18 (1627533059249143808)]} 0 0
[junit4] 2> 5627522 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[19 (1627533059250192384)]} 0 5
[junit4] 2> 5627523 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[20 (1627533059256483840)]} 0 0
[junit4] 2> 5627528 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[21 (1627533059256483841)]} 0 5
[junit4] 2> 5627529 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[22 (1627533059262775296)]} 0 0
[junit4] 2> 5627540 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[23 (1627533059262775297)]} 0 10
[junit4] 2> 5627541 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[24 (1627533059275358208)]} 0 0
[junit4] 2> 5627546 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[25 (1627533059275358209)]} 0 4
[junit4] 2> 5627546 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[26 (1627533059280601088)]} 0 0
[junit4] 2> 5627565 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[27 (1627533059281649664)]} 0 18
[junit4] 2> 5627566 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[28 (1627533059301572608)]} 0 0
[junit4] 2> 5627574 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[29 (1627533059301572609)]} 0 7
[junit4] 2> 5627575 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[30 (1627533059309961216)]} 0 0
[junit4] 2> 5627582 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[31 (1627533059311009792)]} 0 7
[junit4] 2> 5627583 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[32 (1627533059319398400)]} 0 0
[junit4] 2> 5627583 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1627533059319398401,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 5627583 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@35711788
commitCommandVersion:1627533059319398401
[junit4] 2> 5627592 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@c67c6f7[collection1] main]
[junit4] 2> 5627593 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 5627595 INFO (searcherExecutor-19144-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@c67c6f7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_g(9.0.0):c24:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=9.0.0, mergeMaxNumSegments=-1,
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=merge, mergeFactor=2,
os.version=4.4.0-137-generic,
timestamp=1552136477766}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_e(9.0.0):c2:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=4.4.0-137-generic,
timestamp=1552136477748}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_f(9.0.0):c2:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=4.4.0-137-generic,
timestamp=1552136477762}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_h(9.0.0):c2:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=4.4.0-137-generic,
timestamp=1552136477771}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
Uninverting(_i(9.0.0):c1:[diagnostics={os=Linux, java.vendor=Oracle
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12,
lucene.version=9.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12,
source=flush, os.version=4.4.0-137-generic,
timestamp=1552136477778}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 5627595 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 11
[junit4] 2> 5627599 INFO
(TEST-SimpleMLTQParserTest.doTest-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q={!mlt+qf%3Dlowerfilt}17} hits=16 status=0 QTime=3
[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=SimpleMLTQParserTest -Dtests.method=doTest
-Dtests.seed=214E6012A7A9C43E -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true -Dtests.badapples=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/test-data/enwiki.random.lines.txt
-Dtests.locale=pt-BR -Dtests.timezone=Asia/Muscat -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.23s J0 | SimpleMLTQParserTest.doTest <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([214E6012A7A9C43E:860AD8B6CA12D787]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:933)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:893)
[junit4] > at
org.apache.solr.search.mlt.SimpleMLTQParserTest.doTest(SimpleMLTQParserTest.java:82)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result/doc[1]/str[@name='id'][.='13']
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">3</int></lst><result name="response" numFound="16"
start="0"><doc><str name="id">18</str><arr
name="range_facet_l"><long>18</long></arr><int name="id_i1">18</int><arr
name="range_facet_l_dv"><long>18</long></arr><arr
name="range_facet_i_dv"><int>18</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">18</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.708Z</date><long
name="_version_">1627533059249143808</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">19</str><arr
name="range_facet_l"><long>19</long></arr><int name="id_i1">19</int><arr
name="range_facet_l_dv"><long>19</long></arr><arr
name="range_facet_i_dv"><int>19</int></arr><arr name="lowerfilt"><str>The hose
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The hose red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">19</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.709Z</date><long
name="_version_">1627533059250192384</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">20</str><arr
name="range_facet_l"><long>20</long></arr><int name="id_i1">20</int><arr
name="range_facet_l_dv"><long>20</long></arr><arr
name="range_facet_i_dv"><int>20</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">20</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.714Z</date><long
name="_version_">1627533059256483840</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">21</str><arr
name="range_facet_l"><long>21</long></arr><int name="id_i1">21</int><arr
name="range_facet_l_dv"><long>21</long></arr><arr
name="range_facet_i_dv"><int>21</int></arr><arr name="lowerfilt"><str>The court
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The court red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">21</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.715Z</date><long
name="_version_">1627533059256483841</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">16</str><arr
name="range_facet_l"><long>16</long></arr><int name="id_i1">16</int><arr
name="range_facet_l_dv"><long>16</long></arr><arr
name="range_facet_i_dv"><int>16</int></arr><arr name="lowerfilt"><str>The slim
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The slim red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">16</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.700Z</date><long
name="_version_">1627533059240755200</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">22</str><arr
name="range_facet_l"><long>22</long></arr><int name="id_i1">22</int><arr
name="range_facet_l_dv"><long>22</long></arr><arr
name="range_facet_i_dv"><int>22</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">22</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.721Z</date><long
name="_version_">1627533059262775296</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">23</str><arr
name="range_facet_l"><long>23</long></arr><int name="id_i1">23</int><arr
name="range_facet_l_dv"><long>23</long></arr><arr
name="range_facet_i_dv"><int>23</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">23</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.721Z</date><long
name="_version_">1627533059262775297</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">14</str><arr
name="range_facet_l"><long>14</long></arr><int name="id_i1">14</int><arr
name="range_facet_l_dv"><long>14</long></arr><arr
name="range_facet_i_dv"><int>14</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">14</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.692Z</date><long
name="_version_">1627533059232366592</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">15</str><arr
name="range_facet_l"><long>15</long></arr><int name="id_i1">15</int><arr
name="range_facet_l_dv"><long>15</long></arr><arr
name="range_facet_i_dv"><int>15</int></arr><arr name="lowerfilt"><str>The fat
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The fat red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">15</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.693Z</date><long
name="_version_">1627533059233415168</long><int
name="intDvoDefault">42</int></doc><doc><str name="id">13</str><arr
name="range_facet_l"><long>13</long></arr><int name="id_i1">13</int><arr
name="range_facet_l_dv"><long>13</long></arr><arr
name="range_facet_i_dv"><int>13</int></arr><arr name="lowerfilt"><str>The quote
red fox jumped over the lazy brown dogs.</str></arr><arr
name="lowerfilt1and2"><str>The quote red fox jumped over the lazy brown
dogs.</str></arr><str name="_root_">13</str><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2019-03-09T13:01:17.682Z</date><long
name="_version_">1627533059221880832</long><int
name="intDvoDefault">42</int></doc></result>
[junit4] > </response>
[junit4] > request was:q={!mlt+qf%3Dlowerfilt}17
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:926)
[junit4] > ... 41 more
[junit4] 2> 5627603 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=375040241
[junit4] 2> 5627611 INFO (coreCloseExecutor-19149-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@5f3e4257
[junit4] 2> 5627611 INFO (coreCloseExecutor-19149-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=5f3e4257
[junit4] 2> 5627611 INFO (coreCloseExecutor-19149-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@22af089: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6369e7a8
[junit4] 2> 5627628 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 5627628 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@37e6641a: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@3d26095c
[junit4] 2> 5627634 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 5627634 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7f24f873: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@26f96dad
[junit4] 2> 5627638 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 5627638 INFO
(SUITE-SimpleMLTQParserTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@31376b80: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@a28e360
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.search.mlt.SimpleMLTQParserTest_214E6012A7A9C43E-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{lowerfilt1=PostingsFormat(name=LuceneVarGapFixedInterval),
lowerfilt1and2=PostingsFormat(name=LuceneVarGapDocFreqInterval),
multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval),
_root_=PostingsFormat(name=Asserting),
lowerfilt=PostingsFormat(name=LuceneVarGapDocFreqInterval),
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting),
multiDefault=DocValuesFormat(name=Lucene80),
_root_=DocValuesFormat(name=Lucene80),
intDefault=DocValuesFormat(name=Lucene80),
range_facet_l=DocValuesFormat(name=Lucene80),
_version_=DocValuesFormat(name=Lucene80),
lowerfilt1and2=DocValuesFormat(name=Lucene80),
id_i1=DocValuesFormat(name=Lucene80), lowerfilt=DocValuesFormat(name=Lucene80),
range_facet_i_dv=DocValuesFormat(name=Lucene80),
id=DocValuesFormat(name=Asserting),
intDvoDefault=DocValuesFormat(name=Asserting),
timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1909,
maxMBSortInHeap=5.060265910569069,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1a95d4e7),
locale=pt-BR, timezone=Asia/Muscat
[junit4] 2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=185037776,total=517472256
[junit4] 2> NOTE: All tests run in this JVM: [CdcrBidirectionalTest,
TestCSVLoader, TestSearchPerf, AsyncCallRequestStatusResponseTest,
DistributedQueueTest, DistributedQueryElevationComponentTest,
TestHdfsBackupRestoreCore, RequiredFieldsTest, StressHdfsTest,
ConnectionManagerTest, HdfsDirectoryTest, SpellingQueryConverterTest,
ConcurrentDeleteAndCreateCollectionTest, DistributedFacetExistsSmallTest,
TestCloudPivotFacet, TestNestedUpdateProcessor, BooleanFieldTest,
TestTrackingShardHandlerFactory, TestPolicyCloud, TestXmlQParserPlugin,
SuggesterFSTTest, TestInitQParser, TestSimpleTextCodec, FullHLLTest,
TestNumericTokenStream, TestLegacyNumericRangeQueryBuilder,
TestPHPSerializedResponseWriter, TestTlogReplica, SuggesterWFSTTest,
CursorPagingTest, CleanupOldIndexTest, SolrMetricReporterTest,
CoreMergeIndexesAdminHandlerTest, TestCoreContainer,
TlogReplayBufferedWhileIndexingTest, TestLMDirichletSimilarityFactory,
ExitableDirectoryReaderTest, ClassificationUpdateProcessorFactoryTest,
TestRandomDVFaceting, RecoveryAfterSoftCommitTest,
HttpPartitionWithTlogReplicasTest, TestSolrQueryParser,
OutOfBoxZkACLAndCredentialsProvidersTest,
TestOverriddenPrefixQueryForCustomFieldType, DebugComponentTest,
TestExpandComponent, BigEndianAscendingWordSerializerTest,
ShufflingReplicaListTransformerTest, SolrPluginUtilsTest,
TestHalfAndHalfDocValues, TestNumericTerms64,
TestSolrCloudWithHadoopAuthPlugin, TestDFISimilarityFactory, TestCustomStream,
TestAuthorizationFramework, TestUniqueKeyFieldResource,
ReplaceNodeNoTargetTest, SolrRrdBackendFactoryTest, CircularListTest,
TestLRUStatsCache, HdfsTlogReplayBufferedWhileIndexingTest,
TestNonDefinedSimilarityFactory, TestExceedMaxTermLength,
CloneFieldUpdateProcessorFactoryTest, IndexSchemaTest, TestDistributedMap,
CoreAdminHandlerTest, TestSchemaManager, TestDeprecatedFilters,
RegexBoostProcessorTest, V2StandaloneTest, ResponseBuilderTest,
ReturnFieldsTest, MoveReplicaHDFSFailoverTest, TestSolrConfigHandlerConcurrent,
TriggerIntegrationTest, PreAnalyzedFieldManagedSchemaCloudTest,
SuggestComponentContextFilterQueryTest, ScheduledMaintenanceTriggerTest,
AddSchemaFieldsUpdateProcessorFactoryTest, NodeAddedTriggerIntegrationTest,
TestSolrCloudWithDelegationTokens, TestObjectReleaseTracker,
TestLegacyFieldReuse, TestBlendedInfixSuggestions, DirectSolrConnectionTest,
TestStressLucene, TestCodecSupport, TestDocTermOrdsUninvertLimit,
SolrCloudExampleTest, TestConfigSetImmutable, DistanceFunctionTest,
TestDynamicURP, AddReplicaTest, SolrSlf4jReporterTest,
CollectionTooManyReplicasTest, HighlighterTest, TestPrepRecovery,
DirectUpdateHandlerTest, DeleteInactiveReplicaTest, LeaderElectionTest,
EmbeddedSolrNoSerializeTest, TestGroupingSearch, TestManagedSchemaThreadSafety,
TestQuerySenderNoQuery, TestJsonFacetsWithNestedObjects,
TestSimExecutePlanAction, TestMergePolicyConfig, TestSolrCoreSnapshots,
TestBinaryResponseWriter, TestGeoJSONResponseWriter, TestSolrDeletionPolicy2,
TestJsonFacetRefinement, IndexSizeTriggerTest, TestUtils, ZkStateWriterTest,
LukeRequestHandlerTest, SystemInfoHandlerTest, TestSmileRequest,
BlockJoinFacetRandomTest, DistributedTermsComponentTest, ForceLeaderTest,
TestManagedSynonymGraphFilterFactory, TestRandomFlRTGCloud,
TestUnInvertedFieldException, TestInitParams, TestCustomSort,
TestSubQueryTransformerCrossCore, TestHashPartitioner,
TestComplexPhraseLeadingWildcard, AnalysisAfterCoreReloadTest,
MetricsHistoryHandlerTest, TestFuzzyAnalyzedSuggestions,
MetricsHistoryIntegrationTest, OrderedExecutorTest,
JWTAuthPluginIntegrationTest, TestMultiValuedNumericRangeQuery,
TestIntervalFaceting, TestDeleteCollectionOnDownNodes, TestLockTree,
TestMiniSolrCloudClusterSSL, TestSegmentSorting,
TestSolrCloudWithSecureImpersonation, TestStressInPlaceUpdates,
TestStressLiveNodes, UnloadDistributedZkTest, ZkControllerTest, ZkFailoverTest,
ZkSolrClientTest, HdfsCollectionsAPIDistributedZkTest,
SimpleCollectionCreateDeleteTest, TestCollectionsAPIViaSolrCloudCluster,
TestHdfsCloudBackupRestore, TestReplicaProperties,
TestRequestStatusCollectionAPI, AutoAddReplicasIntegrationTest,
AutoAddReplicasPlanActionTest, AutoScalingHandlerTest, ExecutePlanActionTest,
HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest,
NodeLostTriggerIntegrationTest, NodeLostTriggerTest,
NodeMarkersRegistrationTest, RestoreTriggerStateTest,
SearchRateTriggerIntegrationTest, SearchRateTriggerTest, SystemLogListenerTest,
TriggerEventQueueTest, TestSimClusterStateProvider, TestSimComputePlanAction,
TestSimDistribStateManager, TestSimDistributedQueue,
TestSimGenericDistributedQueue, TestSimNodeAddedTrigger,
TestSimNodeLostTrigger, TestSimPolicyCloud, TestSimTriggerIntegration,
BaseCdcrDistributedZkTest, CdcrOpsAndBoundariesTest, HDFSCollectionsAPITest,
HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, TestLazyCores,
TestSolrXml, TestXIncludeConfig, CSVRequestHandlerTest,
DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest,
MoreLikeThisHandlerTest, PingRequestHandlerTest,
TestReplicationHandlerDiskOverFlow, TestReqParamsAPI, TestSQLHandlerNonCloud,
TestSolrConfigHandlerCloud, V2ApiIntegrationTest, AdminHandlersProxyTest,
CoreAdminCreateDiscoverTest, LoggingHandlerTest, MetricsHandlerTest,
SecurityConfHandlerTest, SegmentsInfoRequestHandlerTest,
ShowFileRequestHandlerTest, StatsReloadRaceTest, TestConfigsApi,
TestCoreAdminApis, ZookeeperStatusHandlerTest, BadComponentTest,
CustomHighlightComponentTest, CustomTermsComponentTest,
DistributedFacetPivotLongTailTest, DistributedFacetPivotWhiteBoxTest,
DistributedMLTComponentTest, PhrasesIdentificationComponentTest,
ResponseLogComponentTest, SearchHandlerTest, TermVectorComponentTest,
TermsComponentTest, TestPivotHelperCode, TaggerTest, TaggingAttributeTest,
FastVectorHighlighterTest, TestUnifiedSolrHighlighter, CheckHdfsIndexTest,
SmileWriterTest, TestRetrieveFieldsOptimizer, TestChildDocTransformer,
TestSubQueryTransformer, TestRestManager, TestBulkSchemaAPI,
TestSchemaVersionResource, CopyFieldTest, CurrencyFieldTypeTest,
DocValuesMultiTest, DocValuesTest, TestBinaryField, TestBulkSchemaConcurrent,
TestCollationField, TestManagedSchemaAPI, TestPointFields, AnalyticsQueryTest,
LargeFieldTest, MergeStrategyTest, SortSpecParsingTest,
TestAddFieldRealTimeGet, TestCollapseQParserPlugin, TestFastLRUCache,
TestFiltering, TestMultiWordSynonyms, TestQueryTypes, TestRTGBase,
TestRangeQuery, TestReRankQParserPlugin, TestRealTimeGet, TestRecoveryHdfs,
TestSimpleQParserPlugin, TestSolr4Spatial2, TestSolrCoreParser,
TestSolrFieldCacheBean, TestStressUserVersions, TestStressVersions,
TestTrieFacet, TestValueSourceCache, SpatialHeatmapFacetsTest, TestOrdValues,
GraphQueryTest, TestNestedDocsSort, TestScoreJoinQPScore, TestJsonRequest,
SimpleMLTQParserTest]
[junit4] Completed [759/845 (1!)] on J0 in 1.26s, 1 test, 1 error <<<
FAILURES!
[...truncated 325 lines...]
[junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_214E6012A7A9C43E-001/init-core-data-001
[junit4] 2> 2292848 WARN
(SUITE-FullSolrCloudDistribCmdsTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=50 numCloses=50
[junit4] 2> 2292848 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2292851 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 2292851 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2292851 INFO
(SUITE-FullSolrCloudDistribCmdsTest-seed#[214E6012A7A9C43E]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 2292854 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2292855 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2292855 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 2292955 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer start zk server on port:33645
[junit4] 2> 2292955 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33645
[junit4] 2> 2292955 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 33645
[junit4] 2> 2292959 INFO (zkConnectionManagerCallback-9210-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2292961 INFO (zkConnectionManagerCallback-9212-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2292963 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2292964 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 2292965 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2292966 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2292968 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2292969 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2292970 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2292971 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2292972 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2292974 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2292975 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkTestServer put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2292976 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 2293157 WARN
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2293157 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2293157 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2293157 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 2293159 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2293159 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2293159 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2293159 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1a244f5d{/,null,AVAILABLE}
[junit4] 2> 2293160 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@63fa5362{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:36564}
[junit4] 2> 2293160 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.e.j.s.Server Started @2293222ms
[junit4] 2> 2293160 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_214E6012A7A9C43E-001/tempDir-001/control/data,
hostContext=/, hostPort=36564,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_214E6012A7A9C43E-001/control-001/cores}
[junit4] 2> 2293161 ERROR
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2293161 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2293161 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 2293161 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2293161 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2293161 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-03-09T12:05:43.354Z
[junit4] 2> 2293167 INFO (zkConnectionManagerCallback-9214-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2293168 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2293168 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_214E6012A7A9C43E-001/control-001/solr.xml
[junit4] 2> 2293173 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2293173 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2293175 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b802d, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2293314 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2293316 WARN
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@3b3dc58e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2293320 WARN
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@3aabd9a0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2293321 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33645/solr
[junit4] 2> 2293323 INFO (zkConnectionManagerCallback-9220-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2293325 INFO (zkConnectionManagerCallback-9222-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2293412 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E])
[n:127.0.0.1:36564_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:36564_
[junit4] 2> 2293413 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E])
[n:127.0.0.1:36564_ ] o.a.s.c.Overseer Overseer
(id=72927119166865412-127.0.0.1:36564_-n_0000000000) starting
[junit4] 2> 2293419 INFO (zkConnectionManagerCallback-9229-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2293422 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E])
[n:127.0.0.1:36564_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:33645/solr ready
[junit4] 2> 2293423 INFO
(OverseerStateUpdate-72927119166865412-127.0.0.1:36564_-n_0000000000)
[n:127.0.0.1:36564_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:36564_
[junit4] 2> 2293423 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E])
[n:127.0.0.1:36564_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36564_
[junit4] 2> 2293425 INFO
(OverseerStateUpdate-72927119166865412-127.0.0.1:36564_-n_0000000000)
[n:127.0.0.1:36564_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2293433 INFO (zkCallback-9228-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2293465 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E])
[n:127.0.0.1:36564_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 2293492 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E])
[n:127.0.0.1:36564_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b802d
[junit4] 2> 2293507 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E])
[n:127.0.0.1:36564_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b802d
[junit4] 2> 2293507 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E])
[n:127.0.0.1:36564_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b802d
[junit4] 2> 2293509 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E])
[n:127.0.0.1:36564_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_214E6012A7A9C43E-001/control-001/cores
[junit4] 2> 2293538 INFO (zkConnectionManagerCallback-9235-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2293540 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2293541 INFO
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[214E6012A7A9C43E]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33645/solr ready
[junit4] 2> 2293543 INFO (qtp248155231-84194) [n:127.0.0.1:36564_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36564_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2293546 INFO
(OverseerThreadFactory-9144-thread-1-processing-n:127.0.0.1:36564_)
[n:127.0.0.1:36564_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 2293654 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2293654 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 2294676 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 2294692 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 2294798 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 2294815 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 2294815 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b802d
[junit4] 2> 2294815 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_214E6012A7A9C43E-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.FullSolrCloudDistribCmdsTest_214E6012A7A9C43E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 2294818 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6640916283049024]
[junit4] 2> 2294823 WARN (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
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> 2294885 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2294885 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 2294887 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2294887 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2294889 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=42, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=34.0234375,
floorSegmentMB=1.6044921875, forceMergeDeletesPctAllowed=7.530456859601676,
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0,
deletesPctAllowed=28.524934377383595
[junit4] 2> 2294889 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4cde54e9[control_collection_shard1_replica_n1] main]
[junit4] 2> 2294890 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2294891 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 2294891 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2294891 INFO (qtp248155231-84196) [n:127.0.0.1:36564_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1627529564739600384
[junit4] 2> 2294895 INFO
(searcherExecutor-9149-thread-1-processing-n:127.0.0.1:36564_
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:36564_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@4cde54e9[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectory
[...truncated too long message...]
file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/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-BadApples-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/null195981466
[copy] Copying 239 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/null195981466
[delete] Deleting directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/null195981466
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 50ms :: artifacts dl 6ms
---------------------------------------------------------------------
| | 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: 387 minutes 4 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to 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:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]