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

8 tests failed.
FAILED:  
org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.classMethod

Error Message:
org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from server 
at http://127.0.0.1:64274/solr: Underlying core creation failed while creating 
collection: test_col

Stack Trace:
org.apache.solr.client.solrj.SolrClient$RemoteSolrException: Error from server 
at http://127.0.0.1:64274/solr: Underlying core creation failed while creating 
collection: test_col
        at __randomizedtesting.SeedInfo.seed([1BDBD7BA491B4004]:0)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:710)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:251)
        at 
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:516)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:498)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:525)
        at 
app//org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:467)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1083)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:778)
        at 
app//org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:711)
        at 
app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:283)
        at 
app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:303)
        at 
app//org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:105)
        at 
java.base@24/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
        at java.base@24/java.lang.reflect.Method.invoke(Method.java:565)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1763)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:886)
        at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
        at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
        at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
        at 
app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
        at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
        at java.base@24/java.lang.Thread.run(Thread.java:1447)


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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


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

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

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

Reply via email to