Build: https://jenkins.thetaphi.de/job/Solr-main-Windows/7449/
Java: 64bit/hotspot/jdk-21.0.6 -XX:+UseCompressedOops -XX:+UseG1GC

5 tests failed.
FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.classMethod

Error Message:
java.lang.Exception: Error shutting down MiniSolrCloudCluster

Stack Trace:
java.lang.Exception: Error shutting down MiniSolrCloudCluster
        at __randomizedtesting.SeedInfo.seed([256BA761C1CFE6E6]:0)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.checkForExceptions(MiniSolrCloudCluster.java:771)
        at 
org.apache.solr.cloud.MiniSolrCloudCluster.shutdown(MiniSolrCloudCluster.java:680)
        at 
org.apache.solr.cloud.SolrCloudTestCase.shutdownCluster(SolrCloudTestCase.java:142)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:909)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at 
org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at 
org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
        at java.base/java.lang.Thread.run(Thread.java:1583)
        Suppressed: java.util.concurrent.TimeoutException
                at 
java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960)
                at 
java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)
                at org.eclipse.jetty.server.Server.doStop(Server.java:663)
                at 
org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
                at 
org.apache.solr.embedded.JettySolrRunner.stop(JettySolrRunner.java:630)
                at 
org.apache.solr.cloud.MiniSolrCloudCluster.stopJettySolrRunner(MiniSolrCloudCluster.java:563)
                at 
org.apache.solr.cloud.MiniSolrCloudCluster.lambda$shutdown$5(MiniSolrCloudCluster.java:672)
                at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
                at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:381)
                at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
                at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
                ... 1 more


FAILED:  org.apache.solr.core.DirectoryFactoryTest.testGetDataHomeRAMDirectory

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=14444, name=Thread-1434, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=14444, name=Thread-1434, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]
        at 
__randomizedtesting.SeedInfo.seed([256BA761C1CFE6E6:5A86A93E6C041227]:0)
Caused by: java.lang.IllegalStateException: Recording can only be started once.
        at __randomizedtesting.SeedInfo.seed([256BA761C1CFE6E6]:0)
        at 
jdk.jfr/jdk.jfr.internal.PlatformRecording.start(PlatformRecording.java:116)
        at 
jdk.jfr/jdk.jfr.consumer.RecordingStream.start(RecordingStream.java:356)
        at 
io.opentelemetry.instrumentation.runtimemetrics.java17.RuntimeMetrics$JfrRuntimeMetrics.lambda$new$2(RuntimeMetrics.java:104)
        at java.base/java.lang.Thread.run(Thread.java:1583)


FAILED:  
org.apache.solr.core.DirectoryFactoryTest.testGetDataHomeByteBuffersDirectory

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=14446, name=Thread-1435, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=14446, name=Thread-1435, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]
Caused by: java.lang.IllegalStateException: Recording can only be started once.
        at __randomizedtesting.SeedInfo.seed([256BA761C1CFE6E6]:0)
        at 
jdk.jfr/jdk.jfr.internal.PlatformRecording.start(PlatformRecording.java:116)
        at 
jdk.jfr/jdk.jfr.consumer.RecordingStream.start(RecordingStream.java:356)
        at 
io.opentelemetry.instrumentation.runtimemetrics.java17.RuntimeMetrics$JfrRuntimeMetrics.lambda$new$2(RuntimeMetrics.java:104)
        at java.base/java.lang.Thread.run(Thread.java:1583)


FAILED:  org.apache.solr.core.DirectoryFactoryTest.testGetDataHomeRAMDirectory

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=37, name=Thread-4, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=37, name=Thread-4, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]
Caused by: java.lang.IllegalStateException: Recording can only be started once.
        at __randomizedtesting.SeedInfo.seed([256BA761C1CFE6E6]:0)
        at 
jdk.jfr/jdk.jfr.internal.PlatformRecording.start(PlatformRecording.java:116)
        at 
jdk.jfr/jdk.jfr.consumer.RecordingStream.start(RecordingStream.java:356)
        at 
io.opentelemetry.instrumentation.runtimemetrics.java17.RuntimeMetrics$JfrRuntimeMetrics.lambda$new$2(RuntimeMetrics.java:104)
        at java.base/java.lang.Thread.run(Thread.java:1583)


FAILED:  
org.apache.solr.core.DirectoryFactoryTest.testGetDataHomeByteBuffersDirectory

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=41, name=Thread-6, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=41, name=Thread-6, state=RUNNABLE, 
group=TGRP-DirectoryFactoryTest]
Caused by: java.lang.IllegalStateException: Recording can only be started once.
        at __randomizedtesting.SeedInfo.seed([256BA761C1CFE6E6]:0)
        at 
jdk.jfr/jdk.jfr.internal.PlatformRecording.start(PlatformRecording.java:116)
        at 
jdk.jfr/jdk.jfr.consumer.RecordingStream.start(RecordingStream.java:356)
        at 
io.opentelemetry.instrumentation.runtimemetrics.java17.RuntimeMetrics$JfrRuntimeMetrics.lambda$new$2(RuntimeMetrics.java:104)
        at java.base/java.lang.Thread.run(Thread.java:1583)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to