Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/2659/ Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC
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:32915/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:32915/solr at __randomizedtesting.SeedInfo.seed([DAD9C06ED35DDAD8:282DD70C97F8D7EB]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) 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:1143) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838) 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:280) 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:157) 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:186) 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:564) ... 48 more Build Log: [...truncated 14730 lines...] [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest [junit4] 2> 524464 INFO (SUITE-LeaderVoteWaitTimeoutTest-seed#[DAD9C06ED35DDAD8]-worker) [ ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/solr/configsets/_default/conf' [junit4] 2> 524464 INFO (SUITE-LeaderVoteWaitTimeoutTest-seed#[DAD9C06ED35DDAD8]-worker) [ ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_DAD9C06ED35DDAD8-001/data-dir-42-001 [junit4] 2> 524464 WARN (SUITE-LeaderVoteWaitTimeoutTest-seed#[DAD9C06ED35DDAD8]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3 [junit4] 2> 524464 INFO (SUITE-LeaderVoteWaitTimeoutTest-seed#[DAD9C06ED35DDAD8]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 524465 INFO (SUITE-LeaderVoteWaitTimeoutTest-seed#[DAD9C06ED35DDAD8]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0) [junit4] 2> 524465 INFO (SUITE-LeaderVoteWaitTimeoutTest-seed#[DAD9C06ED35DDAD8]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 524486 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.SolrTestCaseJ4 ###Starting basicTest [junit4] 2> 524487 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_DAD9C06ED35DDAD8-001/tempDir-001 [junit4] 2> 524487 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 524525 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 524525 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 524605 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkTestServer start zk server on port:34457 [junit4] 2> 524605 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34457 [junit4] 2> 524605 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34457 [junit4] 2> 524605 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34457 [junit4] 2> 524618 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 524663 INFO (zkConnectionManagerCallback-1904-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 524663 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 524686 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 524693 INFO (zkConnectionManagerCallback-1906-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 524693 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 524709 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 524756 INFO (zkConnectionManagerCallback-1908-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 524756 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 524893 WARN (jetty-launcher-1909-thread-1) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 524893 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 524893 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 524893 INFO (jetty-launcher-1909-thread-1) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10 [junit4] 2> 524905 WARN (jetty-launcher-1909-thread-2) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 524905 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 524905 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 524905 INFO (jetty-launcher-1909-thread-2) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10 [junit4] 2> 524916 WARN (jetty-launcher-1909-thread-3) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 524916 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 524916 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 524916 INFO (jetty-launcher-1909-thread-3) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10 [junit4] 2> 524951 WARN (jetty-launcher-1909-thread-4) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 524951 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 524951 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 524951 INFO (jetty-launcher-1909-thread-4) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10 [junit4] 2> 525000 INFO (jetty-launcher-1909-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 525000 INFO (jetty-launcher-1909-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 525000 INFO (jetty-launcher-1909-thread-3) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 525027 INFO (jetty-launcher-1909-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24a6a76e{/solr,null,AVAILABLE} [junit4] 2> 525049 INFO (jetty-launcher-1909-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@4b05e7bb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38537} [junit4] 2> 525050 INFO (jetty-launcher-1909-thread-3) [ ] o.e.j.s.Server Started @525361ms [junit4] 2> 525050 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38537} [junit4] 2> 525050 ERROR (jetty-launcher-1909-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 525050 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 525050 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.6.0 [junit4] 2> 525050 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 525050 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr [junit4] 2> 525050 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-04-04T23:35:21.965636Z [junit4] 2> 525055 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 525070 INFO (jetty-launcher-1909-thread-4) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 525070 INFO (jetty-launcher-1909-thread-4) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 525070 INFO (jetty-launcher-1909-thread-4) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 525071 INFO (jetty-launcher-1909-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b5f6cf3{/solr,null,AVAILABLE} [junit4] 2> 525074 INFO (jetty-launcher-1909-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 525074 INFO (jetty-launcher-1909-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 525074 INFO (jetty-launcher-1909-thread-2) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 525091 INFO (jetty-launcher-1909-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e335bde{/solr,null,AVAILABLE} [junit4] 2> 525116 INFO (jetty-launcher-1909-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 525116 INFO (jetty-launcher-1909-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 525116 INFO (jetty-launcher-1909-thread-1) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 525116 INFO (jetty-launcher-1909-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@28624677{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39771} [junit4] 2> 525116 INFO (jetty-launcher-1909-thread-4) [ ] o.e.j.s.Server Started @525428ms [junit4] 2> 525116 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39771} [junit4] 2> 525117 ERROR (jetty-launcher-1909-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 525117 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 525117 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.6.0 [junit4] 2> 525117 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 525117 INFO (jetty-launcher-1909-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75e10ea9{/solr,null,AVAILABLE} [junit4] 2> 525117 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr [junit4] 2> 525117 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-04-04T23:35:22.032369Z [junit4] 2> 525117 INFO (jetty-launcher-1909-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1ac49cee{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:39319} [junit4] 2> 525118 INFO (jetty-launcher-1909-thread-2) [ ] o.e.j.s.Server Started @525429ms [junit4] 2> 525118 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39319} [junit4] 2> 525118 ERROR (jetty-launcher-1909-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 525118 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 525118 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.6.0 [junit4] 2> 525118 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 525118 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr [junit4] 2> 525118 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-04-04T23:35:22.033232Z [junit4] 2> 525158 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 525159 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 525159 INFO (zkConnectionManagerCallback-1911-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 525159 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 525202 INFO (zkConnectionManagerCallback-1915-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 525202 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 525205 INFO (jetty-launcher-1909-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@4263bf03{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46341} [junit4] 2> 525205 INFO (jetty-launcher-1909-thread-1) [ ] o.e.j.s.Server Started @525516ms [junit4] 2> 525205 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46341} [junit4] 2> 525205 ERROR (jetty-launcher-1909-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 525205 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 525206 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.6.0 [junit4] 2> 525206 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 525206 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr [junit4] 2> 525206 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-04-04T23:35:22.121056Z [junit4] 2> 525220 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 525253 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 525258 INFO (zkConnectionManagerCallback-1913-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 525258 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 525261 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 525291 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 525306 INFO (zkConnectionManagerCallback-1917-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 525306 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 525406 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 525508 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 525510 WARN (jetty-launcher-1909-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5d1b91c5[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525510 WARN (jetty-launcher-1909-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5d1b91c5[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525540 WARN (jetty-launcher-1909-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@68ef11f2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525540 WARN (jetty-launcher-1909-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@68ef11f2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525542 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34457/solr [junit4] 2> 525543 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 525566 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 525582 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 525582 INFO (zkConnectionManagerCallback-1927-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 525582 INFO (jetty-launcher-1909-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 525583 WARN (jetty-launcher-1909-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@78296681[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525583 WARN (jetty-launcher-1909-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@78296681[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525592 WARN (jetty-launcher-1909-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ffcf3e1[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525592 WARN (jetty-launcher-1909-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2ffcf3e1[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525602 WARN (jetty-launcher-1909-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4ef5c968[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525602 WARN (jetty-launcher-1909-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4ef5c968[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525604 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34457/solr [junit4] 2> 525617 WARN (jetty-launcher-1909-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@21edf06e[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525617 WARN (jetty-launcher-1909-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@21edf06e[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525619 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34457/solr [junit4] 2> 525635 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 525635 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 525650 INFO (zkConnectionManagerCallback-1936-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 525650 INFO (jetty-launcher-1909-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 525654 INFO (zkConnectionManagerCallback-1939-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 525654 INFO (jetty-launcher-1909-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 525701 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 525703 INFO (zkConnectionManagerCallback-1941-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 525703 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 525789 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 525805 WARN (jetty-launcher-1909-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@301e204c[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525805 WARN (jetty-launcher-1909-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@301e204c[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525812 INFO (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 525813 INFO (zkConnectionManagerCallback-1945-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 525813 INFO (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 525814 WARN (jetty-launcher-1909-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@76d2cb6b[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525814 WARN (jetty-launcher-1909-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@76d2cb6b[provider=null,keyStore=null,trustStore=null] [junit4] 2> 525815 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34457/solr [junit4] 2> 525822 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 525822 INFO (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39771_solr [junit4] 2> 525822 INFO (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.c.Overseer Overseer (id=72166925894483979-127.0.0.1:39771_solr-n_0000000000) starting [junit4] 2> 525870 INFO (OverseerStateUpdate-72166925894483979-127.0.0.1:39771_solr-n_0000000000) [n:127.0.0.1:39771_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39771_solr [junit4] 2> 525870 INFO (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39771_solr [junit4] 2> 525874 INFO (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 525876 WARN (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 525886 INFO (zkConnectionManagerCallback-1951-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 525886 INFO (jetty-launcher-1909-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 525897 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 525928 INFO (zkConnectionManagerCallback-1956-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 525928 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 525934 INFO (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 525976 INFO (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39771.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 525982 INFO (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39771.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 525983 INFO (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39771.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 525984 INFO (jetty-launcher-1909-thread-4) [n:127.0.0.1:39771_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_DAD9C06ED35DDAD8-001/tempDir-001/node4/. [junit4] 2> 525997 INFO (zkCallback-1944-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 526001 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 526005 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:38537_solr as DOWN [junit4] 2> 526005 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 526005 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38537_solr [junit4] 2> 526006 INFO (zkCallback-1944-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 526007 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 526007 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 526007 WARN (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 526009 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 526021 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:39319_solr as DOWN [junit4] 2> 526022 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 526022 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39319_solr [junit4] 2> 526023 INFO (zkCallback-1944-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 526023 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 526024 WARN (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 526037 INFO (zkConnectionManagerCallback-1959-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 526037 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 526041 INFO (zkCallback-1940-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 526047 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 526066 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:46341_solr as DOWN [junit4] 2> 526069 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 526069 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46341_solr [junit4] 2> 526073 INFO (zkCallback-1955-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 526078 INFO (zkCallback-1944-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 526078 INFO (zkCallback-1955-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 526080 INFO (zkCallback-1940-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 526081 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 526081 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 526081 WARN (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 526101 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 526117 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39319.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 526122 INFO (zkCallback-1958-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 526126 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 526138 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39319.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 526139 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39319.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 526140 INFO (jetty-launcher-1909-thread-2) [n:127.0.0.1:39319_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_DAD9C06ED35DDAD8-001/tempDir-001/node2/. [junit4] 2> 526152 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46341.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 526158 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46341.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 526158 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46341.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 526160 INFO (jetty-launcher-1909-thread-1) [n:127.0.0.1:46341_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_DAD9C06ED35DDAD8-001/tempDir-001/node1/. [junit4] 2> 526163 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38537.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 526168 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38537.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 526169 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38537.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 526170 INFO (jetty-launcher-1909-thread-3) [n:127.0.0.1:38537_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_DAD9C06ED35DDAD8-001/tempDir-001/node3/. [junit4] 2> 526194 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4 [junit4] 2> 526197 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 526202 INFO (zkConnectionManagerCallback-1974-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 526202 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 526239 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 526240 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34457/solr ready [junit4] 2> 526242 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1196736689 [junit4] 2> 526242 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39771_solr [junit4] 2> 526242 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Publish this node as DOWN... [junit4] 2> 526242 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:39771_solr as DOWN [junit4] 2> 526269 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 526269 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 526269 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4be6c78a: rootName = solr_39771, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@232345e [junit4] 2> 526276 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 526276 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@59099f86: rootName = solr_39771, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4bce4138 [junit4] 2> 526278 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 526278 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5e0b2f4b: rootName = solr_39771, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@580a8101 [junit4] 2> 526278 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 526290 INFO (closeThreadPool-1978-thread-1) [ ] o.a.s.c.Overseer Overseer (id=72166925894483979-127.0.0.1:39771_solr-n_0000000000) closing [junit4] 2> 526290 INFO (OverseerStateUpdate-72166925894483979-127.0.0.1:39771_solr-n_0000000000) [n:127.0.0.1:39771_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39771_solr [junit4] 2> 526290 INFO (OverseerAutoScalingTriggerThread-72166925894483979-127.0.0.1:39771_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 526315 INFO (zkCallback-1940-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 526315 INFO (closeThreadPool-1978-thread-2) [ ] o.a.s.c.Overseer Overseer (id=72166925894483979-127.0.0.1:39771_solr-n_0000000000) closing [junit4] 2> 526414 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.Overseer Overseer (id=72166925894483979-127.0.0.1:39771_solr-n_0000000000) closing [junit4] 2> 526415 INFO (zkCallback-1955-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 526415 INFO (zkCallback-1973-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 526415 INFO (zkCallback-1955-thread-1) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38537_solr [junit4] 2> 526415 INFO (zkCallback-1958-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 526415 INFO (zkCallback-1955-thread-1) [n:127.0.0.1:38537_solr ] o.a.s.c.Overseer Overseer (id=72166925894483981-127.0.0.1:38537_solr-n_0000000001) starting [junit4] 2> 526421 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@28624677{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0} [junit4] 2> 526421 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b5f6cf3{/solr,null,UNAVAILABLE} [junit4] 2> 526421 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 526425 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 526426 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 526426 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 526426 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10 [junit4] 2> 526449 INFO (OverseerStateUpdate-72166925894483981-127.0.0.1:38537_solr-n_0000000001) [n:127.0.0.1:38537_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38537_solr [junit4] 2> 526453 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 526453 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 526453 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 526453 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3db9f0c{/solr,null,AVAILABLE} [junit4] 2> 526460 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1ab818f2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44893} [junit4] 2> 526460 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.Server Started @526771ms [junit4] 2> 526460 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32915} [junit4] 2> 526460 ERROR (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 526460 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 526460 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.6.0 [junit4] 2> 526460 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 526460 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr [junit4] 2> 526460 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-04-04T23:35:23.375982Z [junit4] 2> 526469 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 526514 INFO (zkConnectionManagerCallback-1980-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 526514 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 526515 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 526762 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 526771 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6551ddac[provider=null,keyStore=null,trustStore=null] [junit4] 2> 526771 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6551ddac[provider=null,keyStore=null,trustStore=null] [junit4] 2> 526808 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@64ad0c28[provider=null,keyStore=null,trustStore=null] [junit4] 2> 526808 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@64ad0c28[provider=null,keyStore=null,trustStore=null] [junit4] 2> 526811 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34457/solr [junit4] 2> 526812 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 526814 INFO (zkConnectionManagerCallback-1987-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 526814 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 526927 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 526957 INFO (zkConnectionManagerCallback-1989-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 526957 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 526967 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 526993 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:32915_solr as DOWN [junit4] 2> 526996 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 526996 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32915_solr [junit4] 2> 527002 INFO (zkCallback-1973-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 527002 INFO (zkCallback-1958-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 527002 INFO (zkCallback-1940-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 527005 INFO (zkCallback-1955-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 527009 INFO (zkCallback-1988-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 527025 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 527026 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 527065 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 527084 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32915.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 527091 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32915.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 527091 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32915.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 527093 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:32915_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_DAD9C06ED35DDAD8-001/tempDir-001/node4/. [junit4] 2> 527122 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: http://127.0.0.1:44893/solr. Proxy: http://127.0.0.1:32915/solr [junit4] 2> 527122 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=47289612 [junit4] 2> 527122 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39319_solr [junit4] 2> 527129 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Publish this node as DOWN... [junit4] 2> 527129 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:39319_solr as DOWN [junit4] 2> 527174 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 527174 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3dc98562: rootName = solr_39319, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@437c0025 [junit4] 2> 527181 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 527181 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@501f2b49: rootName = solr_39319, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4bce4138 [junit4] 2> 527183 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 527183 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5bab1f34: rootName = solr_39319, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@580a8101 [junit4] 2> 527183 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 527216 INFO (zkCallback-1955-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 527216 INFO (zkCallback-1973-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 527216 INFO (zkCallback-1988-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 527227 INFO (zkCallback-1958-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 527322 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@1ac49cee{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0} [junit4] 2> 527322 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@e335bde{/solr,null,UNAVAILABLE} [junit4] 2> 527322 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 527328 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 527329 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 527329 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 527329 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10 [junit4] 2> 527449 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 527449 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 527450 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 527450 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a74c29{/solr,null,AVAILABLE} [junit4] 2> 527469 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1768b0b4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35753} [junit4] 2> 527469 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.Server Started @527780ms [junit4] 2> 527469 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43551} [junit4] 2> 527470 ERROR (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 527470 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 527470 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.6.0 [junit4] 2> 527470 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 527470 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr [junit4] 2> 527470 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-04-04T23:35:24.385146Z [junit4] 2> 527487 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 527489 INFO (zkConnectionManagerCallback-1999-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 527489 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 527491 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 527786 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 527806 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73c14cc[provider=null,keyStore=null,trustStore=null] [junit4] 2> 527806 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73c14cc[provider=null,keyStore=null,trustStore=null] [junit4] 2> 527846 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2fe981a6[provider=null,keyStore=null,trustStore=null] [junit4] 2> 527846 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2fe981a6[provider=null,keyStore=null,trustStore=null] [junit4] 2> 527847 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34457/solr [junit4] 2> 527867 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 527882 INFO (zkConnectionManagerCallback-2006-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 527882 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 528013 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 528015 INFO (zkConnectionManagerCallback-2008-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 528015 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 528018 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 528020 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:43551_solr as DOWN [junit4] 2> 528021 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 528021 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43551_solr [junit4] 2> 528022 INFO (zkCallback-1973-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 528022 INFO (zkCallback-1955-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 528022 INFO (zkCallback-1958-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 528022 INFO (zkCallback-1988-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 528023 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 528024 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 528034 INFO (zkCallback-2007-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 528040 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 528057 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43551.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 528064 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43551.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 528064 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43551.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 528066 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:43551_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_DAD9C06ED35DDAD8-001/tempDir-001/node2/. [junit4] 2> 528119 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: http://127.0.0.1:35753/solr. Proxy: http://127.0.0.1:43551/solr [junit4] 2> 528120 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1027466096 [junit4] 2> 528120 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46341_solr [junit4] 2> 528120 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Publish this node as DOWN... [junit4] 2> 528120 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:46341_solr as DOWN [junit4] 2> 528146 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 528146 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10ce8a4d: rootName = solr_46341, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@60b002cc [junit4] 2> 528153 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 528153 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5906ea29: rootName = solr_46341, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4bce4138 [junit4] 2> 528155 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 528155 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5aea539: rootName = solr_46341, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@580a8101 [junit4] 2> 528155 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 528163 INFO (zkCallback-1973-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 528163 INFO (zkCallback-2007-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 528163 INFO (zkCallback-1955-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 528163 INFO (zkCallback-1988-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 528266 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.AbstractConnector Stopped ServerConnector@4263bf03{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0} [junit4] 2> 528266 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@75e10ea9{/solr,null,UNAVAILABLE} [junit4] 2> 528266 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session node0 Stopped scavenging [junit4] 2> 528267 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 528268 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23 [junit4] 2> 528268 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 528268 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10 [junit4] 2> 528365 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 528365 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 528365 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 528370 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b72a270{/solr,null,AVAILABLE} [junit4] 2> 528393 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@27913fc9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40453} [junit4] 2> 528393 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.s.Server Started @528704ms [junit4] 2> 528393 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45579} [junit4] 2> 528393 ERROR (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 528393 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 528394 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.6.0 [junit4] 2> 528394 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 528394 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr [junit4] 2> 528394 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-04-04T23:35:25.309057Z [junit4] 2> 528454 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 528477 INFO (zkConnectionManagerCallback-2018-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 528477 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 528480 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 528703 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 528715 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@646c7ab1[provider=null,keyStore=null,trustStore=null] [junit4] 2> 528715 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@646c7ab1[provider=null,keyStore=null,trustStore=null] [junit4] 2> 528739 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@ad61bdc[provider=null,keyStore=null,trustStore=null] [junit4] 2> 528739 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@ad61bdc[provider=null,keyStore=null,trustStore=null] [junit4] 2> 528740 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34457/solr [junit4] 2> 528757 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 528777 INFO (zkConnectionManagerCallback-2025-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 528777 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 528890 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 528897 INFO (zkConnectionManagerCallback-2027-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 528897 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 528906 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 528909 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:45579_solr as DOWN [junit4] 2> 528910 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 528910 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45579_solr [junit4] 2> 528910 INFO (zkCallback-1988-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 528911 INFO (zkCallback-2007-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 528911 INFO (zkCallback-1955-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 528911 INFO (zkCallback-1973-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 528911 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 528912 WARN (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 528926 INFO (zkCallback-2026-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 528936 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 528984 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45579.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 528990 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45579.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 528991 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45579.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e1a6eff [junit4] 2> 528992 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [n:127.0.0.1:45579_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderVoteWaitTimeoutTest_DAD9C06ED35DDAD8-001/tempDir-001/node1/. [junit4] 2> 529034 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: http://127.0.0.1:40453/solr. Proxy: http://127.0.0.1:45579/solr [junit4] 2> 529034 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=162589864 [junit4] 2> 529034 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38537_solr [junit4] 2> 529035 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Publish this node as DOWN... [junit4] 2> 529035 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.c.ZkController Publish node=127.0.0.1:38537_solr as DOWN [junit4] 2> 529053 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 529053 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4150f4cc: rootName = solr_38537, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@636e7807 [junit4] 2> 529060 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 529060 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5b48b250: rootName = solr_38537, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4bce4138 [junit4] 2> 529063 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 529063 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6dff56c2: rootName = solr_38537, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@580a8101 [junit4] 2> 529063 INFO (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[DAD9C06ED35DDAD8]) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null [junit4] 2> 529099 INFO (closeThreadPool-2035-thread-1) [ ] o.a.s.c.Overseer Overseer (id=72166925894483981-127.0.0.1:38537_solr-n_0000000001) closing [junit4] 2> 529100 INFO (OverseerStateUpdate-72166925894483981-127.0.0.1:38537_solr-n_0000000001) [n:127.0.0.1:38537_solr ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38537_solr [junit4] 2> 529100 INFO (OverseerAutoScalingTriggerThread-72166925894483981-127.0.0.1:38537_solr-n_0000000001) [ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 529144 INFO (zkCallback-2007-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3) [junit4] 2> 529144 INFO (zkCallback-1988-thread-2) [ [...truncated too long message...] al.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-resolver-4.1.47.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-transport-4.1.47.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-transport-native-epoll-4.1.47.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/netty-transport-native-unix-common-4.1.47.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/slf4j-api-1.7.24.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/stax2-api-3.1.4.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/woodstox-core-asl-4.4.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/zookeeper-3.5.7.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/solrj/lib/zookeeper-jute-3.5.7.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/http2-common-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/http2-hpack-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/http2-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/javax.servlet-api-3.1.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-alpn-java-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-alpn-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-continuation-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-deploy-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-http-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-io-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-jmx-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-rewrite-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-security-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-server-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-servlet-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-servlets-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-util-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-webapp-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/jetty-xml-9.4.27.v20200227.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/metrics-core-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/metrics-graphite-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/metrics-jetty9-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/metrics-jmx-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/lib/metrics-jvm-4.1.5.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/example/example-DIH/solr/db/lib/hsqldb-2.4.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/test-framework/lib/hamcrest-core-1.3.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/test-framework/lib/junit-4.12.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.7.2.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/antlr4-runtime-4.5.1-1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/byte-buddy-1.9.3.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/commons-compress-1.19.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/commons-logging-1.1.3.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/commons-text-1.6.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/hadoop-common-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0-tests.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/hadoop-hdfs-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/hadoop-minicluster-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/hadoop-minikdc-3.2.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/jersey-core-1.19.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/jersey-server-1.19.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/jersey-servlet-1.19.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-admin-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-client-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-common-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-crypto-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-identity-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-server-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerb-simplekdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerby-config-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerby-kdc-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/kerby-util-1.0.1.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/mockito-core-2.23.4.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/netty-all-4.1.47.Final.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/objenesis-2.6.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/test-lib/opentracing-mock-0.33.0.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-8.6.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.7.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20200404_232636_574898220706796556764.events @/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20200404_232636_5748506256464834206418.suites -stdin [junit4] ERROR: JVM J1 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash. See process stdout at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20200404_232636_5748878329625310246793.sysout [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542) [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123) [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997) [junit4] at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994) [junit4] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) [junit4] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [junit4] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [junit4] at java.base/java.lang.Thread.run(Thread.java:834) BUILD FAILED /home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:634: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:578: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:59: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build.xml:231: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/common-build.xml:550: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1599: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/lucene/common-build.xml:1126: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash. See process stdout at: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J1-20200404_232636_5748878329625310246793.sysout Total time: 39 minutes 5 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 [WARNINGS] Skipping publisher since build result is FAILURE Recording test results Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
