Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/9031/ Java: 64bit/jdk-15-ea+24 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC
5 tests failed. FAILED: org.apache.solr.handler.TestContainerPlugin.testApiFromPackage Error Message: Error from server at http://127.0.0.1:62197/solr: Error executing command Stack Trace: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException: Error from server at http://127.0.0.1:62197/solr: Error executing command at __randomizedtesting.SeedInfo.seed([E071A98EA595078F:D2F51FF97DFD006]:0) at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:67) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:647) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248) at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:370) at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1155) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:916) at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:227) at org.apache.solr.handler.TestContainerPlugin.testApiFromPackage(TestContainerPlugin.java:227) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992) 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:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) at java.base/java.lang.Thread.run(Thread.java:832) FAILED: org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl Error Message: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt> Stack Trace: org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt> at __randomizedtesting.SeedInfo.seed([B92FC4E681CE3AA5:A4E1E69B97346430]:0) at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3500) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992) 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:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) at java.base/java.lang.Thread.run(Thread.java:832) FAILED: org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl Error Message: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt> Stack Trace: org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt> at __randomizedtesting.SeedInfo.seed([B92FC4E681CE3AA5:A4E1E69B97346430]:0) at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3500) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992) 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:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) at java.base/java.lang.Thread.run(Thread.java:832) FAILED: org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl Error Message: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt> Stack Trace: org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt> at __randomizedtesting.SeedInfo.seed([B92FC4E681CE3AA5:A4E1E69B97346430]:0) at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3500) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992) 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:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) at java.base/java.lang.Thread.run(Thread.java:832) FAILED: org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl Error Message: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt> Stack Trace: org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt> at __randomizedtesting.SeedInfo.seed([B92FC4E681CE3AA5:A4E1E69B97346430]:0) at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3500) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992) 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:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) at java.base/java.lang.Thread.run(Thread.java:832) Build Log: [...truncated 12235 lines...] [junit4] Suite: org.apache.solr.handler.TestContainerPlugin [junit4] 2> 69157 INFO (SUITE-TestContainerPlugin-seed#[E071A98EA595078F]-worker) [ ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\server\solr\configsets\_default\conf' [junit4] 2> 69157 INFO (SUITE-TestContainerPlugin-seed#[E071A98EA595078F]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 69158 INFO (SUITE-TestContainerPlugin-seed#[E071A98EA595078F]-worker) [ ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.handler.TestContainerPlugin_E071A98EA595078F-001\data-dir-6-001 [junit4] 2> 69158 WARN (SUITE-TestContainerPlugin-seed#[E071A98EA595078F]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=25 numCloses=25 [junit4] 2> 69159 INFO (SUITE-TestContainerPlugin-seed#[E071A98EA595078F]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 69160 INFO (SUITE-TestContainerPlugin-seed#[E071A98EA595078F]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) [junit4] 2> 69162 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testApiFromPackage [junit4] 2> 69163 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.handler.TestContainerPlugin_E071A98EA595078F-001\tempDir-001 [junit4] 2> 69163 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 69164 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0 [junit4] 2> 69164 INFO (ZkTestServer Run Thread) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 69271 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.ZkTestServer start zk server on port: 62172 [junit4] 2> 69271 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:62172 [junit4] 2> 69271 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62172 [junit4] 2> 69271 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62172 [junit4] 2> 69273 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 69279 INFO (zkConnectionManagerCallback-441-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 69279 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 69283 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 69286 INFO (zkConnectionManagerCallback-443-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 69286 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 69288 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 69289 INFO (zkConnectionManagerCallback-445-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 69289 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 69400 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 69400 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 69400 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 69401 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 69401 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 69401 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 69401 INFO (jetty-launcher-446-thread-3) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15-ea+24-1168 [junit4] 2> 69401 INFO (jetty-launcher-446-thread-1) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15-ea+24-1168 [junit4] 2> 69401 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) [junit4] 2> 69401 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... [junit4] 2> 69401 INFO (jetty-launcher-446-thread-2) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15-ea+24-1168 [junit4] 2> 69401 INFO (jetty-launcher-446-thread-4) [ ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 15-ea+24-1168 [junit4] 2> 69402 INFO (jetty-launcher-446-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 69402 INFO (jetty-launcher-446-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 69402 INFO (jetty-launcher-446-thread-2) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 69403 INFO (jetty-launcher-446-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 69403 INFO (jetty-launcher-446-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 69403 INFO (jetty-launcher-446-thread-4) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 69403 INFO (jetty-launcher-446-thread-4) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 69403 INFO (jetty-launcher-446-thread-4) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 69403 INFO (jetty-launcher-446-thread-1) [ ] o.e.j.s.session node0 Scavenging every 600000ms [junit4] 2> 69403 INFO (jetty-launcher-446-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e1c135c{/solr,null,AVAILABLE} [junit4] 2> 69403 INFO (jetty-launcher-446-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a1e4c63{/solr,null,AVAILABLE} [junit4] 2> 69404 INFO (jetty-launcher-446-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 69404 INFO (jetty-launcher-446-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 69404 INFO (jetty-launcher-446-thread-3) [ ] o.e.j.s.session node0 Scavenging every 660000ms [junit4] 2> 69403 INFO (jetty-launcher-446-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@73bd8c6e{/solr,null,AVAILABLE} [junit4] 2> 69404 INFO (jetty-launcher-446-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@40810d90{/solr,null,AVAILABLE} [junit4] 2> 69405 INFO (jetty-launcher-446-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@45b46af{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:62196} [junit4] 2> 69405 INFO (jetty-launcher-446-thread-2) [ ] o.e.j.s.Server Started @69443ms [junit4] 2> 69405 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62196} [junit4] 2> 69406 INFO (jetty-launcher-446-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@6fa64633{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:62197} [junit4] 2> 69406 INFO (jetty-launcher-446-thread-4) [ ] o.e.j.s.Server Started @69443ms [junit4] 2> 69406 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62197} [junit4] 2> 69406 ERROR (jetty-launcher-446-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 69406 INFO (jetty-launcher-446-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@444576b3{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:62202} [junit4] 2> 69406 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 69406 INFO (jetty-launcher-446-thread-1) [ ] o.e.j.s.Server Started @69443ms [junit4] 2> 69406 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62202} [junit4] 2> 69406 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 69406 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 69406 ERROR (jetty-launcher-446-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 69406 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr [junit4] 2> 69406 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 69406 ERROR (jetty-launcher-446-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 69406 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 69406 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 69406 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-06-26T18:22:23.640472800Z [junit4] 2> 69406 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 69406 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 69406 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 69406 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr [junit4] 2> 69406 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr [junit4] 2> 69406 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-06-26T18:22:23.640472800Z [junit4] 2> 69406 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-06-26T18:22:23.640472800Z [junit4] 2> 69407 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 69407 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 69407 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 69412 INFO (jetty-launcher-446-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@63a6c5b7{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:62205} [junit4] 2> 69412 INFO (jetty-launcher-446-thread-3) [ ] o.e.j.s.Server Started @69450ms [junit4] 2> 69412 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62205} [junit4] 2> 69412 ERROR (jetty-launcher-446-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 69412 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory [junit4] 2> 69412 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 9.0.0 [junit4] 2> 69412 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 69412 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr [junit4] 2> 69412 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2020-06-26T18:22:23.646759900Z [junit4] 2> 69414 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 69456 INFO (zkConnectionManagerCallback-452-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 69456 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 69456 INFO (zkConnectionManagerCallback-448-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 69456 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 69457 INFO (zkConnectionManagerCallback-451-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 69457 INFO (zkConnectionManagerCallback-454-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 69457 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 69457 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 69457 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 69458 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 69458 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 69458 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 69596 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 69643 WARN (jetty-launcher-446-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@28906b52[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69643 WARN (jetty-launcher-446-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@28906b52[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69663 WARN (jetty-launcher-446-thread-1) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c7a125d[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69663 WARN (jetty-launcher-446-thread-1) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c7a125d[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69667 INFO (jetty-launcher-446-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62172/solr [junit4] 2> 69669 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 69689 INFO (zkConnectionManagerCallback-465-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 69692 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 69703 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 69727 WARN (jetty-launcher-446-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4832d06f[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69727 WARN (jetty-launcher-446-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4832d06f[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69737 WARN (jetty-launcher-446-thread-3) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@31799857[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69739 WARN (jetty-launcher-446-thread-3) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@31799857[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69739 INFO (jetty-launcher-446-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62172/solr [junit4] 2> 69739 INFO (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 69753 INFO (zkConnectionManagerCallback-478-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 69753 INFO (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 69778 INFO (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62205_solr [junit4] 2> 69779 INFO (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.c.Overseer Overseer (id=72105873245798408-127.0.0.1:62205_solr-n_0000000000) starting [junit4] 2> 69786 INFO (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62205_solr [junit4] 2> 69786 INFO (OverseerStateUpdate-72105873245798408-127.0.0.1:62205_solr-n_0000000000) [n:127.0.0.1:62205_solr ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:62205_solr [junit4] 2> 69788 INFO (OverseerStateUpdate-72105873245798408-127.0.0.1:62205_solr-n_0000000000) [n:127.0.0.1:62205_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 69789 INFO (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 69790 WARN (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 69819 INFO (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 69835 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 69846 INFO (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62205.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 69851 INFO (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62205.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 69851 INFO (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62205.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 69852 INFO (jetty-launcher-446-thread-3) [n:127.0.0.1:62205_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.handler.TestContainerPlugin_E071A98EA595078F-001\tempDir-001\node4 [junit4] 2> 69860 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 69867 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:62202_solr as DOWN [junit4] 2> 69867 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores [junit4] 2> 69867 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62202_solr [junit4] 2> 69871 INFO (zkCallback-477-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 69873 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 69873 WARN (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 69887 WARN (jetty-launcher-446-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@16a75609[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69887 WARN (jetty-launcher-446-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@16a75609[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69891 INFO (zkCallback-464-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 69907 WARN (jetty-launcher-446-thread-4) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4eeed5ca[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69907 WARN (jetty-launcher-446-thread-4) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4eeed5ca[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69914 INFO (jetty-launcher-446-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62172/solr [junit4] 2> 69915 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 69918 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 69935 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true] [junit4] 2> 69938 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62202.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 69942 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62202.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 69942 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62202.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 69942 INFO (jetty-launcher-446-thread-1) [n:127.0.0.1:62202_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.handler.TestContainerPlugin_E071A98EA595078F-001\tempDir-001\node3 [junit4] 2> 69948 WARN (jetty-launcher-446-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41b5833e[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69948 WARN (jetty-launcher-446-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41b5833e[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69951 WARN (jetty-launcher-446-thread-2) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c031ee2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69951 WARN (jetty-launcher-446-thread-2) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c031ee2[provider=null,keyStore=null,trustStore=null] [junit4] 2> 69955 INFO (jetty-launcher-446-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62172/solr [junit4] 2> 69957 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 69957 INFO (zkConnectionManagerCallback-503-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 69957 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 69972 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 69976 INFO (zkConnectionManagerCallback-518-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 69976 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 69983 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:62197_solr as DOWN [junit4] 2> 69989 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores [junit4] 2> 69989 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62197_solr [junit4] 2> 69995 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 69995 INFO (zkCallback-477-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 69995 INFO (zkCallback-464-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 69998 INFO (zkCallback-502-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 70022 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 70024 WARN (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 70031 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:62196_solr as DOWN [junit4] 2> 70032 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores [junit4] 2> 70032 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62196_solr [junit4] 2> 70036 INFO (zkCallback-502-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 70036 INFO (zkCallback-464-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 70036 INFO (zkCallback-477-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 70036 INFO (zkCallback-517-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 70038 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.p.PackageLoader /packages.json updated to version -1 [junit4] 2> 70038 WARN (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.c.CoreContainer Not all security plugins configured! authentication=disabled authorization=disabled. Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external. See https://s.apache.org/solrsecurity for more info [junit4] 2> 70059 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 70068 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory. [junit4] 2> 70082 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62197.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 70089 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62197.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 70089 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62197.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 70091 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62196.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 70091 INFO (jetty-launcher-446-thread-4) [n:127.0.0.1:62197_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.handler.TestContainerPlugin_E071A98EA595078F-001\tempDir-001\node2 [junit4] 2> 70112 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62196.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 70114 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_62196.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12ace799 [junit4] 2> 70117 INFO (jetty-launcher-446-thread-2) [n:127.0.0.1:62196_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.handler.TestContainerPlugin_E071A98EA595078F-001\tempDir-001\node1 [junit4] 2> 70153 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4 [junit4] 2> 70155 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper [junit4] 2> 70159 INFO (zkConnectionManagerCallback-539-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 70159 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper [junit4] 2> 70164 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 70165 INFO (TEST-TestContainerPlugin.testApiFromPackage-seed#[E071A98EA595078F]) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62172/solr ready [junit4] 2> 70207 INFO (qtp1835087467-838) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:62197_solr} status=0 QTime=0 [junit4] 2> 70215 INFO (qtp178039180-822) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:62197_solr} status=0 QTime=0 [junit4] 2> 70216 INFO (updateExecutor-472-thread-1-processing-n:127.0.0.1:62205_solr) [n:127.0.0.1:62205_solr ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:62197_solr [junit4] 2> 70216 INFO (qtp1250070931-836) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={getFrom=127.0.0.1:62197_solr} status=0 QTime=0 [junit4] 2> 70216 INFO (qtp1633789039-834) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 QTime=20 [junit4] 1> sync resp: http://127.0.0.1:62197/api/node/files/_trusted_/keys/pub_key512.der?sync=true ,is: null [junit4] 2> 70224 INFO (qtp1835087467-845) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70226 INFO (qtp1633789039-833) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=1 [junit4] 2> 70229 INFO (updateExecutor-461-thread-1-processing-n:127.0.0.1:62202_solr) [n:127.0.0.1:62202_solr ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:62197_solr [junit4] 2> 70229 INFO (qtp1633789039-837) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0 [junit4] 2> 70231 INFO (qtp1633789039-834) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0 [junit4] 2> 70231 INFO (updateExecutor-514-thread-1-processing-n:127.0.0.1:62196_solr) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore fetching a file /_trusted_/keys/pub_key512.der from 127.0.0.1:62197_solr [junit4] 2> 70234 INFO (qtp1633789039-837) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0 [junit4] 2> 70237 INFO (updateExecutor-472-thread-1-processing-n:127.0.0.1:62205_solr) [n:127.0.0.1:62205_solr ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141 [junit4] 2> 70237 INFO (updateExecutor-472-thread-1-processing-n:127.0.0.1:62205_solr) [n:127.0.0.1:62205_solr ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der [junit4] 2> 70239 INFO (qtp1633789039-834) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0 [junit4] 2> 70241 INFO (qtp1633789039-837) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0 [junit4] 2> 70247 INFO (updateExecutor-461-thread-1-processing-n:127.0.0.1:62202_solr) [n:127.0.0.1:62202_solr ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141 [junit4] 2> 70247 INFO (updateExecutor-461-thread-1-processing-n:127.0.0.1:62202_solr) [n:127.0.0.1:62202_solr ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der [junit4] 2> 70255 INFO (updateExecutor-514-thread-1-processing-n:127.0.0.1:62196_solr) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore persisted a file /_trusted_/keys/pub_key512.der and metadata. sizes 94 141 [junit4] 2> 70255 INFO (updateExecutor-514-thread-1-processing-n:127.0.0.1:62196_solr) [n:127.0.0.1:62196_solr ] o.a.s.f.PackageStoreAPI downloaded file: /_trusted_/keys/pub_key512.der [junit4] 2> 70354 INFO (qtp1835087467-845) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=2 [junit4] 2> 70359 INFO (qtp1250070931-839) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70363 INFO (qtp1633789039-824) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70368 INFO (qtp178039180-830) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70400 INFO (qtp178039180-830) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70400 INFO (qtp178039180-830) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v1.jar [junit4] 2> 70403 INFO (qtp1835087467-845) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70408 INFO (qtp1250070931-839) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70408 INFO (qtp1633789039-833) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70408 INFO (qtp178039180-830) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v1.jar [junit4] 2> 70423 INFO (qtp178039180-830) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246 [junit4] 2> 70471 INFO (qtp1633789039-824) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:62196_solr} status=0 QTime=0 [junit4] 2> 70472 INFO (qtp1250070931-836) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:62196_solr} status=0 QTime=0 [junit4] 2> 70474 INFO (updateExecutor-461-thread-1-processing-n:127.0.0.1:62202_solr) [n:127.0.0.1:62202_solr ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:62196_solr [junit4] 2> 70475 INFO (qtp1835087467-813) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={getFrom=127.0.0.1:62196_solr} status=0 QTime=0 [junit4] 2> 70475 INFO (updateExecutor-472-thread-1-processing-n:127.0.0.1:62205_solr) [n:127.0.0.1:62205_solr ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:62196_solr [junit4] 2> 70476 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0 [junit4] 2> 70477 INFO (qtp178039180-822) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0 [junit4] 2> 70477 INFO (qtp178039180-826) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0 [junit4] 2> 70477 INFO (qtp178039180-830) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v1.jar params={sig=pmrmWCDafdNpYle2rueAGnU2J6NYlcAey9mkZYbqh%2B5RdYo2Ln%2BllLF9voyRj%2BDDivK9GV1XdtKvD9rgCxlD7Q%3D%3D&wt=javabin&version=2} status=0 QTime=82 [junit4] 2> 70479 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0 [junit4] 2> 70485 INFO (updateExecutor-461-thread-1-processing-n:127.0.0.1:62202_solr) [n:127.0.0.1:62202_solr ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246 [junit4] 2> 70485 INFO (updateExecutor-461-thread-1-processing-n:127.0.0.1:62202_solr) [n:127.0.0.1:62202_solr ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar [junit4] 2> 70491 INFO (qtp1835087467-841) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70505 INFO (updateExecutor-498-thread-2-processing-n:127.0.0.1:62197_solr) [n:127.0.0.1:62197_solr ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v1.jar from 127.0.0.1:62196_solr [junit4] 2> 70507 INFO (qtp178039180-822) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v1.jar.json params={} status=0 QTime=0 [junit4] 2> 70509 INFO (qtp178039180-830) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={} status=0 QTime=0 [junit4] 2> 70509 INFO (updateExecutor-472-thread-1-processing-n:127.0.0.1:62205_solr) [n:127.0.0.1:62205_solr ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246 [junit4] 2> 70509 INFO (updateExecutor-472-thread-1-processing-n:127.0.0.1:62205_solr) [n:127.0.0.1:62205_solr ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar [junit4] 2> 70519 INFO (updateExecutor-498-thread-2-processing-n:127.0.0.1:62197_solr) [n:127.0.0.1:62197_solr ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v1.jar and metadata. sizes 867 246 [junit4] 2> 70519 INFO (updateExecutor-498-thread-2-processing-n:127.0.0.1:62197_solr) [n:127.0.0.1:62197_solr ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v1.jar [junit4] 2> 70611 INFO (qtp1835087467-841) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70615 INFO (qtp1250070931-831) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70619 INFO (qtp1633789039-837) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70624 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v1.jar params={meta=true&wt=javabin} status=0 QTime=1 [junit4] 2> 70633 INFO (qtp178039180-826) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70635 INFO (qtp178039180-826) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore Missing file in package store: /myplugin/v2.jar [junit4] 2> 70635 INFO (qtp1633789039-834) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70637 INFO (qtp1835087467-838) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70638 INFO (qtp1250070931-827) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70638 INFO (qtp178039180-826) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore Unable to download file : /myplugin/v2.jar [junit4] 2> 70645 INFO (qtp178039180-826) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246 [junit4] 2> 70648 INFO (qtp1835087467-841) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:62196_solr} status=0 QTime=0 [junit4] 2> 70648 INFO (updateExecutor-472-thread-1-processing-n:127.0.0.1:62205_solr) [n:127.0.0.1:62205_solr ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:62196_solr [junit4] 2> 70650 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0 [junit4] 2> 70650 INFO (qtp1633789039-837) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:62196_solr} status=0 QTime=0 [junit4] 2> 70650 INFO (updateExecutor-498-thread-2-processing-n:127.0.0.1:62197_solr) [n:127.0.0.1:62197_solr ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:62196_solr [junit4] 2> 70651 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0 [junit4] 2> 70651 INFO (qtp178039180-830) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0 [junit4] 2> 70652 INFO (qtp178039180-830) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0 [junit4] 2> 70653 INFO (qtp1250070931-831) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={getFrom=127.0.0.1:62196_solr} status=0 QTime=0 [junit4] 2> 70653 INFO (updateExecutor-461-thread-1-processing-n:127.0.0.1:62202_solr) [n:127.0.0.1:62202_solr ] o.a.s.f.DistribPackageStore fetching a file /myplugin/v2.jar from 127.0.0.1:62196_solr [junit4] 2> 70654 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/.v2.jar.json params={} status=0 QTime=0 [junit4] 2> 70655 INFO (qtp178039180-830) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={} status=0 QTime=0 [junit4] 2> 70655 INFO (qtp178039180-826) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/files/myplugin/v2.jar params={sig=StR3DmqaUSL7qjDOeVEiCqE%2BouiZAkW99fsL48F9oWG047o7NGgwwZ36iGgzDC3S2tPaFjRAd9Zg4UK7OZLQzg%3D%3D&wt=javabin&version=2} status=0 QTime=24 [junit4] 2> 70655 INFO (updateExecutor-498-thread-2-processing-n:127.0.0.1:62197_solr) [n:127.0.0.1:62197_solr ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246 [junit4] 2> 70655 INFO (updateExecutor-498-thread-2-processing-n:127.0.0.1:62197_solr) [n:127.0.0.1:62197_solr ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar [junit4] 2> 70660 INFO (qtp1835087467-845) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70663 INFO (updateExecutor-461-thread-1-processing-n:127.0.0.1:62202_solr) [n:127.0.0.1:62202_solr ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246 [junit4] 2> 70663 INFO (updateExecutor-461-thread-1-processing-n:127.0.0.1:62202_solr) [n:127.0.0.1:62202_solr ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar [junit4] 2> 70691 INFO (updateExecutor-472-thread-1-processing-n:127.0.0.1:62205_solr) [n:127.0.0.1:62205_solr ] o.a.s.f.DistribPackageStore persisted a file /myplugin/v2.jar and metadata. sizes 867 246 [junit4] 2> 70691 INFO (updateExecutor-472-thread-1-processing-n:127.0.0.1:62205_solr) [n:127.0.0.1:62205_solr ] o.a.s.f.PackageStoreAPI downloaded file: /myplugin/v2.jar [junit4] 2> 70772 INFO (qtp1835087467-813) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70779 INFO (qtp1250070931-836) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70783 INFO (qtp1633789039-824) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70792 INFO (qtp178039180-822) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/myplugin/v2.jar params={meta=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70887 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70892 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70901 INFO (qtp1835087467-845) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70903 INFO (qtp1633789039-833) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70908 INFO (qtp1250070931-839) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0 [junit4] 2> 70908 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.p.PackageLoader /packages.json updated to version 1 [junit4] 2> 70908 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.p.PackageLoader A new package: mypkg introduced [junit4] 2> 70912 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar] [junit4] 2> 70934 INFO (zkCallback-502-thread-1) [ ] o.a.s.p.PackageLoader /packages.json updated to version 0 [junit4] 2> 70934 INFO (zkCallback-502-thread-1) [ ] o.a.s.p.PackageLoader A new package: mypkg introduced [junit4] 2> 70934 INFO (zkCallback-502-thread-1) [ ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar] [junit4] 2> 70957 INFO (zkCallback-517-thread-1) [ ] o.a.s.p.PackageLoader /packages.json updated to version 0 [junit4] 2> 70957 INFO (zkCallback-464-thread-1) [ ] o.a.s.p.PackageLoader /packages.json updated to version 0 [junit4] 2> 70957 INFO (zkCallback-477-thread-1) [ ] o.a.s.p.PackageLoader /packages.json updated to version 0 [junit4] 2> 70957 INFO (zkCallback-464-thread-1) [ ] o.a.s.p.PackageLoader A new package: mypkg introduced [junit4] 2> 70957 INFO (zkCallback-477-thread-1) [ ] o.a.s.p.PackageLoader A new package: mypkg introduced [junit4] 2> 70957 INFO (zkCallback-517-thread-1) [ ] o.a.s.p.PackageLoader A new package: mypkg introduced [junit4] 2> 70957 INFO (zkCallback-464-thread-1) [ ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar] [junit4] 2> 70957 INFO (zkCallback-477-thread-1) [ ] o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with artifacts [/myplugin/v1.jar] [junit4] 2> 70957 INFO (zkCallback-502-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70959 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70961 INFO (zkCallback-502-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70961 INFO (zkCallback-464-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70961 INFO (zkCallback-477-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70963 INFO (zkCallback-502-thread-1) [ ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerPlugin_E071A98EA595078F-001/tempDir-001/node2/filestore/myplugin] [junit4] 2> 70963 INFO (zkCallback-502-thread-1) [ ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg [junit4] 2> 70963 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70963 INFO (zkCallback-464-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70967 INFO (zkCallback-464-thread-1) [ ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerPlugin_E071A98EA595078F-001/tempDir-001/node3/filestore/myplugin] [junit4] 2> 70967 INFO (zkCallback-464-thread-1) [ ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg [junit4] 2> 70967 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerPlugin_E071A98EA595078F-001/tempDir-001/node1/filestore/myplugin] [junit4] 2> 70967 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg [junit4] 2> 70967 INFO (qtp178039180-821) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=167 [junit4] 2> 70967 INFO (zkCallback-477-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 70970 INFO (zkCallback-477-thread-1) [ ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerPlugin_E071A98EA595078F-001/tempDir-001/node4/filestore/myplugin] [junit4] 2> 70970 INFO (zkCallback-477-thread-1) [ ] o.a.s.p.PackageLoader version: 1.0 is the new latest in package: mypkg [junit4] 2> 70971 INFO (qtp1835087467-841) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0 [junit4] 2> 70975 INFO (qtp1250070931-827) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0 [junit4] 2> 70979 INFO (qtp1633789039-834) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0 [junit4] 2> 70983 INFO (qtp178039180-826) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin} status=0 QTime=0 [junit4] 2> 70995 INFO (qtp1633789039-834) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=9 [junit4] 2> 71007 INFO (qtp1250070931-836) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/plugin params={wt=javabin&version=2} status=0 QTime=7 [junit4] 2> 71007 INFO (qtp1835087467-841) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/plugin/my/path params={wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 71015 INFO (qtp1835087467-838) [n:127.0.0.1:62205_solr ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 71016 INFO (qtp1835087467-838) [n:127.0.0.1:62205_solr ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 71021 INFO (zkCallback-464-thread-1) [ ] o.a.s.p.PackageLoader /packages.json updated to version 1 [junit4] 2> 71021 INFO (zkCallback-477-thread-1) [ ] o.a.s.p.PackageLoader /packages.json updated to version 1 [junit4] 2> 71021 INFO (zkCallback-464-thread-1) [ ] o.a.s.p.PackageLoader Package mypkg is modified [junit4] 2> 71021 INFO (zkCallback-477-thread-1) [ ] o.a.s.p.PackageLoader Package mypkg is modified [junit4] 2> 71022 INFO (zkCallback-477-thread-1) [ ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar] [junit4] 2> 71022 INFO (zkCallback-517-thread-1) [ ] o.a.s.p.PackageLoader /packages.json updated to version 1 [junit4] 2> 71022 INFO (zkCallback-517-thread-1) [ ] o.a.s.p.PackageLoader Package mypkg is modified [junit4] 2> 71022 INFO (zkCallback-517-thread-1) [ ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar] [junit4] 2> 71022 INFO (zkCallback-502-thread-1) [ ] o.a.s.p.PackageLoader /packages.json updated to version 1 [junit4] 2> 71022 INFO (zkCallback-502-thread-1) [ ] o.a.s.p.PackageLoader Package mypkg is modified [junit4] 2> 71022 INFO (zkCallback-502-thread-1) [ ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar] [junit4] 2> 71022 INFO (qtp178039180-822) [n:127.0.0.1:62196_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0 [junit4] 2> 71021 INFO (zkCallback-464-thread-1) [ ] o.a.s.p.PackageLoader A new version: 2.0 added for package: mypkg with artifacts [/myplugin/v2.jar] [junit4] 2> 71024 INFO (zkCallback-477-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 71024 INFO (zkCallback-517-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 71024 INFO (zkCallback-464-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 71024 INFO (zkCallback-502-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 71024 INFO (qtp1250070931-839) [n:127.0.0.1:62202_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0 [junit4] 2> 71026 INFO (qtp1633789039-837) [n:127.0.0.1:62197_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={expectedVersion1=&omitHeader=true&wt=javabin} status=0 QTime=0 [junit4] 2> 71026 INFO (zkCallback-464-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 71026 INFO (qtp1835087467-838) [n:127.0.0.1:62205_solr ] o.a.s.p.PackageLoader /packages.json updated to version 1 [junit4] 2> 71026 INFO (qtp1835087467-838) [n:127.0.0.1:62205_solr ] o.a.s.p.PackageLoader Package mypkg is modified [junit4] 2> 71026 INFO (zkCallback-517-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 71027 INFO (zkCallback-477-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 71027 INFO (zkCallback-464-thread-1) [ ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerPlugin_E071A98EA595078F-001/tempDir-001/node3/filestore/myplugin] [junit4] 2> 71027 INFO (zkCallback-477-thread-1) [ ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerPlugin_E071A98EA595078F-001/tempDir-001/node4/filestore/myplugin] [junit4] 2> 71027 INFO (zkCallback-464-thread-1) [ ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg [junit4] 2> 71027 INFO (zkCallback-477-thread-1) [ ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg [junit4] 2> 71027 INFO (qtp1835087467-838) [n:127.0.0.1:62205_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/package params={wt=javabin&version=2} status=0 QTime=17 [junit4] 2> 71027 INFO (zkCallback-517-thread-1) [ ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerPlugin_E071A98EA595078F-001/tempDir-001/node1/filestore/myplugin] [junit4] 2> 71027 INFO (zkCallback-517-thread-1) [ ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg [junit4] 2> 71027 INFO (zkCallback-502-thread-1) [ ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, downloading.. [junit4] 2> 71031 INFO (zkCallback-502-thread-1) [ ] o.a.s.c.SolrResourceLoader Added 1 libs to classloader, from paths: [/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/build/solr-core/test/J2/temp/solr.handler.TestContainerPlugin_E071A98EA595078F-001/tempDir-001/node2/filestore/myplugin] [junit4] 2> 71031 INFO (zkCallback-502-thread-1) [ ] o.a.s.p.PackageLoader version: 2.0 is the new latest in package: mypkg [junit4] 2> 71031 ERROR (qtp1633789039-833) [n:127.0.0.1:62197_solr ] o.a.s.a.AnnotatedApi Error executing command [junit4] 2> => org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command, errors: [{update={name=myplugin, class=mypkg:org.apache.solr.handler.MyPlugin, version=2.0}, errorMessages=[No such package version:mypkg:2.0 . available versions :[1.0, 2.0]]}], [junit4] 2> at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:319) [junit4] 2> org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error executing command [junit4] 2> at org.apache.solr.api.AnnotatedApi$Cmd.checkForErrorInPayload(AnnotatedApi.java:319) ~[java/:?] [junit4] 2> at org.apache.solr.api.AnnotatedApi$Cmd.invoke(Annotat [...truncated too long message...] Lucene-Solr-master-Windows\lucene\top-level-ivy-settings.xml resolve: common.init: compile-lucene-core: init: -clover.disable: -clover.load: -clover.classpath: -clover.setup: clover: compile-core: -clover.disable: -clover.load: -clover.classpath: -clover.setup: clover: common.compile-core: compile-core: common.compile-test: [mkdir] Created dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\classes\test [javac] Compiling 1017 source files to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\classes\test [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Creating empty C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\classes\test\org\apache\hadoop\package-info.class [copy] Copying 1 file to C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\classes\test common-solr.compile-test: compile-test: BUILD SUCCESSFUL Total time: 40 seconds [repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestContainerPlugin" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=E071A98EA595078F -Dtests.slow=true -Dtests.locale=mk-MK -Dtests.timezone=Australia/Hobart -Dtests.asserts=true -Dtests.file.encoding=UTF-8 Buildfile: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\build.xml -clover.disable: ivy-configure: [ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ :: [ivy:configure] :: loading settings :: file = C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\top-level-ivy-settings.xml install-junit4-taskdef: ivy-availability-check: [loadresource] Do not set property disallowed.ivy.jars.list as its length is 0. -ivy-fail-disallowed-ivy-version: ivy-fail: resolve-groovy: [ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working [ivy:cachepath] confs: [default] [ivy:cachepath] found org.codehaus.groovy#groovy-all;2.4.17 in public [ivy:cachepath] :: resolution report :: resolve 23ms :: artifacts dl 0ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 1 | 0 | 0 | 0 || 1 | 0 | --------------------------------------------------------------------- -init-totals: -test: [mkdir] Created dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test [junit4:pickseed] Seed property 'tests.seed' already defined: E071A98EA595078F [mkdir] Created dir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\temp [junit4] <JUnit4> says ??????! Master seed: E071A98EA595078F [junit4] Your default console's encoding may not display certain unicode glyphs: windows-1252 [junit4] Executing 5 suites with 5 JVMs. [junit4] [junit4] Started J0 PID(12504@localhost). [junit4] Started J2 PID(20208@localhost). [junit4] Started J4 PID(19420@localhost). [junit4] Started J1 PID(20068@localhost). [junit4] Started J3 PID(10684@localhost). [junit4] Suite: org.apache.solr.handler.TestContainerPlugin [junit4] OK 20.1s J3 | TestContainerPlugin.testApiFromPackage [junit4] OK 3.80s J3 | TestContainerPlugin.testApi [junit4] Completed [1/5] on J3 in 36.24s, 2 tests [junit4] [junit4] Suite: org.apache.solr.handler.TestContainerPlugin [junit4] OK 20.5s J1 | TestContainerPlugin.testApiFromPackage [junit4] OK 3.81s J1 | TestContainerPlugin.testApi [junit4] Completed [2/5] on J1 in 37.09s, 2 tests [junit4] [junit4] Suite: org.apache.solr.handler.TestContainerPlugin [junit4] OK 21.5s J0 | TestContainerPlugin.testApiFromPackage [junit4] OK 4.37s J0 | TestContainerPlugin.testApi [junit4] Completed [3/5] on J0 in 38.35s, 2 tests [junit4] [junit4] Suite: org.apache.solr.handler.TestContainerPlugin [junit4] OK 21.0s J2 | TestContainerPlugin.testApiFromPackage [junit4] OK 4.73s J2 | TestContainerPlugin.testApi [junit4] Completed [4/5] on J2 in 38.50s, 2 tests [junit4] [junit4] Suite: org.apache.solr.handler.TestContainerPlugin [junit4] OK 21.1s J4 | TestContainerPlugin.testApiFromPackage [junit4] OK 4.85s J4 | TestContainerPlugin.testApi [junit4] Completed [5/5] on J4 in 38.54s, 2 tests [junit4] [junit4] JVM J0: 0.98 .. 40.17 = 39.19s [junit4] JVM J1: 1.00 .. 39.07 = 38.07s [junit4] JVM J2: 0.98 .. 40.24 = 39.26s [junit4] JVM J3: 1.36 .. 38.57 = 37.22s [junit4] JVM J4: 1.00 .. 40.61 = 39.61s [junit4] Execution time total: 40 seconds [junit4] Tests summary: 5 suites, 10 tests [junit4] Could not remove temporary path: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J3 (java.nio.file.DirectoryNotEmptyException: Remaining files: [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J3\temp]) [junit4] Could not remove temporary path: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2 (java.nio.file.DirectoryNotEmptyException: Remaining files: [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp]) [junit4] Could not remove temporary path: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp]) [junit4] Could not remove temporary path: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp]) [junit4] Could not remove temporary path: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4 (java.nio.file.DirectoryNotEmptyException: Remaining files: [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J4\temp]) [echo] 5 slowest tests: [junit4:tophints] 232.15s | org.apache.solr.cloud.api.collections.ShardSplitTest [junit4:tophints] 198.76s | org.apache.solr.search.facet.TestJsonFacets [junit4:tophints] 197.39s | org.apache.solr.search.facet.SpatialHeatmapFacetsTest [junit4:tophints] 188.14s | org.apache.solr.TestDistributedSearch [junit4:tophints] 169.22s | org.apache.solr.cloud.CollectionsAPISolrJTest -check-totals: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/C:/Users/jenkins/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.4.17.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release test-nocompile: BUILD SUCCESSFUL Total time: 42 seconds [repro] Failures w/original seeds: [repro] 0/5 failed: org.apache.solr.handler.TestContainerPlugin [repro] 5/5 failed: org.apache.solr.client.solrj.io.stream.StreamExpressionTest [repro] Exiting with code 1 C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 1 dir(s) moved. C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 Archiving artifacts Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 [WARNINGS] Parsing warnings in console log with parser Java Compiler (javac) Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 No credentials specified Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 <Git Blamer> Using GitBlamer to create author and commit information for all warnings. <Git Blamer> GIT_COMMIT=68a9e8fc97b6268a4ce045fb06438591743d3635, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows [WARNINGS] Computing warning deltas based on reference build #9030 Recording test results Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Build step 'Publish JUnit test result report' changed build result to UNSTABLE Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures) Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2 Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
