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/01 19:29:34 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 3323 - Still Failing

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

2 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:38329/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:38329/collection1
	at __randomizedtesting.SeedInfo.seed([F3B1504901B88534:7BE56F93AF44E8CC]: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:38329/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:45954/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:45954/collection1
	at __randomizedtesting.SeedInfo.seed([F3B1504901B88534:7BE56F93AF44E8CC]: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:45954/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




Build Log:
[...truncated 15215 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_F3B1504901B88534-001/init-core-data-001
   [junit4]   2> 2574203 INFO  (SUITE-PeerSyncTest-seed#[F3B1504901B88534]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2574204 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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> 2574243 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2574283 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2574411 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2574480 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2574483 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@642f47cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2574486 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3f800fd8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2574505 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2574506 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2574529 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2574545 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2574545 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2574547 INFO  (coreLoadExecutor-12026-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> 2574567 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2574587 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2574728 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2574737 INFO  (coreLoadExecutor-12026-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> 2574738 INFO  (coreLoadExecutor-12026-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@77ca7b99
   [junit4]   2> 2574738 INFO  (coreLoadExecutor-12026-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_F3B1504901B88534-001/init-core-data-001/]
   [junit4]   2> 2574740 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=51.8037109375, floorSegmentMB=1.3291015625, forceMergeDeletesPctAllowed=18.315796044812338, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1834453089126319, deletesPctAllowed=42.73257154016202
   [junit4]   2> 2574741 WARN  (coreLoadExecutor-12026-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> 2574796 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2574796 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2574798 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2574798 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2574799 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2040521199, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2574799 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2e236f5b[collection1] main]
   [junit4]   2> 2574800 WARN  (coreLoadExecutor-12026-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> 2574800 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2574800 INFO  (coreLoadExecutor-12026-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632357968299163648
   [junit4]   2> 2574803 INFO  (searcherExecutor-12027-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2e236f5b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2574981 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2574987 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2574987 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2574987 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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> 2574989 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2574989 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2574989 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2574989 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ab1cf8b{/,null,AVAILABLE}
   [junit4]   2> 2574990 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3061e889{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34912}
   [junit4]   2> 2574990 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.Server Started @2575046ms
   [junit4]   2> 2574990 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=34912, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_F3B1504901B88534-001/tempDir-001/control/cores}
   [junit4]   2> 2574990 ERROR (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2574990 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2574990 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2574990 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2574990 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2574990 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-01T19:11:09.738901Z
   [junit4]   2> 2574991 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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_F3B1504901B88534-001/tempDir-001/control/solr.xml
   [junit4]   2> 2574994 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2574994 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2574996 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2575112 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2575113 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@422f56fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2575118 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5c57b210[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2575137 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2575137 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2575171 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2575195 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2575195 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2575198 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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_F3B1504901B88534-001/tempDir-001/control/cores
   [junit4]   2> 2575198 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2575199 INFO  (coreLoadExecutor-12040-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> 2575233 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2575255 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2575387 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2575397 INFO  (coreLoadExecutor-12040-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> 2575397 INFO  (coreLoadExecutor-12040-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@77ca7b99
   [junit4]   2> 2575397 INFO  (coreLoadExecutor-12040-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_F3B1504901B88534-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 2575400 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=51.8037109375, floorSegmentMB=1.3291015625, forceMergeDeletesPctAllowed=18.315796044812338, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1834453089126319, deletesPctAllowed=42.73257154016202
   [junit4]   2> 2575402 WARN  (coreLoadExecutor-12040-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> 2575520 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2575520 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2575522 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2575522 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2575531 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2040521199, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2575532 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a2884da[collection1] main]
   [junit4]   2> 2575533 WARN  (coreLoadExecutor-12040-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> 2575535 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2575535 INFO  (coreLoadExecutor-12040-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632357969069867008
   [junit4]   2> 2575539 INFO  (searcherExecutor-12041-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2a2884da[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2575717 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2575717 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2575717 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2575717 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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> 2575719 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2575719 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2575719 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2575719 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21927f90{/,null,AVAILABLE}
   [junit4]   2> 2575720 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@73c94ef5{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38329}
   [junit4]   2> 2575720 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.Server Started @2575776ms
   [junit4]   2> 2575720 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=38329, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_F3B1504901B88534-001/tempDir-001/shard0/cores}
   [junit4]   2> 2575720 ERROR (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2575720 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2575720 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2575720 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2575720 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2575720 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-01T19:11:10.468925Z
   [junit4]   2> 2575721 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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_F3B1504901B88534-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 2575724 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2575724 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2575726 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2576359 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2576377 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@12e984d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2576387 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6c87a4ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2576428 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2576428 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2576462 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2576499 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2576499 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2576502 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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_F3B1504901B88534-001/tempDir-001/shard0/cores
   [junit4]   2> 2576502 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2576503 INFO  (coreLoadExecutor-12054-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> 2576523 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2576573 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2576737 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2576747 INFO  (coreLoadExecutor-12054-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> 2576748 INFO  (coreLoadExecutor-12054-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@77ca7b99
   [junit4]   2> 2576748 INFO  (coreLoadExecutor-12054-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_F3B1504901B88534-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 2576751 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=51.8037109375, floorSegmentMB=1.3291015625, forceMergeDeletesPctAllowed=18.315796044812338, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1834453089126319, deletesPctAllowed=42.73257154016202
   [junit4]   2> 2576753 WARN  (coreLoadExecutor-12054-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> 2576898 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2576898 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2576900 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2576900 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2576901 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2040521199, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2576902 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fe91c43[collection1] main]
   [junit4]   2> 2576902 WARN  (coreLoadExecutor-12054-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> 2576903 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2576903 INFO  (coreLoadExecutor-12054-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632357970504318976
   [junit4]   2> 2576907 INFO  (searcherExecutor-12055-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6fe91c43[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2577053 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2577054 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2577054 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2577054 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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> 2577056 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2577056 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2577056 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2577056 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6531579{/,null,AVAILABLE}
   [junit4]   2> 2577057 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@19e741fb{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34502}
   [junit4]   2> 2577057 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.Server Started @2577113ms
   [junit4]   2> 2577057 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=34502, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_F3B1504901B88534-001/tempDir-001/shard1/cores}
   [junit4]   2> 2577057 ERROR (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2577057 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2577057 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2577057 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2577058 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2577058 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-01T19:11:11.806089Z
   [junit4]   2> 2577058 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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_F3B1504901B88534-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 2577062 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2577062 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2577064 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2577455 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2577457 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@5ee1ea16[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2577466 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2e5dc07e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2577485 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2577485 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2577517 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2577543 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2577544 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2577546 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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_F3B1504901B88534-001/tempDir-001/shard1/cores
   [junit4]   2> 2577547 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2577548 INFO  (coreLoadExecutor-12068-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> 2577572 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2577593 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2577796 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2577807 INFO  (coreLoadExecutor-12068-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> 2577807 INFO  (coreLoadExecutor-12068-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@77ca7b99
   [junit4]   2> 2577808 INFO  (coreLoadExecutor-12068-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_F3B1504901B88534-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 2577810 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=51.8037109375, floorSegmentMB=1.3291015625, forceMergeDeletesPctAllowed=18.315796044812338, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1834453089126319, deletesPctAllowed=42.73257154016202
   [junit4]   2> 2577812 WARN  (coreLoadExecutor-12068-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> 2577868 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2577868 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2577870 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2577870 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2577871 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2040521199, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2577872 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7045b26d[collection1] main]
   [junit4]   2> 2577872 WARN  (coreLoadExecutor-12068-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> 2577873 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2577873 INFO  (coreLoadExecutor-12068-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632357971521437696
   [junit4]   2> 2577876 INFO  (searcherExecutor-12069-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7045b26d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2578019 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2578019 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2578019 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2578019 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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> 2578021 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2578021 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2578021 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2578021 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4bd300f6{/,null,AVAILABLE}
   [junit4]   2> 2578022 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7fd262c6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43197}
   [junit4]   2> 2578022 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.s.Server Started @2578078ms
   [junit4]   2> 2578022 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=43197, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_F3B1504901B88534-001/tempDir-001/shard2/cores}
   [junit4]   2> 2578022 ERROR (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2578022 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2578022 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2578022 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2578022 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2578022 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-01T19:11:12.770727Z
   [junit4]   2> 2578023 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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_F3B1504901B88534-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 2578026 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2578026 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2578027 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2578309 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2578310 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4db56d6f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2578314 WARN  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@40908f9c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2578355 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2578356 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2578387 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2578411 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2578412 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77ca7b99
   [junit4]   2> 2578414 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] 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_F3B1504901B88534-001/tempDir-001/shard2/cores
   [junit4]   2> 2578414 INFO  (TEST-PeerSyncTest.test-seed#[F3B1504901B88534]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2578415 INFO  (coreLoadExecutor-12082-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> 2578457 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2578478 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2578600 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2578609 INFO  (coreLoadExecutor-12082-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> 2578610 INFO  (coreLoadExecutor-12082-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@77ca7b99
   [junit4]   2> 2578610 INFO  (coreLoadExecutor-12082-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_F3B1504901B88534-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 2578613 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=51.8037109375, floorSegmentMB=1.3291015625, forceMergeDeletesPctAllowed=18.315796044812338, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1834453089126319, deletesPctAllowed=42.73257154016202
   [junit4]   2> 2578615 WARN  (coreLoadExecutor-12082-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> 2578671 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2578671 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2578673 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2578673 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2578674 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2040521199, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2578674 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@42733d45[collection1] main]
   [junit4]   2> 2578675 WARN  (coreLoadExecutor-12082-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> 2578675 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2578676 INFO  (coreLoadExecutor-12082-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632357972363444224
   [junit4]   2> 2578679 INFO  (searcherExecutor-12083-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@42733d45[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2578686 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 2
   [junit4]   2> 2578688 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= START replicas=[http://127.0.0.1:38329/collection1] nUpdates=100
   [junit4]   2> 2578696 INFO  (qtp195285018-36107) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5625f5cd[collection1] realtime]
   [junit4]   2> 2578696 INFO  (qtp195285018-36107) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:6.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 2578696 INFO  (qtp195285018-36107) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 2578697 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2578698 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE.  We have no versions.  sync failed.
   [junit4]   2> 2578699 INFO  (qtp195285018-36108) [    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> 2578699 INFO  (qtp195285018-36108) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2578699 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={qt=/get&getVersions=100&sync=http://127.0.0.1:38329/collection1&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 2578701 INFO  (qtp550231506-36127) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 1
   [junit4]   2> 2578702 INFO  (qtp550231506-36128) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= START replicas=[http://127.0.0.1:38329/collection1] nUpdates=100
   [junit4]   2> 2578703 INFO  (qtp195285018-36105) [    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> 2578703 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2578708 INFO  (qtp550231506-36128) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f497420[collection1] realtime]
   [junit4]   2> 2578709 INFO  (qtp550231506-36128) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:5.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, maxDoc=1}
   [junit4]   2> 2578709 INFO  (qtp550231506-36128) [    x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 2578709 INFO  (qtp550231506-36128) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={qt=/get&getVersions=100&sync=http://127.0.0.1:38329/collection1&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 2578710 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632357972399095808,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2578710 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@33abe528 commitCommandVersion:1632357972399095808
   [junit4]   2> 2578722 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52c05cce[collection1] main]
   [junit4]   2> 2578723 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2578725 INFO  (searcherExecutor-12055-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@52c05cce[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556737873441, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2578726 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 16
   [junit4]   2> 2578727 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632357972416921600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2578727 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@259b2553 commitCommandVersion:1632357972416921600
   [junit4]   2> 2578728 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2c6d8ccc[collection1] main]
   [junit4]   2> 2578728 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2578731 INFO  (searcherExecutor-12069-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2c6d8ccc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556737873454, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2578731 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 2578732 INFO  (qtp195285018-36106) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 2578733 INFO  (qtp550231506-36125) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 2578736 INFO  (qtp195285018-36107) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[2 (2)]} 0 2
   [junit4]   2> 2578737 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= START replicas=[http://127.0.0.1:38329/collection1] nUpdates=100
   [junit4]   2> 2578743 INFO  (qtp195285018-36108) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@45c4307f[collection1] realtime]
   [junit4]   2> 2578743 INFO  (qtp195285018-36108) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:5.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 2578743 INFO  (qtp195285018-36108) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 2578744 INFO  (qtp550231506-36126) [    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> 2578745 INFO  (qtp195285018-36108) [    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> 2578745 INFO  (qtp195285018-36108) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2578745 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=  Received 2 versions from http://127.0.0.1:38329/collection1 fingerprint:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 2578746 INFO  (qtp195285018-36108) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&checkCanHandleVersionRanges=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2578752 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= Requesting updates from http://127.0.0.1:38329/collection1n=1 versions=2...2
   [junit4]   2> 2578762 INFO  (qtp195285018-36108) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:8.0 result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 2578762 INFO  (qtp195285018-36108) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={getUpdates=2...2&distrib=false&qt=/get&fingerprint=true&onlyIfActive=false&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 2578770 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 7
   [junit4]   2> 2578788 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52b55b8[collection1] realtime]
   [junit4]   2> 2578789 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:18.0 result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 2578789 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.u.PeerSync Fingerprint comparison: 0
   [junit4]   2> 2578789 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 2578789 INFO  (qtp550231506-36126) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={qt=/get&getVersions=100&sync=http://127.0.0.1:38329/collection1&wt=javabin&version=2} status=0 QTime=52
   [junit4]   2> 2578797 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632357972489273344,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2578797 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@33abe528 commitCommandVersion:1632357972489273344
   [junit4]   2> 2578798 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@50284772[collection1] main]
   [junit4]   2> 2578798 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2578801 INFO  (searcherExecutor-12055-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@50284772[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556737873441, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_1(9.0.0):C1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556737873488, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2578801 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 2578802 INFO  (qtp550231506-36127) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632357972495564800,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2578802 INFO  (qtp550231506-36127) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@259b2553 commitCommandVersion:1632357972495564800
   [junit4]   2> 2578803 INFO  (qtp550231506-36127) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@72dac533[collection1] main]
   [junit4]   2> 2578804 INFO  (qtp550231506-36127) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2578806 INFO  (searcherExecutor-12069-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@72dac533[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556737873454, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_1(9.0.0):C1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556737873521, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2578806 INFO  (qtp550231506-36127) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 2578807 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 2578808 INFO  (qtp550231506-36128) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 2578811 INFO  (qtp195285018-36106) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[3 (3)]} 0 1
   [junit4]   2> 2578812 INFO  (qtp195285018-36107) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[4 (4)]} 0 0
   [junit4]   2> 2578813 INFO  (qtp195285018-36108) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[5 (5)]} 0 0
   [junit4]   2> 2578814 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[6 (6)]} 0 0
   [junit4]   2> 2578815 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[7 (7)]} 0 0
   [junit4]   2> 2578815 INFO  (qtp195285018-36106) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[8 (8)]} 0 0
   [junit4]   2> 2578816 INFO  (qtp195285018-36107) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[9 (9)]} 0 0
   [junit4]   2> 2578817 INFO  (qtp195285018-36108) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[10 (10)]} 0 0
   [junit4]   2> 2578818 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= START replicas=[http://127.0.0.1:38329/collection1] nUpdates=100
   [junit4]   2> 2578828 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@730fb65d[collection1] realtime]
   [junit4]   2> 2578829 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:9.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 2578829 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 2578829 INFO  (qtp550231506-36129) [    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> 2578831 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 2578831 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2578831 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=  Received 10 versions from http://127.0.0.1:38329/collection1 fingerprint:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 2578832 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&checkCanHandleVersionRanges=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2578832 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= Requesting updates from http://127.0.0.1:38329/collection1n=8 versions=3...10
   [junit4]   2> 2578833 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=10, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 2578833 INFO  (qtp195285018-36105) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={getUpdates=3...10&distrib=false&qt=/get&fingerprint=true&onlyIfActive=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2578837 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (3), 4 (4), 5 (5), 6 (6), 7 (7), 8 (8), 9 (9), 10 (10)]} 0 3
   [junit4]   2> 2578849 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@606118d5[collection1] realtime]
   [junit4]   2> 2578849 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:12.0 result:{maxVersionSpecified=10, maxVersionEncountered=10, maxInHash=10, versionsHash=-5671163287542876028, numVersions=10, numDocs=10, maxDoc=8}
   [junit4]   2> 2578849 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.u.PeerSync Fingerprint comparison: 0
   [junit4]   2> 2578849 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 2578849 INFO  (qtp550231506-36129) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={qt=/get&getVersions=100&sync=http://127.0.0.1:38329/collection1&wt=javabin&version=2} status=0 QTime=31
   [junit4]   2> 2578851 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1632357972546945024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2578851 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@33abe528 commitCommandVersion:1632357972546945024
   [junit4]   2> 2578851 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@25608420[collection1] main]
   [junit4]   2> 2578852 INFO  (qtp195285018-36104) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2578854 INFO  (searcherExecutor-12055-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@25608420[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556737873441, java.version=11.0.1, java.vm.version=11.0.1+13-LTS}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_1(9.0.0):C1:[diagnostics={lucene.version=9.0.0, source=flush, os.arch=amd64, java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-137-generic, os=Linux, java.vendor=Oracle Corporation, timestamp=1556737873488, java.version=11.0.1, java.vm.ver

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

t params are: codec=Asserting(Lucene80): {range_facet_l_dv=PostingsFormat(name=MockRandom), n_l1=FSTOrd50, multiDefault=FSTOrd50, _root_=PostingsFormat(name=LuceneFixedGap), intDefault=PostingsFormat(name=LuceneFixedGap), n_dt1=PostingsFormat(name=LuceneFixedGap), n_td1=PostingsFormat(name=LuceneFixedGap), title=PostingsFormat(name=LuceneFixedGap), title_lettertok=PostingsFormat(name=MockRandom), n_d1=FSTOrd50, range_facet_l=FSTOrd50, n_f1=PostingsFormat(name=LuceneFixedGap), n_ti1=PostingsFormat(name=MockRandom), title_stringNoNorms=FSTOrd50, n_tl1=PostingsFormat(name=LuceneFixedGap), n_tf1=FSTOrd50, title_stemmed=PostingsFormat(name=LuceneFixedGap), n_tdt1=PostingsFormat(name=LuceneFixedGap), id_i1=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=MockRandom), range_facet_i_dv=FSTOrd50, text=BlockTreeOrds(blocksize=128), timestamp=FSTOrd50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), val_i_dvo=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=538, maxMBSortInHeap=5.1342092237893135, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e82c99), locale=ms-BN, timezone=Africa/Lusaka
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 11.0.1 (64-bit)/cpus=4,threads=1,free=95698496,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheVsDocValues, DeleteLastCustomShardedReplicaTest, CurrencyFieldTypeTest, TestCrossCoreJoin, TestMacros, TestChildDocTransformer, PathHierarchyTokenizerFactoryTest, TestCloudNestedDocsSort, TestUpdate, CoreAdminCreateDiscoverTest, TestDistribIDF, TestConfigSetsAPI, TestJsonFacetRefinement, TestApiFramework, SimplePostToolTest, TestSolrCoreProperties, TestSolrCoreParser, TestConfigOverlay, NumberUtilsTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestSimDistributedQueue, CdcrVersionReplicationTest, TestMissingGroups, TestManagedResourceStorage, TestAnalyzedSuggestions, SystemCollectionCompatTest, TestCloudSchemaless, DistributedQueryComponentCustomSortTest, BlockJoinFacetRandomTest, AnalyticsMergeStrategyTest, AuthToolTest, CategoryRoutedAliasUpdateProcessorTest, TestCollectionAPI, TestOverriddenPrefixQueryForCustomFieldType, TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, TestInitQParser, MoveReplicaHDFSFailoverTest, TestSearchPerf, BaseCdcrDistributedZkTest, IndexSchemaTest, TestUseDocValuesAsStored, TestPrepRecovery, EnumFieldTest, ReindexCollectionTest, CacheHeaderTest, TestRTGBase, PluginInfoTest, AutoAddReplicasIntegrationTest, TestPhraseSuggestions, TestCoreBackup, UtilsToolTest, HttpPartitionOnCommitTest, PeerSyncReplicationTest, TestNonDefinedSimilarityFactory, TestDeprecatedFilters, JsonLoaderTest, QueryEqualityTest, TestWordDelimiterFilterFactory, TestFieldCollectionResource, RuleEngineTest, SliceStateTest, ForceLeaderWithTlogReplicasTest, CreateCollectionCleanupTest, SolrGraphiteReporterTest, ReturnFieldsTest, TestHttpShardHandlerFactory, UUIDUpdateProcessorFallbackTest, DistributedSpellCheckComponentTest, TestSolrConfigHandlerCloud, TestUtilizeNode, TestPHPSerializedResponseWriter, TestGeoJSONResponseWriter, TestCustomSort, ConcurrentCreateRoutedAliasTest, SpatialFilterTest, ConjunctionSolrSpellCheckerTest, TestSimGenericDistributedQueue, TestSimClusterStateProvider, TestGraphTermsQParserPlugin, IndexBasedSpellCheckerTest, DistanceFunctionTest, HdfsChaosMonkeySafeLeaderTest, DistributedUpdateProcessorTest, SolrXmlInZkTest, TestNumericRangeQuery64, TestRestoreCore, LeaderFailoverAfterPartitionTest, TestRecoveryHdfs, TestLegacyField, TestHalfAndHalfDocValues, XsltUpdateRequestHandlerTest, TestScoreJoinQPScore, TestLegacyNumericRangeQueryBuilder, TestComplexPhraseLeadingWildcard, FacetPivotSmallTest, TestPseudoReturnFields, TestUniqueKeyFieldResource, CollectionsAPIDistributedZkTest, TestInfoStreamLogging, TestShardHandlerFactory, TestSolrDeletionPolicy1, QueryElevationComponentTest, SolrSlf4jReporterTest, DistributedFacetPivotLargeTest, BufferStoreTest, TestCorePropertiesReload, TestNumericTerms32, PropertiesRequestHandlerTest, TestLegacyTerms, SolrRrdBackendFactoryTest, TestDistributedMissingSort, TestUnInvertedFieldException, NumericFieldsTest, TestJettySolrRunner, TestCloudDeleteByQuery, DistributedVersionInfoTest, NodeMutatorTest, TestStressLucene, BasicDistributedZk2Test, LeaderVoteWaitTimeoutTest, TestInPlaceUpdateWithRouteField, IgnoreCommitOptimizeUpdateProcessorFactoryTest, WordBreakSolrSpellCheckerTest, ShardRoutingCustomTest, ReplaceNodeTest, TestStressCloudBlindAtomicUpdates, TestDocTermOrds, ZkStateReaderTest, JWTAuthPluginTest, CursorPagingTest, JvmMetricsTest, SolrCoreCheckLockOnStartupTest, TestEmbeddedSolrServerAdminHandler, TaggingAttributeTest, TestFieldTypeResource, SampleTest, PreAnalyzedFieldManagedSchemaCloudTest, SpellPossibilityIteratorTest, TestCoreAdminApis, EchoParamsTest, OutputWriterTest, TestHighlightDedupGrouping, TestJoin, TestRandomFaceting, TestSimpleTrackingShardHandler, AliasIntegrationTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, MetricsHistoryWithAuthIntegrationTest, MissingSegmentRecoveryTest, MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, NestedShardedAtomicUpdateTest, OverseerModifyCollectionTest, OverseerStatusTest, OverseerTest, TestCloudPseudoReturnFields, TestCloudRecovery, TestClusterProperties, TestCryptoKeys, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestRandomRequestDistribution, TestRequestForwarding, TestShortCircuitedRequests, TestSizeLimitedDistributedMap, TestSkipOverseerOperations, ZkFailoverTest, ZkSolrClientTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, ScheduledTriggerTest, SearchRateTriggerIntegrationTest, SearchRateTriggerTest, TriggerCooldownIntegrationTest, TestSimNodeLostTrigger, TestSimPolicyCloud, CdcrOpsAndBoundariesTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, ByteBuffersDirectoryFactoryTest, CachingDirectoryFactoryTest, ResourceLoaderTest, TestBadConfig, TestConfigSets, TestCoreDiscovery, TestDynamicURP, TestImplicitCoreProperties, TestLazyCores, TestQuerySenderListener, TestReloadAndDeleteDocs, TestSolrCloudSnapshots, TestReplicationHandlerDiskOverFlow, V2ApiIntegrationTest, DaemonStreamApiTest, ShowFileRequestHandlerTest, SystemInfoHandlerTest, CustomHighlightComponentTest, DebugComponentTest, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotSmallTest, SearchHandlerTest, TermVectorComponentDistributedTest, JavabinLoaderTest, EmbeddedSolrNoSerializeTest, TaggerTest, HighlighterTest, CheckHdfsIndexTest, BooleanFieldTest, ChangedSchemaMergeTest, CopyFieldTest, DocValuesMultiTest, DocValuesTest, TestBinaryField, TestCloudManagedSchema, TestManagedSchemaThreadSafety, TestOmitPositions, TestPointFields, TestSolr4Spatial, TestStandardQParsers, TestStressUserVersions, TestStressVersions, TestSurroundQueryParser, TestValueSourceCache, TestXmlQParserPlugin, DistributedFacetSimpleRefinementLongTailTest, SpatialHeatmapFacetsTest, TestDefaultStatsCache, AuditLoggerPluginTest, BasicAuthIntegrationTest, TestPKIAuthenticationPlugin, TestRuleBasedAuthorizationPlugin, TestSha256AuthenticationProvider, TestDelegationWithHadoopAuth, TestSolrCloudWithHadoopAuthPlugin, TestFreeTextSuggestions, TestFieldCacheReopen, TestFieldCacheSortRandom, AnalysisErrorHandlingTest, DirectUpdateHandlerTest, PeerSyncWithIndexFingerprintCachingTest, PeerSyncWithLeaderTest]
   [junit4] Completed [809/855 (2!)] on J0 in 140.73s, 1 test, 1 failure <<< FAILURES!

[...truncated 20047 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-11
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-11
[forbidden-apis] Reading bundled API signatures: jdk-non-portable
[forbidden-apis] Reading bundled API signatures: jdk-reflection
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/tools/forbiddenApis/lucene.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default locale]
[forbidden-apis]   in org.apache.lucene.queries.mlt.TestMoreLikeThis (TestMoreLikeThis.java:497)
[forbidden-apis] Scanned 239 class file(s) for forbidden API invocations (in 0.16s), 1 error(s).

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:634: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:117: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build.xml:119: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2180: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2355: Check for forbidden API calls failed, see log.

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

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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)

[JENKINS] Lucene-Solr-Tests-master - Build # 3324 - Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3324/

1 tests failed.
FAILED:  org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain

Error Message:
Failed waiting for 3 callbacks after 30 seconds

Stack Trace:
java.lang.AssertionError: Failed waiting for 3 callbacks after 30 seconds
	at __randomizedtesting.SeedInfo.seed([F787155F70290CCE:4698EA7BC0EA9F11]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:229)
	at org.apache.solr.security.AuditLoggerIntegrationTest.waitForAuditEventCallbacks(AuditLoggerIntegrationTest.java:221)
	at org.apache.solr.security.AuditLoggerIntegrationTest.assertThreeAdminEvents(AuditLoggerIntegrationTest.java:252)
	at org.apache.solr.security.AuditLoggerIntegrationTest.testAsyncQueueDrain(AuditLoggerIntegrationTest.java:132)
	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 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 15219 lines...]
   [junit4] Suite: org.apache.solr.security.AuditLoggerIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/init-core-data-001
   [junit4]   2> 4708948 WARN  (SUITE-AuditLoggerIntegrationTest-seed#[F787155F70290CCE]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 4708949 INFO  (SUITE-AuditLoggerIntegrationTest-seed#[F787155F70290CCE]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4708949 INFO  (SUITE-AuditLoggerIntegrationTest-seed#[F787155F70290CCE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 4708949 INFO  (SUITE-AuditLoggerIntegrationTest-seed#[F787155F70290CCE]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4708964 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting searchWithException
   [junit4]   2> 4708971 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001
   [junit4]   2> 4708971 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4708971 INFO  (auditTestCallback-12887-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 40002
   [junit4]   2> 4708972 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4708972 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4709079 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.ZkTestServer start zk server on port:41709
   [junit4]   2> 4709080 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41709
   [junit4]   2> 4709080 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41709
   [junit4]   2> 4709335 INFO  (zkConnectionManagerCallback-15605-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4709387 INFO  (zkConnectionManagerCallback-15607-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4709408 INFO  (zkConnectionManagerCallback-15609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4709465 WARN  (jetty-launcher-15610-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4709465 INFO  (jetty-launcher-15610-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4709465 INFO  (jetty-launcher-15610-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4709465 INFO  (jetty-launcher-15610-thread-1) [    ] 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> 4709466 INFO  (jetty-launcher-15610-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4709466 INFO  (jetty-launcher-15610-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4709466 INFO  (jetty-launcher-15610-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4709466 INFO  (jetty-launcher-15610-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e7c2d29{/solr,null,AVAILABLE}
   [junit4]   2> 4709467 INFO  (jetty-launcher-15610-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2dfee382{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36924}
   [junit4]   2> 4709467 INFO  (jetty-launcher-15610-thread-1) [    ] o.e.j.s.Server Started @4709665ms
   [junit4]   2> 4709467 INFO  (jetty-launcher-15610-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36924}
   [junit4]   2> 4709467 ERROR (jetty-launcher-15610-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4709467 INFO  (jetty-launcher-15610-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4709467 INFO  (jetty-launcher-15610-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 4709467 INFO  (jetty-launcher-15610-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4709467 INFO  (jetty-launcher-15610-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4709467 INFO  (jetty-launcher-15610-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-02T05:01:18.328945Z
   [junit4]   2> 4709481 INFO  (zkConnectionManagerCallback-15612-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4709482 INFO  (jetty-launcher-15610-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4709906 INFO  (jetty-launcher-15610-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4709923 WARN  (jetty-launcher-15610-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@528b47b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4709939 WARN  (jetty-launcher-15610-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@cfccdd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4709940 INFO  (jetty-launcher-15610-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41709/solr
   [junit4]   2> 4709941 INFO  (zkConnectionManagerCallback-15619-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4709975 INFO  (zkConnectionManagerCallback-15621-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4710277 INFO  (jetty-launcher-15610-thread-1) [n:127.0.0.1:36924_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36924_solr
   [junit4]   2> 4710277 INFO  (jetty-launcher-15610-thread-1) [n:127.0.0.1:36924_solr    ] o.a.s.c.Overseer Overseer (id=74620751482716165-127.0.0.1:36924_solr-n_0000000000) starting
   [junit4]   2> 4710331 INFO  (zkConnectionManagerCallback-15628-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4710353 INFO  (jetty-launcher-15610-thread-1) [n:127.0.0.1:36924_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41709/solr ready
   [junit4]   2> 4710372 INFO  (OverseerStateUpdate-74620751482716165-127.0.0.1:36924_solr-n_0000000000) [n:127.0.0.1:36924_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36924_solr
   [junit4]   2> 4710372 INFO  (jetty-launcher-15610-thread-1) [n:127.0.0.1:36924_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36924_solr
   [junit4]   2> 4710389 INFO  (OverseerStateUpdate-74620751482716165-127.0.0.1:36924_solr-n_0000000000) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4710391 INFO  (jetty-launcher-15610-thread-1) [n:127.0.0.1:36924_solr    ] o.a.s.c.CoreContainer Initializing auditlogger plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 4710477 INFO  (zkCallback-15627-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4710837 INFO  (jetty-launcher-15610-thread-1) [n:127.0.0.1:36924_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4711006 INFO  (jetty-launcher-15610-thread-1) [n:127.0.0.1:36924_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36924.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1814e900
   [junit4]   2> 4711044 INFO  (jetty-launcher-15610-thread-1) [n:127.0.0.1:36924_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36924.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1814e900
   [junit4]   2> 4711056 INFO  (jetty-launcher-15610-thread-1) [n:127.0.0.1:36924_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36924.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1814e900
   [junit4]   2> 4711058 INFO  (jetty-launcher-15610-thread-1) [n:127.0.0.1:36924_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/.
   [junit4]   2> 4711267 INFO  (zkConnectionManagerCallback-15634-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4711272 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4711273 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41709/solr ready
   [junit4]   2> 4711337 INFO  (qtp1559970433-39432) [n:127.0.0.1:36924_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=test&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4711450 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test
   [junit4]   2> 4711451 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/test.AUTOCREATED/protwords.txt
   [junit4]   2> 4711452 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/test.AUTOCREATED/managed-schema
   [junit4]   2> 4711466 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/test.AUTOCREATED/solrconfig.xml
   [junit4]   2> 4711467 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/test.AUTOCREATED/synonyms.txt
   [junit4]   2> 4711468 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/test.AUTOCREATED/stopwords.txt
   [junit4]   2> 4711468 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/test.AUTOCREATED/params.json
   [junit4]   2> 4711486 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/test.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 4711487 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/test.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 4711488 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/test.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 4711489 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/test.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 4711556 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/test.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 4711557 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/test.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 4711558 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/test.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 4711591 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/test.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 4711592 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/test.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 4711593 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/test.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 4711594 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/test.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 4711615 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/test.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 4711657 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/test.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 4711658 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/test.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 4711659 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/test.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 4711709 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/test.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 4711710 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/test.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 4711711 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/test.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 4711712 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/test.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 4711747 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/test.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 4711749 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/test.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 4711871 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/test.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 4712081 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/test.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 4712320 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/test.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 4712535 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/test.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 4712573 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/test.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 4712574 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/test.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 4712674 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/test.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 4712676 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/test.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 4712677 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/test.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 4712678 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/test.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 4712679 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/test.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 4712680 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/test.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 4712722 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/test.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 4712723 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/test.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 4712758 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/test.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 4712759 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/test.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 4712760 INFO  (OverseerThreadFactory-12896-thread-1-processing-n:127.0.0.1:36924_solr) [n:127.0.0.1:36924_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/test.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 4712994 INFO  (OverseerStateUpdate-74620751482716165-127.0.0.1:36924_solr-n_0000000000) [n:127.0.0.1:36924_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36924/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4713233 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr    x:test_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=test.AUTOCREATED&newCollection=true&name=test_shard1_replica_n1&action=CREATE&numShards=1&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4713234 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr    x:test_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4714316 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 4714317 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 4714317 WARN  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 4714317 WARN  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 4714350 WARN  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 4714350 WARN  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 4714350 WARN  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 4714350 WARN  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 4714351 WARN  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 4714351 WARN  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 4714351 WARN  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1/../../../../dist
   [junit4]   2> 4714351 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 4714589 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.IndexSchema [test_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 4715270 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 4715381 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'test_shard1_replica_n1' using configuration from collection test, trusted=true
   [junit4]   2> 4715405 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36924.solr.core.test.shard1.replica_n1' (registry 'solr.core.test.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1814e900
   [junit4]   2> 4715405 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrCore [[test_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/test_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-001/node1/./test_shard1_replica_n1/data/]
   [junit4]   2> 4715420 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 4715715 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4715715 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4715733 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 4715733 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4715734 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@93ef9b3[test_shard1_replica_n1] main]
   [junit4]   2> 4715735 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test.AUTOCREATED
   [junit4]   2> 4715735 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test.AUTOCREATED
   [junit4]   2> 4715748 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/test.AUTOCREATED/managed-schema
   [junit4]   2> 4715749 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 4715749 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4715749 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 4715750 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4715750 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1632395103684263936
   [junit4]   2> 4715769 INFO  (searcherExecutor-12901-thread-1-processing-n:127.0.0.1:36924_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@93ef9b3[test_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4715769 INFO  (searcherExecutor-12901-thread-1-processing-n:127.0.0.1:36924_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 4715769 INFO  (searcherExecutor-12901-thread-1-processing-n:127.0.0.1:36924_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 4715769 INFO  (searcherExecutor-12901-thread-1-processing-n:127.0.0.1:36924_solr x:test_shard1_replica_n1 c:test s:shard1 r:core_node2) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrCore [test_shard1_replica_n1] Registered new searcher Searcher@93ef9b3[test_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4715784 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 4715785 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test/leaders/shard1
   [junit4]   2> 4715788 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4715788 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4715788 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36924/solr/test_shard1_replica_n1/
   [junit4]   2> 4715788 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4715788 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:36924/solr/test_shard1_replica_n1/ has no replicas
   [junit4]   2> 4715788 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test/leaders/shard1/leader after winning as /collections/test/leader_elect/shard1/election/74620751482716165-core_node2-n_0000000000
   [junit4]   2> 4715806 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36924/solr/test_shard1_replica_n1/ shard1
   [junit4]   2> 4715807 INFO  (zkCallback-15620-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4715807 INFO  (zkCallback-15620-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4715808 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4715822 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=test.AUTOCREATED&newCollection=true&name=test_shard1_replica_n1&action=CREATE&numShards=1&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2589
   [junit4]   2> 4715931 INFO  (zkCallback-15620-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4715931 INFO  (zkCallback-15620-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4715954 INFO  (zkCallback-15620-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4716405 INFO  (qtp1559970433-39434) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:36924/solr/admin/cores","nodeName":"n:127.0.0.1:36924_solr","message":"Completed","level":"INFO","date":1556773284685,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:36924","Content-Length":"221","Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"},"solrParams":{"qt":["/admin/cores"],"coreNodeName":["core_node2"],"collection.configName":["test.AUTOCREATED"],"newCollection":["true"],"name":["test_shard1_replica_n1"],"action":["CREATE"],"numShards":["1"],"collection":["test"],"shard":["shard1"],"wt":["javabin"],"version":["2"],"replicaType":["NRT"]},"solrHost":"127.0.0.1","solrPort":36924,"solrIp":"127.0.0.1","resource":"/admin/cores","httpMethod":"POST","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":2590.0} to localhost:40002
   [junit4]   2> 4716443 INFO  (qtp1559970433-39432) [n:127.0.0.1:36924_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 4716443 INFO  (qtp1559970433-39432) [n:127.0.0.1:36924_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=test&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=5105
   [junit4]   2> 4716703 INFO  (auditTestCallback-12887-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/cores
   [junit4]   2> 4716758 INFO  (qtp1559970433-39432) [n:127.0.0.1:36924_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:36924/solr/admin/collections","nodeName":"n:127.0.0.1:36924_solr","message":"Completed","level":"INFO","date":1556773285304,"clientIp":"127.0.0.1","collections":["test"],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:36924"},"solrParams":{"pullReplicas":["0"],"name":["test"],"nrtReplicas":["1"],"action":["CREATE"],"numShards":["1"],"tlogReplicas":["0"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":36924,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CREATE&name=test&numShards=1&nrtReplicas=1&pullReplicas=0&tlogReplicas=0&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":5106.0} to localhost:40002
   [junit4]   2> 4716771 ERROR (qtp1559970433-39435) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: org.apache.solr.search.SyntaxError: Cannot parse 'a(bc': Encountered "<EOF>" at line 1, column 4.
   [junit4]   2> Was expecting one of:
   [junit4]   2>     <AND> ...
   [junit4]   2>     <OR> ...
   [junit4]   2>     <NOT> ...
   [junit4]   2>     "+" ...
   [junit4]   2>     "-" ...
   [junit4]   2>     <BAREOPER> ...
   [junit4]   2>     "(" ...
   [junit4]   2>     ")" ...
   [junit4]   2>     "*" ...
   [junit4]   2>     "^" ...
   [junit4]   2>     <QUOTED> ...
   [junit4]   2>     <TERM> ...
   [junit4]   2>     <FUZZY_SLOP> ...
   [junit4]   2>     <PREFIXTERM> ...
   [junit4]   2>     <WILDTERM> ...
   [junit4]   2>     <REGEXPTERM> ...
   [junit4]   2>     "[" ...
   [junit4]   2>     "{" ...
   [junit4]   2>     <LPARAMS> ...
   [junit4]   2>     "filter(" ...
   [junit4]   2>     <NUMBER> ...
   [junit4]   2>     
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:217)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:272)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2555)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:756)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:542)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:397)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:343)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:165)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:753)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> Caused by: org.apache.solr.search.SyntaxError: Cannot parse 'a(bc': Encountered "<EOF>" at line 1, column 4.
   [junit4]   2> Was expecting one of:
   [junit4]   2>     <AND> ...
   [junit4]   2>     <OR> ...
   [junit4]   2>     <NOT> ...
   [junit4]   2>     "+" ...
   [junit4]   2>     "-" ...
   [junit4]   2>     <BAREOPER> ...
   [junit4]   2>     "(" ...
   [junit4]   2>     ")" ...
   [junit4]   2>     "*" ...
   [junit4]   2>     "^" ...
   [junit4]   2>     <QUOTED> ...
   [junit4]   2>     <TERM> ...
   [junit4]   2>     <FUZZY_SLOP> ...
   [junit4]   2>     <PREFIXTERM> ...
   [junit4]   2>     <WILDTERM> ...
   [junit4]   2>     <REGEXPTERM> ...
   [junit4]   2>     "[" ...
   [junit4]   2>     "{" ...
   [junit4]   2>     <LPARAMS> ...
   [junit4]   2>     "filter(" ...
   [junit4]   2>     <NUMBER> ...
   [junit4]   2>     
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:265)
   [junit4]   2> 	at org.apache.solr.search.LuceneQParser.parse(LuceneQParser.java:49)
   [junit4]   2> 	at org.apache.solr.search.QParser.getQuery(QParser.java:173)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.prepare(QueryComponent.java:159)
   [junit4]   2> 	... 32 more
   [junit4]   2> Caused by: org.apache.solr.parser.ParseException: Encountered "<EOF>" at line 1, column 4.
   [junit4]   2> Was expecting one of:
   [junit4]   2>     <AND> ...
   [junit4]   2>     <OR> ...
   [junit4]   2>     <NOT> ...
   [junit4]   2>     "+" ...
   [junit4]   2>     "-" ...
   [junit4]   2>     <BAREOPER> ...
   [junit4]   2>     "(" ...
   [junit4]   2>     ")" ...
   [junit4]   2>     "*" ...
   [junit4]   2>     "^" ...
   [junit4]   2>     <QUOTED> ...
   [junit4]   2>     <TERM> ...
   [junit4]   2>     <FUZZY_SLOP> ...
   [junit4]   2>     <PREFIXTERM> ...
   [junit4]   2>     <WILDTERM> ...
   [junit4]   2>     <REGEXPTERM> ...
   [junit4]   2>     "[" ...
   [junit4]   2>     "{" ...
   [junit4]   2>     <LPARAMS> ...
   [junit4]   2>     "filter(" ...
   [junit4]   2>     <NUMBER> ...
   [junit4]   2>     
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.generateParseException(QueryParser.java:885)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.jj_consume_token(QueryParser.java:767)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Clause(QueryParser.java:283)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.Query(QueryParser.java:222)
   [junit4]   2> 	at org.apache.solr.parser.QueryParser.TopLevelQuery(QueryParser.java:131)
   [junit4]   2> 	at org.apache.solr.parser.SolrQueryParserBase.parse(SolrQueryParserBase.java:261)
   [junit4]   2> 	... 35 more
   [junit4]   2> 
   [junit4]   2> 4716771 INFO  (qtp1559970433-39435) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.S.Request [test_shard1_replica_n1]  webapp=/solr path=/select params={q=a(bc&wt=javabin&version=2} status=400 QTime=1
   [junit4]   2> 4716790 INFO  (auditTestCallback-12887-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 4717130 INFO  (auditTestCallback-12887-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /select
   [junit4]   2> 4717158 INFO  (qtp1559970433-39435) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:36924/solr/test/select","nodeName":"n:127.0.0.1:36924_solr","message":"Error","level":"ERROR","date":1556773285632,"clientIp":"127.0.0.1","collections":["test"],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:36924"},"solrParams":{"q":["a(bc"],"df":["_text_"],"echoParams":["explicit"],"rows":["10"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":36924,"solrIp":"127.0.0.1","resource":"/select","httpMethod":"GET","httpQueryString":"q=a%28bc&wt=javabin&version=2","eventType":"ERROR","requestType":"SEARCH","status":400,"exception":{"cause":{"cause":{"stackTrace":[{"classLoaderName":"app","methodName":"generateParseException","fileName":"QueryParser.java","lineNumber":885,"className":"org.apache.solr.parser.QueryParser","nativeMethod":false},{"classLoaderName":"app","methodName":"jj_consume_token","fileName":"QueryParser.java","lineNumber":767,"className":"org.apache.solr.parser.QueryParser","nativeMethod":false},{"classLoaderName":"app","methodName":"Clause","fileName":"QueryParser.java","lineNumber":283,"className":"org.apache.solr.parser.QueryParser","nativeMethod":false},{"classLoaderName":"app","methodName":"Query","fileName":"QueryParser.java","lineNumber":222,"className":"org.apache.solr.parser.QueryParser","nativeMethod":false},{"classLoaderName":"app","methodName":"TopLevelQuery","fileName":"QueryParser.java","lineNumber":131,"className":"org.apache.solr.parser.QueryParser","nativeMethod":false},{"classLoaderName":"app","methodName":"parse","fileName":"SolrQueryParserBase.java","lineNumber":261,"className":"org.apache.solr.parser.SolrQueryParserBase","nativeMethod":false},{"classLoaderName":"app","methodName":"parse","fileName":"LuceneQParser.java","lineNumber":49,"className":"org.apache.solr.search.LuceneQParser","nativeMethod":false},{"classLoaderName":"app","methodName":"getQuery","fileName":"QParser.java","lineNumber":173,"className":"org.apache.solr.search.QParser","nativeMethod":false},{"classLoaderName":"app","methodName":"prepare","fileName":"QueryComponent.java","lineNumber":159,"className":"org.apache.solr.handler.component.QueryComponent","nativeMethod":false},{"classLoaderName":"app","methodName":"handleRequestBody","fileName":"SearchHandler.java","lineNumber":272,"className":"org.apache.solr.handler.component.SearchHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"handleRequest","fileName":"RequestHandlerBase.java","lineNumber":199,"className":"org.apache.solr.handler.RequestHandlerBase","nativeMethod":false},{"classLoaderName":"app","methodName":"execute","fileName":"SolrCore.java","lineNumber":2555,"className":"org.apache.solr.core.SolrCore","nativeMethod":false},{"classLoaderName":"app","methodName":"execute","fileName":"HttpSolrCall.java","lineNumber":756,"className":"org.apache.solr.servlet.HttpSolrCall","nativeMethod":false},{"classLoaderName":"app","methodName":"call","fileName":"HttpSolrCall.java","lineNumber":542,"className":"org.apache.solr.servlet.HttpSolrCall","nativeMethod":false},{"classLoaderName":"app","methodName":"doFilter","fileName":"SolrDispatchFilter.java","lineNumber":397,"className":"org.apache.solr.servlet.SolrDispatchFilter","nativeMethod":false},{"classLoaderName":"app","methodName":"doFilter","fileName":"SolrDispatchFilter.java","lineNumber":343,"className":"org.apache.solr.servlet.SolrDispatchFilter","nativeMethod":false},{"classLoaderName":"app","methodName":"doFilter","fileName":"ServletHandler.java","lineNumber":1610,"className":"org.eclipse.jetty.servlet.ServletHandler$CachedChain","nativeMethod":false},{"classLoaderName":"app","methodName":"doFilter","fileName":"JettySolrRunner.java","lineNumber":165,"className":"org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter","nativeMethod":false},{"classLoaderName":"app","methodName":"doFilter","fileName":"ServletHandler.java","lineNumber":1610,"className":"org.eclipse.jetty.servlet.ServletHandler$CachedChain","nativeMethod":false},{"classLoaderName":"app","methodName":"doHandle","fileName":"ServletHandler.java","lineNumber":540,"className":"org.eclipse.jetty.servlet.ServletHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"nextHandle","fileName":"ScopedHandler.java","lineNumber":255,"className":"org.eclipse.jetty.server.handler.ScopedHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"doHandle","fileName":"SessionHandler.java","lineNumber":1588,"className":"org.eclipse.jetty.server.session.SessionHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"nextHandle","fileName":"ScopedHandler.java","lineNumber":255,"className":"org.eclipse.jetty.server.handler.ScopedHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"doHandle","fileName":"ContextHandler.java","lineNumber":1345,"className":"org.eclipse.jetty.server.handler.ContextHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"nextScope","fileName":"ScopedHandler.java","lineNumber":203,"className":"org.eclipse.jetty.server.handler.ScopedHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"doScope","fileName":"ServletHandler.java","lineNumber":480,"className":"org.eclipse.jetty.servlet.ServletHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"doScope","fileName":"SessionHandler.java","lineNumber":1557,"className":"org.eclipse.jetty.server.session.SessionHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"nextScope","fileName":"ScopedHandler.java","lineNumber":201,"className":"org.eclipse.jetty.server.handler.ScopedHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"doScope","fileName":"ContextHandler.java","lineNumber":1247,"className":"org.eclipse.jetty.server.handler.ContextHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"handle","fileName":"ScopedHandler.java","lineNumber":144,"className":"org.eclipse.jetty.server.handler.ScopedHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"handle","fileName":"GzipHandler.java","lineNumber":753,"className":"org.eclipse.jetty.server.handler.gzip.GzipHandler","nativeMethod":false},{"classLoaderName":"app","methodName":"handle","fileName":"HandlerWrapper.java","lineNumber":132,"className":"org.eclipse.jetty.server.handler.HandlerWrapper","nativeMethod":false},{"classLoaderName":"app","methodName":"handle","fileName":"Server.java","lineNumber":502,"className":"org.eclipse.jetty.server.Server","nativeMethod":false},{"classLoaderName":"app","methodName":"handle","fileName":"HttpChannel.java","lineNumber":364,"className":"org.eclipse.jetty.server.HttpChannel","nativeMethod":false},{"classLoaderName":"app","methodName":"onFillable","fileName":"HttpConnection.java","lineNumber":260,"className":"org.eclipse.jetty.server.HttpConnection","nativeMethod":false},{"classLoaderName":"app","methodName":"succeeded","fileName":"AbstractConnection.java","lineNumber":305,"className":"org.eclipse.jetty.io.AbstractConnection$ReadCallback","nativeMethod":false},{"classLoaderName":"app","methodName":"fillable","fileName":"FillInterest.java","lineNumber":103,"className":"org.eclipse.jetty.io.FillInterest","nativeMethod":false},{"classLoaderName":"app","methodName":"run","fileName":"ChannelEndPoint.java","lineNumber":118,"className":"org.eclipse.jetty.io.ChannelEndPoint$2","nativeMethod":false},{"classLoaderName":"app","methodName":"runJob","fileName":"QueuedThreadPool.java","lineNumber":765,"className":"org.eclipse.jetty.util.thread.QueuedThreadPool","nativeMethod":false},{"classLoaderName":"app","methodName":"run","fileName":"QueuedThreadPool.java","lineNumber":683,"className":"org.eclipse.jetty.util.thread.QueuedThreadPool$2","nativeMethod":false},{"moduleName":"java.base","moduleVersion":"11.0.1","methodName":"run","fileName":"Thread.java","lineNumber":834,"className":"java.lang.Thread","nativeMethod":false}],"currentToken":{"kind":25,"beginLine":1,"beginColumn":2,"endLine":1,"endColumn":4,"image":"bc","next":{"kind":0,"beginLine":1,"beginColumn":4,"endLine":1,"endColumn":4,"image":""}},"expectedTokenSequences":[[13],[14],[15],[16],[17],[18],[19],[20],[22],[23],[24],[25],[26],[27],[28],[29],[30],[31],[32],[33],[34]],"tokenImage":["<EOF>","<_NUM_CHAR>","<_ESCAPED_CHAR>","<_TERM_START_CHAR>","<_TERM_CHAR>","<_WHITESPACE>","<_QUOTED_CHAR>","<_SQUOTED_CHAR>","<token of kind 8>","\"/*\"","\"*/\"","<token of kind 11>","<token of kind 12>","<AND>","<OR>","<NOT>","\"+\"","\"-\"","<BAREOPER>","\"(\"","\")\"","\":\"","\"*\"","\"^\"","<QUOTED>","<TERM>","<FUZZY_SLOP>","<PREFIXTERM>","<WILDTERM>","<REGEXPTERM>","\"[\"","\"{\"","<LPARAMS>","\"filter(\"","<NUMBER>","\"TO\"","\"]\"","\"}\"","<RANGE_QUOTED>","<RANGE_GOOP>"],"message":"Encountered \"<EOF>\" at line 1, column 4.\nWas expecting one of:\n    <AND> ...\n    <OR> ...\n    <NOT> ...\n    \"+\" ...\n    \"-\" ...\n    <BAREOPER> ...\n    \"(\" ...\n    \")\" ...\n    \"*\" ...\n    \"^\" ...\n    <QUOTED> ...\n    <TERM> ...\n    <FUZZY_SLOP> ...\n    <PREFIXTERM> ...\n    <WILDTERM> ...\n    <REGEXPTERM> ...\n    \"[\" ...\n    \"{\" ...\n    <LPARAMS> ...\n    \"filter(\" ...\n    <NUMBER> ...\n    ","suppressed":[],"localizedMessage":"Encountered \"<EOF>\" at line 1, column 4.\nWas expecting one of:\n    <AND> ...\n    <OR> ...\n    <NOT> ...\n    \"+\" ...\n    \"-\" ...\n    <BAREOPER> ...\n    \"(\" ...\n    \")\" ...\n    \"*\" ...\n    \"^\" ...\n    <QUOTED> ...\n    <TERM> ...\n    <FUZZY_SLOP> ...\n    <PREFIXTERM> ...\n    <WILDTERM> ...\n    <REGEXPTERM> ...\n    \"[\" ...\n    \"{\" ...\n    <LPARAMS> ...\n    \"filter(\" ...\n    <NUMBER> ...\n    "},"stackTrace":[{"classLoaderName":"app","methodName":"parse","fileName":"SolrQueryParserBase.java","lineNumber":265,"className":"org.apache.solr.parser.SolrQueryParserBase","nativeMethod":false},{"classLoaderName":"app","methodName":"parse","fileName":"LuceneQParser.java","lineNumber":49,"className":"org.apache.solr.search.LuceneQParser","nativeMethod":false},{...
   [junit4]   2> 4717174 ERROR (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.s.i.BaseCloudSolrClient Request to collection [test] failed due to (400) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:36924/solr/test: org.apache.solr.search.SyntaxError: Cannot parse 'a(bc': Encountered "<EOF>" at line 1, column 4.
   [junit4]   2> Was expecting one of:
   [junit4]   2>     <AND> ...
   [junit4]   2>     <OR> ...
   [junit4]   2>     <NOT> ...
   [junit4]   2>     "+" ...
   [junit4]   2>     "-" ...
   [junit4]   2>     <BAREOPER> ...
   [junit4]   2>     "(" ...
   [junit4]   2>     ")" ...
   [junit4]   2>     "*" ...
   [junit4]   2>     "^" ...
   [junit4]   2>     <QUOTED> ...
   [junit4]   2>     <TERM> ...
   [junit4]   2>     <FUZZY_SLOP> ...
   [junit4]   2>     <PREFIXTERM> ...
   [junit4]   2>     <WILDTERM> ...
   [junit4]   2>     <REGEXPTERM> ...
   [junit4]   2>     "[" ...
   [junit4]   2>     "{" ...
   [junit4]   2>     <LPARAMS> ...
   [junit4]   2>     "filter(" ...
   [junit4]   2>     <NUMBER> ...
   [junit4]   2>     , retry=0 commError=false errorCode=400 
   [junit4]   2> 4717174 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.s.i.BaseCloudSolrClient request was not communication error it seems
   [junit4]   2> 4717317 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2012448762
   [junit4]   2> 4717317 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36924_solr
   [junit4]   2> 4717352 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 4717352 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:36924_solr as DOWN
   [junit4]   2> 4717390 INFO  (coreCloseExecutor-12906-thread-1) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.c.SolrCore [test_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@42e8133c
   [junit4]   2> 4717390 INFO  (coreCloseExecutor-12906-thread-1) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test.shard1.replica_n1, tag=42e8133c
   [junit4]   2> 4717390 INFO  (coreCloseExecutor-12906-thread-1) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@413e074: rootName = solr_36924, domain = solr.core.test.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.test.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@294b3483
   [junit4]   2> 4717442 INFO  (coreCloseExecutor-12906-thread-1) [n:127.0.0.1:36924_solr c:test s:shard1 r:core_node2 x:test_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test.shard1.leader, tag=42e8133c
   [junit4]   2> 4717462 INFO  (zkCallback-15620-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4717462 INFO  (zkCallback-15620-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4717462 INFO  (zkCallback-15620-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test/state.json] for collection [test] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4717466 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4717466 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5323584a: rootName = solr_36924, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6357c83b
   [junit4]   2> 4717507 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4717507 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@52a93da4: rootName = solr_36924, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@642bc4fc
   [junit4]   2> 4717510 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4717510 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@453fbfa: rootName = solr_36924, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@722a71c8
   [junit4]   2> 4717510 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4717544 INFO  (closeThreadPool-15640-thread-2) [    ] o.a.s.c.Overseer Overseer (id=74620751482716165-127.0.0.1:36924_solr-n_0000000000) closing
   [junit4]   2> 4717555 INFO  (OverseerAutoScalingTriggerThread-74620751482716165-127.0.0.1:36924_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4717555 INFO  (OverseerStateUpdate-74620751482716165-127.0.0.1:36924_solr-n_0000000000) [n:127.0.0.1:36924_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36924_solr
   [junit4]   2> 4717632 INFO  (jetty-closer-15636-thread-1) [    ] o.a.s.c.Overseer Overseer (id=74620751482716165-127.0.0.1:36924_solr-n_0000000000) closing
   [junit4]   2> 4717632 INFO  (closeThreadPool-15640-thread-1) [    ] o.a.s.c.Overseer Overseer (id=74620751482716165-127.0.0.1:36924_solr-n_0000000000) closing
   [junit4]   2> 4717633 INFO  (jetty-closer-15636-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2dfee382{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 4717689 INFO  (jetty-closer-15636-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e7c2d29{/solr,null,UNAVAILABLE}
   [junit4]   2> 4717778 INFO  (jetty-closer-15636-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4717791 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4717839 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/test/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/collections/test/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 4717913 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41709
   [junit4]   2> 4717913 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41709
   [junit4]   2> 4717913 INFO  (TEST-AuditLoggerIntegrationTest.searchWithException-seed#[F787155F70290CCE]) [    ] o.a.s.SolrTestCaseJ4 ###Ending searchWithException
   [junit4]   2> 4718087 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[F787155F70290CCE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testAsyncQueueDrain
   [junit4]   2> 4718153 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[F787155F70290CCE]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-002
   [junit4]   2> 4718154 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[F787155F70290CCE]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4718154 INFO  (auditTestCallback-12908-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Listening for audit callbacks on on port 35299
   [junit4]   2> 4718154 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4718154 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4718260 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[F787155F70290CCE]) [    ] o.a.s.c.ZkTestServer start zk server on port:43836
   [junit4]   2> 4718260 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[F787155F70290CCE]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43836
   [junit4]   2> 4718260 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[F787155F70290CCE]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43836
   [junit4]   2> 4718430 INFO  (zkConnectionManagerCallback-15642-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4718503 INFO  (zkConnectionManagerCallback-15644-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4718523 INFO  (zkConnectionManagerCallback-15646-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4718560 WARN  (jetty-launcher-15647-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4718560 INFO  (jetty-launcher-15647-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4718560 INFO  (jetty-launcher-15647-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4718560 INFO  (jetty-launcher-15647-thread-1) [    ] 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> 4718661 INFO  (jetty-launcher-15647-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4718661 INFO  (jetty-launcher-15647-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4718661 INFO  (jetty-launcher-15647-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4718669 INFO  (jetty-launcher-15647-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a76363c{/solr,null,AVAILABLE}
   [junit4]   2> 4718670 INFO  (jetty-launcher-15647-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7258e1da{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43317}
   [junit4]   2> 4718670 INFO  (jetty-launcher-15647-thread-1) [    ] o.e.j.s.Server Started @4718867ms
   [junit4]   2> 4718670 INFO  (jetty-launcher-15647-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43317}
   [junit4]   2> 4718670 ERROR (jetty-launcher-15647-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4718670 INFO  (jetty-launcher-15647-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4718670 INFO  (jetty-launcher-15647-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 4718670 INFO  (jetty-launcher-15647-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4718670 INFO  (jetty-launcher-15647-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4718670 INFO  (jetty-launcher-15647-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-05-02T05:01:27.531553Z
   [junit4]   2> 4718706 INFO  (zkConnectionManagerCallback-15649-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4718707 INFO  (jetty-launcher-15647-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4720118 INFO  (jetty-launcher-15647-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4720136 WARN  (jetty-launcher-15647-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@18b3d87e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4720209 WARN  (jetty-launcher-15647-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4e1a89d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4720211 INFO  (jetty-launcher-15647-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43836/solr
   [junit4]   2> 4720246 INFO  (zkConnectionManagerCallback-15656-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4720270 INFO  (zkConnectionManagerCallback-15658-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4720868 INFO  (jetty-launcher-15647-thread-1) [n:127.0.0.1:43317_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43317_solr
   [junit4]   2> 4720868 INFO  (jetty-launcher-15647-thread-1) [n:127.0.0.1:43317_solr    ] o.a.s.c.Overseer Overseer (id=74620752084598789-127.0.0.1:43317_solr-n_0000000000) starting
   [junit4]   2> 4720958 INFO  (zkConnectionManagerCallback-15665-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4720978 INFO  (jetty-launcher-15647-thread-1) [n:127.0.0.1:43317_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43836/solr ready
   [junit4]   2> 4721011 INFO  (OverseerStateUpdate-74620752084598789-127.0.0.1:43317_solr-n_0000000000) [n:127.0.0.1:43317_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43317_solr
   [junit4]   2> 4721031 INFO  (jetty-launcher-15647-thread-1) [n:127.0.0.1:43317_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43317_solr
   [junit4]   2> 4721128 INFO  (zkCallback-15657-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4721145 INFO  (zkCallback-15664-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4721178 INFO  (jetty-launcher-15647-thread-1) [n:127.0.0.1:43317_solr    ] o.a.s.c.CoreContainer Initializing auditlogger plugin: solr.CallbackAuditLoggerPlugin
   [junit4]   2> 4721388 INFO  (jetty-launcher-15647-thread-1) [n:127.0.0.1:43317_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4721573 INFO  (jetty-launcher-15647-thread-1) [n:127.0.0.1:43317_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43317.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1814e900
   [junit4]   2> 4721700 INFO  (jetty-launcher-15647-thread-1) [n:127.0.0.1:43317_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43317.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1814e900
   [junit4]   2> 4721701 INFO  (jetty-launcher-15647-thread-1) [n:127.0.0.1:43317_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43317.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1814e900
   [junit4]   2> 4721702 INFO  (jetty-launcher-15647-thread-1) [n:127.0.0.1:43317_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.security.AuditLoggerIntegrationTest_F787155F70290CCE-001/tempDir-002/node1/.
   [junit4]   2> 4722028 INFO  (zkConnectionManagerCallback-15672-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4722030 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[F787155F70290CCE]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4722030 INFO  (TEST-AuditLoggerIntegrationTest.testAsyncQueueDrain-seed#[F787155F70290CCE]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43836/solr ready
   [junit4]   2> 4722085 INFO  (qtp1164304153-39512) [n:127.0.0.1:43317_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4722085 INFO  (qtp1164304153-39512) [n:127.0.0.1:43317_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4722101 INFO  (audit-15666-thread-1-processing-n:127.0.0.1:43317_solr) [n:127.0.0.1:43317_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sleeping for 150ms before sending callback
   [junit4]   2> 4722101 INFO  (qtp1164304153-39513) [n:127.0.0.1:43317_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4722102 INFO  (qtp1164304153-39513) [n:127.0.0.1:43317_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4722103 INFO  (qtp1164304153-39514) [n:127.0.0.1:43317_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4722249 INFO  (qtp1164304153-39514) [n:127.0.0.1:43317_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=146
   [junit4]   2> 4722337 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1900603035
   [junit4]   2> 4722337 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43317_solr
   [junit4]   2> 4722340 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 4722340 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:43317_solr as DOWN
   [junit4]   2> 4722357 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4722359 INFO  (audit-15666-thread-1-processing-n:127.0.0.1:43317_solr) [n:127.0.0.1:43317_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:43317/solr/admin/collections","nodeName":"n:127.0.0.1:43317_solr","message":"Completed","level":"INFO","date":1556773290946,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:43317"},"solrParams":{"action":["LIST"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":43317,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=LIST&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":0.0} to localhost:35299
   [junit4]   2> 4722359 INFO  (audit-15666-thread-1-processing-n:127.0.0.1:43317_solr) [n:127.0.0.1:43317_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sleeping for 150ms before sending callback
   [junit4]   2> 4722385 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4722385 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ce9ee5: rootName = solr_43317, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@31239fb2
   [junit4]   2> 4722402 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4722409 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3be614d9: rootName = solr_43317, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@642bc4fc
   [junit4]   2> 4722412 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4722412 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f85df52: rootName = solr_43317, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@722a71c8
   [junit4]   2> 4722412 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4722424 INFO  (auditTestCallback-12908-thread-1) [    ] o.a.s.s.AuditLoggerIntegrationTest Received audit event for path /admin/collections
   [junit4]   2> 4722445 INFO  (closeThreadPool-15677-thread-2) [    ] o.a.s.c.Overseer Overseer (id=74620752084598789-127.0.0.1:43317_solr-n_0000000000) closing
   [junit4]   2> 4722445 INFO  (OverseerStateUpdate-74620752084598789-127.0.0.1:43317_solr-n_0000000000) [n:127.0.0.1:43317_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43317_solr
   [junit4]   2> 4722450 INFO  (OverseerAutoScalingTriggerThread-74620752084598789-127.0.0.1:43317_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4722495 INFO  (closeThreadPool-15677-thread-1) [    ] o.a.s.c.Overseer Overseer (id=74620752084598789-127.0.0.1:43317_solr-n_0000000000) closing
   [junit4]   2> 4722547 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.c.Overseer Overseer (id=74620752084598789-127.0.0.1:43317_solr-n_0000000000) closing
   [junit4]   2> 4722596 INFO  (audit-15666-thread-1-processing-n:127.0.0.1:43317_solr) [n:127.0.0.1:43317_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sent audit callback {"requestUrl":"http://127.0.0.1:43317/solr/admin/collections","nodeName":"n:127.0.0.1:43317_solr","message":"Completed","level":"INFO","date":1556773290963,"clientIp":"127.0.0.1","collections":[],"headers":{"User-Agent":"Solr[org.apache.solr.client.solrj.impl.HttpSolrClient] 1.0","Connection":"keep-alive","Host":"127.0.0.1:43317"},"solrParams":{"action":["CLUSTERSTATUS"],"wt":["javabin"],"version":["2"]},"solrHost":"127.0.0.1","solrPort":43317,"solrIp":"127.0.0.1","resource":"/admin/collections","httpMethod":"GET","httpQueryString":"action=CLUSTERSTATUS&wt=javabin&version=2","eventType":"COMPLETED","requestType":"ADMIN","status":200,"qtime":0.0} to localhost:35299
   [junit4]   2> 4722596 INFO  (audit-15666-thread-1-processing-n:127.0.0.1:43317_solr) [n:127.0.0.1:43317_solr    ] o.a.s.s.CallbackAuditLoggerPlugin Sleeping for 150ms before sending callback
   [junit4]   2> 4722681 INFO  (jetty-closer-15673-thread-1) [    ] o.a.s.s.AuditLogg

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

ene-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 = /home/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 = /home/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 = /home/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 = /home/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 = /home/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 = /home/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 = /home/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 = /home/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 = /home/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 = /home/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 = /home/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 = /home/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 = /home/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

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

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: #;working@lucene2-us-west.apache.org
[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 37ms :: artifacts dl 5ms
	---------------------------------------------------------------------
	|                  |            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: 249 minutes 16 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1835)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1074)
	at hudson.FilePath.act(FilePath.java:1061)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)