Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27752/
Java: 64bit/jdk-14.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC
8 tests failed.
FAILED:
org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast
Error Message:
Request should fail after trying all replica nodes once
Stack Trace:
junit.framework.AssertionFailedError: Request should fail after trying all
replica nodes once
at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:7D9DA1CDF296F0EF]:0)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
at
org.apache.solr.cloud.TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast(TestQueryingOnDownCollection.java:92)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED:
org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed
Error Message:
Expected exception SolrServerException but no exception was thrown
Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrServerException
but no exception was thrown
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2750)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2740)
at
org.apache.solr.client.solrj.impl.LBSolrClientTest.testServerIteratorTimeAllowed(LBSolrClientTest.java:77)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
at
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
FAILED: org.apache.solr.core.TestConfigOverlay.testPaths
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:FC6C454241EFB31F]:0)
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED: org.apache.solr.core.TestConfigOverlay.testPaths
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:FC6C454241EFB31F]:0)
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED: org.apache.solr.core.TestConfigOverlay.testPaths
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:FC6C454241EFB31F]:0)
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED: org.apache.solr.core.TestConfigOverlay.testPaths
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:FC6C454241EFB31F]:0)
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED: org.apache.solr.core.TestConfigOverlay.testPaths
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:FC6C454241EFB31F]:0)
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:832)
FAILED: org.apache.solr.core.TestConfigOverlay.testPaths
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:FC6C454241EFB31F]:0)
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
at java.base/java.lang.Thread.run(Thread.java:832)
Build Log:
[...truncated 12217 lines...]
[junit4] Suite: org.apache.solr.core.TestConfigOverlay
[junit4] 2> 64567 INFO
(SUITE-TestConfigOverlay-seed#[AE40886755A79993]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestConfigOverlay
-Dtests.method=testPaths -Dtests.seed=AE40886755A79993 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=qu-PE -Dtests.timezone=Europe/Sarajevo
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.00s J2 | TestConfigOverlay.testPaths <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:FC6C454241EFB31F]:0)
[junit4] > at
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:832)
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=qu-PE,
timezone=Europe/Sarajevo
[junit4] 2> NOTE: Linux 5.4.0-40-generic amd64/AdoptOpenJDK 14.0.1
(64-bit)/cpus=16,threads=1,free=260034872,total=528482304
[junit4] 2> NOTE: All tests run in this JVM: [OverseerTaskQueueTest,
ClusterStateTest, TestCustomDocTransformer, ZookeeperStatusHandlerTest,
TestFaceting, ChaosMonkeySafeLeaderTest, TestConfigOverlay]
[junit4] Completed [34/866 (1!)] on J2 in 0.02s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 258 lines...]
[junit4] Suite: org.apache.solr.cloud.TestQueryingOnDownCollection
[junit4] 2> 154011 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
[junit4] 2> 154011 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestQueryingOnDownCollection_AE40886755A79993-001/data-dir-27-001
[junit4] 2> 154011 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 154011 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 154012 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 154012 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestQueryingOnDownCollection_AE40886755A79993-001/tempDir-001
[junit4] 2> 154012 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 154012 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
[junit4] 2> 154012 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 154013 WARN (ZkTestServer Run Thread) [ ]
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
[junit4] 2> 154112 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port: 35099
[junit4] 2> 154112 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35099
[junit4] 2> 154112 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35099
[junit4] 2> 154112 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 35099
[junit4] 2> 154116 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 154124 INFO (zkConnectionManagerCallback-1280-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 154124 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 154134 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 154135 INFO (zkConnectionManagerCallback-1282-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 154135 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 154139 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 154143 INFO (zkConnectionManagerCallback-1284-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 154143 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 154284 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 154285 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 154285 INFO (jetty-launcher-1285-thread-1) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
[junit4] 2> 154289 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 154289 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 154290 INFO (jetty-launcher-1285-thread-2) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
[junit4] 2> 154304 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 154304 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 154304 INFO (jetty-launcher-1285-thread-3) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
[junit4] 2> 154392 INFO (jetty-launcher-1285-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 154392 INFO (jetty-launcher-1285-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 154392 INFO (jetty-launcher-1285-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 154403 INFO (jetty-launcher-1285-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 154403 INFO (jetty-launcher-1285-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 154404 INFO (jetty-launcher-1285-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 154410 INFO (jetty-launcher-1285-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@45c7f409{/solr,null,AVAILABLE}
[junit4] 2> 154411 INFO (jetty-launcher-1285-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 154411 INFO (jetty-launcher-1285-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 154412 INFO (jetty-launcher-1285-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 154428 INFO (jetty-launcher-1285-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1847fdb1{/solr,null,AVAILABLE}
[junit4] 2> 154428 INFO (jetty-launcher-1285-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3fec81f3{/solr,null,AVAILABLE}
[junit4] 2> 154447 INFO (jetty-launcher-1285-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5b2a2a56{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:36969}
[junit4] 2> 154447 INFO (jetty-launcher-1285-thread-3) [ ]
o.e.j.s.Server Started @154482ms
[junit4] 2> 154447 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36969}
[junit4] 2> 154447 ERROR (jetty-launcher-1285-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 154447 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 154447 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 154447 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 154447 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr
[junit4] 2> 154447 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-08-23T01:43:41.456723Z
[junit4] 2> 154459 INFO (jetty-launcher-1285-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@39077fc2{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:42179}
[junit4] 2> 154459 INFO (jetty-launcher-1285-thread-1) [ ]
o.e.j.s.Server Started @154494ms
[junit4] 2> 154459 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42179}
[junit4] 2> 154459 ERROR (jetty-launcher-1285-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 154459 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 154459 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 154459 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 154459 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr
[junit4] 2> 154459 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-08-23T01:43:41.468918Z
[junit4] 2> 154460 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 154460 INFO (jetty-launcher-1285-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@73fca419{HTTP/1.1, (http/1.1,
h2c)}{127.0.0.1:33833}
[junit4] 2> 154460 INFO (jetty-launcher-1285-thread-2) [ ]
o.e.j.s.Server Started @154495ms
[junit4] 2> 154460 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33833}
[junit4] 2> 154460 ERROR (jetty-launcher-1285-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 154460 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 154460 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
9.0.0
[junit4] 2> 154460 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 154460 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr
[junit4] 2> 154460 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-08-23T01:43:41.469828Z
[junit4] 2> 154462 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 154462 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 154475 INFO (zkConnectionManagerCallback-1287-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 154475 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 154476 INFO (zkConnectionManagerCallback-1291-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 154476 INFO (zkConnectionManagerCallback-1289-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 154476 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 154476 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 154476 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 154476 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 154480 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 154481 WARN
(jetty-launcher-1285-thread-1-SendThread(127.0.0.1:35099)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x100abe8d7e10005.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x100abe8d7e10005, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x100abe8d7e10005, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
~[zookeeper-3.6.1.jar:3.6.1]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348)
~[zookeeper-3.6.1.jar:3.6.1]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262)
[zookeeper-3.6.1.jar:3.6.1]
[junit4] 2> 154485 WARN
(jetty-launcher-1285-thread-2-SendThread(127.0.0.1:35099)) [ ]
o.a.z.ClientCnxn An exception was thrown while closing send thread for session
0x100abe8d7e10004.
[junit4] 2> => EndOfStreamException: Unable to read additional
data from server sessionid 0x100abe8d7e10004, likely server has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
[junit4] 2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable
to read additional data from server sessionid 0x100abe8d7e10004, likely server
has closed socket
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
~[zookeeper-3.6.1.jar:3.6.1]
[junit4] 2> at
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348)
~[zookeeper-3.6.1.jar:3.6.1]
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262)
[zookeeper-3.6.1.jar:3.6.1]
[junit4] 2> 154583 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 154585 WARN (jetty-launcher-1285-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@10499488[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154585 WARN (jetty-launcher-1285-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@10499488[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154594 WARN (jetty-launcher-1285-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@29d4fd0e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154594 WARN (jetty-launcher-1285-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@29d4fd0e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154596 INFO (jetty-launcher-1285-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35099/solr
[junit4] 2> 154599 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 154601 INFO (zkConnectionManagerCallback-1301-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 154601 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 154683 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 154684 WARN (jetty-launcher-1285-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6cdbf885[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154684 WARN (jetty-launcher-1285-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6cdbf885[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154690 WARN (jetty-launcher-1285-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2ff83ce0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154690 WARN (jetty-launcher-1285-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2ff83ce0[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154690 INFO (jetty-launcher-1285-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35099/solr
[junit4] 2> 154691 INFO (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 154692 INFO (zkConnectionManagerCallback-1313-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 154692 INFO (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 154693 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:42179_solr
[junit4] 2> 154693 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.c.Overseer Overseer
(id=72246610580537350-127.0.0.1:42179_solr-n_0000000000) starting
[junit4] 2> 154695 INFO (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33833_solr
[junit4] 2> 154696 INFO
(OverseerStateUpdate-72246610580537350-127.0.0.1:42179_solr-n_0000000000)
[n:127.0.0.1:42179_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:42179_solr
[junit4] 2> 154696 INFO (zkCallback-1312-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 154696 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:42179_solr as DOWN
[junit4] 2> 154696 INFO (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 154696 INFO
(OverseerStateUpdate-72246610580537350-127.0.0.1:42179_solr-n_0000000000)
[n:127.0.0.1:42179_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 154697 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 1000 transient cores
[junit4] 2> 154697 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42179_solr
[junit4] 2> 154697 INFO (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 154697 INFO (zkCallback-1312-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 154697 INFO (zkCallback-1300-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 154699 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 154700 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 154704 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 154706 INFO (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 154714 WARN (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.c.CoreContainer Solr authentication is
enabled, but SSL is off. Consider enabling SSL to protect user credentials and
data with encryption.
[junit4] 2> 154714 WARN (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.c.CoreContainer Solr authentication is
enabled, but SSL is off. Consider enabling SSL to protect user credentials and
data with encryption.
[junit4] 2> 154722 INFO (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 154722 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 154738 INFO (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33833.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@142b9753
[junit4] 2> 154748 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42179.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@142b9753
[junit4] 2> 154751 INFO (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33833.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@142b9753
[junit4] 2> 154751 INFO (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33833.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@142b9753
[junit4] 2> 154752 INFO (jetty-launcher-1285-thread-2)
[n:127.0.0.1:33833_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestQueryingOnDownCollection_AE40886755A79993-001/tempDir-001/node2
[junit4] 2> 154756 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42179.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@142b9753
[junit4] 2> 154757 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42179.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@142b9753
[junit4] 2> 154758 INFO (jetty-launcher-1285-thread-1)
[n:127.0.0.1:42179_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestQueryingOnDownCollection_AE40886755A79993-001/tempDir-001/node1
[junit4] 2> 154783 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 154784 WARN (jetty-launcher-1285-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6ec55ca4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154784 WARN (jetty-launcher-1285-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6ec55ca4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154786 WARN (jetty-launcher-1285-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@7136f767[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154786 WARN (jetty-launcher-1285-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@7136f767[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 154787 INFO (jetty-launcher-1285-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35099/solr
[junit4] 2> 154795 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 154795 INFO (zkConnectionManagerCallback-1339-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 154795 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 154797 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 154805 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:36969_solr as DOWN
[junit4] 2> 154806 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 1000 transient cores
[junit4] 2> 154806 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36969_solr
[junit4] 2> 154806 INFO (zkCallback-1312-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 154806 INFO (zkCallback-1300-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 154808 INFO (zkCallback-1338-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 154808 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 154809 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.c.CoreContainer Initializing authorization
plugin: solr.RuleBasedAuthorizationPlugin
[junit4] 2> 154809 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: solr.BasicAuthPlugin
[junit4] 2> 154809 WARN (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.c.CoreContainer Solr authentication is
enabled, but SSL is off. Consider enabling SSL to protect user credentials and
data with encryption.
[junit4] 2> 154815 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 154824 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36969.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@142b9753
[junit4] 2> 154829 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36969.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@142b9753
[junit4] 2> 154829 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36969.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@142b9753
[junit4] 2> 154830 INFO (jetty-launcher-1285-thread-3)
[n:127.0.0.1:36969_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestQueryingOnDownCollection_AE40886755A79993-001/tempDir-001/node3
[junit4] 2> 154840 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
[junit4] 2> 154843 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 154844 INFO (zkConnectionManagerCallback-1352-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 154844 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 154845 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 154845 INFO
(SUITE-TestQueryingOnDownCollection-seed#[AE40886755A79993]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35099/solr ready
[junit4] 2> 154863 INFO
(TEST-TestQueryingOnDownCollection.testQueryToDownCollectionShouldFailFast-seed#[AE40886755A79993])
[ ] o.a.s.SolrTestCaseJ4 ###Starting
testQueryToDownCollectionShouldFailFast
[junit4] 2> 154874 INFO (qtp2101040590-2501) [n:127.0.0.1:33833_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=infected&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 154881 INFO
(OverseerThreadFactory-1319-thread-1-processing-n:127.0.0.1:42179_solr)
[n:127.0.0.1:42179_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
infected
[junit4] 2> 155000 INFO
(OverseerStateUpdate-72246610580537350-127.0.0.1:42179_solr-n_0000000000)
[n:127.0.0.1:42179_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"infected",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"infected_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:33833/solr",
[junit4] 2> "node_name":"127.0.0.1:33833_solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 155001 INFO
(OverseerStateUpdate-72246610580537350-127.0.0.1:42179_solr-n_0000000000)
[n:127.0.0.1:42179_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"infected",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"infected_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:42179/solr",
[junit4] 2> "node_name":"127.0.0.1:42179_solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 155216 INFO (qtp935364426-2511) [n:127.0.0.1:42179_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key
params={omitHeader=true&wt=json} status=0 QTime=0
[junit4] 2> 155219 INFO (qtp935364426-2509) [ ]
o.a.s.s.PKIAuthenticationPlugin New Key obtained from node:
127.0.0.1:42179_solr /
MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMgmSVfl+E2Nj/oKAP2TceWh17pk6Ugsw5A5nLH+OeMB/WeWJZg/NEDda8SXfQDEVRmw5P+2IZypPASzfCrc6yECAwEAAQ==
[junit4] 2> 155220 INFO (qtp935364426-2511) [n:127.0.0.1:42179_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key
params={omitHeader=true&wt=json} status=0 QTime=0
[junit4] 2> 155221 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
x:infected_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=infected_shard2_replica_n2&action=CREATE&numShards=2&collection=infected&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 155223 INFO (qtp2101040590-2507) [ ]
o.a.s.s.PKIAuthenticationPlugin New Key obtained from node:
127.0.0.1:42179_solr /
MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMgmSVfl+E2Nj/oKAP2TceWh17pk6Ugsw5A5nLH+OeMB/WeWJZg/NEDda8SXfQDEVRmw5P+2IZypPASzfCrc6yECAwEAAQ==
[junit4] 2> 155224 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
x:infected_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=infected_shard1_replica_n1&action=CREATE&numShards=2&collection=infected&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 155224 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
x:infected_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 1000 transient cores
[junit4] 2> 155246 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 155254 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 155257 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.s.IndexSchema Schema name=minimal
[junit4] 2> 155270 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 155270 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'infected_shard1_replica_n1' using
configuration from configset conf, trusted=true
[junit4] 2> 155270 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33833.solr.core.infected.shard1.replica_n1' (registry
'solr.core.infected.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@142b9753
[junit4] 2> 155270 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.SolrCore [[infected_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestQueryingOnDownCollection_AE40886755A79993-001/tempDir-001/node2/infected_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestQueryingOnDownCollection_AE40886755A79993-001/tempDir-001/node2/infected_shard1_replica_n1/data/]
[junit4] 2> 155272 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.s.IndexSchema Schema name=minimal
[junit4] 2> 155273 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 155273 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.CoreContainer Creating SolrCore 'infected_shard2_replica_n2' using
configuration from configset conf, trusted=true
[junit4] 2> 155274 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42179.solr.core.infected.shard2.replica_n2' (registry
'solr.core.infected.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@142b9753
[junit4] 2> 155274 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.SolrCore [[infected_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestQueryingOnDownCollection_AE40886755A79993-001/tempDir-001/node1/infected_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestQueryingOnDownCollection_AE40886755A79993-001/tempDir-001/node1/infected_shard2_replica_n2/data/]
[junit4] 2> 155336 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 155336 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 155337 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 155337 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 155339 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 155339 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 155339 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 155339 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1675778612105576448
[junit4] 2> 155341 INFO
(searcherExecutor-1354-thread-1-processing-n:127.0.0.1:33833_solr
x:infected_shard1_replica_n1 c:infected s:shard1 r:core_node3)
[n:127.0.0.1:33833_solr c:infected s:shard1 r:core_node3
x:infected_shard1_replica_n1 ] o.a.s.c.SolrCore [infected_shard1_replica_n1]
Registered new searcher autowarm time: 0 ms
[junit4] 2> 155342 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/infected/terms/shard1 to Terms{values={core_node3=0}, version=0}
[junit4] 2> 155343 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/infected/leaders/shard1
[junit4] 2> 155344 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 155344 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 155345 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:33833/solr/infected_shard1_replica_n1/
[junit4] 2> 155345 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 155345 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.SyncStrategy http://127.0.0.1:33833/solr/infected_shard1_replica_n1/
has no replicas
[junit4] 2> 155345 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/infected/leaders/shard1/leader after winning as
/collections/infected/leader_elect/shard1/election/72246610580537351-core_node3-n_0000000000
[junit4] 2> 155352 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:33833/solr/infected_shard1_replica_n1/ shard1
[junit4] 2> 155359 INFO (zkCallback-1312-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155363 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 155364 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 155365 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 155365 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 155375 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 155375 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 155376 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 155376 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1675778612144373760
[junit4] 2> 155379 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/infected/terms/shard2 to Terms{values={core_node4=0}, version=0}
[junit4] 2> 155380 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/infected/leaders/shard2
[junit4] 2> 155383 INFO
(searcherExecutor-1356-thread-1-processing-n:127.0.0.1:42179_solr
x:infected_shard2_replica_n2 c:infected s:shard2 r:core_node4)
[n:127.0.0.1:42179_solr c:infected s:shard2 r:core_node4
x:infected_shard2_replica_n2 ] o.a.s.c.SolrCore [infected_shard2_replica_n2]
Registered new searcher autowarm time: 0 ms
[junit4] 2> 155395 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 155395 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 155395 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:42179/solr/infected_shard2_replica_n2/
[junit4] 2> 155395 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 155396 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.SyncStrategy http://127.0.0.1:42179/solr/infected_shard2_replica_n2/
has no replicas
[junit4] 2> 155396 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/infected/leaders/shard2/leader after winning as
/collections/infected/leader_elect/shard2/election/72246610580537350-core_node4-n_0000000000
[junit4] 2> 155397 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42179/solr/infected_shard2_replica_n2/ shard2
[junit4] 2> 155515 INFO (zkCallback-1312-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155515 INFO (zkCallback-1312-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155515 INFO (zkCallback-1300-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155515 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 155519 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 155527 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=infected_shard2_replica_n2&action=CREATE&numShards=2&collection=infected&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=306
[junit4] 2> 155527 INFO (zkCallback-1300-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155531 ERROR (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.c.ZkStateReader Collection infected is not lazy nor watched!
[junit4] 2> 155536 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=infected_shard1_replica_n1&action=CREATE&numShards=2&collection=infected&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=312
[junit4] 2> 155558 INFO (qtp2101040590-2501) [n:127.0.0.1:33833_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 155628 INFO (zkCallback-1300-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155628 INFO (zkCallback-1300-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155628 INFO (zkCallback-1312-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155628 INFO (zkCallback-1312-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155629 INFO (qtp2101040590-2501) [n:127.0.0.1:33833_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=infected&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=755
[junit4] 2> 155639 INFO (zkCallback-1312-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155641 INFO (zkCallback-1300-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155656 INFO (qtp1441648283-2526) [n:127.0.0.1:36969_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key
params={omitHeader=true&wt=json} status=0 QTime=0
[junit4] 2> 155657 INFO (qtp935364426-2512) [ ]
o.a.s.s.PKIAuthenticationPlugin New Key obtained from node:
127.0.0.1:36969_solr /
MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMgmSVfl+E2Nj/oKAP2TceWh17pk6Ugsw5A5nLH+OeMB/WeWJZg/NEDda8SXfQDEVRmw5P+2IZypPASzfCrc6yECAwEAAQ==
[junit4] 2> 155663 INFO (qtp935364426-2512) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/infected/terms/shard2 to Terms{values={core_node4=1}, version=1}
[junit4] 2> 155663 INFO (qtp935364426-2512) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.u.p.LogUpdateProcessorFactory [infected_shard2_replica_n2] webapp=/solr
path=/update params={_stateVer_=infected:4&wt=javabin&version=2}{add=[2
(1675778612441120768), 3 (1675778612443217920), 5 (1675778612443217921), 6
(1675778612443217922), 7 (1675778612443217923), 9 (1675778612443217924), 17
(1675778612443217925), 18 (1675778612443217926), 19 (1675778612443217927), 21
(1675778612443217928), ... (44 adds)]} 0 5
[junit4] 2> 155663 INFO (qtp1441648283-2526) [n:127.0.0.1:36969_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/key
params={omitHeader=true&wt=json} status=0 QTime=0
[junit4] 2> 155664 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
] o.a.s.s.PKIAuthenticationPlugin New Key obtained from node:
127.0.0.1:36969_solr /
MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMgmSVfl+E2Nj/oKAP2TceWh17pk6Ugsw5A5nLH+OeMB/WeWJZg/NEDda8SXfQDEVRmw5P+2IZypPASzfCrc6yECAwEAAQ==
[junit4] 2> 155666 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/infected/terms/shard1 to Terms{values={core_node3=1}, version=1}
[junit4] 2> 155666 INFO (qtp2101040590-2507) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.u.p.LogUpdateProcessorFactory [infected_shard1_replica_n1] webapp=/solr
path=/update params={_stateVer_=infected:4&wt=javabin&version=2}{add=[0
(1675778612447412224), 1 (1675778612447412225), 4 (1675778612447412226), 8
(1675778612447412227), 10 (1675778612447412228), 11 (1675778612447412229), 12
(1675778612447412230), 13 (1675778612447412231), 14 (1675778612447412232), 15
(1675778612447412233), ... (56 adds)]} 0 2
[junit4] 2> 155701 INFO
(searcherExecutor-1354-thread-1-processing-n:127.0.0.1:33833_solr
x:infected_shard1_replica_n1 c:infected s:shard1 r:core_node3)
[n:127.0.0.1:33833_solr c:infected s:shard1 r:core_node3
x:infected_shard1_replica_n1 ] o.a.s.c.SolrCore [infected_shard1_replica_n1]
Registered new searcher autowarm time: 0 ms
[junit4] 2> 155701 INFO (qtp2101040590-2501) [n:127.0.0.1:33833_solr
c:infected s:shard1 r:core_node3 x:infected_shard1_replica_n1 ]
o.a.s.u.p.LogUpdateProcessorFactory [infected_shard1_replica_n1] webapp=/solr
path=/update
params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:42179/solr/infected_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 8
[junit4] 2> 155712 INFO
(searcherExecutor-1356-thread-1-processing-n:127.0.0.1:42179_solr
x:infected_shard2_replica_n2 c:infected s:shard2 r:core_node4)
[n:127.0.0.1:42179_solr c:infected s:shard2 r:core_node4
x:infected_shard2_replica_n2 ] o.a.s.c.SolrCore [infected_shard2_replica_n2]
Registered new searcher autowarm time: 0 ms
[junit4] 2> 155713 INFO (qtp935364426-2509) [n:127.0.0.1:42179_solr
c:infected s:shard2 r:core_node4 x:infected_shard2_replica_n2 ]
o.a.s.u.p.LogUpdateProcessorFactory [infected_shard2_replica_n2] webapp=/solr
path=/update
params={_stateVer_=infected:4&commit=true&wt=javabin&version=2}{commit=} 0 45
[junit4] 2> 155714 INFO (zkCallback-1312-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155714 INFO (zkCallback-1312-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155715 INFO (zkCallback-1300-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155715 INFO (zkCallback-1300-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating... (live nodes size: [3])
[junit4] 2> 155715 INFO (zkCallback-1312-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/infected/state.json]
for collection [infected] has occurred - updating...
[...truncated too long message...]
mezone=America/Winnipeg -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.01s J5 | TestConfigOverlay.testPaths <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:FC6C454241EFB31F]:0)
[junit4] > at
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:832)
[junit4] OK 0.01s J5 | TestConfigOverlay.testSetProperty
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-ES,
timezone=America/Winnipeg
[junit4] 2> NOTE: Linux 5.4.0-40-generic amd64/AdoptOpenJDK 14.0.1
(64-bit)/cpus=16,threads=1,free=434311032,total=514850816
[junit4] 2> NOTE: All tests run in this JVM: [TestConfigOverlay,
TestConfigOverlay]
[junit4] Completed [2/10 (2!)] on J5 in 0.10s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 1 lines...]
[junit4] Suite: org.apache.solr.core.TestConfigOverlay
[junit4] 2> 3396 INFO
(SUITE-TestConfigOverlay-seed#[AE40886755A79993]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestConfigOverlay
-Dtests.method=testPaths -Dtests.seed=AE40886755A79993 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-ES
-Dtests.timezone=America/Winnipeg -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.01s J5 | TestConfigOverlay.testPaths <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:FC6C454241EFB31F]:0)
[junit4] > at
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:832)
[junit4] OK 0.02s J5 | TestConfigOverlay.testSetProperty
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-ES,
timezone=America/Winnipeg
[junit4] 2> NOTE: Linux 5.4.0-40-generic amd64/AdoptOpenJDK 14.0.1
(64-bit)/cpus=16,threads=1,free=414813200,total=514850816
[junit4] 2> NOTE: All tests run in this JVM: [TestConfigOverlay,
TestConfigOverlay, TestConfigOverlay]
[junit4] Completed [3/10 (3!)] on J5 in 0.10s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 1 lines...]
[junit4] Suite: org.apache.solr.core.TestConfigOverlay
[junit4] 2> 3515 INFO
(SUITE-TestConfigOverlay-seed#[AE40886755A79993]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestConfigOverlay
-Dtests.method=testPaths -Dtests.seed=AE40886755A79993 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-ES
-Dtests.timezone=America/Winnipeg -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.00s J5 | TestConfigOverlay.testPaths <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:FC6C454241EFB31F]:0)
[junit4] > at
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:832)
[junit4] OK 0.00s J5 | TestConfigOverlay.testSetProperty
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-ES,
timezone=America/Winnipeg
[junit4] 2> NOTE: Linux 5.4.0-40-generic amd64/AdoptOpenJDK 14.0.1
(64-bit)/cpus=16,threads=1,free=397098016,total=514850816
[junit4] 2> NOTE: All tests run in this JVM: [TestConfigOverlay,
TestConfigOverlay, TestConfigOverlay, TestConfigOverlay]
[junit4] Completed [4/10 (4!)] on J5 in 0.03s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 1 lines...]
[junit4] Suite: org.apache.solr.core.TestConfigOverlay
[junit4] 2> 3784 INFO
(SUITE-TestConfigOverlay-seed#[AE40886755A79993]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestConfigOverlay
-Dtests.method=testPaths -Dtests.seed=AE40886755A79993 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-ES
-Dtests.timezone=America/Winnipeg -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.01s J5 | TestConfigOverlay.testPaths <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([AE40886755A79993:FC6C454241EFB31F]:0)
[junit4] > at
org.apache.solr.core.TestConfigOverlay.testPaths(TestConfigOverlay.java:49)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:832)
[junit4] OK 0.01s J5 | TestConfigOverlay.testSetProperty
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-ES,
timezone=America/Winnipeg
[junit4] 2> NOTE: Linux 5.4.0-40-generic amd64/AdoptOpenJDK 14.0.1
(64-bit)/cpus=16,threads=1,free=377600032,total=514850816
[junit4] 2> NOTE: All tests run in this JVM: [TestConfigOverlay,
TestConfigOverlay, TestConfigOverlay, TestConfigOverlay, TestConfigOverlay]
[junit4] Completed [5/10 (5!)] on J5 in 0.03s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 38 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1521:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1048:
There were test failures: 10 suites, 15 tests, 5 failures [seed:
AE40886755A79993]
Total time: 13 seconds
[repro] Setting last failure code to 256
[repro] Failures w/original seeds:
[repro] 0/5 failed: org.apache.solr.cloud.TestQueryingOnDownCollection
[repro] 5/5 failed: org.apache.solr.core.TestConfigOverlay
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace:
'/home/jenkins/workspace/Lucene-Solr-master-Linux')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Linux #27751' to compute new,
fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Linux
#27752'.
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]