Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.7/19/
4 tests failed.
FAILED:
org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithBM25NB
Error Message:
expected:<7> but was:<6>
Stack Trace:
java.lang.AssertionError: expected:<7> but was:<6>
at
__randomizedtesting.SeedInfo.seed([4EAA3B5ECE16FEAD:F541BDBC1D7F1BE2]: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.lucene.classification.utils.ConfusionMatrixGeneratorTest.checkCM(ConfusionMatrixGeneratorTest.java:110)
at
org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithBM25NB(ConfusionMatrixGeneratorTest.java:135)
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
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
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.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull
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([46541D0A0C25A259]:0)
FAILED: junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterDelete
Error Message:
Suite timeout exceeded (>= 7200000 msec).
Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
at __randomizedtesting.SeedInfo.seed([46541D0A0C25A259]:0)
FAILED: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest.test
Error Message:
Timeout occured while waiting response from server at:
http://127.0.0.1:37038/y_xqp/bj
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:37038/y_xqp/bj
at
__randomizedtesting.SeedInfo.seed([71DC18D72A25C854:F988270D84D9A5AC]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.UnloadDistributedZkTest.testCoreUnloadAndLeaders(UnloadDistributedZkTest.java:308)
at
org.apache.solr.cloud.UnloadDistributedZkTest.test(UnloadDistributedZkTest.java:71)
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
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1075)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1047)
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.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:542)
... 52 more
Build Log:
[...truncated 1685 lines...]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete
[junit4] 2> май 23, 2019 12:06:04 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
[junit4] 2> WARNING: Suite execution timed out:
org.apache.lucene.index.TestIndexWriterDelete
[junit4] 2> 1) Thread[id=9, name=JUnit4-serializer-daemon,
state=TIMED_WAITING, group=main]
[junit4] 2> at java.lang.Thread.sleep(Native Method)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
[junit4] 2> 2) Thread[id=1875,
name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[46541D0A0C25A259],
state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete]
[junit4] 2> at java.lang.Thread.sleep(Native Method)
[junit4] 2> at
org.apache.lucene.store.SlowClosingMockIndexInputWrapper.close(SlowClosingMockIndexInputWrapper.java:39)
[junit4] 2> at
org.apache.lucene.util.IOUtils.close(IOUtils.java:88)
[junit4] 2> at
org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
[junit4] 2> at
org.apache.lucene.codecs.lucene50.Lucene50PostingsReader.close(Lucene50PostingsReader.java:150)
[junit4] 2> at
org.apache.lucene.util.IOUtils.close(IOUtils.java:88)
[junit4] 2> at
org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
[junit4] 2> at
org.apache.lucene.codecs.blocktree.BlockTreeTermsReader.close(BlockTreeTermsReader.java:249)
[junit4] 2> at
org.apache.lucene.util.IOUtils.close(IOUtils.java:88)
[junit4] 2> at
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.close(PerFieldPostingsFormat.java:317)
[junit4] 2> at
org.apache.lucene.util.IOUtils.close(IOUtils.java:88)
[junit4] 2> at
org.apache.lucene.util.IOUtils.close(IOUtils.java:76)
[junit4] 2> at
org.apache.lucene.index.SegmentCoreReaders.decRef(SegmentCoreReaders.java:170)
[junit4] 2> at
org.apache.lucene.index.SegmentReader.doClose(SegmentReader.java:204)
[junit4] 2> at
org.apache.lucene.index.IndexReader.decRef(IndexReader.java:244)
[junit4] 2> at
org.apache.lucene.index.IndexReader.close(IndexReader.java:382)
[junit4] 2> at
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:787)
[junit4] 2> at
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:300)
[junit4] 2> at
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:285)
[junit4] 2> at
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:281)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:638)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull(TestIndexWriterDelete.java:486)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 3) Thread[id=1, name=main, state=WAITING, group=main]
[junit4] 2> at java.lang.Object.wait(Native Method)
[junit4] 2> at java.lang.Thread.join(Thread.java:1252)
[junit4] 2> at java.lang.Thread.join(Thread.java:1326)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:639)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:496)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
[junit4] 2> at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
[junit4] 2> 4) Thread[id=1874,
name=SUITE-TestIndexWriterDelete-seed#[46541D0A0C25A259], state=RUNNABLE,
group=TGRP-TestIndexWriterDelete]
[junit4] 2> at java.lang.Thread.getStackTrace(Thread.java:1559)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
[junit4] 2> at java.security.AccessController.doPrivileged(Native
Method)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:708)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:629)
[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=TestIndexWriterDelete -Dtests.method=testDeletesOnDiskFull
-Dtests.seed=46541D0A0C25A259 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/test-data/enwiki.random.lines.txt
-Dtests.locale=be-BY -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 7143s J2 | TestIndexWriterDelete.testDeletesOnDiskFull <<<
[junit4] > Throwable #1: java.lang.Exception: Test abandoned because
suite timeout was reached.
[junit4] > at
__randomizedtesting.SeedInfo.seed([46541D0A0C25A259]:0)
[junit4] 2> май 23, 2019 12:06:04 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> май 23, 2019 12:06:24 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.lucene.index.TestIndexWriterDelete:
[junit4] 2> 1) Thread[id=1875,
name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[46541D0A0C25A259],
state=RUNNABLE, group=TGRP-TestIndexWriterDelete]
[junit4] 2> at java.lang.Thread.sleep(Native Method)
[junit4] 2> at
org.apache.lucene.store.SlowOpeningMockIndexInputWrapper.<init>(SlowOpeningMockIndexInputWrapper.java:33)
[junit4] 2> at
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:769)
[junit4] 2> at
org.apache.lucene.store.Directory.copyFrom(Directory.java:182)
[junit4] 2> at
org.apache.lucene.util.TestUtil.ramCopyOf(TestUtil.java:1299)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:528)
[junit4] 2> at
org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull(TestIndexWriterDelete.java:486)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> май 23, 2019 12:06:24 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=1875,
name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[46541D0A0C25A259],
state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete]
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/build/core/test/J2/temp/lucene.index.TestIndexWriterDelete_46541D0A0C25A259-001
[junit4] 2> May 23, 2019 11:06:25 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: All leaked threads terminated.
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{field=Lucene50(blocksize=128), city=Lucene50(blocksize=128),
contents=Lucene50(blocksize=128), id=Lucene50(blocksize=128),
body=Lucene50(blocksize=128), value=PostingsFormat(name=Memory),
content=PostingsFormat(name=Memory)},
docValues:{dv=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Memory),
value=DocValuesFormat(name=Asserting),
content=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=540,
maxMBSortInHeap=5.061707069474123, sim=RandomSimilarity(queryNorm=false):
{field=DFR G3(800.0), contents=DFR G2, city=DFR I(n)1, id=DFR GL3(800.0),
body=IB LL-DZ(0.3), content=DFR GB3(800.0)}, locale=be-BY,
timezone=Pacific/Samoa
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=175019680,total=237502464
[junit4] 2> NOTE: All tests run in this JVM: [TestIndexWriterWithThreads,
MultiCollectorTest, TestByteArrayDataInput, TestIndexOrDocValuesQuery,
TestSpanCollection, TestLiveFieldValues, TestDirectMonotonic, TestMathUtil,
TestFlex, TestOrdinalMap, TestBagOfPostings, TestLazyProxSkipping,
TestMultiPhraseQuery, TestSimpleExplanationsOfNonMatches, TestSearcherManager,
TestDocIdSetBuilder, TestScorerPerf, TestLRUQueryCache,
TestSearchForDuplicates, TestPagedBytes, Test2BPoints, TestInfoStream,
TestIndexWriterDelete]
[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=TestIndexWriterDelete -Dtests.seed=46541D0A0C25A259
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/test-data/enwiki.random.lines.txt
-Dtests.locale=be-BY -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J2 | TestIndexWriterDelete (suite) <<<
[junit4] > Throwable #1: java.lang.Exception: Suite timeout exceeded (>=
7200000 msec).
[junit4] > at
__randomizedtesting.SeedInfo.seed([46541D0A0C25A259]:0)
[junit4] Completed [340/488 (1!)] on J2 in 7220.75s, 15 tests, 2 errors <<<
FAILURES!
[...truncated 6030 lines...]
[junit4] Suite:
org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest
[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=ConfusionMatrixGeneratorTest
-Dtests.method=testGetConfusionMatrixWithBM25NB -Dtests.seed=4EAA3B5ECE16FEAD
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/test-data/enwiki.random.lines.txt
-Dtests.locale=zh-HK -Dtests.timezone=Etc/UCT -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 8.93s J0 |
ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithBM25NB <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<7> but
was:<6>
[junit4] > at
__randomizedtesting.SeedInfo.seed([4EAA3B5ECE16FEAD:F541BDBC1D7F1BE2]:0)
[junit4] > at
org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.checkCM(ConfusionMatrixGeneratorTest.java:110)
[junit4] > at
org.apache.lucene.classification.utils.ConfusionMatrixGeneratorTest.testGetConfusionMatrixWithBM25NB(ConfusionMatrixGeneratorTest.java:135)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/build/classification/test/J0/temp/lucene.classification.utils.ConfusionMatrixGeneratorTest_4EAA3B5ECE16FEAD-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{bool=PostingsFormat(name=Direct), cat=PostingsFormat(name=Direct),
text=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=1619,
maxMBSortInHeap=6.587545159147714, sim=RandomSimilarity(queryNorm=false):
{bool=IB SPL-L1, cat=DFR I(ne)3(800.0), text=DFR I(ne)L2}, locale=zh-HK,
timezone=Etc/UCT
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=265193512,total=340262912
[junit4] 2> NOTE: All tests run in this JVM: [DataSplitterTest,
KNearestNeighborDocumentClassifierTest, KNearestNeighborClassifierTest,
ConfusionMatrixGeneratorTest]
[junit4] Completed [9/11 (1!)] on J0 in 14.67s, 7 tests, 1 failure <<<
FAILURES!
[...truncated 6683 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.HdfsUnloadDistributedZkTest
[junit4] 2> 2452776 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/init-core-data-001
[junit4] 2> 2452776 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 2452799 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2452821 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-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> 2452821 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/y_xqp/bj
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 2453102 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 2453169 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2453206 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2453313 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
to ./temp/Jetty_lucene2.us.west_apache_org_37141_hdfs____xpkid0/webapp
[junit4] 2> 2454434 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.m.log Started
HttpServer2$selectchannelconnectorwithsafestar...@lucene2-us-west.apache.org:37141
[junit4] 2> 2455474 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2455475 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2455587 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_33293_datanode____.3hdcq5/webapp
[junit4] 2> 2456702 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33293
[junit4] 2> 2457523 WARN
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 2457557 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 2457720 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.m.log Extract
jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_46806_datanode____.98lllp/webapp
[junit4] 2> 2458683 ERROR (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/tempDir-001/hdfsBaseDir/data/data1/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/tempDir-001/hdfsBaseDir/data/data2/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:45727) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 2458898 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x91acc12be56f65: from storage
DS-94815bc6-fdbd-4292-aa0d-90dd9a1500d8 node
DatanodeRegistration(127.0.0.1:36782,
datanodeUuid=ea2b6405-7915-4786-855b-2d0a4542589c, infoPort=41995,
infoSecurePort=0, ipcPort=32856,
storageInfo=lv=-56;cid=testClusterID;nsid=1894079094;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 2458898 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x91acc12be56f65: from storage
DS-011c5056-5fcf-474d-81c8-2c8ccba53ca2 node
DatanodeRegistration(127.0.0.1:36782,
datanodeUuid=ea2b6405-7915-4786-855b-2d0a4542589c, infoPort=41995,
infoSecurePort=0, ipcPort=32856,
storageInfo=lv=-56;cid=testClusterID;nsid=1894079094;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2459365 INFO
(SUITE-HdfsUnloadDistributedZkTest-seed#[71DC18D72A25C854]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46806
[junit4] 2> 2460122 ERROR (DataNode:
[[[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/tempDir-001/hdfsBaseDir/data/data3/,
[DISK]file:/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/tempDir-001/hdfsBaseDir/data/data4/]]
heartbeating to lucene2-us-west.apache.org/127.0.0.1:45727) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 2460260 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x91acc17df854e8: from storage
DS-3dbf43d4-deb6-4417-b83d-8b214fddfd22 node
DatanodeRegistration(127.0.0.1:37081,
datanodeUuid=4ee146d6-ac2b-439b-9727-2e6e10a345b2, infoPort=35405,
infoSecurePort=0, ipcPort=45245,
storageInfo=lv=-56;cid=testClusterID;nsid=1894079094;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 2460261 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x91acc17df854e8: from storage
DS-e287b1d6-63c4-4f7e-9680-22af23ae36f8 node
DatanodeRegistration(127.0.0.1:37081,
datanodeUuid=4ee146d6-ac2b-439b-9727-2e6e10a345b2, infoPort=35405,
infoSecurePort=0, ipcPort=45245,
storageInfo=lv=-56;cid=testClusterID;nsid=1894079094;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 2460992 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2460992 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2460992 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 2461092 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer start zk server on port:42598
[junit4] 2> 2461092 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42598
[junit4] 2> 2461092 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42598
[junit4] 2> 2461145 INFO (zkConnectionManagerCallback-4345-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2461150 INFO (zkConnectionManagerCallback-4347-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2461151 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2461166 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 2461167 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2461168 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2461169 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2461178 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2461179 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2461180 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2461180 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2461181 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2461182 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2461183 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 2461689 WARN
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2461689 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2461689 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2461689 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
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> 2461693 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2461693 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2461693 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2461694 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@493b1f1f{/y_xqp/bj,null,AVAILABLE}
[junit4] 2> 2461695 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@680cf7f4{HTTP/1.1,[http/1.1]}{127.0.0.1:37038}
[junit4] 2> 2461695 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.e.j.s.Server Started @2461878ms
[junit4] 2> 2461695 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://lucene2-us-west.apache.org:45727/hdfs__lucene2-us-west.apache.org_45727__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.7_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001_tempDir-002_control_data,
replicaType=NRT, hostContext=/y_xqp/bj, hostPort=37038,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/control-001/cores}
[junit4] 2> 2461695 ERROR
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2461695 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2461695 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.7.2
[junit4] 2> 2461696 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2461696 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2461696 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-24T02:53:39.165Z
[junit4] 2> 2461749 INFO (zkConnectionManagerCallback-4349-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2461750 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2461750 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/control-001/solr.xml
[junit4] 2> 2461753 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2461753 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2461755 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@24329d4f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2462001 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2462030 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42598/solr
[junit4] 2> 2462043 INFO (zkConnectionManagerCallback-4353-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2462089 INFO (zkConnectionManagerCallback-4355-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2462473 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854])
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.c.OverseerElectionContext I am going
to be the leader 127.0.0.1:37038_y_xqp%2Fbj
[junit4] 2> 2462511 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854])
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.c.Overseer Overseer
(id=74744820346060804-127.0.0.1:37038_y_xqp%2Fbj-n_0000000000) starting
[junit4] 2> 2462562 INFO (zkConnectionManagerCallback-4362-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2462564 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854])
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:42598/solr ready
[junit4] 2> 2462564 INFO
(OverseerStateUpdate-74744820346060804-127.0.0.1:37038_y_xqp%2Fbj-n_0000000000)
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.c.Overseer Starting to work on the
main queue : 127.0.0.1:37038_y_xqp%2Fbj
[junit4] 2> 2462565 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854])
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:37038_y_xqp%2Fbj
[junit4] 2> 2462566 INFO (zkCallback-4354-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2462584 INFO (zkCallback-4361-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2462656 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854])
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2462724 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854])
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24329d4f
[junit4] 2> 2462775 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854])
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24329d4f
[junit4] 2> 2462775 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854])
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24329d4f
[junit4] 2> 2462777 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854])
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/control-001/cores
[junit4] 2> 2462847 INFO (zkConnectionManagerCallback-4368-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2462860 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2462860 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42598/solr ready
[junit4] 2> 2462862 INFO (qtp6492755-16982) [n:127.0.0.1:37038_y_xqp%2Fbj
] 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:37038_y_xqp%252Fbj&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2462864 INFO
(OverseerThreadFactory-5118-thread-1-processing-n:127.0.0.1:37038_y_xqp%2Fbj)
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.c.a.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 2462992 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
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> 2463009 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
x:control_collection_shard1_replica_n1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 2464057 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.7.2
[junit4] 2> 2464142 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
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> 2464781 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 2464836 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
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> 2464836 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
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@24329d4f
[junit4] 2> 2464836 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://lucene2-us-west.apache.org:45727/solr_hdfs_home
[junit4] 2> 2464836 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 2464837 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
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
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[hdfs://lucene2-us-west.apache.org:45727/solr_hdfs_home/control_collection/core_node2/data/]
[junit4] 2> 2464838 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:45727/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
[junit4] 2> 2465043 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2465044 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2465044 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2465180 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2465182 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:45727/solr_hdfs_home/control_collection/core_node2/data
[junit4] 2> 2465269 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://lucene2-us-west.apache.org:45727/solr_hdfs_home/control_collection/core_node2/data/index
[junit4] 2> 2465287 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 2465287 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 2465287 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 2465356 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 2465357 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.6650390625, noCFSRatio=0.0]
[junit4] 2> 2465561 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37081 is added to
blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-94815bc6-fdbd-4292-aa0d-90dd9a1500d8:NORMAL:127.0.0.1:36782|RBW],
ReplicaUC[[DISK]DS-3dbf43d4-deb6-4417-b83d-8b214fddfd22:NORMAL:127.0.0.1:37081|RBW]]}
size 69
[junit4] 2> 2465561 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36782 is added to
blk_1073741825_1001 size 69
[junit4] 2> 2466027 WARN (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
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> 2466367 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 2466367 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
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> 2466367 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 2466496 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2466496 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2466514 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
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=35, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=1.2890625,
floorSegmentMB=0.3115234375, forceMergeDeletesPctAllowed=18.773273664349325,
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6181227540243732, deletesPctAllowed=21.91533359046002
[junit4] 2> 2466660 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2bf93efe[control_collection_shard1_replica_n1] main]
[junit4] 2> 2466661 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2466661 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
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> 2466662 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2466664 WARN (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.h.HdfsLocalityReporter Could not retrieve locality information for
hdfs://lucene2-us-west.apache.org:41367/solr3 due to exception:
java.net.ConnectException: Call From lucene2-us-west.apache.org/127.0.0.1 to
lucene2-us-west.apache.org:41367 failed on connection exception:
java.net.ConnectException: Connection refused; For more details see:
http://wiki.apache.org/hadoop/ConnectionRefused
[junit4] 2> 2466664 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
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 1634380204351684608
[junit4] 2> 2466720 INFO
(searcherExecutor-5123-thread-1-processing-n:127.0.0.1:37038_y_xqp%2Fbj
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:37038_y_xqp%2Fbj 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@2bf93efe[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2466729 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 2466729 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/control_collection/leaders/shard1
[junit4] 2> 2466770 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2466770 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 2466770 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:37038/y_xqp/bj/control_collection_shard1_replica_n1/
[junit4] 2> 2466770 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 2466770 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:37038/y_xqp/bj/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 2466770 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 2466770 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/74744820346060804-core_node2-n_0000000000
[junit4] 2> 2466789 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37038/y_xqp/bj/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 2466839 INFO (zkCallback-4354-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2466839 INFO (zkCallback-4354-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2466877 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 2466935 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={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}
status=0 QTime=3943
[junit4] 2> 2466999 INFO (qtp6492755-16982) [n:127.0.0.1:37038_y_xqp%2Fbj
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 45 seconds. Check all shard replicas
[junit4] 2> 2467051 INFO (zkCallback-4354-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2467051 INFO (zkCallback-4354-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2467051 INFO (zkCallback-4354-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2467052 INFO (qtp6492755-16982) [n:127.0.0.1:37038_y_xqp%2Fbj
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37038_y_xqp%252Fbj&wt=javabin&version=2}
status=0 QTime=4190
[junit4] 2> 2467171 INFO (zkConnectionManagerCallback-4373-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2467172 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2467191 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42598/solr ready
[junit4] 2> 2467191 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 2467192 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2467307 INFO
(OverseerThreadFactory-5118-thread-2-processing-n:127.0.0.1:37038_y_xqp%2Fbj)
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.c.a.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 2467335 INFO
(OverseerCollectionConfigSetProcessor-74744820346060804-127.0.0.1:37038_y_xqp%2Fbj-n_0000000000)
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2467643 WARN
(OverseerThreadFactory-5118-thread-2-processing-n:127.0.0.1:37038_y_xqp%2Fbj)
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.c.a.c.CreateCollectionCmd It is
unusual to create a collection (collection1) without cores.
[junit4] 2> 2467645 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at
most 45 seconds. Check all shard replicas
[junit4] 2> 2467645 INFO (qtp6492755-16984) [n:127.0.0.1:37038_y_xqp%2Fbj
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=452
[junit4] 2> 2467663 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=4
[junit4] 2> 2468321 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/shard-1-001
of type NRT
[junit4] 2> 2468336 WARN (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2468336 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2468336 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2468336 INFO (closeThreadPool-4374-thread-1) [ ]
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> 2468398 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2468398 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2468398 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2468409 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3950310a{/y_xqp/bj,null,AVAILABLE}
[junit4] 2> 2468409 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4823569d{HTTP/1.1,[http/1.1]}{127.0.0.1:38949}
[junit4] 2> 2468409 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.Server Started @2468592ms
[junit4] 2> 2468409 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://lucene2-us-west.apache.org:45727/hdfs__lucene2-us-west.apache.org_45727__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.7_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001_tempDir-002_jetty1,
solrconfig=solrconfig.xml, hostContext=/y_xqp/bj, hostPort=38949,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/shard-1-001/cores}
[junit4] 2> 2468409 ERROR (closeThreadPool-4374-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2468409 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2468409 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.7.2
[junit4] 2> 2468410 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2468410 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2468410 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-24T02:53:45.879Z
[junit4] 2> 2468411 INFO (zkConnectionManagerCallback-4376-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2468412 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2468412 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/shard-1-001/solr.xml
[junit4] 2> 2468415 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2468415 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2468433 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@24329d4f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2468581 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2468669 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42598/solr
[junit4] 2> 2468785 INFO (zkConnectionManagerCallback-4380-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2468858 INFO (zkConnectionManagerCallback-4382-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2468861 INFO (closeThreadPool-4374-thread-1)
[n:127.0.0.1:38949_y_xqp%2Fbj ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 2468880 INFO (closeThreadPool-4374-thread-1)
[n:127.0.0.1:38949_y_xqp%2Fbj ] o.a.s.c.ZkController Publish
node=127.0.0.1:38949_y_xqp%2Fbj as DOWN
[junit4] 2> 2468881 INFO (closeThreadPool-4374-thread-1)
[n:127.0.0.1:38949_y_xqp%2Fbj ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 2468881 INFO (closeThreadPool-4374-thread-1)
[n:127.0.0.1:38949_y_xqp%2Fbj ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:38949_y_xqp%2Fbj
[junit4] 2> 2468895 INFO (zkCallback-4361-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2468931 INFO (zkCallback-4381-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2468931 INFO (zkCallback-4372-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2468947 INFO (zkCallback-4354-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2469053 INFO (zkConnectionManagerCallback-4389-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2469054 INFO (closeThreadPool-4374-thread-1)
[n:127.0.0.1:38949_y_xqp%2Fbj ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (2)
[junit4] 2> 2469055 INFO (closeThreadPool-4374-thread-1)
[n:127.0.0.1:38949_y_xqp%2Fbj ] o.a.s.c.s.i.ZkClientClusterStateProvider
Cluster at 127.0.0.1:42598/solr ready
[junit4] 2> 2469055 INFO (closeThreadPool-4374-thread-1)
[n:127.0.0.1:38949_y_xqp%2Fbj ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2469139 INFO (closeThreadPool-4374-thread-1)
[n:127.0.0.1:38949_y_xqp%2Fbj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24329d4f
[junit4] 2> 2469177 INFO (closeThreadPool-4374-thread-1)
[n:127.0.0.1:38949_y_xqp%2Fbj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24329d4f
[junit4] 2> 2469177 INFO (closeThreadPool-4374-thread-1)
[n:127.0.0.1:38949_y_xqp%2Fbj ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@24329d4f
[junit4] 2> 2469190 INFO (closeThreadPool-4374-thread-1)
[n:127.0.0.1:38949_y_xqp%2Fbj ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/shard-1-001/cores
[junit4] 2> 2469398 INFO
(OverseerCollectionConfigSetProcessor-74744820346060804-127.0.0.1:37038_y_xqp%2Fbj-n_0000000000)
[n:127.0.0.1:37038_y_xqp%2Fbj ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 2469485 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/shard-2-001
of type NRT
[junit4] 2> 2469485 WARN (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2469485 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2469485 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2469485 INFO (closeThreadPool-4374-thread-1) [ ]
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> 2469592 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2469592 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2469592 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2469593 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@f561c32{/y_xqp/bj,null,AVAILABLE}
[junit4] 2> 2469593 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6c5a9eeb{HTTP/1.1,[http/1.1]}{127.0.0.1:45889}
[junit4] 2> 2469593 INFO (closeThreadPool-4374-thread-1) [ ]
o.e.j.s.Server Started @2469776ms
[junit4] 2> 2469593 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://lucene2-us-west.apache.org:45727/hdfs__lucene2-us-west.apache.org_45727__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.7_checkout_solr_build_solr-core_test_J0_temp_solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001_tempDir-002_jetty2,
solrconfig=solrconfig.xml, hostContext=/y_xqp/bj, hostPort=45889,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/shard-2-001/cores}
[junit4] 2> 2469594 ERROR (closeThreadPool-4374-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2469594 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2469594 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.7.2
[junit4] 2> 2469594 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2469594 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2469594 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-24T02:53:47.063Z
[junit4] 2> 2469628 INFO (zkConnectionManagerCallback-4392-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2469649 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2469649 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/shard-2-001/solr.xml
[junit4] 2> 2469652 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2469652 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2469686 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@24329d4f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2471414 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2471414 INFO
(TEST-HdfsUnloadDistributedZkTest.test-seed#[71DC18D72A25C854]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsUnloadDistributedZkTest_71DC18D72A25C854-001/shard-3-001
of type NRT
[junit4] 2> 2471455 WARN (closeThreadPool-4374-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2471594 INFO (closeThreadPool-4374-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42598/solr
[junit4] 2> 2471690 INFO (zkConnectionManagerCallback-4396-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2471727 INFO (closeThreadPool-4374-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 2471727 INFO (closeThreadPool-4374-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2471727 INFO (closeThreadPool-4374-thread-2) [ ]
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> 2471856 INFO (closeThreadPool-4374-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2471856 INFO (closeThreadPool-4374-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2471856 INFO (closeThreadPool-4374-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2471857 INFO (closeThreadPool-4374-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6fbf1d6d{/y_xqp/bj,null,AVAILABLE}
[junit4] 2> 2471873 INFO (closeThreadPool-4374-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@613ac6e4{HTTP/1.1,[http/1.1]}{127.0.0.1:33487}
[junit4] 2> 2471873 INFO (closeThreadPool-4374-thread-2) [ ]
o.e.j.s.Server Started @2472056ms
[junit4] 2> 2471873 INFO (closeThreadPool-4374-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://lucene2-us-west.apache.org:45727/hdfs__lucene2-us-west.apache.org_45727__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-7.7_checkou
[...truncated too long message...]
rce] 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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/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 =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/null1462283539
[copy] Copying 242 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/null1462283539
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.7/checkout/solr/null1462283539
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 84ms :: artifacts dl 3ms
---------------------------------------------------------------------
| | 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: 493 minutes 23 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 lucene2
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]