Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/25087/ Java: 64bit/jdk-14-ea+24 -XX:-UseCompressedOops -XX:+UseG1GC
7 tests failed. FAILED: org.apache.solr.cloud.AssignBackwardCompatibilityTest.test Error Message: Timeout occurred while waiting response from server at: http://127.0.0.1:44893/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:44893/solr at __randomizedtesting.SeedInfo.seed([AF516FC207576CB2:27055018A9AB014A]: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:1127) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:896) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:828) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224) at org.apache.solr.cloud.AssignBackwardCompatibilityTest.test(AssignBackwardCompatibilityTest.java:87) 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:564) 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:833) Caused by: java.net.SocketTimeoutException: Read timed out at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283) at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309) at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350) at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803) at java.base/java.net.Socket$SocketInputStream.read(Socket.java:937) at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137) at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153) at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564) ... 48 more FAILED: org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData Error Message: expected:<24> but was:<23> Stack Trace: java.lang.AssertionError: expected:<24> but was:<23> at __randomizedtesting.SeedInfo.seed([B55D5E1ADAA7BB2D:5DAB39ED8E616752]:0) at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData(TestDictionary.java:137) 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:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at 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:833) FAILED: org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData Error Message: expected:<24> but was:<23> Stack Trace: java.lang.AssertionError: expected:<24> but was:<23> at __randomizedtesting.SeedInfo.seed([B55D5E1ADAA7BB2D:5DAB39ED8E616752]:0) at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData(TestDictionary.java:137) 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:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at 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:833) FAILED: org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData Error Message: expected:<24> but was:<23> Stack Trace: java.lang.AssertionError: expected:<24> but was:<23> at __randomizedtesting.SeedInfo.seed([B55D5E1ADAA7BB2D:5DAB39ED8E616752]:0) at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData(TestDictionary.java:137) 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:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at 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:833) FAILED: org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData Error Message: expected:<24> but was:<23> Stack Trace: java.lang.AssertionError: expected:<24> but was:<23> at __randomizedtesting.SeedInfo.seed([B55D5E1ADAA7BB2D:5DAB39ED8E616752]:0) at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData(TestDictionary.java:137) 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:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at 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:833) FAILED: org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData Error Message: expected:<24> but was:<23> Stack Trace: java.lang.AssertionError: expected:<24> but was:<23> at __randomizedtesting.SeedInfo.seed([B55D5E1ADAA7BB2D:5DAB39ED8E616752]:0) at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData(TestDictionary.java:137) 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:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at 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:833) FAILED: org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData Error Message: expected:<24> but was:<23> Stack Trace: java.lang.AssertionError: expected:<24> but was:<23> at __randomizedtesting.SeedInfo.seed([B55D5E1ADAA7BB2D:5DAB39ED8E616752]:0) at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:631) at org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData(TestDictionary.java:137) 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:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at 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:833) Build Log: [...truncated 3274 lines...] [junit4] Suite: org.apache.lucene.analysis.hunspell.TestDictionary [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestDictionary -Dtests.method=testInvalidData -Dtests.seed=B55D5E1ADAA7BB2D -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de-LI -Dtests.timezone=Pacific/Wallis -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [junit4] FAILURE 0.01s J2 | TestDictionary.testInvalidData <<< [junit4] > Throwable #1: java.lang.AssertionError: expected:<24> but was:<23> [junit4] > at __randomizedtesting.SeedInfo.seed([B55D5E1ADAA7BB2D:5DAB39ED8E616752]:0) [junit4] > at org.apache.lucene.analysis.hunspell.TestDictionary.testInvalidData(TestDictionary.java:137) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] > at java.base/java.lang.reflect.Method.invoke(Method.java:564) [junit4] > at java.base/java.lang.Thread.run(Thread.java:833) [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/J2/temp/lucene.analysis.hunspell.TestDictionary_B55D5E1ADAA7BB2D-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1586, maxMBSortInHeap=5.920086626431692, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7df467d5), locale=de-LI, timezone=Pacific/Wallis [junit4] 2> NOTE: Linux 5.0.0-36-generic amd64/Oracle Corporation 14-ea (64-bit)/cpus=8,threads=1,free=30354592,total=161480704 [junit4] 2> NOTE: All tests run in this JVM: [TestOptionalCondition, TestReversePathHierarchyTokenizer, TestGreekLowerCaseFilterFactory, TestThaiAnalyzer, HTMLStripCharFilterTest, TestPorterStemFilterFactory, TestBengaliFilters, TestMultiWordSynonyms, TestGermanStemFilter, DelimitedTermFrequencyTokenFilterTest, TestAnalyzers, TestItalianLightStemFilterFactory, TestEstonianAnalyzer, TestEnglishAnalyzer, TestFingerprintFilter, TestSerbianNormalizationRegularFilter, TestDecimalDigitFilterFactory, EdgeNGramTokenFilterTest, TestSynonymGraphFilter, TestCollationDocValuesField, TestGermanLightStemFilter, TestReverseStringFilterFactory, TestTypeAsSynonymFilterFactory, TestScandinavianFoldingFilterFactory, TestConcatenatingTokenStream, TestCodepointCountFilterFactory, TestElisionFilterFactory, TestCommonGramsFilterFactory, TestBulgarianStemFilterFactory, TestIndonesianAnalyzer, TestFlattenGraphFilter, TestTrimFilterFactory, TestIrishLowerCaseFilter, TestUAX29URLEmailAnalyzer, TestTypeTokenFilter, TestComplexPrefix, TestPortugueseMinimalStemFilter, TestHindiNormalizer, TestPatternTokenizer, TestHungarianLightStemFilter, TestHyphenatedWordsFilter, TestNorwegianMinimalStemFilter, TestKStemFilterFactory, TestFlagNum, TestDelimitedPayloadTokenFilterFactory, TestPerFieldAnalyzerWrapper, TestSoraniStemFilter, TestKeepCase, TestCzechStemFilterFactory, TestGermanLightStemFilterFactory, TestGermanMinimalStemFilterFactory, TestGermanNormalizationFilter, TestGreekStemFilterFactory, TestSpanishLightStemFilterFactory, TestPersianAnalyzer, TestPersianNormalizationFilterFactory, TestFinnishLightStemFilterFactory, TestFrenchLightStemFilter, TestGalicianAnalyzer, TestGalicianStemFilter, TestCaseInsensitive, TestCondition2, TestDictionary] [junit4] Completed [208/295 (1!)] on J2 in 0.27s, 10 tests, 1 failure <<< FAILURES! [...truncated 10347 lines...] [junit4] Suite: org.apache.solr.cloud.AssignBackwardCompatibilityTest [junit4] 2> 641772 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 641781 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/data-dir-48-001 [junit4] 2> 641781 WARN (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=95 numCloses=95 [junit4] 2> 641781 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 641782 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-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> 641782 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001 [junit4] 2> 641783 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 641806 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 641807 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 641895 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:39113 [junit4] 2> 641895 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39113 [junit4] 2> 641895 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39113 [junit4] 2> 641895 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39113 [junit4] 2> 641953 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 641979 INFO (zkConnectionManagerCallback-3489-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 641979 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642018 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642025 INFO (zkConnectionManagerCallback-3491-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642025 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642025 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642046 INFO (zkConnectionManagerCallback-3493-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642047 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642201 WARN (jetty-launcher-3494-thread-1) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 642201 WARN (jetty-launcher-3494-thread-2) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 642201 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 642201 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 642202 INFO (jetty-launcher-3494-thread-2) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 14-ea+24-1107 [junit4] 2> 642202 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 642202 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 642202 INFO (jetty-launcher-3494-thread-1) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 14-ea+24-1107 [junit4] 2> 642203 WARN (jetty-launcher-3494-thread-4) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 642203 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 642203 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 642203 INFO (jetty-launcher-3494-thread-4) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 14-ea+24-1107 [junit4] 2> 642204 WARN (jetty-launcher-3494-thread-3) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time [junit4] 2> 642204 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 642204 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ... [junit4] 2> 642204 INFO (jetty-launcher-3494-thread-3) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 14-ea+24-1107 [junit4] 2> 642254 INFO (jetty-launcher-3494-thread-4) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 642254 INFO (jetty-launcher-3494-thread-4) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 642255 INFO (jetty-launcher-3494-thread-4) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 642263 INFO (jetty-launcher-3494-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@749deb5b{/solr,null,AVAILABLE} [junit4] 2> 642264 INFO (jetty-launcher-3494-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 642264 INFO (jetty-launcher-3494-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 642264 INFO (jetty-launcher-3494-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5a381265{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44893} [junit4] 2> 642264 INFO (jetty-launcher-3494-thread-2) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 642264 INFO (jetty-launcher-3494-thread-4) [ ] o.e.j.s.Server Started @642309ms [junit4] 2> 642264 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44893} [junit4] 2> 642264 ERROR (jetty-launcher-3494-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 642264 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 642264 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 642264 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 642264 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 642264 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-11-29T19:16:23.211751Z [junit4] 2> 642265 INFO (jetty-launcher-3494-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22f0edbc{/solr,null,AVAILABLE} [junit4] 2> 642266 INFO (jetty-launcher-3494-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@22bb1c1d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44561} [junit4] 2> 642266 INFO (jetty-launcher-3494-thread-2) [ ] o.e.j.s.Server Started @642311ms [junit4] 2> 642266 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44561} [junit4] 2> 642266 ERROR (jetty-launcher-3494-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 642266 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 642266 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 642266 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 642266 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 642266 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-11-29T19:16:23.213498Z [junit4] 2> 642283 INFO (jetty-launcher-3494-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 642283 INFO (jetty-launcher-3494-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 642283 INFO (jetty-launcher-3494-thread-1) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 642298 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642303 INFO (jetty-launcher-3494-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57ef3098{/solr,null,AVAILABLE} [junit4] 2> 642303 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642304 INFO (jetty-launcher-3494-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7f9bae08{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:45997} [junit4] 2> 642304 INFO (jetty-launcher-3494-thread-1) [ ] o.e.j.s.Server Started @642349ms [junit4] 2> 642304 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45997} [junit4] 2> 642304 ERROR (jetty-launcher-3494-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 642304 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 642304 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 642304 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 642304 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 642304 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-11-29T19:16:23.251567Z [junit4] 2> 642311 INFO (jetty-launcher-3494-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 642311 INFO (jetty-launcher-3494-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 642311 INFO (jetty-launcher-3494-thread-3) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 642319 INFO (jetty-launcher-3494-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10df53d5{/solr,null,AVAILABLE} [junit4] 2> 642319 INFO (jetty-launcher-3494-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@271d5d20{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44305} [junit4] 2> 642319 INFO (jetty-launcher-3494-thread-3) [ ] o.e.j.s.Server Started @642364ms [junit4] 2> 642319 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44305} [junit4] 2> 642319 ERROR (jetty-launcher-3494-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 642319 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 642319 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version 9.0.0 [junit4] 2> 642319 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 642319 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 642319 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-11-29T19:16:23.266898Z [junit4] 2> 642336 INFO (zkConnectionManagerCallback-3498-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642336 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642336 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 642346 INFO (zkConnectionManagerCallback-3496-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642346 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642347 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642366 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642371 INFO (zkConnectionManagerCallback-3500-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642371 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642371 INFO (zkConnectionManagerCallback-3502-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642371 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642441 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 642441 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 642441 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 642532 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 642533 WARN (jetty-launcher-3494-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3184d131[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642533 WARN (jetty-launcher-3494-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3184d131[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642534 WARN (jetty-launcher-3494-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4075ea7e[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642534 WARN (jetty-launcher-3494-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4075ea7e[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642535 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39113/solr [junit4] 2> 642546 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642551 INFO (zkConnectionManagerCallback-3509-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642551 INFO (jetty-launcher-3494-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642648 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 642659 WARN (jetty-launcher-3494-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b4f55c9[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642659 WARN (jetty-launcher-3494-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b4f55c9[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642695 WARN (jetty-launcher-3494-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@53ae70ac[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642695 WARN (jetty-launcher-3494-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@53ae70ac[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642696 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39113/solr [junit4] 2> 642714 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642733 INFO (zkConnectionManagerCallback-3518-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642733 INFO (jetty-launcher-3494-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642766 INFO (jetty-launcher-3494-thread-2) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642768 INFO (zkConnectionManagerCallback-3520-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642768 INFO (jetty-launcher-3494-thread-2) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642796 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 642800 WARN (jetty-launcher-3494-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@398966e1[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642800 WARN (jetty-launcher-3494-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@398966e1[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642813 WARN (jetty-launcher-3494-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1be60ba[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642813 WARN (jetty-launcher-3494-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1be60ba[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642813 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39113/solr [junit4] 2> 642814 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642818 INFO (zkConnectionManagerCallback-3528-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642820 INFO (jetty-launcher-3494-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642836 INFO (jetty-launcher-3494-thread-2) [n:127.0.0.1:44561_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44561_solr [junit4] 2> 642836 INFO (jetty-launcher-3494-thread-2) [n:127.0.0.1:44561_solr ] o.a.s.c.Overseer Overseer (id=72098920030797833-127.0.0.1:44561_solr-n_0000000000) starting [junit4] 2> 642839 INFO (OverseerStateUpdate-72098920030797833-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44561_solr [junit4] 2> 642851 INFO (jetty-launcher-3494-thread-2) [n:127.0.0.1:44561_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44561_solr [junit4] 2> 642852 INFO (zkCallback-3519-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 642870 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642874 INFO (jetty-launcher-3494-thread-2) [n:127.0.0.1:44561_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 642887 INFO (zkConnectionManagerCallback-3531-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642887 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642897 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 642900 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:44305_solr as DOWN [junit4] 2> 642900 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 642900 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44305_solr [junit4] 2> 642904 INFO (jetty-launcher-3494-thread-2) [n:127.0.0.1:44561_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44561.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 642912 INFO (jetty-launcher-3494-thread-2) [n:127.0.0.1:44561_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44561.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 642912 INFO (jetty-launcher-3494-thread-2) [n:127.0.0.1:44561_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44561.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 642913 INFO (jetty-launcher-3494-thread-2) [n:127.0.0.1:44561_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 642913 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 642914 INFO (jetty-launcher-3494-thread-2) [n:127.0.0.1:44561_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node2/. [junit4] 2> 642914 INFO (zkCallback-3530-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 642914 INFO (zkCallback-3519-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 642931 WARN (jetty-launcher-3494-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41c5ee51[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642931 WARN (jetty-launcher-3494-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41c5ee51[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642941 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 642946 WARN (jetty-launcher-3494-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3ee953e7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642946 WARN (jetty-launcher-3494-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3ee953e7[provider=null,keyStore=null,trustStore=null] [junit4] 2> 642947 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39113/solr [junit4] 2> 642949 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642960 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44305.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 642971 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44305.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 642971 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44305.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 642972 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 642973 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 642974 INFO (jetty-launcher-3494-thread-3) [n:127.0.0.1:44305_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node3/. [junit4] 2> 642975 INFO (zkConnectionManagerCallback-3542-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642975 INFO (jetty-launcher-3494-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642982 INFO (zkConnectionManagerCallback-3544-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 642982 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 642985 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 642988 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:45997_solr as DOWN [junit4] 2> 642988 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 642988 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45997_solr [junit4] 2> 642999 INFO (zkCallback-3530-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 643003 INFO (zkCallback-3519-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 643022 INFO (zkCallback-3543-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 643023 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 643037 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45997.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 643045 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45997.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 643045 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45997.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 643050 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 643051 INFO (jetty-launcher-3494-thread-1) [n:127.0.0.1:45997_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node1/. [junit4] 2> 643080 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 643081 INFO (zkConnectionManagerCallback-3550-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 643081 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 643083 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 643086 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:44893_solr as DOWN [junit4] 2> 643086 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 643086 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44893_solr [junit4] 2> 643087 INFO (zkCallback-3530-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 643087 INFO (zkCallback-3543-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 643087 INFO (zkCallback-3519-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 643087 INFO (zkCallback-3549-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 643095 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 643106 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44893.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 643113 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44893.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 643113 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44893.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e71af00 [junit4] 2> 643114 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 643115 INFO (jetty-launcher-3494-thread-4) [n:127.0.0.1:44893_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node4/. [junit4] 2> 643146 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4 [junit4] 2> 643147 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 643147 INFO (zkConnectionManagerCallback-3559-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 643148 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 643148 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 643149 INFO (SUITE-AssignBackwardCompatibilityTest-seed#[AF516FC207576CB2]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39113/solr ready [junit4] 2> 643153 INFO (qtp1426060938-10478) [n:127.0.0.1:44893_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&maxShardsPerNode=1000&name=collection1&nrtReplicas=4&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 643155 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1 [junit4] 2> 643155 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/collection1.AUTOCREATED/protwords.txt [junit4] 2> 643156 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/collection1.AUTOCREATED/managed-schema [junit4] 2> 643157 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/collection1.AUTOCREATED/solrconfig.xml [junit4] 2> 643158 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/collection1.AUTOCREATED/synonyms.txt [junit4] 2> 643159 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/collection1.AUTOCREATED/stopwords.txt [junit4] 2> 643160 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/collection1.AUTOCREATED/lang/contractions_it.txt [junit4] 2> 643162 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/collection1.AUTOCREATED/lang/stemdict_nl.txt [junit4] 2> 643163 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hy.txt [junit4] 2> 643164 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/collection1.AUTOCREATED/lang/stopwords_no.txt [junit4] 2> 643164 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/collection1.AUTOCREATED/lang/contractions_ca.txt [junit4] 2> 643165 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/collection1.AUTOCREATED/lang/stopwords_id.txt [junit4] 2> 643166 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/collection1.AUTOCREATED/lang/stopwords_et.txt [junit4] 2> 643167 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ga.txt [junit4] 2> 643168 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hi.txt [junit4] 2> 643168 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/collection1.AUTOCREATED/lang/stopwords_da.txt [junit4] 2> 643169 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ja.txt [junit4] 2> 643170 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/collection1.AUTOCREATED/lang/stopwords_pt.txt [junit4] 2> 643172 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/collection1.AUTOCREATED/lang/stopwords_hu.txt [junit4] 2> 643173 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/collection1.AUTOCREATED/lang/stopwords_el.txt [junit4] 2> 643174 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ru.txt [junit4] 2> 643175 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/collection1.AUTOCREATED/lang/stopwords_tr.txt [junit4] 2> 643177 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ar.txt [junit4] 2> 643179 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/collection1.AUTOCREATED/lang/userdict_ja.txt [junit4] 2> 643182 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/collection1.AUTOCREATED/lang/stopwords_eu.txt [junit4] 2> 643184 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/collection1.AUTOCREATED/lang/stopwords_it.txt [junit4] 2> 643185 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/collection1.AUTOCREATED/lang/stopwords_cz.txt [junit4] 2> 643186 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/collection1.AUTOCREATED/lang/stoptags_ja.txt [junit4] 2> 643187 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/collection1.AUTOCREATED/lang/contractions_fr.txt [junit4] 2> 643188 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/collection1.AUTOCREATED/lang/stopwords_de.txt [junit4] 2> 643188 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fa.txt [junit4] 2> 643189 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/collection1.AUTOCREATED/lang/contractions_ga.txt [junit4] 2> 643190 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ca.txt [junit4] 2> 643191 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/collection1.AUTOCREATED/lang/stopwords_nl.txt [junit4] 2> 643192 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/collection1.AUTOCREATED/lang/stopwords_bg.txt [junit4] 2> 643193 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/collection1.AUTOCREATED/lang/stopwords_lv.txt [junit4] 2> 643193 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/collection1.AUTOCREATED/lang/stopwords_en.txt [junit4] 2> 643194 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/collection1.AUTOCREATED/lang/stopwords_es.txt [junit4] 2> 643195 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/collection1.AUTOCREATED/lang/stopwords_th.txt [junit4] 2> 643196 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/collection1.AUTOCREATED/lang/stopwords_ro.txt [junit4] 2> 643197 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fr.txt [junit4] 2> 643198 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/collection1.AUTOCREATED/lang/stopwords_sv.txt [junit4] 2> 643199 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/collection1.AUTOCREATED/lang/stopwords_fi.txt [junit4] 2> 643199 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/collection1.AUTOCREATED/lang/hyphenations_ga.txt [junit4] 2> 643200 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/collection1.AUTOCREATED/lang/stopwords_gl.txt [junit4] 2> 643201 INFO (OverseerThreadFactory-2866-thread-1-processing-n:127.0.0.1:44561_solr) [n:127.0.0.1:44561_solr ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/collection1.AUTOCREATED/params.json [junit4] 2> 643308 INFO (OverseerStateUpdate-72098920030797833-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"collection1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:44305/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 643309 INFO (OverseerStateUpdate-72098920030797833-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"collection1_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:45997/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 643311 INFO (OverseerStateUpdate-72098920030797833-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"collection1_shard1_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:44561/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 643312 INFO (OverseerStateUpdate-72098920030797833-127.0.0.1:44561_solr-n_0000000000) [n:127.0.0.1:44561_solr ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"collection1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"collection1_shard1_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:44893/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 643515 INFO (qtp1426060938-10476) [n:127.0.0.1:44893_solr x:collection1_shard1_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n6&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 643515 INFO (qtp746387426-10496) [n:127.0.0.1:44561_solr x:collection1_shard1_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n4&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 643516 INFO (qtp702195307-10495) [n:127.0.0.1:44305_solr x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 643517 INFO (qtp746387426-10496) [n:127.0.0.1:44561_solr x:collection1_shard1_replica_n4 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 643519 INFO (qtp1901878867-10487) [n:127.0.0.1:45997_solr x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=collection1.AUTOCREATED&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 644530 INFO (qtp1426060938-10476) [n:127.0.0.1:44893_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 [junit4] 2> 644530 INFO (qtp702195307-10495) [n:127.0.0.1:44305_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 [junit4] 2> 644530 INFO (qtp1426060938-10476) [n:127.0.0.1:44893_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n6 ] o.a.s.c.RequestParams request params refreshed to version 0 [junit4] 2> 644530 INFO (qtp702195307-10495) [n:127.0.0.1:44305_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.RequestParams request params refreshed to version 0 [junit4] 2> 644531 WARN (qtp702195307-10495) [n:127.0.0.1:44305_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node3/collection1_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node3/collection1_shard1_replica_n1/../../../../contrib/extraction/lib [junit4] 2> 644531 WARN (qtp702195307-10495) [n:127.0.0.1:44305_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node3/collection1_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node3/collection1_shard1_replica_n1/../../../../dist [junit4] 2> 644531 WARN (qtp702195307-10495) [n:127.0.0.1:44305_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node3/collection1_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node3/collection1_shard1_replica_n1/../../../../contrib/clustering/lib [junit4] 2> 644531 WARN (qtp702195307-10495) [n:127.0.0.1:44305_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node3/collection1_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.AssignBackwardCompatibilityTest_AF516FC207576CB2-001/tempDir-001/node3/collection1_shard1_replica_n1/../../. [...truncated too long message...] ins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml resolve: common.init: compile-lucene-core: init: -clover.disable: -clover.load: -clover.classpath: -clover.setup: clover: compile-core: -clover.disable: -clover.load: -clover.classpath: -clover.setup: clover: common.compile-core: compile-core: common.compile-test: [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/classes/test [javac] Compiling 985 source files to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/classes/test [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/core/SolrCoreTest.java:211: warning: 'yield' may become a restricted identifier in a future release [javac] yield(l); [javac] ^ [javac] (to invoke a method called yield, qualify the yield with a receiver or type name) [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/core/SolrCoreTest.java:213: warning: 'yield' may become a restricted identifier in a future release [javac] yield(l); [javac] ^ [javac] (to invoke a method called yield, qualify the yield with a receiver or type name) [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/core/SolrCoreTest.java:215: warning: 'yield' may become a restricted identifier in a future release [javac] yield(l); [javac] ^ [javac] (to invoke a method called yield, qualify the yield with a receiver or type name) [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/core/SolrCoreTest.java:217: warning: 'yield' may become a restricted identifier in a future release [javac] yield(l); [javac] ^ [javac] (to invoke a method called yield, qualify the yield with a receiver or type name) [javac] /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test/org/apache/solr/core/SolrCoreTest.java:220: warning: 'yield' may become a restricted identifier in a future release [javac] yield(l); [javac] ^ [javac] (to invoke a method called yield, qualify the yield with a receiver or type name) [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 5 warnings [copy] Copying 1 file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/classes/test common-solr.compile-test: compile-test: BUILD SUCCESSFUL Total time: 55 seconds [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.AssignBackwardCompatibilityTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=AF516FC207576CB2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=se-SE -Dtests.timezone=America/Lower_Princes -Dtests.asserts=true -Dtests.file.encoding=US-ASCII Buildfile: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/build.xml -clover.disable: ivy-configure: [ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/top-level-ivy-settings.xml install-junit4-taskdef: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: resolve-groovy: [ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working [ivy:cachepath] confs: [default] [ivy:cachepath] found org.codehaus.groovy#groovy-all;2.4.17 in public [ivy:cachepath] :: resolution report :: resolve 14ms :: artifacts dl 1ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 1 | 0 | 0 | 0 || 1 | 0 | --------------------------------------------------------------------- -init-totals: -test: [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test [junit4:pickseed] Seed property 'tests.seed' already defined: AF516FC207576CB2 [mkdir] Created dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp [junit4] <JUnit4> says Привет! Master seed: AF516FC207576CB2 [junit4] Executing 5 suites with 3 JVMs. [junit4] [junit4] Started J2 PID([email protected]). [junit4] Started J0 PID([email protected]). [junit4] Started J1 PID([email protected]). [junit4] Suite: org.apache.solr.cloud.AssignBackwardCompatibilityTest [junit4] OK 22.4s J0 | AssignBackwardCompatibilityTest.test [junit4] Completed [1/5] on J0 in 40.53s, 1 test [junit4] [junit4] Suite: org.apache.solr.cloud.AssignBackwardCompatibilityTest [junit4] OK 24.1s J1 | AssignBackwardCompatibilityTest.test [junit4] Completed [2/5] on J1 in 41.53s, 1 test [junit4] [junit4] Suite: org.apache.solr.cloud.AssignBackwardCompatibilityTest [junit4] OK 24.5s J2 | AssignBackwardCompatibilityTest.test [junit4] Completed [3/5] on J2 in 42.37s, 1 test [junit4] [junit4] Suite: org.apache.solr.cloud.AssignBackwardCompatibilityTest [junit4] OK 19.7s J0 | AssignBackwardCompatibilityTest.test [junit4] Completed [4/5] on J0 in 27.52s, 1 test [junit4] [junit4] Suite: org.apache.solr.cloud.AssignBackwardCompatibilityTest [junit4] OK 19.6s J1 | AssignBackwardCompatibilityTest.test [junit4] Completed [5/5] on J1 in 27.82s, 1 test [junit4] [junit4] JVM J0: 1.14 .. 70.22 = 69.08s [junit4] JVM J1: 1.14 .. 71.46 = 70.32s [junit4] JVM J2: 1.14 .. 44.40 = 43.26s [junit4] Execution time total: 1 minute 11 seconds [junit4] Tests summary: 5 suites, 5 tests [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp]) [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp]) [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp]) [echo] 5 slowest tests: [junit4:tophints] 261.57s | org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest [junit4:tophints] 230.20s | org.apache.solr.cloud.TestStressLiveNodes [junit4:tophints] 197.44s | org.apache.solr.cloud.api.collections.ShardSplitTest [junit4:tophints] 133.36s | org.apache.solr.search.TestRangeQuery [junit4:tophints] 131.10s | org.apache.solr.request.TestIntervalFaceting -check-totals: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.4.17.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release test-nocompile: BUILD SUCCESSFUL Total time: 1 minute 13 seconds [repro] Failures w/original seeds: [repro] 0/5 failed: org.apache.solr.cloud.AssignBackwardCompatibilityTest [repro] 5/5 failed: org.apache.lucene.analysis.hunspell.TestDictionary [repro] Exiting with code 256 + mv lucene/build lucene/build.repro + mv solr/build solr/build.repro + mv lucene/build.orig lucene/build + mv solr/build.orig solr/build Archiving artifacts Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 [WARNINGS] Parsing warnings in console log with parser Java Compiler (javac) Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 No credentials specified Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 <Git Blamer> Using GitBlamer to create author and commit information for all warnings. <Git Blamer> GIT_COMMIT=936f4b6ee9cd8c7f9a17800aadc8c5a91bdf74f6, workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux [WARNINGS] Computing warning deltas based on reference build #25086 Recording test results Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Build step 'Publish JUnit test result report' changed build result to UNSTABLE Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures) 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]
