You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/05/02 16:24:49 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 3325 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3325/

3 tests failed.
FAILED:  org.apache.solr.update.PeerSyncTest.test

Error Message:
Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:45596/vb_may/u/collection1

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:45596/vb_may/u/collection1
	at __randomizedtesting.SeedInfo.seed([5DC134FF7344679F:D5950B25DDB80A67]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
	at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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 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.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:45596/vb_may/u/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
	at org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
	... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
	... 49 more


FAILED:  org.apache.solr.update.PeerSyncWithLeaderTest.test

Error Message:
Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:43743/vet/v/collection1

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:43743/vet/v/collection1
	at __randomizedtesting.SeedInfo.seed([5DC134FF7344679F:D5950B25DDB80A67]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
	at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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 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.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:43743/vet/v/collection1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
	at org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
	... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
	... 49 more


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Thread pool didn't terminate within 15 secs

Stack Trace:
java.lang.AssertionError: Thread pool didn't terminate within 15 secs
	at __randomizedtesting.SeedInfo.seed([5DC134FF7344679F:D5950B25DDB80A67]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.reorderedDBQsSimpleTest(TestInPlaceUpdatesDistrib.java:273)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:177)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	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:1082)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
	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 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.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12596 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncTest
   [junit4]   2> 144334 INFO  (SUITE-PeerSyncTest-seed#[5DC134FF7344679F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/init-core-data-001
   [junit4]   2> 144335 WARN  (SUITE-PeerSyncTest-seed#[5DC134FF7344679F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 144335 INFO  (SUITE-PeerSyncTest-seed#[5DC134FF7344679F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 144336 INFO  (SUITE-PeerSyncTest-seed#[5DC134FF7344679F]-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> 144337 INFO  (SUITE-PeerSyncTest-seed#[5DC134FF7344679F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /vb_may/u
   [junit4]   2> 144337 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 144338 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 144358 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 144379 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 144496 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 144624 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 144627 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4437e23e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 144632 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@e2700d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 144650 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 144650 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 144673 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 144688 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 144689 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 144693 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 144717 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 144738 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 144864 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 144883 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 144884 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 144884 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/init-core-data-001/]
   [junit4]   2> 144887 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15229031055349262]
   [junit4]   2> 144890 WARN  (coreLoadExecutor-626-thread-1) [    x:collection1] 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> 144964 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 144964 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 144966 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 144966 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 144968 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.693359375, floorSegmentMB=1.2158203125, forceMergeDeletesPctAllowed=12.578166549715156, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=24.559493084549146
   [junit4]   2> 144968 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d6f9292[collection1] main]
   [junit4]   2> 144969 WARN  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 144970 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 144970 INFO  (coreLoadExecutor-626-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632433600549879808
   [junit4]   2> 144973 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 144996 INFO  (searcherExecutor-627-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7d6f9292[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 145182 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/control/cores/collection1
   [junit4]   2> 145184 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 145184 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 145185 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 145185 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 145187 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145187 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145187 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 145189 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@47c99b04{/vb_may/u,null,AVAILABLE}
   [junit4]   2> 145190 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c318983{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44683}
   [junit4]   2> 145190 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.Server Started @145252ms
   [junit4]   2> 145190 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/vb_may/u, solrconfig=solrconfig-tlog.xml, hostPort=44683, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/control/cores}
   [junit4]   2> 145191 ERROR (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145191 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145191 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 145191 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 145191 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145191 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-02T15:13:18.304637Z
   [junit4]   2> 145192 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/control/solr.xml
   [junit4]   2> 145197 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 145197 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 145200 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 145403 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 145405 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4804e3a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 145410 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4d83e29e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 145429 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 145429 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 145459 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 145479 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 145479 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 145482 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/control/cores
   [junit4]   2> 145482 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 145484 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 145519 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 145556 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 145665 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 145678 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 145679 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 145679 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 145682 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15229031055349262]
   [junit4]   2> 145685 WARN  (coreLoadExecutor-640-thread-1) [    x:collection1] 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> 145745 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 145745 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 145747 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 145747 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 145749 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.693359375, floorSegmentMB=1.2158203125, forceMergeDeletesPctAllowed=12.578166549715156, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=24.559493084549146
   [junit4]   2> 145749 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f5628d2[collection1] main]
   [junit4]   2> 145750 WARN  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 145751 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 145751 INFO  (coreLoadExecutor-640-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632433601368817664
   [junit4]   2> 145755 INFO  (searcherExecutor-641-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f5628d2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 145918 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 145919 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 145919 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 145920 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 145920 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 145922 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 145922 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 145922 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 145922 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6990fc9d{/vb_may/u,null,AVAILABLE}
   [junit4]   2> 145923 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1fd5c9a5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45596}
   [junit4]   2> 145924 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.Server Started @145986ms
   [junit4]   2> 145924 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/vb_may/u, solrconfig=solrconfig-tlog.xml, hostPort=45596, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard0/cores}
   [junit4]   2> 145924 ERROR (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 145924 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 145925 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 145925 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 145925 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 145925 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-02T15:13:19.038173Z
   [junit4]   2> 145925 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 145932 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 145932 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 145934 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 146234 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 146235 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4a8a7960[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 146240 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@79cb4d98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 146258 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 146258 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 146286 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 146306 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 146306 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 146309 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard0/cores
   [junit4]   2> 146309 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 146310 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 146338 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 146360 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 146475 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 146486 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 146487 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 146487 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 146490 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15229031055349262]
   [junit4]   2> 146493 WARN  (coreLoadExecutor-654-thread-1) [    x:collection1] 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> 146549 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 146549 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 146551 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 146551 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 146553 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.693359375, floorSegmentMB=1.2158203125, forceMergeDeletesPctAllowed=12.578166549715156, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=24.559493084549146
   [junit4]   2> 146554 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@233e6066[collection1] main]
   [junit4]   2> 146554 WARN  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 146555 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 146555 INFO  (coreLoadExecutor-654-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632433602211872768
   [junit4]   2> 146565 INFO  (searcherExecutor-655-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@233e6066[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 146704 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 146705 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 146706 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 146706 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 146706 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 146708 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 146708 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 146708 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 146708 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7468fc2a{/vb_may/u,null,AVAILABLE}
   [junit4]   2> 146711 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@72df9b6f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:37595}
   [junit4]   2> 146711 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.Server Started @146773ms
   [junit4]   2> 146711 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/vb_may/u, solrconfig=solrconfig-tlog.xml, hostPort=37595, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard1/cores}
   [junit4]   2> 146712 ERROR (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 146712 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 146712 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 146712 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 146713 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 146713 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-02T15:13:19.826041Z
   [junit4]   2> 146713 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 146717 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 146717 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 146719 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 146847 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 146849 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@45e8cc0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 146853 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@35ec464b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 146889 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 146889 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 146917 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 146938 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 146938 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 146942 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard1/cores
   [junit4]   2> 146942 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 146943 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 146967 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 146989 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 147116 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 147132 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 147132 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 147133 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 147135 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15229031055349262]
   [junit4]   2> 147139 WARN  (coreLoadExecutor-668-thread-1) [    x:collection1] 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> 147196 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 147196 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 147197 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 147197 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 147199 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.693359375, floorSegmentMB=1.2158203125, forceMergeDeletesPctAllowed=12.578166549715156, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=24.559493084549146
   [junit4]   2> 147200 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a4dc4ef[collection1] main]
   [junit4]   2> 147200 WARN  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 147201 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 147201 INFO  (coreLoadExecutor-668-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632433602889252864
   [junit4]   2> 147209 INFO  (searcherExecutor-669-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4a4dc4ef[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 147367 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 147368 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 147369 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 147369 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 147369 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 147370 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 147370 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 147370 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 147371 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9bda547{/vb_may/u,null,AVAILABLE}
   [junit4]   2> 147374 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1a17dd0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36559}
   [junit4]   2> 147374 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.s.Server Started @147436ms
   [junit4]   2> 147374 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/vb_may/u, solrconfig=solrconfig-tlog.xml, hostPort=36559, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard2/cores}
   [junit4]   2> 147374 ERROR (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 147374 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 147375 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 147375 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 147375 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 147375 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-02T15:13:20.488163Z
   [junit4]   2> 147375 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 147379 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 147379 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 147381 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 147454 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 147456 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@499c20aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 147460 WARN  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2da9515b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 147479 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 147479 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 147506 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 147524 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 147525 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 147527 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard2/cores
   [junit4]   2> 147528 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 147529 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 147569 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 147591 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 147715 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 147727 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 147727 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@59eefff2
   [junit4]   2> 147728 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_5DC134FF7344679F-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 147730 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15229031055349262]
   [junit4]   2> 147733 WARN  (coreLoadExecutor-682-thread-1) [    x:collection1] 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> 147791 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 147791 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 147793 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 147793 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 147795 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=94.693359375, floorSegmentMB=1.2158203125, forceMergeDeletesPctAllowed=12.578166549715156, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=24.559493084549146
   [junit4]   2> 147795 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@575389a5[collection1] main]
   [junit4]   2> 147796 WARN  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 147797 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 147797 INFO  (coreLoadExecutor-682-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632433603514204160
   [junit4]   2> 147801 INFO  (TEST-PeerSyncTest.test-seed#[5DC134FF7344679F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 147803 INFO  (searcherExecutor-683-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@575389a5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 147814 INFO  (qtp1326081254-1645) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vb_may/u path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 9
   [junit4]   2> 147819 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= START replicas=[http://127.0.0.1:45596/vb_may/u/collection1] nUpdates=100
   [junit4]   2> 147841 INFO  (qtp1326081254-1647) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@74a81abd[collection1] realtime]
   [junit4]   2> 147841 INFO  (qtp1326081254-1647) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:19.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 147842 INFO  (qtp1326081254-1647) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 147844 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 147844 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE.  We have no versions.  sync failed.
   [junit4]   2> 147846 INFO  (qtp1326081254-1648) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 147847 INFO  (qtp1326081254-1648) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 147847 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/get params={qt=/get&getVersions=100&sync=http://127.0.0.1:45596/vb_may/u/collection1&wt=javabin&version=2} status=0 QTime=29
   [junit4]   2> 147855 INFO  (qtp1810856866-1667) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vb_may/u path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 5
   [junit4]   2> 147857 INFO  (qtp1810856866-1668) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= START replicas=[http://127.0.0.1:45596/vb_may/u/collection1] nUpdates=100
   [junit4]   2> 147859 INFO  (qtp1326081254-1644) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 147859 INFO  (qtp1326081254-1644) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 147879 INFO  (qtp1810856866-1668) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f5d4e0c[collection1] realtime]
   [junit4]   2> 147879 INFO  (qtp1810856866-1668) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:20.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 147880 INFO  (qtp1810856866-1668) [    x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 147880 INFO  (qtp1810856866-1668) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/get params={qt=/get&getVersions=100&sync=http://127.0.0.1:45596/vb_may/u/collection1&wt=javabin&version=2} status=0 QTime=23
   [junit4]   2> 147882 INFO  (qtp1326081254-1645) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632433603603333120,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 147882 INFO  (qtp1326081254-1645) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6f7480dd commitCommandVersion:1632433603603333120
   [junit4]   2> 147884 INFO  (qtp1326081254-1645) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@609cd973[collection1] main]
   [junit4]   2> 147885 INFO  (qtp1326081254-1645) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 147888 INFO  (searcherExecutor-655-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@609cd973[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1556810000943, java.vendor=Oracle Corporation, os=Linux, os.version=4.4.0-137-generic, java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 147888 INFO  (qtp1326081254-1645) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vb_may/u path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 6
   [junit4]   2> 147890 INFO  (qtp1810856866-1669) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632433603611721728,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 147890 INFO  (qtp1810856866-1669) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6e4d3d31 commitCommandVersion:1632433603611721728
   [junit4]   2> 147892 INFO  (qtp1810856866-1669) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3403117f[collection1] main]
   [junit4]   2> 147893 INFO  (qtp1810856866-1669) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 147896 INFO  (searcherExecutor-669-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3403117f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1556810000984, java.vendor=Oracle Corporation, os=Linux, os.version=4.4.0-137-generic, java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 147896 INFO  (qtp1810856866-1669) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vb_may/u path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 6
   [junit4]   2> 147905 INFO  (qtp1326081254-1646) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=7
   [junit4]   2> 147913 INFO  (qtp1810856866-1665) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 147925 INFO  (qtp1326081254-1647) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vb_may/u path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[2 (2)]} 0 8
   [junit4]   2> 147926 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= START replicas=[http://127.0.0.1:45596/vb_may/u/collection1] nUpdates=100
   [junit4]   2> 147946 INFO  (qtp1326081254-1648) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@37f23cf0[collection1] realtime]
   [junit4]   2> 147946 INFO  (qtp1326081254-1648) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:18.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 147946 INFO  (qtp1326081254-1648) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 147947 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 147950 INFO  (qtp1326081254-1644) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 147951 INFO  (qtp1326081254-1644) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 147959 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=  Received 2 versions from http://127.0.0.1:45596/vb_may/u/collection1 fingerprint:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 147960 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= Requesting updates from http://127.0.0.1:45596/vb_may/u/collection1n=1 versions=2
   [junit4]   2> 147962 INFO  (qtp1326081254-1645) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 147963 INFO  (qtp1326081254-1645) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/get params={getUpdates=2&distrib=false&qt=/get&fingerprint=true&onlyIfActive=false&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 147967 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 3
   [junit4]   2> 147998 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e89bfb7[collection1] realtime]
   [junit4]   2> 147999 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:31.0 result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 147999 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.u.PeerSync Fingerprint comparison: 0
   [junit4]   2> 147999 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 147999 INFO  (qtp1810856866-1666) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/get params={qt=/get&getVersions=100&sync=http://127.0.0.1:45596/vb_may/u/collection1&wt=javabin&version=2} status=0 QTime=73
   [junit4]   2> 148002 INFO  (qtp1326081254-1646) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632433603729162240,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 148002 INFO  (qtp1326081254-1646) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6f7480dd commitCommandVersion:1632433603729162240
   [junit4]   2> 148004 INFO  (qtp1326081254-1646) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7a254bc1[collection1] main]
   [junit4]   2> 148005 INFO  (qtp1326081254-1646) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 148008 INFO  (searcherExecutor-655-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7a254bc1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1556810000943, java.vendor=Oracle Corporation, os=Linux, os.version=4.4.0-137-generic, java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_1(9.0.0):C1:[diagnostics={timestamp=1556810001049, java.vendor=Oracle Corporation, os=Linux, os.version=4.4.0-137-generic, java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 148008 INFO  (qtp1326081254-1646) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vb_may/u path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 7
   [junit4]   2> 148010 INFO  (qtp1810856866-1667) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632433603737550848,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 148012 INFO  (qtp1810856866-1667) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6e4d3d31 commitCommandVersion:1632433603737550848
   [junit4]   2> 148013 INFO  (qtp1810856866-1667) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@a4dfef5[collection1] main]
   [junit4]   2> 148015 INFO  (qtp1810856866-1667) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 148017 INFO  (searcherExecutor-669-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@a4dfef5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={timestamp=1556810000984, java.vendor=Oracle Corporation, os=Linux, os.version=4.4.0-137-generic, java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_1(9.0.0):C1:[diagnostics={timestamp=1556810001105, java.vendor=Oracle Corporation, os=Linux, os.version=4.4.0-137-generic, java.runtime.version=11.0.1+13-LTS, os.arch=amd64, source=flush, lucene.version=9.0.0, java.vm.version=11.0.1+13-LTS, java.version=11.0.1}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 148018 INFO  (qtp1810856866-1667) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vb_may/u path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 8
   [junit4]   2> 148020 INFO  (qtp1326081254-1647) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 148023 INFO  (qtp1810856866-1668) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/vb_may/u path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 148029 INFO  (qtp1326081254-1648) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vb_may/u path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[3 (3)]} 0 3
   [junit4]   2> 148033 INFO  (qtp1326081254-1644) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vb_may/u path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[4 (4)]} 0 2
   [junit4]   2> 148037 INFO  (qtp1326081254-1645) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vb_may/u path=/update param

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

file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1585648139
     [copy] Copying 239 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1585648139
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1585648139

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene1-us-west
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;5.3.0.201903130848-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.54 in public
[ivy:cachepath] 	found com.jcraft#jzlib;1.1.1 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] 	found org.bouncycastle#bcpg-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcprov-jdk15on;1.60 in public
[ivy:cachepath] 	found org.bouncycastle#bcpkix-jdk15on;1.60 in public
[ivy:cachepath] 	found org.slf4j#slf4j-nop;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 49ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   9   |   0   |   0   |   0   ||   9   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] Checking working copy status...

-jenkins-base:

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