You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2023/04/14 23:02:28 UTC

Build failed in Jenkins: Kafka » Kafka Branch Builder » 3.5 #2

See <https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.5/2/display/redirect>

Changes:


------------------------------------------
[...truncated 561651 lines...]
[2023-04-14T22:50:01.827Z]         at java.lang.reflect.Method.invoke(Method.java:498)
[2023-04-14T22:50:01.827Z]         at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
[2023-04-14T22:50:01.827Z]         at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
[2023-04-14T22:50:01.827Z]         at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
[2023-04-14T22:50:01.827Z]         at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
[2023-04-14T22:50:01.827Z]         at com.sun.proxy.$Proxy2.stop(Unknown Source)
[2023-04-14T22:50:01.827Z]         at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193)
[2023-04-14T22:50:01.827Z]         at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
[2023-04-14T22:50:01.827Z]         at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
[2023-04-14T22:50:01.827Z]         at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
[2023-04-14T22:50:01.827Z]         at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
[2023-04-14T22:50:01.827Z]         at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
[2023-04-14T22:50:01.827Z]         at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
[2023-04-14T22:50:01.827Z]         at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
[2023-04-14T22:50:01.827Z]         at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
[2023-04-14T22:50:11.568Z] 
[2023-04-14T22:50:11.568Z] > Task :connect:mirror:integrationTest
[2023-04-14T22:50:11.568Z] 
[2023-04-14T22:50:11.568Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testReplicateTargetDefault() PASSED
[2023-04-14T22:50:11.568Z] 
[2023-04-14T22:50:11.568Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testNoCheckpointsIfNoRecordsAreMirrored() STARTED
[2023-04-14T22:50:33.016Z] 
[2023-04-14T22:50:33.016Z] > Task :core:integrationTest
[2023-04-14T22:50:33.016Z] 
[2023-04-14T22:50:33.016Z] Gradle Test Run :core:integrationTest > Gradle Test Executor 94 > ZooKeeperClientTest > initializationError STARTED
[2023-04-14T22:50:33.016Z] kafka.zookeeper.ZooKeeperClientTest.initializationError failed, log available in /home/jenkins/jenkins-agent/712657a4/workspace/Kafka_kafka_3.5/core/build/reports/testOutput/kafka.zookeeper.ZooKeeperClientTest.initializationError.test.stdout
[2023-04-14T22:50:33.016Z] 
[2023-04-14T22:50:33.016Z] Gradle Test Run :core:integrationTest > Gradle Test Executor 94 > ZooKeeperClientTest > initializationError FAILED
[2023-04-14T22:50:33.016Z]     org.opentest4j.AssertionFailedError: Found 1 unexpected threads during @BeforeAll: `zk-client-ZooKeeperTestHarness-reinit-0-EventThread` ==> expected: <true> but was: <false>
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:211)
[2023-04-14T22:50:33.016Z]         at kafka.utils.TestUtils$.verifyNoUnexpectedThreads(TestUtils.scala:2340)
[2023-04-14T22:50:33.016Z]         at kafka.server.QuorumTestHarness$.setUpClass(QuorumTestHarness.scala:438)
[2023-04-14T22:50:33.016Z]         at kafka.server.QuorumTestHarness.setUpClass(QuorumTestHarness.scala)
[2023-04-14T22:50:33.016Z]         at sun.reflect.GeneratedMethodAccessor62.invoke(Unknown Source)
[2023-04-14T22:50:33.016Z]         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-04-14T22:50:33.016Z]         at java.lang.reflect.Method.invoke(Method.java:498)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeAllMethod(TimeoutExtension.java:70)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeBeforeAllMethods$13(ClassBasedTestDescriptor.java:411)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeBeforeAllMethods(ClassBasedTestDescriptor.java:409)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:215)
[2023-04-14T22:50:33.016Z]         at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
[2023-04-14T22:50:33.016Z]         at java.util.ArrayList.forEach(ArrayList.java:1259)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
[2023-04-14T22:50:33.016Z]         at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
[2023-04-14T22:50:33.016Z]         at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:110)
[2023-04-14T22:50:33.016Z]         at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:90)
[2023-04-14T22:50:33.016Z]         at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:85)
[2023-04-14T22:50:33.016Z]         at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:62)
[2023-04-14T22:50:33.016Z]         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-04-14T22:50:33.016Z]         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2023-04-14T22:50:33.016Z]         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-04-14T22:50:33.016Z]         at java.lang.reflect.Method.invoke(Method.java:498)
[2023-04-14T22:50:33.016Z]         at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
[2023-04-14T22:50:33.016Z]         at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
[2023-04-14T22:50:33.016Z]         at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
[2023-04-14T22:50:33.016Z]         at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
[2023-04-14T22:50:33.016Z]         at com.sun.proxy.$Proxy2.stop(Unknown Source)
[2023-04-14T22:50:33.016Z]         at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193)
[2023-04-14T22:50:33.016Z]         at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
[2023-04-14T22:50:33.016Z]         at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
[2023-04-14T22:50:33.016Z]         at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
[2023-04-14T22:50:33.016Z]         at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
[2023-04-14T22:50:33.016Z]         at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
[2023-04-14T22:50:33.016Z]         at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
[2023-04-14T22:50:33.016Z]         at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
[2023-04-14T22:50:33.016Z]         at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
[2023-04-14T22:50:33.016Z] 
[2023-04-14T22:50:33.016Z] Gradle Test Run :core:integrationTest > Gradle Test Executor 94 > AllocateProducerIdsRequestTest > testAllocateProducersIdSentToController() > unit.kafka.server.AllocateProducerIdsRequestTest.testAllocateProducersIdSentToController()[1] STARTED
[2023-04-14T22:50:33.016Z] 
[2023-04-14T22:50:33.016Z] Gradle Test Run :core:integrationTest > Gradle Test Executor 94 > AllocateProducerIdsRequestTest > testAllocateProducersIdSentToController() > unit.kafka.server.AllocateProducerIdsRequestTest.testAllocateProducersIdSentToController()[1] PASSED
[2023-04-14T22:50:33.016Z] 
[2023-04-14T22:50:33.016Z] Gradle Test Run :core:integrationTest > Gradle Test Executor 94 > AllocateProducerIdsRequestTest > testAllocateProducersIdSentToNonController() > unit.kafka.server.AllocateProducerIdsRequestTest.testAllocateProducersIdSentToNonController()[1] STARTED
[2023-04-14T22:50:41.222Z] 
[2023-04-14T22:50:41.222Z] Gradle Test Run :core:integrationTest > Gradle Test Executor 94 > AllocateProducerIdsRequestTest > testAllocateProducersIdSentToNonController() > unit.kafka.server.AllocateProducerIdsRequestTest.testAllocateProducersIdSentToNonController()[1] PASSED
[2023-04-14T22:51:49.028Z] 
[2023-04-14T22:51:49.028Z] Gradle Test Run :core:integrationTest > Gradle Test Executor 97 > DynamicConnectionQuotaTest > testDynamicListenerConnectionCreationRateQuota() SKIPPED
[2023-04-14T22:51:49.028Z] 
[2023-04-14T22:51:49.028Z] 1290 tests completed, 54 failed, 2 skipped
[2023-04-14T22:51:49.028Z] 
[2023-04-14T22:51:49.028Z] > Task :core:integrationTest FAILED
[2023-04-14T22:52:19.060Z] 
[2023-04-14T22:52:19.060Z] > Task :connect:mirror:integrationTest
[2023-04-14T22:52:19.060Z] 
[2023-04-14T22:52:19.060Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testNoCheckpointsIfNoRecordsAreMirrored() PASSED
[2023-04-14T22:52:19.060Z] 
[2023-04-14T22:52:19.060Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testOneWayReplicationWithAutoOffsetSync() STARTED
[2023-04-14T22:53:25.975Z] 
[2023-04-14T22:53:25.975Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testOneWayReplicationWithAutoOffsetSync() PASSED
[2023-04-14T22:53:25.975Z] 
[2023-04-14T22:53:25.975Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testSyncTopicConfigs() STARTED
[2023-04-14T22:55:14.584Z] 
[2023-04-14T22:55:14.584Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testSyncTopicConfigs() PASSED
[2023-04-14T22:55:14.584Z] 
[2023-04-14T22:55:14.584Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testRestartReplication() STARTED
[2023-04-14T22:56:21.941Z] 
[2023-04-14T22:56:21.941Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testRestartReplication() PASSED
[2023-04-14T22:56:21.941Z] 
[2023-04-14T22:56:21.941Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testOneWayReplicationWithFrequentOffsetSyncs() STARTED
[2023-04-14T22:56:58.866Z] 
[2023-04-14T22:56:58.866Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testOneWayReplicationWithFrequentOffsetSyncs() PASSED
[2023-04-14T22:56:58.866Z] 
[2023-04-14T22:56:58.866Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testReplicationIsCreatingTopicsUsingProvidedForwardingAdmin() STARTED
[2023-04-14T22:58:21.720Z] 
[2023-04-14T22:58:21.720Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testReplicationIsCreatingTopicsUsingProvidedForwardingAdmin() PASSED
[2023-04-14T22:58:21.720Z] 
[2023-04-14T22:58:21.720Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testSyncTopicACLsUseProvidedForwardingAdmin() STARTED
[2023-04-14T22:59:32.789Z] 
[2023-04-14T22:59:32.789Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testSyncTopicACLsUseProvidedForwardingAdmin() PASSED
[2023-04-14T22:59:32.789Z] 
[2023-04-14T22:59:32.789Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testCreatePartitionsUseProvidedForwardingAdmin() STARTED
[2023-04-14T23:00:33.171Z] 
[2023-04-14T23:00:33.171Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testCreatePartitionsUseProvidedForwardingAdmin() PASSED
[2023-04-14T23:00:33.171Z] 
[2023-04-14T23:00:33.171Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testSyncTopicConfigUseProvidedForwardingAdmin() STARTED
[2023-04-14T23:02:26.437Z] 
[2023-04-14T23:02:26.437Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 130 > MirrorConnectorsWithCustomForwardingAdminIntegrationTest > testSyncTopicConfigUseProvidedForwardingAdmin() PASSED
[2023-04-14T23:02:26.437Z] 
[2023-04-14T23:02:26.437Z] Gradle Test Run :connect:mirror:integrationTest > Gradle Test Executor 131 > IdentityReplicationIntegrationTest > testOneWayReplicationWithAutoOffsetSync() SKIPPED
[2023-04-14T23:02:26.437Z] 
[2023-04-14T23:02:26.437Z] > Task :connect:mirror:integrationTest FAILED
[2023-04-14T23:02:26.437Z] 
[2023-04-14T23:02:26.437Z] FAILURE: Build completed with 3 failures.
[2023-04-14T23:02:26.437Z] 
[2023-04-14T23:02:26.437Z] 1: Task failed with an exception.
[2023-04-14T23:02:26.437Z] -----------
[2023-04-14T23:02:26.437Z] * What went wrong:
[2023-04-14T23:02:26.437Z] Execution failed for task ':streams:integrationTest'.
[2023-04-14T23:02:26.437Z] > Process 'Gradle Test Executor 115' finished with non-zero exit value 137
[2023-04-14T23:02:26.437Z]   This problem might be caused by incorrect test process configuration.
[2023-04-14T23:02:26.437Z]   Please refer to the test execution section in the User Manual at https://docs.gradle.org/8.0.2/userguide/java_testing.html#sec:test_execution
[2023-04-14T23:02:26.437Z] 
[2023-04-14T23:02:26.437Z] * Try:
[2023-04-14T23:02:26.437Z] > Run with --stacktrace option to get the stack trace.
[2023-04-14T23:02:26.437Z] > Run with --info or --debug option to get more log output.
[2023-04-14T23:02:26.437Z] > Run with --scan to get full insights.
[2023-04-14T23:02:26.437Z] ==============================================================================
[2023-04-14T23:02:26.437Z] 
[2023-04-14T23:02:26.437Z] 2: Task failed with an exception.
[2023-04-14T23:02:26.437Z] -----------
[2023-04-14T23:02:26.437Z] * What went wrong:
[2023-04-14T23:02:26.437Z] Execution failed for task ':core:integrationTest'.
[2023-04-14T23:02:26.437Z] > Process 'Gradle Test Executor 97' finished with non-zero exit value 137
[2023-04-14T23:02:26.437Z]   This problem might be caused by incorrect test process configuration.
[2023-04-14T23:02:26.437Z]   Please refer to the test execution section in the User Manual at https://docs.gradle.org/8.0.2/userguide/java_testing.html#sec:test_execution
[2023-04-14T23:02:26.437Z] 
[2023-04-14T23:02:26.437Z] * Try:
[2023-04-14T23:02:26.437Z] > Run with --stacktrace option to get the stack trace.
[2023-04-14T23:02:26.437Z] > Run with --info or --debug option to get more log output.
[2023-04-14T23:02:26.437Z] > Run with --scan to get full insights.
[2023-04-14T23:02:26.437Z] ==============================================================================
[2023-04-14T23:02:26.437Z] 
[2023-04-14T23:02:26.437Z] 3: Task failed with an exception.
[2023-04-14T23:02:26.437Z] -----------
[2023-04-14T23:02:26.438Z] * What went wrong:
[2023-04-14T23:02:26.438Z] Execution failed for task ':connect:mirror:integrationTest'.
[2023-04-14T23:02:26.438Z] > Process 'Gradle Test Executor 131' finished with non-zero exit value 137
[2023-04-14T23:02:26.438Z]   This problem might be caused by incorrect test process configuration.
[2023-04-14T23:02:26.438Z]   Please refer to the test execution section in the User Manual at https://docs.gradle.org/8.0.2/userguide/java_testing.html#sec:test_execution
[2023-04-14T23:02:26.438Z] 
[2023-04-14T23:02:26.438Z] * Try:
[2023-04-14T23:02:26.438Z] > Run with --stacktrace option to get the stack trace.
[2023-04-14T23:02:26.438Z] > Run with --info or --debug option to get more log output.
[2023-04-14T23:02:26.438Z] > Run with --scan to get full insights.
[2023-04-14T23:02:26.438Z] ==============================================================================
[2023-04-14T23:02:26.438Z] 
[2023-04-14T23:02:26.438Z] * Get more help at https://help.gradle.org
[2023-04-14T23:02:26.438Z] 
[2023-04-14T23:02:26.438Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
[2023-04-14T23:02:26.438Z] 
[2023-04-14T23:02:26.438Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
[2023-04-14T23:02:26.438Z] 
[2023-04-14T23:02:26.438Z] See https://docs.gradle.org/8.0.2/userguide/command_line_interface.html#sec:command_line_warnings
[2023-04-14T23:02:26.438Z] 
[2023-04-14T23:02:26.438Z] BUILD FAILED in 6h 31m 11s
[2023-04-14T23:02:26.438Z] 230 actionable tasks: 124 executed, 106 up-to-date
[2023-04-14T23:02:26.438Z] 
[2023-04-14T23:02:26.438Z] See the profiling report at: file:///home/jenkins/jenkins-agent/712657a4/workspace/Kafka_kafka_3.5/build/reports/profile/profile-2023-04-14-16-31-13.html
[2023-04-14T23:02:26.438Z] A fine-grained performance profile is available: use the --scan option.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 8 and Scala 2.12
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] node
Running on builds39 in /home/jenkins/workspace/Kafka_kafka_3.5
[Pipeline] {
[Pipeline] step

Jenkins build is unstable: Kafka » Kafka Branch Builder » 3.5 #3

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Kafka/job/kafka/job/3.5/3/display/redirect>