OK, I think I found it, I need to make sure that I need to run the full test suite before checking it in though, probably a couple of hours.
On Sat, Jul 2, 2016 at 2:47 PM, Erick Erickson <[email protected]> wrote: > Digging..... > > On Sat, Jul 2, 2016 at 1:40 PM, Policeman Jenkins Server > <[email protected]> wrote: >> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/290/ >> Java: 32bit/jdk1.8.0_92 -server -XX:+UseG1GC >> >> 6 tests failed. >> FAILED: org.apache.solr.cloud.SolrCLIZkUtilsTest.testMv >> >> Error Message: >> Tool should have returned 0 for success, returned: 1 expected:<1> but was:<0> >> >> Stack Trace: >> java.lang.AssertionError: Tool should have returned 0 for success, returned: >> 1 expected:<1> but was:<0> >> at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:5FE8CF96B6B0FF1B]:0) >> at org.junit.Assert.fail(Assert.java:93) >> at org.junit.Assert.failNotEquals(Assert.java:647) >> at org.junit.Assert.assertEquals(Assert.java:128) >> at org.junit.Assert.assertEquals(Assert.java:472) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testMv(SolrCLIZkUtilsTest.java:315) >> 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.cloud.SolrCLIZkUtilsTest.testUpconfig >> >> Error Message: >> Tool should have returned 0 for success, returned: 1 expected:<1> but was:<0> >> >> Stack Trace: >> java.lang.AssertionError: Tool should have returned 0 for success, returned: >> 1 expected:<1> but was:<0> >> at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:759B773DDFEC487C]:0) >> at org.junit.Assert.fail(Assert.java:93) >> at org.junit.Assert.failNotEquals(Assert.java:647) >> at org.junit.Assert.assertEquals(Assert.java:128) >> at org.junit.Assert.assertEquals(Assert.java:472) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testUpconfig(SolrCLIZkUtilsTest.java:65) >> 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.cloud.SolrCLIZkUtilsTest.testRm >> >> Error Message: >> Tool should have returned 0 for success, returned: 1 expected:<1> but was:<0> >> >> Stack Trace: >> java.lang.AssertionError: Tool should have returned 0 for success, returned: >> 1 expected:<1> but was:<0> >> at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:95091960BC32A62C]:0) >> at org.junit.Assert.fail(Assert.java:93) >> at org.junit.Assert.failNotEquals(Assert.java:647) >> at org.junit.Assert.assertEquals(Assert.java:128) >> at org.junit.Assert.assertEquals(Assert.java:472) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testRm(SolrCLIZkUtilsTest.java:491) >> 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.cloud.SolrCLIZkUtilsTest.testCp >> >> Error Message: >> Tool should have returned 0 for success, returned: 1 expected:<1> but was:<0> >> >> Stack Trace: >> java.lang.AssertionError: Tool should have returned 0 for success, returned: >> 1 expected:<1> but was:<0> >> at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:B9A6CF06E8E52B54]:0) >> at org.junit.Assert.fail(Assert.java:93) >> at org.junit.Assert.failNotEquals(Assert.java:647) >> at org.junit.Assert.assertEquals(Assert.java:128) >> at org.junit.Assert.assertEquals(Assert.java:472) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testCp(SolrCLIZkUtilsTest.java:132) >> 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.cloud.SolrCLIZkUtilsTest.testDownconfig >> >> Error Message: >> Tool should have returned 0 for success, returned: 1 expected:<1> but was:<0> >> >> Stack Trace: >> java.lang.AssertionError: Tool should have returned 0 for success, returned: >> 1 expected:<1> but was:<0> >> at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:6F302355537196E3]:0) >> at org.junit.Assert.fail(Assert.java:93) >> at org.junit.Assert.failNotEquals(Assert.java:647) >> at org.junit.Assert.assertEquals(Assert.java:128) >> at org.junit.Assert.assertEquals(Assert.java:472) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testDownconfig(SolrCLIZkUtilsTest.java:109) >> 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.cloud.SolrCLIZkUtilsTest.testLs >> >> Error Message: >> Tool should have returned 0 for success, returned: 1 expected:<1> but was:<0> >> >> Stack Trace: >> java.lang.AssertionError: Tool should have returned 0 for success, returned: >> 1 expected:<1> but was:<0> >> at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:A26F8BFAB9BAD77A]:0) >> at org.junit.Assert.fail(Assert.java:93) >> at org.junit.Assert.failNotEquals(Assert.java:647) >> at org.junit.Assert.assertEquals(Assert.java:128) >> at org.junit.Assert.assertEquals(Assert.java:472) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testLs(SolrCLIZkUtilsTest.java:393) >> 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) >> >> >> >> >> Build Log: >> [...truncated 12092 lines...] >> [junit4] Suite: org.apache.solr.cloud.SolrCLIZkUtilsTest >> [junit4] 2> Creating dataDir: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SolrCLIZkUtilsTest_524A32482C4C9536-001\init-core-data-001 >> [junit4] 2> 2557419 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: >> @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, >> clientAuth=NaN) >> [junit4] 2> 2557421 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.ZkTestServer STARTING ZK TEST SERVER >> [junit4] 2> 2557422 INFO (Thread-5252) [ ] o.a.s.c.ZkTestServer >> client port:0.0.0.0/0.0.0.0:0 >> [junit4] 2> 2557422 INFO (Thread-5252) [ ] o.a.s.c.ZkTestServer >> Starting server >> [junit4] 2> 2557522 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.ZkTestServer start zk server on port:63066 >> [junit4] 2> 2557522 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557523 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557529 INFO (zkCallback-2385-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@81d2c >> name:ZooKeeperConnection Watcher:127.0.0.1:63066 got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557529 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557529 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 2> 2557529 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml >> [junit4] 2> 2557535 INFO (jetty-launcher-2384-thread-1) [ ] >> o.e.j.s.Server jetty-9.3.8.v20160314 >> [junit4] 2> 2557538 INFO (jetty-launcher-2384-thread-1) [ ] >> o.e.j.s.h.ContextHandler Started >> o.e.j.s.ServletContextHandler@15dabdf{/solr,null,AVAILABLE} >> [junit4] 2> 2557539 INFO (jetty-launcher-2384-thread-1) [ ] >> o.e.j.s.ServerConnector Started >> ServerConnector@17cb35f{HTTP/1.1,[http/1.1]}{127.0.0.1:63070} >> [junit4] 2> 2557540 INFO (jetty-launcher-2384-thread-1) [ ] >> o.e.j.s.Server Started @2565525ms >> [junit4] 2> 2557540 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, >> hostPort=63070} >> [junit4] 2> 2557540 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): >> sun.misc.Launcher$AppClassLoader@1d16e93 >> [junit4] 2> 2557540 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: >> 'C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SolrCLIZkUtilsTest_524A32482C4C9536-001\tempDir-001\node1' >> [junit4] 2> 2557540 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx) >> [junit4] 2> 2557540 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find >> system property or JNDI) >> [junit4] 2> 2557541 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557543 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557545 INFO (zkCallback-2386-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@1de864d >> name:ZooKeeperConnection Watcher:127.0.0.1:63066/solr got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557545 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557545 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 2> 2557546 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... >> [junit4] 2> 2557559 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.CorePropertiesLocator Config-defined core root directory: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SolrCLIZkUtilsTest_524A32482C4C9536-001\tempDir-001\node1\. >> [junit4] 2> 2557559 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.CoreContainer New CoreContainer 6570015 >> [junit4] 2> 2557559 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.CoreContainer Loading cores into CoreContainer >> [instanceDir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SolrCLIZkUtilsTest_524A32482C4C9536-001\tempDir-001\node1] >> [junit4] 2> 2557560 WARN (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.CoreContainer Couldn't add files from >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SolrCLIZkUtilsTest_524A32482C4C9536-001\tempDir-001\node1\lib >> to classpath: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SolrCLIZkUtilsTest_524A32482C4C9536-001\tempDir-001\node1\lib >> [junit4] 2> 2557561 INFO (jetty-launcher-2384-thread-1) [ ] >> 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> 2557564 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with >> params: socketTimeout=340000&connTimeout=45000&retry=true >> [junit4] 2> 2557565 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory >> [junit4] 2> 2557565 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.l.LogWatcher Registering Log Listener [Log4j >> (org.slf4j.impl.Log4jLoggerFactory)] >> [junit4] 2> 2557565 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63066/solr >> [junit4] 2> 2557565 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.ZkController zkHost includes chroot >> [junit4] 2> 2557565 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557567 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557568 INFO (zkCallback-2389-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@16e50f6 >> name:ZooKeeperConnection Watcher:127.0.0.1:63066 got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557568 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557569 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 2> 2557570 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.ZkController Added new OnReconnect >> listener org.apache.solr.cloud.ZkController$$Lambda$10/16756254@c1b113 >> [junit4] 2> 2557571 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ >> ] o.a.z.s.NIOServerCnxn caught end of stream exception >> [junit4] 2> EndOfStreamException: Unable to read additional data from >> client sessionid 0x155ad4de5d10002, likely client has closed socket >> [junit4] 2> at >> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) >> [junit4] 2> at >> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) >> [junit4] 2> at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> 2557573 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.ConnectionManager Waiting for client >> to connect to ZooKeeper >> [junit4] 2> 2557575 INFO >> (zkCallback-2390-thread-1-processing-n:127.0.0.1:63070_solr) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@16ea028 >> name:ZooKeeperConnection Watcher:127.0.0.1:63066/solr got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557575 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.ConnectionManager Client is connected >> to ZooKeeper >> [junit4] 2> 2557576 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue >> [junit4] 2> 2557579 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: >> /overseer/collection-queue-work >> [junit4] 2> 2557582 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: >> /overseer/collection-map-running >> [junit4] 2> 2557585 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: >> /overseer/collection-map-completed >> [junit4] 2> 2557588 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: >> /overseer/collection-map-failure >> [junit4] 2> 2557589 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: /live_nodes >> [junit4] 2> 2557591 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: /collections >> [junit4] 2> 2557592 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: /aliases.json >> [junit4] 2> 2557594 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: >> /clusterstate.json >> [junit4] 2> 2557595 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: /security.json >> [junit4] 2> 2557596 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.ZkStateReader Updating cluster state >> from ZooKeeper... >> [junit4] 2> 2557597 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.ZkStateReader Loaded empty cluster >> properties >> [junit4] 2> 2557598 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from >> ZooKeeper... (0) -> (0) >> [junit4] 2> 2557601 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect >> [junit4] 2> 2557603 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: >> /overseer_elect/election >> [junit4] 2> 2557604 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.Overseer Overseer (id=null) closing >> [junit4] 2> 2557604 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.LeaderElector Joined leadership >> election with path: >> /overseer_elect/election/96173517138100227-127.0.0.1:63070_solr-n_0000000000 >> [junit4] 2> 2557605 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.OverseerElectionContext I am going to >> be the leader 127.0.0.1:63070_solr >> [junit4] 2> 2557605 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: >> /overseer_elect/leader >> [junit4] 2> 2557606 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.Overseer Overseer >> (id=96173517138100227-127.0.0.1:63070_solr-n_0000000000) starting >> [junit4] 2> 2557609 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: >> /overseer/queue-work >> [junit4] 2> 2557615 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.OverseerAutoReplicaFailoverThread >> Starting OverseerAutoReplicaFailoverThread >> autoReplicaFailoverWorkLoopDelay=10000 >> autoReplicaFailoverWaitAfterExpiration=30000 >> autoReplicaFailoverBadNodeExpiration=60000 >> [junit4] 2> 2557615 INFO >> (OverseerCollectionConfigSetProcessor-96173517138100227-127.0.0.1:63070_solr-n_0000000000) >> [n:127.0.0.1:63070_solr ] o.a.s.c.OverseerTaskProcessor Process current >> queue of overseer operations >> [junit4] 2> 2557616 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.ZkController Register node as live in >> ZooKeeper:/live_nodes/127.0.0.1:63070_solr >> [junit4] 2> 2557616 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.SolrZkClient makePath: >> /live_nodes/127.0.0.1:63070_solr >> [junit4] 2> 2557616 INFO >> (OverseerStateUpdate-96173517138100227-127.0.0.1:63070_solr-n_0000000000) >> [n:127.0.0.1:63070_solr ] o.a.s.c.Overseer Starting to work on the main >> queue >> [junit4] 2> 2557617 INFO >> (zkCallback-2390-thread-1-processing-n:127.0.0.1:63070_solr) >> [n:127.0.0.1:63070_solr ] 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> 2557617 INFO >> (OverseerStateUpdate-96173517138100227-127.0.0.1:63070_solr-n_0000000000) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from >> ZooKeeper... (0) -> (1) >> [junit4] 2> 2557618 INFO >> (zkCallback-2390-thread-1-processing-n:127.0.0.1:63070_solr) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from >> ZooKeeper... (1) -> (1) >> [junit4] 2> 2557627 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.CoreContainer Security conf doesn't >> exist. Skipping setup for authorization module. >> [junit4] 2> 2557627 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.CoreContainer No authentication plugin >> used. >> [junit4] 2> 2557629 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.CorePropertiesLocator Looking for core >> definitions underneath >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SolrCLIZkUtilsTest_524A32482C4C9536-001\tempDir-001\node1\. >> [junit4] 2> 2557629 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.c.CorePropertiesLocator Found 0 core >> definitions >> [junit4] 2> 2557630 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.s.SolrDispatchFilter >> user.dir=C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0 >> [junit4] 2> 2557630 INFO (jetty-launcher-2384-thread-1) >> [n:127.0.0.1:63070_solr ] o.a.s.s.SolrDispatchFilter >> SolrDispatchFilter.init() done >> [junit4] 2> 2557630 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557631 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557633 INFO (zkCallback-2392-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@1cd4a97 >> name:ZooKeeperConnection Watcher:127.0.0.1:63066 got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557633 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557633 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 2> 2557635 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557637 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557638 INFO (zkCallback-2395-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@1e1072f >> name:ZooKeeperConnection Watcher:127.0.0.1:63066/solr got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557638 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557638 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 2> 2557639 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... >> [junit4] 2> 2557639 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.ZkStateReader Loaded empty cluster properties >> [junit4] 2> 2557640 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) >> [junit4] 2> 2557642 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml >> [junit4] 2> 2557646 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml >> [junit4] 2> 2557648 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557648 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557649 INFO (zkCallback-2396-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@209d1b >> name:ZooKeeperConnection Watcher:127.0.0.1:63066/solr got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557650 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557650 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 2> 2557659 INFO >> (TEST-SolrCLIZkUtilsTest.testMv-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Starting testMv >> [junit4] 2> 2557664 INFO >> (TEST-SolrCLIZkUtilsTest.testMv-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557665 INFO >> (TEST-SolrCLIZkUtilsTest.testMv-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557666 INFO (zkCallback-2397-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@6dfb6c >> name:ZooKeeperConnection Watcher:127.0.0.1:63066/solr got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557666 INFO >> (TEST-SolrCLIZkUtilsTest.testMv-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557666 INFO >> (TEST-SolrCLIZkUtilsTest.testMv-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 1> >> [junit4] 1> Connecting to ZooKeeper at 127.0.0.1:63066/solr ... >> [junit4] 2> 2557667 ERROR >> (TEST-SolrCLIZkUtilsTest.testMv-seed#[524A32482C4C9536]) [ ] >> o.a.s.u.SolrCLI Could not complete upconfig operation for reason: Illegal >> char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> ERROR: Illegal char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> 2557667 INFO >> (TEST-SolrCLIZkUtilsTest.testMv-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Ending testMv >> [junit4] 2> NOTE: reproduce with: ant test >> -Dtestcase=SolrCLIZkUtilsTest -Dtests.method=testMv >> -Dtests.seed=524A32482C4C9536 -Dtests.slow=true -Dtests.locale=de >> -Dtests.timezone=Etc/GMT+0 -Dtests.asserts=true >> -Dtests.file.encoding=US-ASCII >> [junit4] FAILURE 0.02s J0 | SolrCLIZkUtilsTest.testMv <<< >> [junit4] > Throwable #1: java.lang.AssertionError: Tool should have >> returned 0 for success, returned: 1 expected:<1> but was:<0> >> [junit4] > at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:5FE8CF96B6B0FF1B]:0) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testMv(SolrCLIZkUtilsTest.java:315) >> [junit4] > at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> 2557678 INFO >> (TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Starting testUpconfig >> [junit4] 2> 2557678 INFO >> (TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557679 INFO >> (TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557680 INFO (zkCallback-2398-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@5d2be1 >> name:ZooKeeperConnection Watcher:127.0.0.1:63066/solr got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557680 INFO >> (TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557681 INFO >> (TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 1> >> [junit4] 1> Connecting to ZooKeeper at 127.0.0.1:63066/solr ... >> [junit4] 2> 2557681 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ >> ] o.a.z.s.NIOServerCnxn caught end of stream exception >> [junit4] 2> EndOfStreamException: Unable to read additional data from >> client sessionid 0x155ad4de5d10008, likely client has closed socket >> [junit4] 2> at >> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) >> [junit4] 2> at >> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) >> [junit4] 2> at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> 2557682 ERROR >> (TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.u.SolrCLI Could not complete upconfig operation for reason: Illegal >> char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> ERROR: Illegal char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> 2557682 INFO >> (TEST-SolrCLIZkUtilsTest.testUpconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Ending testUpconfig >> [junit4] 2> NOTE: reproduce with: ant test >> -Dtestcase=SolrCLIZkUtilsTest -Dtests.method=testUpconfig >> -Dtests.seed=524A32482C4C9536 -Dtests.slow=true -Dtests.locale=de >> -Dtests.timezone=Etc/GMT+0 -Dtests.asserts=true >> -Dtests.file.encoding=US-ASCII >> [junit4] FAILURE 0.01s J0 | SolrCLIZkUtilsTest.testUpconfig <<< >> [junit4] > Throwable #1: java.lang.AssertionError: Tool should have >> returned 0 for success, returned: 1 expected:<1> but was:<0> >> [junit4] > at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:759B773DDFEC487C]:0) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testUpconfig(SolrCLIZkUtilsTest.java:65) >> [junit4] > at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> 2557693 INFO >> (TEST-SolrCLIZkUtilsTest.testRm-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Starting testRm >> [junit4] 2> 2557694 INFO >> (TEST-SolrCLIZkUtilsTest.testRm-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557695 INFO >> (TEST-SolrCLIZkUtilsTest.testRm-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557697 INFO (zkCallback-2399-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@909337 >> name:ZooKeeperConnection Watcher:127.0.0.1:63066/solr got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557697 INFO >> (TEST-SolrCLIZkUtilsTest.testRm-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557697 INFO >> (TEST-SolrCLIZkUtilsTest.testRm-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 1> >> [junit4] 1> Connecting to ZooKeeper at 127.0.0.1:63066/solr ... >> [junit4] 2> 2557698 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ >> ] o.a.z.s.NIOServerCnxn caught end of stream exception >> [junit4] 2> EndOfStreamException: Unable to read additional data from >> client sessionid 0x155ad4de5d10009, likely client has closed socket >> [junit4] 2> at >> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) >> [junit4] 2> at >> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) >> [junit4] 2> at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> 2557698 ERROR >> (TEST-SolrCLIZkUtilsTest.testRm-seed#[524A32482C4C9536]) [ ] >> o.a.s.u.SolrCLI Could not complete upconfig operation for reason: Illegal >> char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> ERROR: Illegal char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> 2557698 INFO >> (TEST-SolrCLIZkUtilsTest.testRm-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Ending testRm >> [junit4] 2> NOTE: reproduce with: ant test >> -Dtestcase=SolrCLIZkUtilsTest -Dtests.method=testRm >> -Dtests.seed=524A32482C4C9536 -Dtests.slow=true -Dtests.locale=de >> -Dtests.timezone=Etc/GMT+0 -Dtests.asserts=true >> -Dtests.file.encoding=US-ASCII >> [junit4] FAILURE 0.02s J0 | SolrCLIZkUtilsTest.testRm <<< >> [junit4] > Throwable #1: java.lang.AssertionError: Tool should have >> returned 0 for success, returned: 1 expected:<1> but was:<0> >> [junit4] > at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:95091960BC32A62C]:0) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testRm(SolrCLIZkUtilsTest.java:491) >> [junit4] > at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> 2557707 INFO >> (TEST-SolrCLIZkUtilsTest.testCp-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Starting testCp >> [junit4] 2> 2557708 INFO >> (TEST-SolrCLIZkUtilsTest.testCp-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557709 INFO >> (TEST-SolrCLIZkUtilsTest.testCp-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557710 INFO (zkCallback-2400-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@b325b9 >> name:ZooKeeperConnection Watcher:127.0.0.1:63066/solr got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557710 INFO >> (TEST-SolrCLIZkUtilsTest.testCp-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557711 INFO >> (TEST-SolrCLIZkUtilsTest.testCp-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 1> >> [junit4] 1> Connecting to ZooKeeper at 127.0.0.1:63066/solr ... >> [junit4] 2> 2557711 ERROR >> (TEST-SolrCLIZkUtilsTest.testCp-seed#[524A32482C4C9536]) [ ] >> o.a.s.u.SolrCLI Could not complete upconfig operation for reason: Illegal >> char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> ERROR: Illegal char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> 2557712 INFO >> (TEST-SolrCLIZkUtilsTest.testCp-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Ending testCp >> [junit4] 2> NOTE: reproduce with: ant test >> -Dtestcase=SolrCLIZkUtilsTest -Dtests.method=testCp >> -Dtests.seed=524A32482C4C9536 -Dtests.slow=true -Dtests.locale=de >> -Dtests.timezone=Etc/GMT+0 -Dtests.asserts=true >> -Dtests.file.encoding=US-ASCII >> [junit4] FAILURE 0.01s J0 | SolrCLIZkUtilsTest.testCp <<< >> [junit4] > Throwable #1: java.lang.AssertionError: Tool should have >> returned 0 for success, returned: 1 expected:<1> but was:<0> >> [junit4] > at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:B9A6CF06E8E52B54]:0) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testCp(SolrCLIZkUtilsTest.java:132) >> [junit4] > at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> 2557726 INFO >> (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Starting testDownconfig >> [junit4] 2> 2557728 INFO >> (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557729 INFO >> (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557731 INFO (zkCallback-2401-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@792210 >> name:ZooKeeperConnection Watcher:127.0.0.1:63066/solr got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557731 INFO >> (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557732 INFO >> (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 1> >> [junit4] 1> Connecting to ZooKeeper at 127.0.0.1:63066/solr ... >> [junit4] 2> 2557732 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ >> ] o.a.z.s.NIOServerCnxn caught end of stream exception >> [junit4] 2> EndOfStreamException: Unable to read additional data from >> client sessionid 0x155ad4de5d1000b, likely client has closed socket >> [junit4] 2> at >> org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228) >> [junit4] 2> at >> org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) >> [junit4] 2> at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> 2557733 ERROR >> (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.u.SolrCLI Could not complete upconfig operation for reason: Illegal >> char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> ERROR: Illegal char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> 2557733 INFO >> (TEST-SolrCLIZkUtilsTest.testDownconfig-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Ending testDownconfig >> [junit4] 2> NOTE: reproduce with: ant test >> -Dtestcase=SolrCLIZkUtilsTest -Dtests.method=testDownconfig >> -Dtests.seed=524A32482C4C9536 -Dtests.slow=true -Dtests.locale=de >> -Dtests.timezone=Etc/GMT+0 -Dtests.asserts=true >> -Dtests.file.encoding=US-ASCII >> [junit4] FAILURE 0.02s J0 | SolrCLIZkUtilsTest.testDownconfig <<< >> [junit4] > Throwable #1: java.lang.AssertionError: Tool should have >> returned 0 for success, returned: 1 expected:<1> but was:<0> >> [junit4] > at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:6F302355537196E3]:0) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testDownconfig(SolrCLIZkUtilsTest.java:109) >> [junit4] > at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> 2557764 INFO >> (TEST-SolrCLIZkUtilsTest.testLs-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Starting testLs >> [junit4] 2> 2557765 INFO >> (TEST-SolrCLIZkUtilsTest.testLs-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider >> [junit4] 2> 2557765 INFO >> (TEST-SolrCLIZkUtilsTest.testLs-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper >> [junit4] 2> 2557767 INFO (zkCallback-2402-thread-1) [ ] >> o.a.s.c.c.ConnectionManager Watcher >> org.apache.solr.common.cloud.ConnectionManager@104a491 >> name:ZooKeeperConnection Watcher:127.0.0.1:63066/solr got event WatchedEvent >> state:SyncConnected type:None path:null path:null type:None >> [junit4] 2> 2557768 INFO >> (TEST-SolrCLIZkUtilsTest.testLs-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper >> [junit4] 2> 2557768 INFO >> (TEST-SolrCLIZkUtilsTest.testLs-seed#[524A32482C4C9536]) [ ] >> o.a.s.c.c.SolrZkClient Using default ZkACLProvider >> [junit4] 1> >> [junit4] 1> Connecting to ZooKeeper at 127.0.0.1:63066/solr ... >> [junit4] 2> 2557769 ERROR >> (TEST-SolrCLIZkUtilsTest.testLs-seed#[524A32482C4C9536]) [ ] >> o.a.s.u.SolrCLI Could not complete upconfig operation for reason: Illegal >> char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> ERROR: Illegal char <:> at index 107: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\configsets\cloud-subdirs\conf\conf\solrconfig.xml >> [junit4] 2> >> [junit4] 2> 2557769 INFO >> (TEST-SolrCLIZkUtilsTest.testLs-seed#[524A32482C4C9536]) [ ] >> o.a.s.SolrTestCaseJ4 ###Ending testLs >> [junit4] 2> NOTE: reproduce with: ant test >> -Dtestcase=SolrCLIZkUtilsTest -Dtests.method=testLs >> -Dtests.seed=524A32482C4C9536 -Dtests.slow=true -Dtests.locale=de >> -Dtests.timezone=Etc/GMT+0 -Dtests.asserts=true >> -Dtests.file.encoding=US-ASCII >> [junit4] FAILURE 0.04s J0 | SolrCLIZkUtilsTest.testLs <<< >> [junit4] > Throwable #1: java.lang.AssertionError: Tool should have >> returned 0 for success, returned: 1 expected:<1> but was:<0> >> [junit4] > at >> __randomizedtesting.SeedInfo.seed([524A32482C4C9536:A26F8BFAB9BAD77A]:0) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.copyConfigUp(SolrCLIZkUtilsTest.java:573) >> [junit4] > at >> org.apache.solr.cloud.SolrCLIZkUtilsTest.testLs(SolrCLIZkUtilsTest.java:393) >> [junit4] > at java.lang.Thread.run(Thread.java:745) >> [junit4] 2> 2557772 INFO (jetty-launcher-2384-thread-1) [ ] >> o.e.j.s.ServerConnector Stopped >> ServerConnector@17cb35f{HTTP/1.1,[http/1.1]}{127.0.0.1:0} >> [junit4] 2> 2557772 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.CoreContainer Shutting down CoreContainer instance=6570015 >> [junit4] 2> 2557772 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.ZkController Publish node=127.0.0.1:63070_solr as DOWN >> [junit4] 2> 2557774 INFO (jetty-launcher-2384-thread-1) [ ] >> o.a.s.c.Overseer Overseer >> (id=96173517138100227-127.0.0.1:63070_solr-n_0000000000) closing >> [junit4] 2> 2557774 INFO >> (OverseerStateUpdate-96173517138100227-127.0.0.1:63070_solr-n_0000000000) >> [n:127.0.0.1:63070_solr ] o.a.s.c.Overseer Overseer Loop exiting : >> 127.0.0.1:63070_solr >> [junit4] 2> 2557777 INFO >> (zkCallback-2390-thread-1-processing-n:127.0.0.1:63070_solr) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.ZkStateReader A live node change: >> [WatchedEvent state:SyncConnected type:NodeChildrenChanged >> path:/live_nodes], has occurred - updating... (live nodes size: [1]) >> [junit4] 2> 2557777 WARN >> (zkCallback-2390-thread-1-processing-n:127.0.0.1:63070_solr) >> [n:127.0.0.1:63070_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch >> triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired >> for /live_nodes] >> [junit4] 2> 2557777 INFO (jetty-launcher-2384-thread-1) [ ] >> o.e.j.s.h.ContextHandler Stopped >> o.e.j.s.ServletContextHandler@15dabdf{/solr,null,UNAVAILABLE} >> [junit4] 2> 2557785 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.c.ZkTestServer connecting to 127.0.0.1:63066 63066 >> [junit4] 2> 2557793 INFO (Thread-5252) [ ] o.a.s.c.ZkTestServer >> connecting to 127.0.0.1:63066 63066 >> [junit4] 2> 2557797 WARN (Thread-5252) [ ] o.a.s.c.ZkTestServer >> Watch limit violations: >> [junit4] 2> Maximum concurrent create/delete watches above limit: >> [junit4] 2> >> [junit4] 2> 2 /solr/aliases.json >> [junit4] 2> 2 /solr/clusterprops.json >> [junit4] 2> >> [junit4] 2> Maximum concurrent data watches above limit: >> [junit4] 2> >> [junit4] 2> 2 /solr/clusterstate.json >> [junit4] 2> >> [junit4] 2> Maximum concurrent children watches above limit: >> [junit4] 2> >> [junit4] 2> 2 /solr/live_nodes >> [junit4] 2> 2 /solr/collections >> [junit4] 2> >> [junit4] 2> 2557797 INFO >> (SUITE-SolrCLIZkUtilsTest-seed#[524A32482C4C9536]-worker) [ ] >> o.a.s.SolrTestCaseJ4 ###deleteCore >> [junit4] 2> NOTE: leaving temporary files on disk at: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.SolrCLIZkUtilsTest_524A32482C4C9536-001 >> [junit4] 2> Jul 02, 2016 8:30:11 PM >> com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks >> [junit4] 2> WARNING: Will linger awaiting termination of 7 leaked >> thread(s). >> [junit4] 2> NOTE: test params are: codec=Asserting(Lucene62): {}, >> docValues:{}, maxPointsInLeafNode=1795, maxMBSortInHeap=7.92904588779255, >> sim=ClassicSimilarity, locale=de, timezone=Etc/GMT+0 >> [junit4] 2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_92 >> (32-bit)/cpus=3,threads=1,free=248451840,total=536870912 >> [junit4] 2> NOTE: All tests run in this JVM: >> [TestSolrConfigHandlerConcurrent, TestFilteredDocIdSet, >> CustomCollectionTest, BlockJoinFacetDistribTest, ShardSplitTest, >> SolrRequestParserTest, TestHighlightDedupGrouping, TestLazyCores, >> QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, >> TestExactStatsCache, TestHdfsUpdateLog, TestDocBasedVersionConstraints, >> AddBlockUpdateTest, WrapperMergePolicyFactoryTest, >> TestDownShardTolerantSearch, TestNamedUpdateProcessors, >> DocumentAnalysisRequestHandlerTest, >> OverseerCollectionConfigSetProcessorTest, TestMiniSolrCloudClusterBase, >> TestArbitraryIndexDir, SolrCoreTest, TestFieldCacheSort, >> DistributedExpandComponentTest, TestManagedSynonymFilterFactory, >> ConcurrentDeleteAndCreateCollectionTest, SuggestComponentTest, >> RegexBoostProcessorTest, TestSolrCLIRunExample, PeerSyncTest, >> TestLeaderElectionZkExpiry, TestStressUserVersions, SolrTestCaseJ4Test, >> DirectUpdateHandlerTest, ReturnFieldsTest, TestReplicaProperties, >> TestCollectionAPI, TestCustomSort, CurrencyFieldXmlFileTest, >> PrimitiveFieldTypeTest, CdcrRequestHandlerTest, ExternalFileFieldSortTest, >> ZkControllerTest, HdfsRestartWhileUpdatingTest, TestHdfsBackupRestoreCore, >> TestUseDocValuesAsStored, TestLegacyFieldCache, >> SchemaVersionSpecificBehaviorTest, EnumFieldTest, TestBulkSchemaConcurrent, >> TestSubQueryTransformerCrossCore, JSONWriterTest, BasicDistributedZkTest, >> TestExpandComponent, HttpPartitionTest, CursorPagingTest, >> URLClassifyProcessorTest, DirectoryFactoryTest, LeaderElectionTest, >> RequiredFieldsTest, TestMacros, SimpleMLTQParserTest, TestStressReorder, >> TestBlobHandler, TestDFRSimilarityFactory, >> HdfsCollectionsAPIDistributedZkTest, TestMergePolicyConfig, TestRestManager, >> TestAnalyzeInfixSuggestions, TestJmxIntegration, >> TestBackupRepositoryFactory, HdfsDirectoryFactoryTest, >> OverseerTaskQueueTest, SegmentsInfoRequestHandlerTest, ClusterStateTest, >> DocumentBuilderTest, TestNoOpRegenerator, BooleanFieldTest, RecoveryZkTest, >> DistributedFacetPivotLongTailTest, TestSolrCloudWithKerberosAlt, >> TestStressLucene, TestRecoveryHdfs, TestPartialUpdateDeduplication, >> TestIBSimilarityFactory, DistribCursorPagingTest, ZkCLITest, TestSearchPerf, >> TestDynamicFieldResource, MigrateRouteKeyTest, TestDocTermOrds, >> ChaosMonkeyNothingIsSafeTest, TestUpdate, ClusterStateUpdateTest, >> TestSmileRequest, LeaderInitiatedRecoveryOnCommitTest, TestReqParamsAPI, >> TestSortByMinMaxFunction, SpatialHeatmapFacetsTest, RemoteQueryErrorTest, >> TestSchemaVersionResource, HardAutoCommitTest, AnalyticsMergeStrategyTest, >> TestCloudBackupRestore, PrimUtilsTest, PreAnalyzedFieldTest, >> DocValuesMultiTest, TestImplicitCoreProperties, IndexBasedSpellCheckerTest, >> SOLR749Test, UnloadDistributedZkTest, TestObjectReleaseTracker, >> TestLuceneMatchVersion, OutOfBoxZkACLAndCredentialsProvidersTest, >> TestAddFieldRealTimeGet, TestLockTree, HdfsUnloadDistributedZkTest, >> TestRandomDVFaceting, TestConfigSetImmutable, >> TestEmbeddedSolrServerConstructors, SampleTest, >> ClassificationUpdateProcessorFactoryTest, SolrXmlInZkTest, >> TestReplicationHandler, TestConfigSets, TestFunctionQuery, FullHLLTest, >> BitVectorTest, TestTolerantSearch, TestLMDirichletSimilarityFactory, >> InfoHandlerTest, ConnectionManagerTest, TestDefaultSearchFieldResource, >> TestGeoJSONResponseWriter, UUIDFieldTest, TestSort, PingRequestHandlerTest, >> BadComponentTest, StandardRequestHandlerTest, >> TestWordDelimiterFilterFactory, AlternateDirectoryTest, TestJsonRequest, >> TestInitParams, TestManagedResource, DistribJoinFromCollectionTest, >> TestFieldCacheVsDocValues, AssignTest, TestMaxScoreQueryParser, >> CollectionsAPISolrJTest, DeleteShardTest, DistributedVersionInfoTest, >> OverriddenZkACLAndCredentialsProvidersTest, OverseerModifyCollectionTest, >> OverseerStatusTest, RestartWhileUpdatingTest, SSLMigrationTest, >> SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, >> SolrCLIZkUtilsTest] >> [junit4] Completed [466/619 (1!)] on J0 in 0.65s, 6 tests, 6 failures <<< >> FAILURES! >> >> [...truncated 530 lines...] >> BUILD FAILED >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:740: The >> following error occurred while executing this line: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:684: The >> following error occurred while executing this line: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\build.xml:59: The >> following error occurred while executing this line: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build.xml:233: The >> following error occurred while executing this line: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\common-build.xml:530: >> The following error occurred while executing this line: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:1427: >> The following error occurred while executing this line: >> C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\lucene\common-build.xml:984: >> There were test failures: 619 suites (10 ignored), 2597 tests, 6 failures, >> 127 ignored (82 assumptions) [seed: 524A32482C4C9536] >> >> Total time: 79 minutes 7 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
