Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3469/
1 tests failed. FAILED: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest Error Message: Timeout occurred while waiting response from server at: http://127.0.0.1:33691/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:33691/solr at __randomizedtesting.SeedInfo.seed([2398704C7DA60B9D:D16C672E390306AE]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245) at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228) at org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest(LeaderVoteWaitTimeoutTest.java:157) 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) 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:555) ... 48 more Build Log: [...truncated 13966 lines...] [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest [junit4] 2> 698858 INFO (SUITE-LeaderVoteWaitTimeoutTest-seed#[2398704C7DA60B9D]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_2398704C7DA60B9D-001/init-core-data-001 [junit4] 2> 698859 WARN (SUITE-LeaderVoteWaitTimeoutTest-seed#[2398704C7DA60B9D]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=34 numCloses=34 [junit4] 2> 698859 INFO (SUITE-LeaderVoteWaitTimeoutTest-seed#[2398704C7DA60B9D]-worker) [ ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true [junit4] 2> 698863 INFO (SUITE-LeaderVoteWaitTimeoutTest-seed#[2398704C7DA60B9D]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) [junit4] 2> 698869 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testMostInSyncReplicasCanWinElection [junit4] 2> 698870 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_2398704C7DA60B9D-001/tempDir-001 [junit4] 2> 698871 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 698890 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 698891 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 698990 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkTestServer start zk server on port:36339 [junit4] 2> 698990 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36339 [junit4] 2> 698990 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36339 [junit4] 2> 699023 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 699060 INFO (zkConnectionManagerCallback-2421-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 699060 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 699120 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 699122 INFO (zkConnectionManagerCallback-2423-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 699122 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 699128 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 699132 INFO (zkConnectionManagerCallback-2425-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 699132 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 699238 WARN (jetty-launcher-2426-thread-2) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 699238 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 699238 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 699238 INFO (jetty-launcher-2426-thread-2) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS [junit4] 2> 699239 WARN (jetty-launcher-2426-thread-1) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 699239 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 699239 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 699240 INFO (jetty-launcher-2426-thread-1) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS [junit4] 2> 699245 WARN (jetty-launcher-2426-thread-3) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 699245 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 699245 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 699245 INFO (jetty-launcher-2426-thread-3) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS [junit4] 2> 699250 WARN (jetty-launcher-2426-thread-4) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 699250 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 699250 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 699250 INFO (jetty-launcher-2426-thread-4) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS [junit4] 2> 699308 INFO (jetty-launcher-2426-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 699308 INFO (jetty-launcher-2426-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 699309 INFO (jetty-launcher-2426-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 699309 INFO (jetty-launcher-2426-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63e7b501{/solr,null,AVAILABLE} [junit4] 2> 699310 INFO (jetty-launcher-2426-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@2498b185{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:٤٣٥٩٧} [junit4] 2> 699310 INFO (jetty-launcher-2426-thread-1) [ ] o.e.j.s.Server Started @٦٩٩٣٩٥ms [junit4] 2> 699310 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43597} [junit4] 2> 699310 ERROR (jetty-launcher-2426-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 699310 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 699310 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 699311 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 699311 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 699311 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-07-31T14:02:56.493086Z [junit4] 2> 699329 INFO (jetty-launcher-2426-thread-4) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 699329 INFO (jetty-launcher-2426-thread-4) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 699329 INFO (jetty-launcher-2426-thread-4) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 699330 INFO (jetty-launcher-2426-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c5b19d6{/solr,null,AVAILABLE} [junit4] 2> 699330 INFO (jetty-launcher-2426-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@575729dd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:٤٥٤٥٧} [junit4] 2> 699330 INFO (jetty-launcher-2426-thread-4) [ ] o.e.j.s.Server Started @٦٩٩٤١٥ms [junit4] 2> 699330 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45457} [junit4] 2> 699331 ERROR (jetty-launcher-2426-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 699331 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 699331 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 699331 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 699331 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 699331 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-07-31T14:02:56.513563Z [junit4] 2> 699351 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 699353 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 699357 INFO (jetty-launcher-2426-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 699357 INFO (jetty-launcher-2426-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 699357 INFO (jetty-launcher-2426-thread-2) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 699358 INFO (jetty-launcher-2426-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@757db82f{/solr,null,AVAILABLE} [junit4] 2> 699358 INFO (jetty-launcher-2426-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@3d6c009{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:٣٨٠٣١} [junit4] 2> 699358 INFO (jetty-launcher-2426-thread-2) [ ] o.e.j.s.Server Started @٦٩٩٤٤٣ms [junit4] 2> 699358 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38031} [junit4] 2> 699359 ERROR (jetty-launcher-2426-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 699359 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 699359 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 699359 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 699359 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 699359 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-07-31T14:02:56.541389Z [junit4] 2> 699360 INFO (zkConnectionManagerCallback-2430-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 699360 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 699360 INFO (zkConnectionManagerCallback-2428-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 699360 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 699361 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 699361 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 699361 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 699362 INFO (jetty-launcher-2426-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 699362 INFO (jetty-launcher-2426-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 699362 INFO (jetty-launcher-2426-thread-3) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 699362 INFO (jetty-launcher-2426-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17f32a70{/solr,null,AVAILABLE} [junit4] 2> 699363 INFO (jetty-launcher-2426-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@35592252{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:٣٣٠٥١} [junit4] 2> 699363 INFO (jetty-launcher-2426-thread-3) [ ] o.e.j.s.Server Started @٦٩٩٤٤٨ms [junit4] 2> 699363 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33051} [junit4] 2> 699363 ERROR (jetty-launcher-2426-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 699363 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 699363 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 699363 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 699363 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 699364 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-07-31T14:02:56.546004Z [junit4] 2> 699365 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 699371 INFO (zkConnectionManagerCallback-2432-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 699371 INFO (zkConnectionManagerCallback-2434-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 699371 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 699371 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 699477 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 699477 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 699604 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 699627 WARN (jetty-launcher-2426-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3ee1aff8[provider=null,keyStore=null,trustStore=null] [junit4] 2> 699628 WARN (jetty-launcher-2426-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3ee1aff8[provider=null,keyStore=null,trustStore=null] [junit4] 2> 699677 WARN (jetty-launcher-2426-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7426ac05[provider=null,keyStore=null,trustStore=null] [junit4] 2> 699678 WARN (jetty-launcher-2426-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7426ac05[provider=null,keyStore=null,trustStore=null] [junit4] 2> 699679 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36339/solr [junit4] 2> 699703 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 699713 INFO (zkConnectionManagerCallback-2443-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 699714 INFO (jetty-launcher-2426-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 699922 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 699935 INFO (zkConnectionManagerCallback-2446-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 699935 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 700056 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 700058 WARN (jetty-launcher-2426-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@644328a4[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700058 WARN (jetty-launcher-2426-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@644328a4[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700083 WARN (jetty-launcher-2426-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c285fdb[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700083 WARN (jetty-launcher-2426-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c285fdb[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700084 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36339/solr [junit4] 2> 700141 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 700149 INFO (zkConnectionManagerCallback-2454-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 700149 INFO (jetty-launcher-2426-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 700153 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 700169 WARN (jetty-launcher-2426-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4244a909[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700169 WARN (jetty-launcher-2426-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4244a909[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700206 WARN (jetty-launcher-2426-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@465f0b99[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700206 WARN (jetty-launcher-2426-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@465f0b99[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700208 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36339/solr [junit4] 2> 700223 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 700234 INFO (zkConnectionManagerCallback-2460-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 700234 INFO (jetty-launcher-2426-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 700268 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 700272 INFO (zkConnectionManagerCallback-2462-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 700272 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 700352 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 700360 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38031_solr [junit4] 2> 700361 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.Overseer Overseer (id=72123350981214219-127.0.0.1:38031_solr-n_0000000000) starting [junit4] 2> 700394 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 700398 WARN (jetty-launcher-2426-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@9cb56d0[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700398 WARN (jetty-launcher-2426-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@9cb56d0[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700402 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45457_solr [junit4] 2> 700404 INFO (zkConnectionManagerCallback-2464-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 700404 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 700407 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 700410 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 700425 INFO (zkConnectionManagerCallback-2478-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 700425 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 700426 INFO (zkCallback-2445-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 700431 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 700431 INFO (zkCallback-2461-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 700432 INFO (zkConnectionManagerCallback-2471-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 700432 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 700435 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36339/solr ready [junit4] 2> 700436 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.c.LibListener clusterprops.json changed , version -1 [junit4] 2> 700440 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 700440 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 700441 WARN (jetty-launcher-2426-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36f39214[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700441 WARN (jetty-launcher-2426-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36f39214[provider=null,keyStore=null,trustStore=null] [junit4] 2> 700443 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36339/solr [junit4] 2> 700447 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36339/solr ready [junit4] 2> 700459 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 700460 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:33051_solr as DOWN [junit4] 2> 700460 INFO (OverseerStateUpdate-72123350981214219-127.0.0.1:38031_solr-n_0000000000) [n:127.0.0.1:38031_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38031_solr [junit4] 2> 700461 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:38031_solr as DOWN [junit4] 2> 700463 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 700463 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38031_solr [junit4] 2> 700463 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 700463 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33051_solr [junit4] 2> 700463 INFO (zkConnectionManagerCallback-2484-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 700463 INFO (jetty-launcher-2426-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 700466 INFO (zkCallback-2461-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 700467 INFO (zkCallback-2445-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 700472 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 700472 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.c.LibListener clusterprops.json changed , version -1 [junit4] 2> 700483 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 700501 INFO (zkCallback-2463-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 700509 INFO (zkCallback-2470-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 700528 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45457.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700549 INFO (zkConnectionManagerCallback-2490-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 700549 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 700552 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 700555 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36339/solr ready [junit4] 2> 700555 INFO (zkCallback-2477-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 700555 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.c.LibListener clusterprops.json changed , version -1 [junit4] 2> 700587 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45457.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700587 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45457.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700594 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 700596 INFO (jetty-launcher-2426-thread-4) [n:127.0.0.1:45457_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.cloud.LeaderVoteWaitTimeoutTest_2398704C7DA60B9D-001/tempDir-001/node4/. [junit4] 2> 700608 INFO (zkConnectionManagerCallback-2492-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 700608 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 700614 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 700620 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 700641 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 700657 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:43597_solr as DOWN [junit4] 2> 700659 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 700659 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43597_solr [junit4] 2> 700663 INFO (zkCallback-2463-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 700663 INFO (zkCallback-2477-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 700663 INFO (zkCallback-2445-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 700663 INFO (zkCallback-2470-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 700663 INFO (zkCallback-2461-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 700674 INFO (zkCallback-2489-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 700684 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 700691 INFO (zkCallback-2491-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 700692 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33051.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700704 INFO (zkConnectionManagerCallback-2501-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 700704 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 700707 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 700710 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36339/solr ready [junit4] 2> 700711 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.c.LibListener clusterprops.json changed , version -1 [junit4] 2> 700716 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33051.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700716 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33051.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700719 INFO (jetty-launcher-2426-thread-3) [n:127.0.0.1:33051_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.cloud.LeaderVoteWaitTimeoutTest_2398704C7DA60B9D-001/tempDir-001/node3/. [junit4] 2> 700730 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38031.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700762 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 700789 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38031.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700789 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38031.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700796 INFO (jetty-launcher-2426-thread-2) [n:127.0.0.1:38031_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.cloud.LeaderVoteWaitTimeoutTest_2398704C7DA60B9D-001/tempDir-001/node2/. [junit4] 2> 700817 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43597.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700894 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43597.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700895 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43597.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 700897 INFO (jetty-launcher-2426-thread-1) [n:127.0.0.1:43597_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.cloud.LeaderVoteWaitTimeoutTest_2398704C7DA60B9D-001/tempDir-001/node1/. [junit4] 2> 701200 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 701204 INFO (zkConnectionManagerCallback-2507-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 701205 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 701209 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 701211 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36339/solr ready [junit4] 2> 701218 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1657837855 [junit4] 2> 701218 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45457_solr [junit4] 2> 701219 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkController Publish this node as DOWN... [junit4] 2> 701219 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:45457_solr as DOWN [junit4] 2> 701238 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 701240 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 701249 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@52cfa21f: rootName = solr_45457, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5b4fb22d [junit4] 2> 701261 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 701261 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@305d5f71: rootName = solr_45457, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@25dd6eff [junit4] 2> 701269 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 701269 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@62e5b8c6: rootName = solr_45457, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@282d068d [junit4] 2> 701269 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 701277 INFO (zkCallback-2470-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 701277 INFO (zkCallback-2489-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 701278 INFO (zkCallback-2491-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 701278 INFO (zkCallback-2461-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 701381 INFO (zkCallback-2500-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 701381 INFO (zkCallback-2463-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 701381 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@575729dd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:٠} [junit4] 2> 701381 INFO (zkCallback-2506-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 701382 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5c5b19d6{/solr,null,UNAVAILABLE} [junit4] 2> 701382 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 701383 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 701385 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 701385 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 701385 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS [junit4] 2> 701395 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 701395 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 701395 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 701396 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2df889d7{/solr,null,AVAILABLE} [junit4] 2> 701400 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@6e52b78e{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:٤٤٧٨٩} [junit4] 2> 701400 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.Server Started @٧٠١٤٨٥ms [junit4] 2> 701401 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39791} [junit4] 2> 701401 ERROR (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 701401 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 701401 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 701401 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 701401 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 701401 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-07-31T14:02:58.583750Z [junit4] 2> 701404 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 701409 INFO (zkConnectionManagerCallback-2513-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 701409 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 701410 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 702347 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 702348 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4f89a68d[provider=null,keyStore=null,trustStore=null] [junit4] 2> 702348 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4f89a68d[provider=null,keyStore=null,trustStore=null] [junit4] 2> 702354 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@71cc2ca9[provider=null,keyStore=null,trustStore=null] [junit4] 2> 702354 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@71cc2ca9[provider=null,keyStore=null,trustStore=null] [junit4] 2> 702356 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36339/solr [junit4] 2> 702360 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 702363 INFO (zkConnectionManagerCallback-2520-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 702363 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 702475 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 702482 INFO (zkConnectionManagerCallback-2522-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 702482 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 702499 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 702508 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:39791_solr as DOWN [junit4] 2> 702510 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 702510 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39791_solr [junit4] 2> 702519 INFO (zkCallback-2461-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 702519 INFO (zkCallback-2489-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 702519 INFO (zkCallback-2470-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 702520 INFO (zkCallback-2500-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 702520 INFO (zkCallback-2506-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 702520 INFO (zkCallback-2491-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 702520 INFO (zkCallback-2463-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 702521 INFO (zkCallback-2521-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 702525 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 702528 INFO (zkConnectionManagerCallback-2529-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 702528 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 702531 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 702533 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36339/solr ready [junit4] 2> 702533 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.c.LibListener clusterprops.json changed , version -1 [junit4] 2> 702583 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 702674 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39791.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 702699 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39791.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 702699 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39791.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 702702 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [n:127.0.0.1:39791_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.cloud.LeaderVoteWaitTimeoutTest_2398704C7DA60B9D-001/tempDir-001/node4/. [junit4] 2> 702812 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: http://127.0.0.1:44789/solr. Proxy: http://127.0.0.1:39791/solr [junit4] 2> 702812 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=189481177 [junit4] 2> 702812 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33051_solr [junit4] 2> 702813 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkController Publish this node as DOWN... [junit4] 2> 702813 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:33051_solr as DOWN [junit4] 2> 702822 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 702823 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@521efb1f: rootName = solr_33051, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@48ff1598 [junit4] 2> 702834 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 702834 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5691aee7: rootName = solr_33051, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@25dd6eff [junit4] 2> 702843 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 702843 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@66c98234: rootName = solr_33051, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@282d068d [junit4] 2> 702843 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 702850 INFO (zkCallback-2521-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 702851 INFO (zkCallback-2470-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 702953 INFO (zkCallback-2528-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 702953 INFO (zkCallback-2491-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 702954 INFO (zkCallback-2506-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 702954 INFO (zkCallback-2461-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 702954 INFO (zkCallback-2500-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 703055 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@35592252{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:٠} [junit4] 2> 703056 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@17f32a70{/solr,null,UNAVAILABLE} [junit4] 2> 703056 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 703057 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 703057 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 703058 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 703058 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS [junit4] 2> 703094 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 703094 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 703094 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 703100 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2b6537b4{/solr,null,AVAILABLE} [junit4] 2> 703101 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@9c70dd{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:٣٣٢٩٩} [junit4] 2> 703101 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.Server Started @٧٠٣١٨٦ms [junit4] 2> 703101 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38399} [junit4] 2> 703101 ERROR (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 703101 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 703101 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 703101 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 703101 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 703101 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-07-31T14:03:00.283942Z [junit4] 2> 703109 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 703114 INFO (zkConnectionManagerCallback-2536-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 703114 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 703126 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 703763 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 703773 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6849d1ef[provider=null,keyStore=null,trustStore=null] [junit4] 2> 703773 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6849d1ef[provider=null,keyStore=null,trustStore=null] [junit4] 2> 703797 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@66083ba9[provider=null,keyStore=null,trustStore=null] [junit4] 2> 703797 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@66083ba9[provider=null,keyStore=null,trustStore=null] [junit4] 2> 703807 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36339/solr [junit4] 2> 703824 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 703835 INFO (zkConnectionManagerCallback-2543-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 703835 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 703948 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 703960 INFO (zkConnectionManagerCallback-2545-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 703960 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 703975 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 703988 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:38399_solr as DOWN [junit4] 2> 703990 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 703990 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38399_solr [junit4] 2> 703993 INFO (zkCallback-2506-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 703993 INFO (zkCallback-2491-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 703993 INFO (zkCallback-2470-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 703993 INFO (zkCallback-2500-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 703993 INFO (zkCallback-2461-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 703993 INFO (zkCallback-2521-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 703993 INFO (zkCallback-2528-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 703999 INFO (zkCallback-2544-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 704012 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 704049 INFO (zkConnectionManagerCallback-2552-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 704049 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 704057 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 704063 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36339/solr ready [junit4] 2> 704064 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.LibListener clusterprops.json changed , version -1 [junit4] 2> 704206 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 704295 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38399.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 704347 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38399.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 704347 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38399.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3339332b [junit4] 2> 704353 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] 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.cloud.LeaderVoteWaitTimeoutTest_2398704C7DA60B9D-001/tempDir-001/node3/. [junit4] 2> 704516 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: http://127.0.0.1:33299/solr. Proxy: http://127.0.0.1:38399/solr [junit4] 2> 704516 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1732392772 [junit4] 2> 704516 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38031_solr [junit4] 2> 704517 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkController Publish this node as DOWN... [junit4] 2> 704517 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:38031_solr as DOWN [junit4] 2> 704568 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 704569 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1292b05c: rootName = solr_38031, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7a3b83f5 [junit4] 2> 704586 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 704586 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f41791d: rootName = solr_38031, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@25dd6eff [junit4] 2> 704595 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 704595 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7d6e42c4: rootName = solr_38031, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@282d068d [junit4] 2> 704596 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 704628 INFO (closeThreadPool-2557-thread-2) [ ] o.a.s.c.Overseer Overseer (id=72123350981214219-127.0.0.1:38031_solr-n_0000000000) closing [junit4] 2> 704628 INFO (OverseerAutoScalingTriggerThread-72123350981214219-127.0.0.1:38031_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 704628 INFO (OverseerStateUpdate-72123350981214219-127.0.0.1:38031_solr-n_0000000000) [n:127.0.0.1:38031_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38031_solr [junit4] 2> 704662 INFO (zkCallback-2544-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 704662 INFO (zkCallback-2506-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 704662 INFO (zkCallback-2500-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 704662 INFO (zkCallback-2521-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 704662 INFO (zkCallback-2528-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 704663 INFO (zkCallback-2491-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 704663 INFO (zkCallback-2491-thread-2) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43597_solr [junit4] 2> 704685 INFO (closeThreadPool-2557-thread-1) [ ] o.a.s.c.Overseer Overseer (id=72123350981214219-127.0.0.1:38031_solr-n_0000000000) closing [junit4] 2> 704761 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.Overseer Overseer (id=72123350981214219-127.0.0.1:38031_solr-n_0000000000) closing [junit4] 2> 704762 INFO (zkCallback-2551-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 704864 INFO (zkCallback-2491-thread-2) [n:127.0.0.1:43597_solr ] o.a.s.c.Overseer Overseer (id=72123350981214225-127.0.0.1:43597_solr-n_0000000003) starting [junit4] 2> 704865 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@3d6c009{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:٠} [junit4] 2> 704866 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@757db82f{/solr,null,UNAVAILABLE} [junit4] 2> 704867 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 704868 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0) [junit4] 2> 704868 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 704868 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 704868 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.1+13-LTS [junit4] 2> 704871 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 704871 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 704871 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 704880 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@711bbf69{/solr,null,AVAILABLE} [junit4] 2> 704881 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@6f14e562{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:٤٥٧٩١} [junit4] 2> 704881 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.s.Server Started @٧٠٤٩٦٦ms [junit4] 2> 704881 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35207} [junit4] 2> 704881 ERROR (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 704881 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 704881 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 704881 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 704881 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 704882 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-07-31T14:03:02.063975Z [junit4] 2> 704885 INFO (OverseerStateUpdate-72123350981214225-127.0.0.1:43597_solr-n_0000000003) [n:127.0.0.1:43597_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43597_solr [junit4] 2> 704904 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 704921 INFO (zkConnectionManagerCallback-2559-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 704921 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 704922 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 705153 INFO (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 705154 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@c7c3f5f[provider=null,keyStore=null,trustStore=null] [junit4] 2> 705154 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@c7c3f5f[provider=null,keyStore=null,trustStore=null] [junit4] 2> 705160 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@a330ea5[provider=null,keyStore=null,trustStore=null] [junit4] 2> 705160 WARN (TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[2398704C7DA60B9D]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificat [...truncated too long message...] lave/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: 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/null15936947 [copy] Copying 249 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null15936947 [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null15936947 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 51ms :: 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: 106 minutes 49 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:744) Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000 at hudson.FilePath.act(FilePath.java:1074) at hudson.FilePath.act(FilePath.java:1061) at hudson.FilePath.validateAntFileMask(FilePath.java:2705) at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) at hudson.model.Build$BuildExecution.post2(Build.java:186) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) at hudson.model.Run.execute(Run.java:1835) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error? Recording test results Build step 'Publish JUnit test result report' changed build result to UNSTABLE Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures)
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
