Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/4267/
4 tests failed. FAILED: org.apache.solr.cli.TestSolrCLIRunExample.testInteractiveSolrCloudExample Error Message: java.lang.AssertionError: After running Solr cloud example, test collection 'testCloudExamplePrompt' not found in Solr at: http://localhost:42817/solr; tool output: Welcome to the SolrCloud example! This interactive session will help you launch a SolrCloud cluster on your local workstation. To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]: Ok, let's start up 1 Solr nodes for your example SolrCloud cluster. Please enter the port for node1 [8983]: Creating Solr home directory /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_CF8149812C8568A9-001/tempDir-001/cloud/node1/solr Starting up Solr on port 42817 using command: "/tmp/src/solr/solr/bin/solr" start -cloud -p 42817 -s "/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_CF8149812C8568A9-001/tempDir-001/cloud/node1/solr" Stack Trace: java.lang.AssertionError: After running Solr cloud example, test collection 'testCloudExamplePrompt' not found in Solr at: http://localhost:42817/solr; tool output: Welcome to the SolrCloud example! This interactive session will help you launch a SolrCloud cluster on your local workstation. To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]: Ok, let's start up 1 Solr nodes for your example SolrCloud cluster. Please enter the port for node1 [8983]: Creating Solr home directory /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_CF8149812C8568A9-001/tempDir-001/cloud/node1/solr Starting up Solr on port 42817 using command: "/tmp/src/solr/solr/bin/solr" start -cloud -p 42817 -s "/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_CF8149812C8568A9-001/tempDir-001/cloud/node1/solr" at __randomizedtesting.SeedInfo.seed([CF8149812C8568A9:14F0A94B1BF0ADCF]:0) at org.junit.Assert.fail(Assert.java:89) at org.apache.solr.cli.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:507) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) 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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) at java.base/java.lang.Thread.run(Thread.java:829) FAILED: org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeleteAllTlog {seed=[CF8149812C8568A9:49F600988124A230]} Error Message: java.lang.AssertionError: expected:<200> but was:<404> Stack Trace: java.lang.AssertionError: expected:<200> but was:<404> at __randomizedtesting.SeedInfo.seed([CF8149812C8568A9:49F600988124A230]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at org.apache.solr.cloud.api.collections.CollectionReloadTest.createCollection(CollectionReloadTest.java:200) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDelete(CollectionReloadTest.java:120) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeleteAllTlog(CollectionReloadTest.java:109) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) 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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) at java.base/java.lang.Thread.run(Thread.java:829) FAILED: org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeleteAllNrt {seed=[CF8149812C8568A9:645A901D0A3D491E]} Error Message: java.lang.AssertionError: expected:<200> but was:<404> Stack Trace: java.lang.AssertionError: expected:<200> but was:<404> at __randomizedtesting.SeedInfo.seed([CF8149812C8568A9:645A901D0A3D491E]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at org.apache.solr.cloud.api.collections.CollectionReloadTest.createCollection(CollectionReloadTest.java:200) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDelete(CollectionReloadTest.java:120) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeleteAllNrt(CollectionReloadTest.java:104) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) 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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) at java.base/java.lang.Thread.run(Thread.java:829) FAILED: org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeletePull {seed=[CF8149812C8568A9:81C08F639F6C4E50]} Error Message: java.lang.AssertionError: expected:<200> but was:<404> Stack Trace: java.lang.AssertionError: expected:<200> but was:<404> at __randomizedtesting.SeedInfo.seed([CF8149812C8568A9:81C08F639F6C4E50]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at org.apache.solr.cloud.api.collections.CollectionReloadTest.createCollection(CollectionReloadTest.java:200) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDelete(CollectionReloadTest.java:120) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeletePull(CollectionReloadTest.java:114) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) 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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) at java.base/java.lang.Thread.run(Thread.java:829) Build Log: [...truncated 1253 lines...] 2> ERROR: java.lang.Exception: Error starting up MiniSolrCloudCluster 2> 2> 6891 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[CF8149812C8568A9]) [] o.a.s.SolrTestCaseJ4 ###Ending testInteractiveSolrCloudExample > java.lang.AssertionError: After running Solr cloud example, test collection 'testCloudExamplePrompt' not found in Solr at: http://localhost:42817/solr; tool output: > Welcome to the SolrCloud example! > > This interactive session will help you launch a SolrCloud cluster on your local workstation. > To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]: > Ok, let's start up 1 Solr nodes for your example SolrCloud cluster. > Please enter the port for node1 [8983]: > Creating Solr home directory /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_CF8149812C8568A9-001/tempDir-001/cloud/node1/solr > > Starting up Solr on port 42817 using command: > "/tmp/src/solr/solr/bin/solr" start -cloud -p 42817 -s "/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_CF8149812C8568A9-001/tempDir-001/cloud/node1/solr" > at __randomizedtesting.SeedInfo.seed([CF8149812C8568A9:14F0A94B1BF0ADCF]:0) > at org.junit.Assert.fail(Assert.java:89) > at org.apache.solr.cli.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:507) > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.base/java.lang.reflect.Method.invoke(Method.java:566) > at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) > at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) > at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) > at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) > at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) > at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) > at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) > at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) > at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) > at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) > at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) > at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) > at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) > at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) > at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) > at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) > at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) > 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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) > at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) > at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) > at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) > at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) > at org.junit.rules.RunRules.evaluate(RunRules.java:20) > at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) > at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) > at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) > at java.base/java.lang.Thread.run(Thread.java:829) 2> NOTE: reproduce with: gradlew test --tests TestSolrCLIRunExample.testInteractiveSolrCloudExample -Dtests.seed=CF8149812C8568A9 -Dtests.locale=es-GT -Dtests.timezone=Pacific/Tahiti -Dtests.asserts=true -Dtests.file.encoding=UTF-8 2> 6959 INFO (TEST-TestSolrCLIRunExample.testFailExecuteScript-seed#[CF8149812C8568A9]) [] o.a.s.SolrTestCaseJ4 ###Starting testFailExecuteScript 2> 2> ERROR: access denied ("java.io.FilePermission" "/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_CF8149812C8568A9-001/tempDir-003/failExecuteScript" "execute") 2> 2> 6970 INFO (TEST-TestSolrCLIRunExample.testFailExecuteScript-seed#[CF8149812C8568A9]) [] o.a.s.SolrTestCaseJ4 ###Ending testFailExecuteScript 2> 6986 INFO (SUITE-TestSolrCLIRunExample-seed#[CF8149812C8568A9]-worker) [] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-1 after mutting 0 log messages 2> 6986 INFO (SUITE-TestSolrCLIRunExample-seed#[CF8149812C8568A9]-worker) [] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-2 for ERROR logs matching regex: ignore_exception 2> NOTE: leaving temporary files on disk at: /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_CF8149812C8568A9-001 2> NOTE: test params are: codec=CheapBastard, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-GT, timezone=Pacific/Tahiti 2> NOTE: Linux 5.4.0-100-generic amd64/Oracle Corporation 11.0.16 (64-bit)/cpus=1,threads=2,free=232766024,total=324534272 2> NOTE: All tests run in this JVM: [TestSolrCLIRunExample] org.apache.solr.cloud.api.collections.CollectionReloadTest > testCreateReloadDeleteAllTlog {seed=[CF8149812C8568A9:49F600988124A230]} FAILED java.lang.AssertionError: expected:<200> but was:<404> at __randomizedtesting.SeedInfo.seed([CF8149812C8568A9:49F600988124A230]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at org.apache.solr.cloud.api.collections.CollectionReloadTest.createCollection(CollectionReloadTest.java:200) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDelete(CollectionReloadTest.java:120) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeleteAllTlog(CollectionReloadTest.java:109) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) 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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) at java.base/java.lang.Thread.run(Thread.java:829) org.apache.solr.cloud.api.collections.CollectionReloadTest > testCreateReloadDeleteAllNrt {seed=[CF8149812C8568A9:645A901D0A3D491E]} FAILED java.lang.AssertionError: expected:<200> but was:<404> at __randomizedtesting.SeedInfo.seed([CF8149812C8568A9:645A901D0A3D491E]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at org.apache.solr.cloud.api.collections.CollectionReloadTest.createCollection(CollectionReloadTest.java:200) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDelete(CollectionReloadTest.java:120) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeleteAllNrt(CollectionReloadTest.java:104) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) 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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) at java.base/java.lang.Thread.run(Thread.java:829) org.apache.solr.cloud.api.collections.CollectionReloadTest > testCreateReloadDeletePull {seed=[CF8149812C8568A9:81C08F639F6C4E50]} FAILED java.lang.AssertionError: expected:<200> but was:<404> at __randomizedtesting.SeedInfo.seed([CF8149812C8568A9:81C08F639F6C4E50]:0) at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:633) at org.apache.solr.cloud.api.collections.CollectionReloadTest.createCollection(CollectionReloadTest.java:200) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDelete(CollectionReloadTest.java:120) at org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeletePull(CollectionReloadTest.java:114) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) 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.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) at java.base/java.lang.Thread.run(Thread.java:829) org.apache.solr.cloud.api.collections.CollectionReloadTest > test suite's output saved to /tmp/src/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.api.collections.CollectionReloadTest.txt, copied below: 2> 17886 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/tmp/src/solr/solr/server/solr/configsets/_default/conf' 2> 17888 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-2 after mutting 0 log messages 2> 17888 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-3 for ERROR logs matching regex: ignore_exception 2> 17891 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.SolrTestCaseJ4 Created dataDir: /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/data-dir-2-001 2> 17892 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true 2> 17894 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776") 2> 17894 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom 2> 17903 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001 2> 17904 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER 2> 17904 INFO (ZkTestServer Run Thread) [] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0 2> 17905 INFO (ZkTestServer Run Thread) [] o.a.s.c.ZkTestServer Starting server 2> 17908 WARN (ZkTestServer Run Thread) [] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0. 2> 18004 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.ZkTestServer start zk server on port: 41541 2> 18027 WARN (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 18059 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.ConnectionManager Waiting up to 30000ms for client to connect to ZooKeeper 2> 18086 INFO (zkConnectionManagerCallback-53-thread-1) [] o.a.s.c.c.ConnectionManager zkClient has connected 2> 18087 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper 2> 18087 WARN (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 18095 WARN (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 18115 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.ConnectionManager Waiting up to 30000ms for client to connect to ZooKeeper 2> 18119 INFO (zkConnectionManagerCallback-55-thread-1) [] o.a.s.c.c.ConnectionManager zkClient has connected 2> 18119 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper 2> 18120 WARN (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 18120 WARN (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 18122 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.ConnectionManager Waiting up to 30000ms for client to connect to ZooKeeper 2> 18130 INFO (zkConnectionManagerCallback-57-thread-1) [] o.a.s.c.c.ConnectionManager zkClient has connected 2> 18131 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper 2> 18132 WARN (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 18574 INFO (jetty-launcher-58-thread-1) [] o.a.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0) 2> 18575 INFO (jetty-launcher-58-thread-1) [] o.a.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ... 2> 18584 INFO (jetty-launcher-58-thread-1) [] o.e.j.s.Server jetty-10.0.14; built: 2023-02-22T23:12:32.272Z; git: 976721d0f3e903a243584d47870ad2f2c1bf9e55; jvm 11.0.16+8 2> 18669 INFO (jetty-launcher-58-thread-1) [] o.e.j.s.s.DefaultSessionIdManager Session workerName=node0 2> 18710 INFO (jetty-launcher-58-thread-1) [] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@651d6219{/solr,file:///tmp/src/solr/solr/core/build/tmp/tests-cwd/,AVAILABLE} 2> 18726 INFO (jetty-launcher-58-thread-1) [] o.e.j.s.AbstractConnector Started ServerConnector@31bdca99{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38149} 2> 18729 INFO (jetty-launcher-58-thread-1) [] o.e.j.s.Server Started Server@12726542{STARTING}[10.0.14,sto=0] @18745ms 2> 18775 ERROR (jetty-launcher-58-thread-1) [] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. 2> 18779 INFO (jetty-launcher-58-thread-1) [] o.a.s.s.CoreContainerProvider Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory 2> 18789 INFO (jetty-launcher-58-thread-1) [] o.a.s.s.CoreContainerProvider ___ _ Welcome to Apache Solr™ version 9.3.0 2> 18790 INFO (jetty-launcher-58-thread-1) [] o.a.s.s.CoreContainerProvider / __| ___| |_ _ Starting in cloud mode on port null 2> 18791 INFO (jetty-launcher-58-thread-1) [] o.a.s.s.CoreContainerProvider \__ \/ _ \ | '_| Install dir: /tmp/src/solr/solr 2> 18791 INFO (jetty-launcher-58-thread-1) [] o.a.s.s.CoreContainerProvider |___/\___/_|_| Start time: 2023-05-06T16:02:05.481672Z 2> 18796 INFO (jetty-launcher-58-thread-1) [] o.a.s.s.CoreContainerProvider Solr Home: /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1 (source: servlet config: solr.solr.home) 2> 18798 WARN (jetty-launcher-58-thread-1) [] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 18841 INFO (jetty-launcher-58-thread-1) [] o.a.s.c.c.ConnectionManager Waiting up to 30000ms for client to connect to ZooKeeper 2> 18862 INFO (zkConnectionManagerCallback-60-thread-1) [] o.a.s.c.c.ConnectionManager zkClient has connected 2> 18863 INFO (jetty-launcher-58-thread-1) [] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper 2> 18863 WARN (jetty-launcher-58-thread-1) [] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 18866 INFO (jetty-launcher-58-thread-1) [] o.a.s.c.NodeConfig solr.xml found in ZooKeeper. Loading... 2> 18868 WARN (jetty-launcher-58-thread-1) [] o.a.s.D.solrxml-zookeeper Loading solr.xml from zookeeper is deprecated. See reference guide for details. 2> 18954 INFO (jetty-launcher-58-thread-1) [] o.a.s.c.SolrXmlConfig Metrics collection is disabled. 2> 20300 INFO (jetty-launcher-58-thread-1) [] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41541/solr 2> 20322 INFO (jetty-launcher-58-thread-1) [] o.a.s.c.DistributedClusterStateUpdater Creating DistributedClusterStateUpdater with useDistributedStateUpdate=true. Solr will be using distributed cluster state updates. 2> 20343 INFO (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.c.c.ConnectionManager Waiting up to 30000ms for client to connect to ZooKeeper 2> 20384 INFO (zkConnectionManagerCallback-70-thread-1) [] o.a.s.c.c.ConnectionManager zkClient has connected 2> 20385 INFO (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper 2> 20507 WARN (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/solr/latest/deployment-guide/zookeeper-access-control.html 2> 20550 INFO (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.c.DistributedClusterStateUpdater Creating DistributedClusterStateUpdater with useDistributedStateUpdate=true. Solr will be using distributed cluster state updates. 2> 20586 INFO (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38149_solr 2> 20591 INFO (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.c.Overseer Overseer (id=72057617350000644-127.0.0.1:38149_solr-n_0000000000) starting 2> 20714 INFO (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38149_solr 2> 20720 INFO (OverseerStateUpdate-72057617350000644-127.0.0.1:38149_solr-n_0000000000) [n:127.0.0.1:38149_solr] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38149_solr 2> 20735 INFO (zkCallback-69-thread-1) [] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) 2> 20788 WARN (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_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 2> 20999 INFO (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.c.a.c.DistributedCollectionConfigSetCommandRunner Creating DistributedCollectionConfigSetCommandRunner. Collection and ConfigSet APIs are running distributed (not Overseer based) 2> 21000 INFO (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.c.DistributedClusterStateUpdater Creating DistributedClusterStateUpdater with useDistributedStateUpdate=true. Solr will be using distributed cluster state updates. 2> 21318 INFO (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1 2> 22170 INFO (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer 2> 22352 INFO (jetty-launcher-58-thread-1) [n:127.0.0.1:38149_solr] o.a.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38149, zkHost=127.0.0.1:41541/solr} 2> 22372 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1 2> 22373 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.MiniSolrCloudCluster waitForNode: 127.0.0.1:38149_solr 2> 22374 WARN (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 22407 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.ConnectionManager Waiting up to 15000ms for client to connect to ZooKeeper 2> 22435 INFO (zkConnectionManagerCallback-84-thread-1) [] o.a.s.c.c.ConnectionManager zkClient has connected 2> 22435 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper 2> 22436 WARN (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 22442 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) 2> 22459 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41541/solr ready 2> 22461 WARN (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 22467 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.ConnectionManager Waiting up to 45000ms for client to connect to ZooKeeper 2> 22473 INFO (zkConnectionManagerCallback-86-thread-1) [] o.a.s.c.c.ConnectionManager zkClient has connected 2> 22473 INFO (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper 2> 22473 WARN (SUITE-CollectionReloadTest-seed#[CF8149812C8568A9]-worker) [] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 22629 INFO (TEST-CollectionReloadTest.testCreateReloadDeleteAllTlog-seed#[CF8149812C8568A9]) [] o.a.s.SolrTestCaseJ4 ###Starting testCreateReloadDeleteAllTlog {seed=[CF8149812C8568A9:FDA0BC64B5E6691C]} 2> 22630 INFO (TEST-CollectionReloadTest.testCreateReloadDeleteAllTlog-seed#[CF8149812C8568A9]) [] o.a.s.c.a.c.CollectionReloadTest Creating collection with SolrJ 2> 23062 INFO (qtp861377526-207) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.a.c.DistributedCollectionConfigSetCommandRunner Running Collection API locally for CREATE asyncId=null 2> 23106 INFO (DistributedCollectionApiCommandExecutor-77-thread-1-processing-127.0.0.1:38149_solr testCreateReloadDeleteAllTlog) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.a.c.CreateCollectionCmd Create collection testCreateReloadDeleteAllTlog 2> 23272 WARN (DistributedCollectionApiCommandExecutor-77-thread-1-processing-127.0.0.1:38149_solr testCreateReloadDeleteAllTlog) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.a.c.CreateCollectionCmd Specified number of replicas of 3 on collection testCreateReloadDeleteAllTlog is higher than the number of Solr instances currently live or live and part of your createNodeSet(1). It's unusual to run two replica of the same slice on the same Solr-instance. 2> 23353 INFO (DistributedCollectionApiCommandExecutor-77-thread-1-processing-127.0.0.1:38149_solr testCreateReloadDeleteAllTlog) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.o.SliceMutator createReplica() { 2> "core":"testCreateReloadDeleteAllTlog_shard3_replica_t1", 2> "node_name":"127.0.0.1:38149_solr", 2> "base_url":"http://127.0.0.1:38149/solr", 2> "collection":"testCreateReloadDeleteAllTlog", 2> "shard":"shard3", 2> "state":"down", 2> "type":"TLOG", 2> "operation":"ADDREPLICA", 2> "waitForFinalState":"false"} 2> 23360 INFO (DistributedCollectionApiCommandExecutor-77-thread-1-processing-127.0.0.1:38149_solr testCreateReloadDeleteAllTlog) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.o.SliceMutator createReplica() { 2> "core":"testCreateReloadDeleteAllTlog_shard1_replica_t2", 2> "node_name":"127.0.0.1:38149_solr", 2> "base_url":"http://127.0.0.1:38149/solr", 2> "collection":"testCreateReloadDeleteAllTlog", 2> "shard":"shard1", 2> "state":"down", 2> "type":"TLOG", 2> "operation":"ADDREPLICA", 2> "waitForFinalState":"false"} 2> 23366 INFO (DistributedCollectionApiCommandExecutor-77-thread-1-processing-127.0.0.1:38149_solr testCreateReloadDeleteAllTlog) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.o.SliceMutator createReplica() { 2> "core":"testCreateReloadDeleteAllTlog_shard1_replica_t3", 2> "node_name":"127.0.0.1:38149_solr", 2> "base_url":"http://127.0.0.1:38149/solr", 2> "collection":"testCreateReloadDeleteAllTlog", 2> "shard":"shard1", 2> "state":"down", 2> "type":"TLOG", 2> "operation":"ADDREPLICA", 2> "waitForFinalState":"false"} 2> 23372 INFO (DistributedCollectionApiCommandExecutor-77-thread-1-processing-127.0.0.1:38149_solr testCreateReloadDeleteAllTlog) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.o.SliceMutator createReplica() { 2> "core":"testCreateReloadDeleteAllTlog_shard2_replica_t4", 2> "node_name":"127.0.0.1:38149_solr", 2> "base_url":"http://127.0.0.1:38149/solr", 2> "collection":"testCreateReloadDeleteAllTlog", 2> "shard":"shard2", 2> "state":"down", 2> "type":"TLOG", 2> "operation":"ADDREPLICA", 2> "waitForFinalState":"false"} 2> 23376 INFO (DistributedCollectionApiCommandExecutor-77-thread-1-processing-127.0.0.1:38149_solr testCreateReloadDeleteAllTlog) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.o.SliceMutator createReplica() { 2> "core":"testCreateReloadDeleteAllTlog_shard3_replica_t5", 2> "node_name":"127.0.0.1:38149_solr", 2> "base_url":"http://127.0.0.1:38149/solr", 2> "collection":"testCreateReloadDeleteAllTlog", 2> "shard":"shard3", 2> "state":"down", 2> "type":"TLOG", 2> "operation":"ADDREPLICA", 2> "waitForFinalState":"false"} 2> 23384 INFO (DistributedCollectionApiCommandExecutor-77-thread-1-processing-127.0.0.1:38149_solr testCreateReloadDeleteAllTlog) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.o.SliceMutator createReplica() { 2> "core":"testCreateReloadDeleteAllTlog_shard2_replica_t6", 2> "node_name":"127.0.0.1:38149_solr", 2> "base_url":"http://127.0.0.1:38149/solr", 2> "collection":"testCreateReloadDeleteAllTlog", 2> "shard":"shard2", 2> "state":"down", 2> "type":"TLOG", 2> "operation":"ADDREPLICA", 2> "waitForFinalState":"false"} 2> 23389 INFO (DistributedCollectionApiCommandExecutor-77-thread-1-processing-127.0.0.1:38149_solr testCreateReloadDeleteAllTlog) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.o.SliceMutator createReplica() { 2> "core":"testCreateReloadDeleteAllTlog_shard3_replica_t7", 2> "node_name":"127.0.0.1:38149_solr", 2> "base_url":"http://127.0.0.1:38149/solr", 2> "collection":"testCreateReloadDeleteAllTlog", 2> "shard":"shard3", 2> "state":"down", 2> "type":"TLOG", 2> "operation":"ADDREPLICA", 2> "waitForFinalState":"false"} 2> 23393 INFO (DistributedCollectionApiCommandExecutor-77-thread-1-processing-127.0.0.1:38149_solr testCreateReloadDeleteAllTlog) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.o.SliceMutator createReplica() { 2> "core":"testCreateReloadDeleteAllTlog_shard1_replica_t8", 2> "node_name":"127.0.0.1:38149_solr", 2> "base_url":"http://127.0.0.1:38149/solr", 2> "collection":"testCreateReloadDeleteAllTlog", 2> "shard":"shard1", 2> "state":"down", 2> "type":"TLOG", 2> "operation":"ADDREPLICA", 2> "waitForFinalState":"false"} 2> 23409 INFO (DistributedCollectionApiCommandExecutor-77-thread-1-processing-127.0.0.1:38149_solr testCreateReloadDeleteAllTlog) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog] o.a.s.c.o.SliceMutator createReplica() { 2> "core":"testCreateReloadDeleteAllTlog_shard2_replica_t9", 2> "node_name":"127.0.0.1:38149_solr", 2> "base_url":"http://127.0.0.1:38149/solr", 2> "collection":"testCreateReloadDeleteAllTlog", 2> "shard":"shard2", 2> "state":"down", 2> "type":"TLOG", 2> "operation":"ADDREPLICA", 2> "waitForFinalState":"false"} 2> 23670 INFO (qtp861377526-209) [n:127.0.0.1:38149_solr x:testCreateReloadDeleteAllTlog_shard3_replica_t1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=testCreateReloadDeleteAllTlog&version=2&replicaType=TLOG&coreNodeName=core_node10&name=testCreateReloadDeleteAllTlog_shard3_replica_t1&action=CREATE&numShards=3&shard=shard3&wt=javabin 2> 23670 INFO (qtp861377526-208) [n:127.0.0.1:38149_solr x:testCreateReloadDeleteAllTlog_shard3_replica_t5] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=testCreateReloadDeleteAllTlog&version=2&replicaType=TLOG&coreNodeName=core_node14&name=testCreateReloadDeleteAllTlog_shard3_replica_t5&action=CREATE&numShards=3&shard=shard3&wt=javabin 2> 23670 INFO (qtp861377526-244) [n:127.0.0.1:38149_solr x:testCreateReloadDeleteAllTlog_shard2_replica_t6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=testCreateReloadDeleteAllTlog&version=2&replicaType=TLOG&coreNodeName=core_node15&name=testCreateReloadDeleteAllTlog_shard2_replica_t6&action=CREATE&numShards=3&shard=shard2&wt=javabin 2> 23670 INFO (qtp861377526-210) [n:127.0.0.1:38149_solr x:testCreateReloadDeleteAllTlog_shard1_replica_t2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=testCreateReloadDeleteAllTlog&version=2&replicaType=TLOG&coreNodeName=core_node11&name=testCreateReloadDeleteAllTlog_shard1_replica_t2&action=CREATE&numShards=3&shard=shard1&wt=javabin 2> 23671 INFO (qtp861377526-205) [n:127.0.0.1:38149_solr x:testCreateReloadDeleteAllTlog_shard2_replica_t4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=testCreateReloadDeleteAllTlog&version=2&replicaType=TLOG&coreNodeName=core_node13&name=testCreateReloadDeleteAllTlog_shard2_replica_t4&action=CREATE&numShards=3&shard=shard2&wt=javabin 2> 23671 INFO (qtp861377526-206) [n:127.0.0.1:38149_solr x:testCreateReloadDeleteAllTlog_shard1_replica_t3] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=testCreateReloadDeleteAllTlog&version=2&replicaType=TLOG&coreNodeName=core_node12&name=testCreateReloadDeleteAllTlog_shard1_replica_t3&action=CREATE&numShards=3&shard=shard1&wt=javabin 2> 23676 INFO (qtp861377526-245) [n:127.0.0.1:38149_solr x:testCreateReloadDeleteAllTlog_shard3_replica_t7] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=testCreateReloadDeleteAllTlog&version=2&replicaType=TLOG&coreNodeName=core_node16&name=testCreateReloadDeleteAllTlog_shard3_replica_t7&action=CREATE&numShards=3&shard=shard3&wt=javabin 2> 23705 INFO (qtp861377526-246) [n:127.0.0.1:38149_solr x:testCreateReloadDeleteAllTlog_shard1_replica_t8] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=testCreateReloadDeleteAllTlog&version=2&replicaType=TLOG&coreNodeName=core_node17&name=testCreateReloadDeleteAllTlog_shard1_replica_t8&action=CREATE&numShards=3&shard=shard1&wt=javabin 2> 23706 INFO (qtp861377526-247) [n:127.0.0.1:38149_solr x:testCreateReloadDeleteAllTlog_shard2_replica_t9] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=testCreateReloadDeleteAllTlog&version=2&replicaType=TLOG&coreNodeName=core_node18&name=testCreateReloadDeleteAllTlog_shard2_replica_t9&action=CREATE&numShards=3&shard=shard2&wt=javabin 2> 23732 INFO (zkCallback-69-thread-1) [] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateReloadDeleteAllTlog/state.json] for collection [testCreateReloadDeleteAllTlog] has occurred - updating... (live nodes size: [1]) 2> 23745 INFO (zkCallback-69-thread-2) [] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateReloadDeleteAllTlog/state.json] for collection [testCreateReloadDeleteAllTlog] has occurred - updating... (live nodes size: [1]) 2> 23762 INFO (zkCallback-69-thread-3) [] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateReloadDeleteAllTlog/state.json] for collection [testCreateReloadDeleteAllTlog] has occurred - updating... (live nodes size: [1]) 2> 23762 INFO (zkCallback-69-thread-2) [] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateReloadDeleteAllTlog/state.json] for collection [testCreateReloadDeleteAllTlog] has occurred - updating... (live nodes size: [1]) 2> 23778 INFO (zkCallback-69-thread-1) [] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateReloadDeleteAllTlog/state.json] for collection [testCreateReloadDeleteAllTlog] has occurred - updating... (live nodes size: [1]) 2> 23778 INFO (zkCallback-69-thread-4) [] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateReloadDeleteAllTlog/state.json] for collection [testCreateReloadDeleteAllTlog] has occurred - updating... (live nodes size: [1]) 2> 23778 INFO (zkCallback-69-thread-2) [] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateReloadDeleteAllTlog/state.json] for collection [testCreateReloadDeleteAllTlog] has occurred - updating... (live nodes size: [1]) 2> 23820 INFO (zkCallback-69-thread-5) [] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testCreateReloadDeleteAllTlog/state.json] for collection [testCreateReloadDeleteAllTlog] has occurred - updating... (live nodes size: [1]) 2> 23840 WARN (qtp861377526-208) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node14 x:testCreateReloadDeleteAllTlog_shard3_replica_t5] o.a.s.c.SolrConfig You should not use LATEST as luceneMatchVersion property: if you use this setting, and then Solr upgrades to a newer release of Lucene, sizable changes may happen. If precise back compatibility is important then you should instead explicitly specify an actual Lucene version. 2> 23840 INFO (qtp861377526-205) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node13 x:testCreateReloadDeleteAllTlog_shard2_replica_t4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.5.0 2> 23843 INFO (qtp861377526-208) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node14 x:testCreateReloadDeleteAllTlog_shard3_replica_t5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.5.0 2> 23840 INFO (qtp861377526-210) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node11 x:testCreateReloadDeleteAllTlog_shard1_replica_t2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.5.0 2> 23844 INFO (qtp861377526-206) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node12 x:testCreateReloadDeleteAllTlog_shard1_replica_t3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.5.0 2> 23884 INFO (qtp861377526-247) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node18 x:testCreateReloadDeleteAllTlog_shard2_replica_t9] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.5.0 2> 23888 INFO (qtp861377526-244) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node15 x:testCreateReloadDeleteAllTlog_shard2_replica_t6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.5.0 2> 23895 INFO (qtp861377526-209) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node10 x:testCreateReloadDeleteAllTlog_shard3_replica_t1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.5.0 2> 23899 INFO (qtp861377526-245) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node16 x:testCreateReloadDeleteAllTlog_shard3_replica_t7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.5.0 2> 23900 INFO (qtp861377526-246) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node17 x:testCreateReloadDeleteAllTlog_shard1_replica_t8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.5.0 2> 23909 INFO (qtp861377526-210) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node11 x:testCreateReloadDeleteAllTlog_shard1_replica_t2] o.a.s.s.IndexSchema Schema name=minimal 2> 23909 INFO (qtp861377526-246) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node17 x:testCreateReloadDeleteAllTlog_shard1_replica_t8] o.a.s.s.IndexSchema Schema name=minimal 2> 23909 INFO (qtp861377526-206) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node12 x:testCreateReloadDeleteAllTlog_shard1_replica_t3] o.a.s.s.IndexSchema Schema name=minimal 2> 23910 INFO (qtp861377526-205) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node13 x:testCreateReloadDeleteAllTlog_shard2_replica_t4] o.a.s.s.IndexSchema Schema name=minimal 2> 23910 INFO (qtp861377526-209) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node10 x:testCreateReloadDeleteAllTlog_shard3_replica_t1] o.a.s.s.IndexSchema Schema name=minimal 2> 23910 INFO (qtp861377526-244) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node15 x:testCreateReloadDeleteAllTlog_shard2_replica_t6] o.a.s.s.IndexSchema Schema name=minimal 2> 23909 INFO (qtp861377526-245) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node16 x:testCreateReloadDeleteAllTlog_shard3_replica_t7] o.a.s.s.IndexSchema Schema name=minimal 2> 23912 INFO (qtp861377526-247) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node18 x:testCreateReloadDeleteAllTlog_shard2_replica_t9] o.a.s.s.IndexSchema Schema name=minimal 2> 23915 INFO (qtp861377526-208) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node14 x:testCreateReloadDeleteAllTlog_shard3_replica_t5] o.a.s.s.IndexSchema Schema name=minimal 2> 23929 WARN (qtp861377526-247) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node18 x:testCreateReloadDeleteAllTlog_shard2_replica_t9] o.a.s.D.s.TrieIntField Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly. 2> 23932 WARN (qtp861377526-247) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node18 x:testCreateReloadDeleteAllTlog_shard2_replica_t9] o.a.s.D.s.TrieLongField Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly. 2> 23939 INFO (qtp861377526-246) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node17 x:testCreateReloadDeleteAllTlog_shard1_replica_t8] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id 2> 23939 INFO (qtp861377526-246) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node17 x:testCreateReloadDeleteAllTlog_shard1_replica_t8] o.a.s.c.CoreContainer Creating SolrCore 'testCreateReloadDeleteAllTlog_shard1_replica_t8' using configuration from configset conf, trusted=true 2> 23939 INFO (qtp861377526-206) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node12 x:testCreateReloadDeleteAllTlog_shard1_replica_t3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id 2> 23939 INFO (qtp861377526-206) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node12 x:testCreateReloadDeleteAllTlog_shard1_replica_t3] o.a.s.c.CoreContainer Creating SolrCore 'testCreateReloadDeleteAllTlog_shard1_replica_t3' using configuration from configset conf, trusted=true 2> 23939 INFO (qtp861377526-205) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node13 x:testCreateReloadDeleteAllTlog_shard2_replica_t4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id 2> 23939 INFO (qtp861377526-209) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node10 x:testCreateReloadDeleteAllTlog_shard3_replica_t1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id 2> 23939 INFO (qtp861377526-247) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node18 x:testCreateReloadDeleteAllTlog_shard2_replica_t9] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id 2> 23939 INFO (qtp861377526-244) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node15 x:testCreateReloadDeleteAllTlog_shard2_replica_t6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id 2> 23939 INFO (qtp861377526-205) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node13 x:testCreateReloadDeleteAllTlog_shard2_replica_t4] o.a.s.c.CoreContainer Creating SolrCore 'testCreateReloadDeleteAllTlog_shard2_replica_t4' using configuration from configset conf, trusted=true 2> 23939 INFO (qtp861377526-247) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node18 x:testCreateReloadDeleteAllTlog_shard2_replica_t9] o.a.s.c.CoreContainer Creating SolrCore 'testCreateReloadDeleteAllTlog_shard2_replica_t9' using configuration from configset conf, trusted=true 2> 23939 INFO (qtp861377526-209) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node10 x:testCreateReloadDeleteAllTlog_shard3_replica_t1] o.a.s.c.CoreContainer Creating SolrCore 'testCreateReloadDeleteAllTlog_shard3_replica_t1' using configuration from configset conf, trusted=true 2> 23939 INFO (qtp861377526-244) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node15 x:testCreateReloadDeleteAllTlog_shard2_replica_t6] o.a.s.c.CoreContainer Creating SolrCore 'testCreateReloadDeleteAllTlog_shard2_replica_t6' using configuration from configset conf, trusted=true 2> 23939 INFO (qtp861377526-245) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node16 x:testCreateReloadDeleteAllTlog_shard3_replica_t7] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id 2> 23940 INFO (qtp861377526-210) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node11 x:testCreateReloadDeleteAllTlog_shard1_replica_t2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id 2> 23940 INFO (qtp861377526-210) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node11 x:testCreateReloadDeleteAllTlog_shard1_replica_t2] o.a.s.c.CoreContainer Creating SolrCore 'testCreateReloadDeleteAllTlog_shard1_replica_t2' using configuration from configset conf, trusted=true 2> 23940 INFO (qtp861377526-208) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node14 x:testCreateReloadDeleteAllTlog_shard3_replica_t5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id 2> 23940 INFO (qtp861377526-245) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node16 x:testCreateReloadDeleteAllTlog_shard3_replica_t7] o.a.s.c.CoreContainer Creating SolrCore 'testCreateReloadDeleteAllTlog_shard3_replica_t7' using configuration from configset conf, trusted=true 2> 23940 INFO (qtp861377526-208) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node14 x:testCreateReloadDeleteAllTlog_shard3_replica_t5] o.a.s.c.CoreContainer Creating SolrCore 'testCreateReloadDeleteAllTlog_shard3_replica_t5' using configuration from configset conf, trusted=true 2> 23960 INFO (qtp861377526-209) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node10 x:testCreateReloadDeleteAllTlog_shard3_replica_t1] o.a.s.c.SolrCore Opening new SolrCore at [/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard3_replica_t1], dataDir=[/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard3_replica_t1/data/] 2> 23960 INFO (qtp861377526-205) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node13 x:testCreateReloadDeleteAllTlog_shard2_replica_t4] o.a.s.c.SolrCore Opening new SolrCore at [/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard2_replica_t4], dataDir=[/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard2_replica_t4/data/] 2> 23960 INFO (qtp861377526-247) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node18 x:testCreateReloadDeleteAllTlog_shard2_replica_t9] o.a.s.c.SolrCore Opening new SolrCore at [/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard2_replica_t9], dataDir=[/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard2_replica_t9/data/] 2> 23960 INFO (qtp861377526-210) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node11 x:testCreateReloadDeleteAllTlog_shard1_replica_t2] o.a.s.c.SolrCore Opening new SolrCore at [/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard1_replica_t2], dataDir=[/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard1_replica_t2/data/] 2> 23960 INFO (qtp861377526-208) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard3 r:core_node14 x:testCreateReloadDeleteAllTlog_shard3_replica_t5] o.a.s.c.SolrCore Opening new SolrCore at [/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard3_replica_t5], dataDir=[/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard3_replica_t5/data/] 2> 23961 INFO (qtp861377526-244) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard2 r:core_node15 x:testCreateReloadDeleteAllTlog_shard2_replica_t6] o.a.s.c.SolrCore Opening new SolrCore at [/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard2_replica_t6], dataDir=[/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard2_replica_t6/data/] 2> 23960 INFO (qtp861377526-246) [n:127.0.0.1:38149_solr c:testCreateReloadDeleteAllTlog s:shard1 r:core_node17 x:testCreateReloadDeleteAllTlog_shard1_replica_t8] o.a.s.c.SolrCore Opening new SolrCore at [/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cloud.api.collections.CollectionReloadTest_CF8149812C8568A9-001/tempDir-001/node1/testCreateReloadDeleteAllTlog_shard1_replica_t8], dataDir=[/tmp/src/solr/solr/core/build/tmp/tests [...truncated too long message...] mezone=Pacific/Chuuk 2> NOTE: Linux 5.4.0-100-generic amd64/Oracle Corporation 11.0.16 (64-bit)/cpus=1,threads=2,free=175788208,total=331350016 2> NOTE: All tests run in this JVM: [TestDocumentBuilder, OverseerTaskQueueTest, CollectionReloadTest] WARNING: Test org.apache.solr.schema.DocValuesTest wrote 10,705,703 bytes of output. WARNING: Test org.apache.solr.TestRandomFaceting wrote 14,063,126 bytes of output. WARNING: Test org.apache.solr.search.facet.TestCloudJSONFacetSKG wrote 25,818,935 bytes of output. WARNING: Test org.apache.solr.search.facet.TestCloudJSONFacetSKGEquiv wrote 15,756,274 bytes of output. WARNING: Test org.apache.solr.schema.TestCloudSchemaless wrote 18,643,848 bytes of output. > Task :solr:modules:hdfs:test :solr:modules:hdfs:test (SUCCESS): 101 test(s), 41 skipped > Task :solr:modules:hdfs:wipeTaskTemp > Task :solr:modules:hdfs:check > Task :solr:core:test :solr:core:test (FAILURE): 4733 test(s), 4 failure(s), 201 skipped 4733 tests completed, 4 failed, 201 skipped > Task :solr:core:test FAILED > Task :solr:core:wipeTaskTemp > Task :solr:packaging:integrationTests ok 4 create for non cloud mode ok 5 create for cloud mode ok 6 create collection ok 7 reject d option with invalid config dir ok 8 accept d option with builtin config ok 9 accept d option with explicit path to config ok 10 accept n option as config name ok 11 allow config reuse when n option specifies same config ok 12 create multisharded collections when s provided ok 13 create replicated collections when rf provided ok 14 can delete collections ok 15 collection delete also deletes zk config ok 16 deletes accompanying zk config with nondefault name ok 17 deleteConfig option can opt to leave config in zk ok 18 SOLR16755 test works with noprompt ok 19 Check export command ok 20 export fails on non cloud mode ok 21 start help flag prints help ok 22 stop help flag prints help ok 23 restart help flag prints help ok 24 status help flag prints help # skip Currently the status -help flag doesn't return nice help text! ok 25 healthcheck help flag prints help ok 26 create help flag prints help ok 27 createcore help flag prints help ok 28 createcollection help flag prints help ok 29 delete help flag prints help ok 30 version help flag prints help # skip Currently the version -help flag doesn't return nice help text! ok 31 zk help flag prints help ok 32 auth help flag prints help ok 33 assert help flag prints help # skip Currently the assert -help flag doesn't return nice help text! ok 34 SQL Module ok 35 Hadoop-Auth Module: KerberosPlugin Classloading ok 36 icu collation in analysis-extras module not ok 37 Affinity placement plugin using sysprop # (from function `collection_exists' in file test/bats_helper.bash, line 93, # in test file test/test_placement_plugin.bats, line 36) # `collection_exists COLL_NAME' failed # WARN - 2023-05-06 16:10:54.670; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes # WARN - 2023-05-06 16:10:54.730; org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes # Please find the SOLR_HOME snapshot for failed test #1 at: /tmp/src/solr/solr/packaging/build/test-output/failure-snapshots/37-1 # WARN - 2023-05-06 16:10:55.777; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes # WARN - 2023-05-06 16:10:55.837; org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes # Last output: # WARNING: Using _default configset with data driven schema functionality. NOT RECOMMENDED for production use. # To turn off: bin/solr config -c COLL_NAME -p 8983 -action set-user-property -property update.autoCreateFields -value false # WARN - 2023-05-06 16:10:52.952; org.apache.solr.common.cloud.SolrZkClient; Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes # WARN - 2023-05-06 16:10:52.997; org.apache.solr.common.cloud.SolrZkClient; Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes # # ERROR: Error from server at http://localhost:8983/solr/admin/collections?action=CREATE&name=COLL_NAME&collection.configName=COLL_NAME&numShards=1&nrtReplicas=1&wt=javabin&version=2: org.apache.solr.cluster.placement.PlacementException: Not enough eligible nodes to place 1 replica(s) of type NRT for shard shard1 of collection COLL_NAME ok 38 Affinity placement plugin using ENV ok 39 post solr log into solr ok 40 start solr with ssl ok 41 SOLR11740 check f ok 42 status detects locally running solr ok 43 status does not expose cli parameters to end user ok 44 listing out files ok 45 copying files around ok 46 upconfig > Task :solr:packaging:integrationTests FAILED ERROR: The following test(s) have failed: - org.apache.solr.cli.TestSolrCLIRunExample.testInteractiveSolrCloudExample (:solr:core) Test output: /tmp/src/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cli.TestSolrCLIRunExample.txt Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cli.TestSolrCLIRunExample.testInteractiveSolrCloudExample" -Ptests.jvms=96 "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=CF8149812C8568A9 -Ptests.file.encoding=ISO-8859-1 - org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeleteAllTlog {seed=[CF8149812C8568A9:49F600988124A230]} (:solr:core) Test output: /tmp/src/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.api.collections.CollectionReloadTest.txt Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeleteAllTlog {seed=[CF8149812C8568A9:49F600988124A230]}" -Ptests.jvms=96 "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=CF8149812C8568A9 -Ptests.file.encoding=ISO-8859-1 - org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeleteAllNrt {seed=[CF8149812C8568A9:645A901D0A3D491E]} (:solr:core) Test output: /tmp/src/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.api.collections.CollectionReloadTest.txt Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeleteAllNrt {seed=[CF8149812C8568A9:645A901D0A3D491E]}" -Ptests.jvms=96 "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=CF8149812C8568A9 -Ptests.file.encoding=ISO-8859-1 - org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeletePull {seed=[CF8149812C8568A9:81C08F639F6C4E50]} (:solr:core) Test output: /tmp/src/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.api.collections.CollectionReloadTest.txt Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.CollectionReloadTest.testCreateReloadDeletePull {seed=[CF8149812C8568A9:81C08F639F6C4E50]}" -Ptests.jvms=96 "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=CF8149812C8568A9 -Ptests.file.encoding=ISO-8859-1 FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':solr:core:test'. > There were failing tests. See the results at: > file:///tmp/src/solr/solr/core/build/test-results/test/ * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== 2: Task failed with an exception. ----------- * Where: Build file '/tmp/src/solr/solr/packaging/build.gradle' line: 285 * What went wrong: Execution failed for task ':solr:packaging:integrationTests'. > Process 'command > '/tmp/src/solr/.gradle/node/packaging/node_modules/bats/bin/bats'' finished > with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. ============================================================================== * Get more help at https://help.gradle.org BUILD FAILED in 14m 52s 625 actionable tasks: 609 executed, 16 up-to-date [0m[?12l[?25h ------------------------------------------------------------------------ Build Failed: returned 1 Total time: 15m13s ------------------------------------------------------------------------ + status=1 + ./crave pull '**/build/**/test/TEST-*.xml' '**/*.events' 'heapdumps/**' '**/hs_err_pid*' [31mError:[0m rsync: [sender] change_dir "/tmp/src/solr/heapdumps" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1675) [Receiver=3.1.2] rsync: [Receiver] write error: Broken pipe (32) + exit 1 Build step 'Execute shell' marked build as failure Archiving artifacts Recording test results [Checks API] No suitable checks publisher found. Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
