Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/40/ Java: 32bit/jdk1.8.0_72 -server -XX:+UseSerialGC
8 tests failed. FAILED: org.apache.solr.client.solrj.embedded.LargeVolumeBinaryJettyTest.testMultiThreaded Error Message: IOException occured when talking to server at: https://127.0.0.1:52782/solr/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://127.0.0.1:52782/solr/collection1 at __randomizedtesting.SeedInfo.seed([3471DC1C5C2B7BB1:55E406FCB4FA7147]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895) at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858) at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:873) at org.apache.solr.client.solrj.LargeVolumeTestBase.testMultiThreaded(LargeVolumeTestBase.java:48) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) 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:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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 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:367) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:209) at java.net.SocketInputStream.read(SocketInputStream.java:141) at sun.security.ssl.InputRecord.readFully(InputRecord.java:465) at sun.security.ssl.InputRecord.read(InputRecord.java:503) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:543) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:409) at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177) at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304) at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482) ... 46 more FAILED: org.apache.solr.client.solrj.impl.ExternalHttpClientTest.testTimeoutWithExternalClient Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([3471DC1C5C2B7BB1:58A964FCF89CCCC4]:0) at org.junit.Assert.fail(Assert.java:92) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertTrue(Assert.java:54) at org.apache.solr.client.solrj.impl.ExternalHttpClientTest.testTimeoutWithExternalClient(ExternalHttpClientTest.java:71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) 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:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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 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:367) at java.lang.Thread.run(Thread.java:745) FAILED: org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testAll Error Message: There are still nodes recoverying - waited for 330 seconds Stack Trace: java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds at __randomizedtesting.SeedInfo.seed([3471DC1C5C2B7BB1:782FF26527BB2474]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:174) at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135) at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:130) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:844) at org.apache.solr.client.solrj.io.stream.JDBCStreamTest.testAll(JDBCStreamTest.java:135) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971) 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:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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 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:367) at java.lang.Thread.run(Thread.java:745) FAILED: org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([3471DC1C5C2B7BB1:782FF26527BB2474]:0) at org.junit.Assert.fail(Assert.java:92) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertTrue(Assert.java:54) at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testDaemonStream(StreamExpressionTest.java:658) at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testAll(StreamExpressionTest.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971) 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:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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 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:367) at java.lang.Thread.run(Thread.java:745) FAILED: org.apache.solr.client.solrj.io.stream.StreamingTest.streamTests Error Message: There are still nodes recoverying - waited for 330 seconds Stack Trace: java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds at __randomizedtesting.SeedInfo.seed([3471DC1C5C2B7BB1:C82AFB98F60282C4]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:174) at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135) at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:130) at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:844) at org.apache.solr.client.solrj.io.stream.StreamingTest.streamTests(StreamingTest.java:1733) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:996) at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971) 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:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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 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:367) at java.lang.Thread.run(Thread.java:745) FAILED: org.apache.solr.client.solrj.response.NoOpResponseParserTest.testQueryParse Error Message: IOException occured when talking to server at: http://127.0.0.1:45608/solr/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:45608/solr/collection1 at __randomizedtesting.SeedInfo.seed([3471DC1C5C2B7BB1:32181A6F99FACEA0]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152) at org.apache.solr.client.solrj.response.NoOpResponseParserTest.doBefore(NoOpResponseParserTest.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) 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:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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 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:367) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.SocketException: Connection reset at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.net.SocketOutputStream.write(SocketOutputStream.java:153) at org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:159) at org.apache.http.impl.io.AbstractSessionOutputBuffer.flush(AbstractSessionOutputBuffer.java:166) at org.apache.http.impl.io.ContentLengthOutputStream.close(ContentLengthOutputStream.java:95) at org.apache.http.impl.entity.EntitySerializer.serialize(EntitySerializer.java:118) at org.apache.http.impl.AbstractHttpClientConnection.sendRequestEntity(AbstractHttpClientConnection.java:265) at org.apache.http.impl.conn.ManagedClientConnectionImpl.sendRequestEntity(ManagedClientConnectionImpl.java:203) at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482) ... 45 more FAILED: org.apache.solr.client.solrj.response.NoOpResponseParserTest.testReaderResponse Error Message: IOException occured when talking to server at: http://127.0.0.1:45608/solr/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:45608/solr/collection1 at __randomizedtesting.SeedInfo.seed([3471DC1C5C2B7BB1:4B822D3C682745FE]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152) at org.apache.solr.client.solrj.response.NoOpResponseParserTest.doBefore(NoOpResponseParserTest.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) 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:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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 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:367) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:209) at java.net.SocketInputStream.read(SocketInputStream.java:141) at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160) at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84) at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261) at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283) at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251) at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482) ... 45 more FAILED: org.apache.solr.client.solrj.response.NoOpResponseParserTest.testInputStreamResponse Error Message: IOException occured when talking to server at: http://127.0.0.1:45608/solr/collection1 Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:45608/solr/collection1 at __randomizedtesting.SeedInfo.seed([3471DC1C5C2B7BB1:39E04E9358A26570]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138) at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152) at org.apache.solr.client.solrj.response.NoOpResponseParserTest.doBefore(NoOpResponseParserTest.java:66) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:905) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921) 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:367) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827) 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 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:367) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.SocketException: Connection reset at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113) at java.net.SocketOutputStream.write(SocketOutputStream.java:153) at org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:159) at org.apache.http.impl.io.AbstractSessionOutputBuffer.flush(AbstractSessionOutputBuffer.java:166) at org.apache.http.impl.io.ContentLengthOutputStream.close(ContentLengthOutputStream.java:95) at org.apache.http.impl.entity.EntitySerializer.serialize(EntitySerializer.java:118) at org.apache.http.impl.AbstractHttpClientConnection.sendRequestEntity(AbstractHttpClientConnection.java:265) at org.apache.http.impl.conn.ManagedClientConnectionImpl.sendRequestEntity(ManagedClientConnectionImpl.java:203) at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487) at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482) ... 45 more Build Log: [...truncated 12962 lines...] [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/init-core-data-001 [junit4] 2> 128338 INFO (SUITE-StreamExpressionTest-seed#[3471DC1C5C2B7BB1]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) [junit4] 2> 128338 INFO (SUITE-StreamExpressionTest-seed#[3471DC1C5C2B7BB1]-worker) [ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_u/e [junit4] 2> 128339 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 128339 INFO (Thread-515) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 128339 INFO (Thread-515) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 128439 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.ZkTestServer start zk server on port:47057 [junit4] 2> 128439 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 128439 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 128441 INFO (zkCallback-141-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@12eb4fb name:ZooKeeperConnection Watcher:127.0.0.1:47057 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 128441 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 128442 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 128442 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient makePath: /solr [junit4] 2> 128443 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 128444 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 128444 INFO (zkCallback-142-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ebc311 name:ZooKeeperConnection Watcher:127.0.0.1:47057/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 128444 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 128444 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 128444 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1 [junit4] 2> 128446 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards [junit4] 2> 128446 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection [junit4] 2> 128447 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards [junit4] 2> 128447 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig-streaming.xml to /configs/conf1/solrconfig.xml [junit4] 2> 128447 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml [junit4] 2> 128448 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema-streaming.xml to /configs/conf1/schema.xml [junit4] 2> 128448 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml [junit4] 2> 128450 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist [junit4] 2> 128450 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist [junit4] 2> 128450 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist [junit4] 2> 128450 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist [junit4] 2> 128450 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist [junit4] 2> 128450 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist [junit4] 2> 128450 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist [junit4] 2> 128450 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist [junit4] 2> 128450 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.AbstractZkTestCase skipping /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist [junit4] 2> 128450 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 128451 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 128451 INFO (zkCallback-143-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f6086c name:ZooKeeperConnection Watcher:127.0.0.1:47057/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 128451 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 128452 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 128462 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores/collection1 [junit4] 2> 128463 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.e.j.s.Server jetty-9.3.6.v20151106 [junit4] 2> 128464 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17d818d{/_u/e,null,AVAILABLE} [junit4] 2> 128467 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.e.j.u.s.SslContextFactory x509=X509@12b50b(solrtest,h=[],w=[]) for SslContextFactory@163f6bc(file:///home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/server/etc/test/solrtest.keystore,file:///home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/server/etc/test/solrtest.keystore) [junit4] 2> 128470 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.e.j.s.ServerConnector Started ServerConnector@c5ede9{SSL,[ssl, http/1.1]}{127.0.0.1:52495} [junit4] 2> 128470 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.e.j.s.Server Started @129913ms [junit4] 2> 128470 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/tempDir-001/control/data, hostContext=/_u/e, hostPort=52495, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores} [junit4] 2> 128470 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1d16e93 [junit4] 2> 128470 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001' [junit4] 2> 128470 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 128470 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 128470 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 128471 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 128472 INFO (zkCallback-144-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ae8876 name:ZooKeeperConnection Watcher:127.0.0.1:47057/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 128472 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 128472 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 128473 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper) [junit4] 2> 128473 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/solr.xml [junit4] 2> 128476 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores [junit4] 2> 128476 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.CoreContainer New CoreContainer 7539548 [junit4] 2> 128476 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001] [junit4] 2> 128476 WARN (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/lib [junit4] 2> 128477 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false, [junit4] 2> 128478 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true [junit4] 2> 128479 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 128479 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 128479 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47057/solr [junit4] 2> 128479 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.ZkController zkHost includes chroot [junit4] 2> 128479 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider [junit4] 2> 128480 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 128481 INFO (zkCallback-147-thread-1) [ ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@882f7a name:ZooKeeperConnection Watcher:127.0.0.1:47057 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 128481 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 128482 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [ ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider [junit4] 2> 128483 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 128483 INFO (zkCallback-148-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ce29e1 name:ZooKeeperConnection Watcher:127.0.0.1:47057/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None [junit4] 2> 128483 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 128484 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue [junit4] 2> 128485 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work [junit4] 2> 128487 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running [junit4] 2> 128487 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed [junit4] 2> 128488 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure [junit4] 2> 128490 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /live_nodes [junit4] 2> 128490 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /aliases.json [junit4] 2> 128491 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json [junit4] 2> 128492 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /security.json [junit4] 2> 128492 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... [junit4] 2> 128493 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 128494 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect [junit4] 2> 128494 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election [junit4] 2> 128495 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 128495 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95504431189131269-127.0.0.1:52495__u%2Fe-n_0000000000 [junit4] 2> 128495 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52495__u%2Fe [junit4] 2> 128495 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader [junit4] 2> 128496 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.Overseer Overseer (id=95504431189131269-127.0.0.1:52495__u%2Fe-n_0000000000) starting [junit4] 2> 128497 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work [junit4] 2> 128500 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000 [junit4] 2> 128500 INFO (OverseerCollectionConfigSetProcessor-95504431189131269-127.0.0.1:52495__u%2Fe-n_0000000000) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 128500 INFO (OverseerStateUpdate-95504431189131269-127.0.0.1:52495__u%2Fe-n_0000000000) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 128500 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52495__u%2Fe [junit4] 2> 128500 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52495__u%2Fe [junit4] 2> 128501 INFO (OverseerStateUpdate-95504431189131269-127.0.0.1:52495__u%2Fe-n_0000000000) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0) [junit4] 2> 128502 INFO (zkCallback-148-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0]) [junit4] 2> 128502 INFO (zkCallback-148-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 128518 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module. [junit4] 2> 128518 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.CoreContainer No authentication plugin used. [junit4] 2> 128519 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores [junit4] 2> 128519 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=} [junit4] 2> 128519 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores/collection1 [junit4] 2> 128519 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.CorePropertiesLocator Found 1 core definitions [junit4] 2> 128520 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2 [junit4] 2> 128520 INFO (TEST-StreamExpressionTest.testAll-seed#[3471DC1C5C2B7BB1]) [n:127.0.0.1:52495__u%2Fe ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done [junit4] 2> 128520 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.ZkController publishing state=down [junit4] 2> 128520 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property [junit4] 2> 128522 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.ZkController look for our core node name [junit4] 2> 128522 INFO (OverseerStateUpdate-95504431189131269-127.0.0.1:52495__u%2Fe-n_0000000000) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.Overseer processMessage: queueSize: 1, message = { [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:52495/_u/e", [junit4] 2> "node_name":"127.0.0.1:52495__u%2Fe", [junit4] 2> "numShards":"1", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} current state version: 0 [junit4] 2> 128522 INFO (OverseerStateUpdate-95504431189131269-127.0.0.1:52495__u%2Fe-n_0000000000) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={ [junit4] 2> "core":"collection1", [junit4] 2> "roles":null, [junit4] 2> "base_url":"https://127.0.0.1:52495/_u/e", [junit4] 2> "node_name":"127.0.0.1:52495__u%2Fe", [junit4] 2> "numShards":"1", [junit4] 2> "state":"down", [junit4] 2> "shard":null, [junit4] 2> "collection":"control_collection", [junit4] 2> "operation":"state"} [junit4] 2> 128522 INFO (OverseerStateUpdate-95504431189131269-127.0.0.1:52495__u%2Fe-n_0000000000) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection [junit4] 2> 128523 INFO (OverseerStateUpdate-95504431189131269-127.0.0.1:52495__u%2Fe-n_0000000000) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1 [junit4] 2> 128523 INFO (zkCallback-148-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1]) [junit4] 2> 129522 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1 [junit4] 2> 129522 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection [junit4] 2> 129523 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.ZkController Collection zkNode exists [junit4] 2> 129523 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection] [junit4] 2> 129523 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper [junit4] 2> 129523 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores/collection1' [junit4] 2> 129523 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) [junit4] 2> 129523 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI) [junit4] 2> 129524 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 [junit4] 2> 129526 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1 [junit4] 2> 129528 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.1.0 [junit4] 2> 129535 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml [junit4] 2> 129539 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 129584 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.s.IndexSchema default search field in schema is text [junit4] 2> 129585 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.s.IndexSchema unique key field: id [junit4] 2> 129585 WARN (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiple copyFields (2) [junit4] 2> 129585 WARN (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (3) [junit4] 2> 129586 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2 [junit4] 2> 129586 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection [junit4] 2> 129586 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory [junit4] 2> 129586 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores/collection1/data/] [junit4] 2> 129587 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1 [junit4] 2> 129587 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores/collection1/data [junit4] 2> 129587 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores/collection1/data/index/ [junit4] 2> 129587 WARN (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index... [junit4] 2> 129587 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores/collection1/data/index [junit4] 2> 129588 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1780d89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16d8290),segFN=segments_1,generation=1} [junit4] 2> 129588 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 129588 INFO (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores/collection1/data/ [junit4] 2> 129588 WARN (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3471DC1C5C2B7BB1-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories. [junit4] 2> 129589 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 129590 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 129591 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 129591 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 129591 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60 [junit4] 2> 129592 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file [junit4] 2> 129592 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 129592 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 129592 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 129593 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 129593 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 129593 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1 [junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1780d89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16d8290),segFN=segments_1,generation=1} [junit4] 2> 129593 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1 [junit4] 2> 129593 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17abed[collection1] main] [junit4] 2> 129594 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection] [junit4] 2> 129594 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper [junit4] 2> 129594 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1 [junit4] 2> 129594 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 129594 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {} [junit4] 2> 129594 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 129594 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 129594 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1 [junit4] 2> 129594 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources [junit4] 2> 129594 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 [junit4] 2> 129595 INFO (searcherExecutor-630-thread-1-processing-n:127.0.0.1:52495__u%2Fe x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17abed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 129595 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets [junit4] 2> 129595 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index [junit4] 2> 129595 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index [junit4] 2> 129595 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1528070900342063104 [junit4] 2> 129596 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1528070900342063104 [junit4] 2> 129596 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1 [junit4] 2> 129597 INFO (coreLoadExecutor-629-thread-1-processing-n:127.0.0.1:52495__u%2Fe) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1 [junit4] 2> 129597 INFO (coreZkRegister-623-thread-1-processing-n:127.0.0.1:52495__u%2Fe x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52495__u%2Fe c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:https://127.0.0.1:52495/_u/e collection:control_collection shard:shard1 [junit4] 2> 129597 INFO (coreZkRegis [...truncated too long message...] ion1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-192-thread-1]: updateMergeThreads ioThrottle=true targetMBPerSec=10240.0 MB/sec [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-192-thread-1]: now merge [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-192-thread-1]: index: [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [MS][coreCloseExecutor-192-thread-1]: no more merges pending; now return [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: waitForMerges [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: waitForMerges done [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: commit: start [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: commit: enter lock [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: commit: now prepare [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: prepareCommit: flush [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: index before flush [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-192-thread-1]: startFullFlush [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: apply all deletes during flush [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: now apply all deletes for all segments maxDoc=0 [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [BD][coreCloseExecutor-192-thread-1]: prune sis=segments_1: minGen=9223372036854775807 packetCount=0 [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-192-thread-1]: coreCloseExecutor-192-thread-1 finishFullFlush success=true [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: startCommit(): start [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: skip startCommit(): no changes pending [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-192-thread-1]: delete [] [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: commit: pendingCommit == null; skip [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: commit: took 0.3 msec [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: commit: done [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: rollback [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: all running merges have aborted [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: rollback: done finish merges [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-192-thread-1]: abort [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [DW][coreCloseExecutor-192-thread-1]: done abort success=true [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IW][coreCloseExecutor-192-thread-1]: rollback: infos= [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-192-thread-1]: now checkpoint "" [0 segments ; isCommit = false] [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-192-thread-1]: delete [] [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-192-thread-1]: 0 msec to checkpoint [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.u.LoggingInfoStream [IFD][coreCloseExecutor-192-thread-1]: delete [] [junit4] 2> 711646 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request. [junit4] 2> 711663 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked [junit4] 2> 711663 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.ExternalHttpClientTest_3471DC1C5C2B7BB1-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.ExternalHttpClientTest_3471DC1C5C2B7BB1-001/tempDir-001/collection1/data;done=false>>] [junit4] 2> 711663 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.ExternalHttpClientTest_3471DC1C5C2B7BB1-001/tempDir-001/collection1/data [junit4] 2> 711663 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.ExternalHttpClientTest_3471DC1C5C2B7BB1-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.ExternalHttpClientTest_3471DC1C5C2B7BB1-001/tempDir-001/collection1/data/index;done=false>>] [junit4] 2> 711663 INFO (coreCloseExecutor-192-thread-1) [ x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.ExternalHttpClientTest_3471DC1C5C2B7BB1-001/tempDir-001/collection1/data/index [junit4] 2> 711664 INFO (SUITE-ExternalHttpClientTest-seed#[3471DC1C5C2B7BB1]-worker) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@13c6833{/solr,null,UNAVAILABLE} [junit4] 2> 711664 INFO (SUITE-ExternalHttpClientTest-seed#[3471DC1C5C2B7BB1]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.ExternalHttpClientTest_3471DC1C5C2B7BB1-001 [junit4] 2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1711, maxMBSortInHeap=6.784678645190243, sim=ClassicSimilarity, locale=hr, timezone=Asia/Dili [junit4] 2> NOTE: Linux 3.19.0-51-generic i386/Oracle Corporation 1.8.0_72 (32-bit)/cpus=12,threads=1,free=29894560,total=87240704 [junit4] 2> NOTE: All tests run in this JVM: [AnlysisResponseBaseTest, TestCollectionAdminRequest, JDBCStreamTest, TestNamedListCodec, StreamingTest, LargeVolumeBinaryJettyTest, TestSpellCheckResponse, NoOpResponseParserTest, CommonParamsTest, CollectionAdminRequestRequiredParamsTest, TestXMLEscaping, TestUpdateRequestCodec, ExternalHttpClientTest] [junit4] Completed [77/77 (6!)] on J0 in 0.64s, 1 test, 1 failure <<< FAILURES! [...truncated 18 lines...] BUILD FAILED /home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:740: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:684: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/build.xml:59: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build.xml:246: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/common-build.xml:524: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/lucene/common-build.xml:1014: There were test failures: 77 suites, 521 tests, 4 errors, 4 failures [seed: 3471DC1C5C2B7BB1] Total time: 65 minutes 41 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts [WARNINGS] Skipping publisher since build result is FAILURE Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
