You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@solr.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2023/06/15 02:00:07 UTC

[JENKINS] Solr-main-Linux (64bit/hotspot/jdk-17.0.5) - Build # 12734 - Unstable!

Build: https://jenkins.thetaphi.de/job/Solr-main-Linux/12734/
Java: 64bit/hotspot/jdk-17.0.5 -XX:-UseCompressedOops -XX:+UseSerialGC

6 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1376, name=coreZkRegister-763-thread-1, state=RUNNABLE, group=TGRP-DeleteReplicaTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1376, name=coreZkRegister-763-thread-1, state=RUNNABLE, group=TGRP-DeleteReplicaTest]
	at __randomizedtesting.SeedInfo.seed([EBF2F8D3300FFA2F:81E4990358FDB0E5]:0)
Caused by: java.lang.AssertionError: Failed to delete replica
	at __randomizedtesting.SeedInfo.seed([EBF2F8D3300FFA2F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.DeleteReplicaTest.lambda$raceConditionOnDeleteAndRegisterReplica$10(DeleteReplicaTest.java:406)
	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:211)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6819, name=parallelCoreAdminAPIBaseExecutor-3387-thread-3-processing-127.0.0.1:41621_solr backuprestore_testok_restored_shard2_replica_p9 1974056e-0194-472e-ab90-ee03d201373e1850381883122447 create, state=RUNNABLE, group=TGRP-TestLocalFSCloudBackupRestore], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6819, name=parallelCoreAdminAPIBaseExecutor-3387-thread-3-processing-127.0.0.1:41621_solr backuprestore_testok_restored_shard2_replica_p9 1974056e-0194-472e-ab90-ee03d201373e1850381883122447 create, state=RUNNABLE, group=TGRP-TestLocalFSCloudBackupRestore], registration stack trace below.
	at java.base@17.0.5/java.lang.Thread.getStackTrace(Thread.java:1610)
	at app//com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:157)
	at app//org.apache.lucene.tests.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:810)
	at app//org.apache.lucene.tests.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1458)
	at app//org.apache.lucene.tests.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1329)
	at app//org.apache.lucene.tests.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1311)
	at app//org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:51)
	at app//org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:368)
	at app//org.apache.solr.core.SolrCore.initSnapshotMetaDataManager(SolrCore.java:614)
	at app//org.apache.solr.core.SolrCore.<init>(SolrCore.java:1126)
	at app//org.apache.solr.core.SolrCore.<init>(SolrCore.java:1055)
	at app//org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1668)
	at app//org.apache.solr.core.CoreContainer.create(CoreContainer.java:1534)
	at app//org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:112)
	at app//org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:400)
	at app//org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:353)
	at app//org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:225)
	at app//org.apache.solr.handler.admin.CoreAdminHandler$CoreAdminAsyncTracker.lambda$submitAsyncTask$0(CoreAdminHandler.java:444)
	at app//com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:212)
	at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
	at java.base@17.0.5/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.5/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.5/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.AssertionError: Directory not closed: RawDirectoryWrapper(ByteBuffersDirectory@4772b9fa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@94764ac)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.lucene.tests.util.CloseableDirectory.close(CloseableDirectory.java:43)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:789)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:225)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.afterAlways(RandomizedRunner.java:805)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	... 1 more


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6819, name=parallelCoreAdminAPIBaseExecutor-3387-thread-3-processing-127.0.0.1:41621_solr backuprestore_testok_restored_shard2_replica_p9 1974056e-0194-472e-ab90-ee03d201373e1850381883122447 create, state=RUNNABLE, group=TGRP-TestLocalFSCloudBackupRestore], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6819, name=parallelCoreAdminAPIBaseExecutor-3387-thread-3-processing-127.0.0.1:41621_solr backuprestore_testok_restored_shard2_replica_p9 1974056e-0194-472e-ab90-ee03d201373e1850381883122447 create, state=RUNNABLE, group=TGRP-TestLocalFSCloudBackupRestore], registration stack trace below.
	at java.base@17.0.5/java.lang.Thread.getStackTrace(Thread.java:1610)
	at app//com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:157)
	at app//org.apache.lucene.tests.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:810)
	at app//org.apache.lucene.tests.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1464)
	at app//org.apache.lucene.tests.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1329)
	at app//org.apache.lucene.tests.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1311)
	at app//org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:51)
	at app//org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:368)
	at app//org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:419)
	at app//org.apache.solr.core.SolrCore.initIndex(SolrCore.java:864)
	at app//org.apache.solr.core.SolrCore.<init>(SolrCore.java:1130)
	at app//org.apache.solr.core.SolrCore.<init>(SolrCore.java:1055)
	at app//org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1668)
	at app//org.apache.solr.core.CoreContainer.create(CoreContainer.java:1534)
	at app//org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:112)
	at app//org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:400)
	at app//org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:353)
	at app//org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:225)
	at app//org.apache.solr.handler.admin.CoreAdminHandler$CoreAdminAsyncTracker.lambda$submitAsyncTask$0(CoreAdminHandler.java:444)
	at app//com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:212)
	at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
	at java.base@17.0.5/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.5/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.5/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.AssertionError: Directory not closed: MockDirectoryWrapper(ByteBuffersDirectory@3b1a4e27 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b44b1b6)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.lucene.tests.util.CloseableDirectory.close(CloseableDirectory.java:43)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:789)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:225)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.afterAlways(RandomizedRunner.java:805)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	... 1 more


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6815, name=recoveryExecutor-3377-thread-1-processing-backuprestore_testok_restored_shard2_replica_p9 1974056e-0194-472e-ab90-ee03d201373e1850381883122447 core_node10 create 127.0.0.1:41621_solr backuprestore_testok_restored shard2, state=RUNNABLE, group=TGRP-TestLocalFSCloudBackupRestore], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6815, name=recoveryExecutor-3377-thread-1-processing-backuprestore_testok_restored_shard2_replica_p9 1974056e-0194-472e-ab90-ee03d201373e1850381883122447 core_node10 create 127.0.0.1:41621_solr backuprestore_testok_restored shard2, state=RUNNABLE, group=TGRP-TestLocalFSCloudBackupRestore], registration stack trace below.
	at java.base@17.0.5/java.lang.Thread.getStackTrace(Thread.java:1610)
	at app//com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:157)
	at app//org.apache.lucene.tests.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:810)
	at app//org.apache.lucene.tests.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1464)
	at app//org.apache.lucene.tests.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1329)
	at app//org.apache.lucene.tests.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1311)
	at app//org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:51)
	at app//org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:368)
	at app//org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:614)
	at app//org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:424)
	at app//org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:462)
	at app//org.apache.solr.cloud.RecoveryStrategy.replicate(RecoveryStrategy.java:247)
	at app//org.apache.solr.cloud.RecoveryStrategy.doReplicateOnlyRecovery(RecoveryStrategy.java:396)
	at app//org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:337)
	at app//org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:311)
	at app//com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:212)
	at java.base@17.0.5/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base@17.0.5/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
	at java.base@17.0.5/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.5/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.5/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.AssertionError: Directory not closed: MockDirectoryWrapper(ByteBuffersDirectory@4767da5c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d78d4e5)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.lucene.tests.util.CloseableDirectory.close(CloseableDirectory.java:43)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:789)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:225)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.afterAlways(RandomizedRunner.java:805)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	... 1 more


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6825, name=indexFetcher-3518-thread-1, state=RUNNABLE, group=TGRP-TestLocalFSCloudBackupRestore], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=6825, name=indexFetcher-3518-thread-1, state=RUNNABLE, group=TGRP-TestLocalFSCloudBackupRestore], registration stack trace below.
	at java.base@17.0.5/java.lang.Thread.getStackTrace(Thread.java:1610)
	at app//com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:157)
	at app//org.apache.lucene.tests.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:810)
	at app//org.apache.lucene.tests.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1458)
	at app//org.apache.lucene.tests.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1329)
	at app//org.apache.lucene.tests.util.LuceneTestCase.newDirectory(LuceneTestCase.java:1311)
	at app//org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:51)
	at app//org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:368)
	at app//org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:614)
	at app//org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:424)
	at app//org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:462)
	at app//org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$13(ReplicationHandler.java:1317)
	at java.base@17.0.5/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base@17.0.5/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base@17.0.5/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base@17.0.5/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base@17.0.5/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base@17.0.5/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.AssertionError: Directory not closed: RawDirectoryWrapper(ByteBuffersDirectory@61a404bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b539dcd)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.lucene.tests.util.CloseableDirectory.close(CloseableDirectory.java:43)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4$1.apply(RandomizedRunner.java:789)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:225)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.afterAlways(RandomizedRunner.java:805)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	... 1 more


FAILED:  org.apache.solr.cloud.api.collections.TestLocalFSCloudBackupRestore.classMethod

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6868, name=coreCloseExecutor-3550-thread-8, state=RUNNABLE, group=TGRP-TestLocalFSCloudBackupRestore]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=6868, name=coreCloseExecutor-3550-thread-8, state=RUNNABLE, group=TGRP-TestLocalFSCloudBackupRestore]
Caused by: java.lang.AssertionError: 1
	at __randomizedtesting.SeedInfo.seed([EBF2F8D3300FFA2F]:0)
	at org.apache.solr.core.CachingDirectoryFactory.close(CachingDirectoryFactory.java:201)
	at org.apache.solr.core.SolrCore.doClose(SolrCore.java:1884)
	at org.apache.solr.core.SolrCore.close(SolrCore.java:1759)
	at org.apache.solr.core.SolrCores.lambda$close$0(SolrCores.java:128)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)