Skip to content

Update dependency versions (#407) #199

Update dependency versions (#407)

Update dependency versions (#407) #199

Triggered via push October 9, 2023 09:07
Status Success
Total duration 1m 36s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 1 warning
KafkaCustomConfigTest.automatically starts a Kafka container: test-resources-kafka/build/classes/groovy/test/io/micronaut/testresources/kafka/KafkaCustomConfigTest.class#L19
Condition failed with Exception: result.block() == "oh yeah!" | | | io.micronaut.messaging.exceptions.MessagingClientException: Exception sending producer record for method [Mono updateAnalytics(String book)]: Unexpected handshake request with client mechanism PLAIN, enabled mechanisms are [] | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.wrapException(KafkaClientIntroductionAdvice.java:472) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$buildSendFlux$8(KafkaClientIntroductionAdvice.java:403) | at reactor.core.publisher.Mono.lambda$onErrorMap$28(Mono.java:3763) | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94) | at reactor.core.publisher.FluxMap$MapSubscriber.onError(FluxMap.java:134) | at reactor.core.publisher.MonoCreate$DefaultMonoSink.error(MonoCreate.java:201) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$producerSend$5(KafkaClientIntroductionAdvice.java:369) | at org.apache.kafka.clients.producer.KafkaProducer.doSend(KafkaProducer.java:982) | at org.apache.kafka.clients.producer.KafkaProducer.send(KafkaProducer.java:885) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$producerSend$6(KafkaClientIntroductionAdvice.java:367) | at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:58) | at reactor.core.publisher.FluxFromMonoOperator.subscribe(FluxFromMonoOperator.java:83) | at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:54) | at reactor.core.publisher.Mono.subscribe(Mono.java:4444) | at reactor.core.publisher.Mono.block(Mono.java:1709) | at io.micronaut.testresources.kafka.KafkaCustomConfigTest.automatically starts a Kafka container(KafkaCustomConfigTest.groovy:19) | Suppressed: java.lang.Exception: #block terminated with an error | at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:99) | at reactor.core.publisher.Mono.block(Mono.java:1710) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | at java.lang.reflect.Method.invoke(Method.java:498) | at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) | at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) | at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1254) | at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1030) | at org.codehaus.groovy.runtime.InvokerHelper.invokePojoMethod(InvokerHelper.java:1024) | at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:1015) | at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:180) | at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:201) | at io.micronaut.testresources.kafka.KafkaCustomConfigTest.$spock_feature_2_0(KafkaCustomConfigTest.groovy:19) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | at java.lang.reflect.Method.invoke(Method.java:498) | at org.spockframework.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:196) | at org.spockframework.runtime.model.MethodInfo.lambda$new$0(MethodInfo.java:49) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:102) | at io.micronaut.test.extensions.spock.MicronautSpockExtension.lambda$visitSpecAnnotation$1(MicronautSpockExtension.java:92) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:398) | at org.spockframework.runtime.PlatformSpecRunner.runFeatureMethod(PlatformSpecRunner.java:324) | at org.spockframework.runtime.IterationNode.execute(IterationNode.java:50) | at org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:58) | at org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:15) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.IterationNode.lambda$around$0(IterationNode.java:67) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunIteration$5(PlatformSpecRunner.java:236) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390) | at org.spockframework.runtime.PlatformSpecRunner.runIteration(PlatformSpecRunner.java:218) | at org.spockframework.runtime.IterationNode.around(IterationNode.java:67) | at org.spockframework.runtime.SimpleFeatureNode.lambda$around$0(SimpleFeatureNode.java:52) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.FeatureNode.lambda$around$0(FeatureNode.java:41) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunFeature$4(PlatformSpecRunner.java:199) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:102) | at io.micronaut.test.extensions.spock.MicronautSpockExtension$1.proceed(MicronautSpockExtension.java:80) | at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:135) | at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:92) | at io.micronaut.test.extensions.spock.MicronautSpockExtension.lambda$visitSpecAnnotation$0(MicronautSpockExtension.java:72) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:398) | at org.spockframework.runtime.PlatformSpecRunner.runFeature(PlatformSpecRunner.java:192) | at org.spockframework.runtime.FeatureNode.around(FeatureNode.java:41) | at org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:52) | at org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:15) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at java.util.ArrayList.forEach(ArrayList.java:1259) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390) | at org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55) | at org.spockframework.runtime.SpecNode.around(SpecNode.java:63) | at org.spockframework.runtime.SpecNode.around(SpecNode.java:11) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at java.util.ArrayList.forEach(ArrayList.java:1259) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) | at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) | at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) | at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) | at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) | at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) | at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75) | at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | at java.lang.reflect.Method.invoke(Method.java:498) | at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) | at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) | at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) | at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) | at com.sun.proxy.$Proxy2.stop(Unknown Source) | at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) | at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) | at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133) | at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71) | at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) | at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) | Caused by: org.apache.kafka.common.errors.IllegalSaslStateException: Unexpected handshake request with client mechanism PLAIN, enabled mechanisms are [] MonoNext
StandaloneStartMariaDBSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mariadb/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mariadb/StandaloneStartMariaDBSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartMSSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mssql/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mssql/StandaloneStartMSSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartMySQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mysql/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mysql/StandaloneStartMySQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartPostgreSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-pool/build/classes/groovy/test/io/micronaut/testresources/r2dbc/pool/StandaloneStartPostgreSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartPostgreSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-pool/build/classes/groovy/test/io/micronaut/testresources/r2dbc/pool/StandaloneStartPostgreSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
KafkaCustomConfigTest.automatically starts a Kafka container: test-resources-kafka/build/classes/groovy/test/io/micronaut/testresources/kafka/KafkaCustomConfigTest.class#L19
Condition failed with Exception: result.block() == "oh yeah!" | | | io.micronaut.messaging.exceptions.MessagingClientException: Exception sending producer record for method [Mono updateAnalytics(String book)]: Unexpected handshake request with client mechanism PLAIN, enabled mechanisms are [] | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.wrapException(KafkaClientIntroductionAdvice.java:472) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$buildSendFlux$8(KafkaClientIntroductionAdvice.java:403) | at reactor.core.publisher.Mono.lambda$onErrorMap$28(Mono.java:3763) | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94) | at reactor.core.publisher.FluxMap$MapSubscriber.onError(FluxMap.java:134) | at reactor.core.publisher.MonoCreate$DefaultMonoSink.error(MonoCreate.java:201) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$producerSend$5(KafkaClientIntroductionAdvice.java:369) | at org.apache.kafka.clients.producer.KafkaProducer.doSend(KafkaProducer.java:982) | at org.apache.kafka.clients.producer.KafkaProducer.send(KafkaProducer.java:885) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$producerSend$6(KafkaClientIntroductionAdvice.java:367) | at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:58) | at reactor.core.publisher.FluxFromMonoOperator.subscribe(FluxFromMonoOperator.java:83) | at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:54) | at reactor.core.publisher.Mono.subscribe(Mono.java:4444) | at reactor.core.publisher.Mono.block(Mono.java:1709) | at io.micronaut.testresources.kafka.KafkaCustomConfigTest.automatically starts a Kafka container(KafkaCustomConfigTest.groovy:19) | Suppressed: java.lang.Exception: #block terminated with an error | at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:99) | at reactor.core.publisher.Mono.block(Mono.java:1710) | 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:566) | at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) | at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) | at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1254) | at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1030) | at org.codehaus.groovy.runtime.InvokerHelper.invokePojoMethod(InvokerHelper.java:1024) | at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:1015) | at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:180) | at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:201) | at io.micronaut.testresources.kafka.KafkaCustomConfigTest.$spock_feature_2_0(KafkaCustomConfigTest.groovy:19) | 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:566) | at org.spockframework.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:196) | at org.spockframework.runtime.model.MethodInfo.lambda$new$0(MethodInfo.java:49) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:102) | at io.micronaut.test.extensions.spock.MicronautSpockExtension.lambda$visitSpecAnnotation$1(MicronautSpockExtension.java:92) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:398) | at org.spockframework.runtime.PlatformSpecRunner.runFeatureMethod(PlatformSpecRunner.java:324) | at org.spockframework.runtime.IterationNode.execute(IterationNode.java:50) | at org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:58) | at org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:15) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.IterationNode.lambda$around$0(IterationNode.java:67) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunIteration$5(PlatformSpecRunner.java:236) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390) | at org.spockframework.runtime.PlatformSpecRunner.runIteration(PlatformSpecRunner.java:218) | at org.spockframework.runtime.IterationNode.around(IterationNode.java:67) | at org.spockframework.runtime.SimpleFeatureNode.lambda$around$0(SimpleFeatureNode.java:52) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.FeatureNode.lambda$around$0(FeatureNode.java:41) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunFeature$4(PlatformSpecRunner.java:199) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:102) | at io.micronaut.test.extensions.spock.MicronautSpockExtension$1.proceed(MicronautSpockExtension.java:80) | at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:135) | at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:92) | at io.micronaut.test.extensions.spock.MicronautSpockExtension.lambda$visitSpecAnnotation$0(MicronautSpockExtension.java:72) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:398) | at org.spockframework.runtime.PlatformSpecRunner.runFeature(PlatformSpecRunner.java:192) | at org.spockframework.runtime.FeatureNode.around(FeatureNode.java:41) | at org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:52) | at org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:15) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390) | at org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55) | at org.spockframework.runtime.SpecNode.around(SpecNode.java:63) | at org.spockframework.runtime.SpecNode.around(SpecNode.java:11) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) | at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) | at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) | at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) | at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) | at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) | at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75) | at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61) | 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:566) | at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) | at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) | at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) | at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) | at com.sun.proxy.$Proxy5.stop(Unknown Source) | at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) | at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) | at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133) | at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71) | at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) | at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) | Caused by: org.apache.kafka.common.errors.IllegalSaslStateException: Unexpected handshake request with client mechanism PLAIN, enabled mechanisms are [] MonoNext
StandaloneStartMariaDBSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mariadb/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mariadb/StandaloneStartMariaDBSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartMSSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mssql/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mssql/StandaloneStartMSSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartMySQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mysql/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mysql/StandaloneStartMySQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
KafkaCustomConfigTest.automatically starts a Kafka container: test-resources-kafka/build/classes/groovy/test/io/micronaut/testresources/kafka/KafkaCustomConfigTest.class#L19
Condition failed with Exception: result.block() == "oh yeah!" | | | io.micronaut.messaging.exceptions.MessagingClientException: Exception sending producer record for method [Mono updateAnalytics(String book)]: Unexpected handshake request with client mechanism PLAIN, enabled mechanisms are [] | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.wrapException(KafkaClientIntroductionAdvice.java:472) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$buildSendFlux$8(KafkaClientIntroductionAdvice.java:403) | at reactor.core.publisher.Mono.lambda$onErrorMap$28(Mono.java:3763) | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94) | at reactor.core.publisher.FluxMap$MapSubscriber.onError(FluxMap.java:134) | at reactor.core.publisher.MonoCreate$DefaultMonoSink.error(MonoCreate.java:201) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$producerSend$5(KafkaClientIntroductionAdvice.java:369) | at org.apache.kafka.clients.producer.KafkaProducer.doSend(KafkaProducer.java:982) | at org.apache.kafka.clients.producer.KafkaProducer.send(KafkaProducer.java:885) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$producerSend$6(KafkaClientIntroductionAdvice.java:367) | at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:58) | at reactor.core.publisher.FluxFromMonoOperator.subscribe(FluxFromMonoOperator.java:83) | at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:54) | at reactor.core.publisher.Mono.subscribe(Mono.java:4444) | at reactor.core.publisher.Mono.block(Mono.java:1709) | at io.micronaut.testresources.kafka.KafkaCustomConfigTest.automatically starts a Kafka container(KafkaCustomConfigTest.groovy:19) | Suppressed: java.lang.Exception: #block terminated with an error | at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:99) | at reactor.core.publisher.Mono.block(Mono.java:1710) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | at java.base/java.lang.reflect.Method.invoke(Method.java:568) | at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) | at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) | at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1254) | at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1030) | at org.codehaus.groovy.runtime.InvokerHelper.invokePojoMethod(InvokerHelper.java:1024) | at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:1015) | at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:180) | at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:201) | at io.micronaut.testresources.kafka.KafkaCustomConfigTest.$spock_feature_2_0(KafkaCustomConfigTest.groovy:19) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | at java.base/java.lang.reflect.Method.invoke(Method.java:568) | at org.spockframework.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:196) | at org.spockframework.runtime.model.MethodInfo.lambda$new$0(MethodInfo.java:49) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:102) | at io.micronaut.test.extensions.spock.MicronautSpockExtension.lambda$visitSpecAnnotation$1(MicronautSpockExtension.java:92) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:398) | at org.spockframework.runtime.PlatformSpecRunner.runFeatureMethod(PlatformSpecRunner.java:324) | at org.spockframework.runtime.IterationNode.execute(IterationNode.java:50) | at org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:58) | at org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:15) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.IterationNode.lambda$around$0(IterationNode.java:67) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunIteration$5(PlatformSpecRunner.java:236) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390) | at org.spockframework.runtime.PlatformSpecRunner.runIteration(PlatformSpecRunner.java:218) | at org.spockframework.runtime.IterationNode.around(IterationNode.java:67) | at org.spockframework.runtime.SimpleFeatureNode.lambda$around$0(SimpleFeatureNode.java:52) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.FeatureNode.lambda$around$0(FeatureNode.java:41) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunFeature$4(PlatformSpecRunner.java:199) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:102) | at io.micronaut.test.extensions.spock.MicronautSpockExtension$1.proceed(MicronautSpockExtension.java:80) | at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:135) | at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:92) | at io.micronaut.test.extensions.spock.MicronautSpockExtension.lambda$visitSpecAnnotation$0(MicronautSpockExtension.java:72) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:398) | at org.spockframework.runtime.PlatformSpecRunner.runFeature(PlatformSpecRunner.java:192) | at org.spockframework.runtime.FeatureNode.around(FeatureNode.java:41) | at org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:52) | at org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:15) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390) | at org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55) | at org.spockframework.runtime.SpecNode.around(SpecNode.java:63) | at org.spockframework.runtime.SpecNode.around(SpecNode.java:11) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) | at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) | at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) | at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) | at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) | at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) | at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75) | at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | at java.base/java.lang.reflect.Method.invoke(Method.java:568) | at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) | at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) | at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) | at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) | at jdk.proxy2/jdk.proxy2.$Proxy5.stop(Unknown Source) | at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) | at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) | at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133) | at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71) | at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) | at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) | Caused by: org.apache.kafka.common.errors.IllegalSaslStateException: Unexpected handshake request with client mechanism PLAIN, enabled mechanisms are [] MonoNext
JdbcWithCustomizationMariaDBSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mariadb/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mariadb/JdbcWithCustomizationMariaDBSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartMariaDBSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mariadb/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mariadb/StandaloneStartMariaDBSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
WithJdbcStartMariaDBSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mariadb/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mariadb/WithJdbcStartMariaDBSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartMSSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mssql/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mssql/StandaloneStartMSSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartMySQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mysql/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mysql/StandaloneStartMySQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
WithJdbcStartMySQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mysql/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mysql/WithJdbcStartMySQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
KafkaCustomConfigTest.automatically starts a Kafka container: test-resources-kafka/build/classes/groovy/test/io/micronaut/testresources/kafka/KafkaCustomConfigTest.class#L19
Condition failed with Exception: result.block() == "oh yeah!" | | | io.micronaut.messaging.exceptions.MessagingClientException: Exception sending producer record for method [Mono updateAnalytics(String book)]: Unexpected handshake request with client mechanism PLAIN, enabled mechanisms are [] | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.wrapException(KafkaClientIntroductionAdvice.java:472) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$buildSendFlux$8(KafkaClientIntroductionAdvice.java:403) | at reactor.core.publisher.Mono.lambda$onErrorMap$28(Mono.java:3763) | at reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:94) | at reactor.core.publisher.FluxMap$MapSubscriber.onError(FluxMap.java:134) | at reactor.core.publisher.MonoCreate$DefaultMonoSink.error(MonoCreate.java:201) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$producerSend$5(KafkaClientIntroductionAdvice.java:369) | at org.apache.kafka.clients.producer.KafkaProducer.doSend(KafkaProducer.java:982) | at org.apache.kafka.clients.producer.KafkaProducer.send(KafkaProducer.java:885) | at io.micronaut.configuration.kafka.intercept.KafkaClientIntroductionAdvice.lambda$producerSend$6(KafkaClientIntroductionAdvice.java:367) | at reactor.core.publisher.MonoCreate.subscribe(MonoCreate.java:58) | at reactor.core.publisher.FluxFromMonoOperator.subscribe(FluxFromMonoOperator.java:83) | at reactor.core.publisher.FluxDefer.subscribe(FluxDefer.java:54) | at reactor.core.publisher.Mono.subscribe(Mono.java:4444) | at reactor.core.publisher.Mono.block(Mono.java:1709) | at io.micronaut.testresources.kafka.KafkaCustomConfigTest.automatically starts a Kafka container(KafkaCustomConfigTest.groovy:19) | Suppressed: java.lang.Exception: #block terminated with an error | at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:99) | at reactor.core.publisher.Mono.block(Mono.java:1710) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | at java.base/java.lang.reflect.Method.invoke(Method.java:568) | at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) | at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) | at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1254) | at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1030) | at org.codehaus.groovy.runtime.InvokerHelper.invokePojoMethod(InvokerHelper.java:1024) | at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:1015) | at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:180) | at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:201) | at io.micronaut.testresources.kafka.KafkaCustomConfigTest.$spock_feature_2_0(KafkaCustomConfigTest.groovy:19) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | at java.base/java.lang.reflect.Method.invoke(Method.java:568) | at org.spockframework.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:196) | at org.spockframework.runtime.model.MethodInfo.lambda$new$0(MethodInfo.java:49) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:102) | at io.micronaut.test.extensions.spock.MicronautSpockExtension.lambda$visitSpecAnnotation$1(MicronautSpockExtension.java:92) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:398) | at org.spockframework.runtime.PlatformSpecRunner.runFeatureMethod(PlatformSpecRunner.java:324) | at org.spockframework.runtime.IterationNode.execute(IterationNode.java:50) | at org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:58) | at org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:15) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.IterationNode.lambda$around$0(IterationNode.java:67) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunIteration$5(PlatformSpecRunner.java:236) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390) | at org.spockframework.runtime.PlatformSpecRunner.runIteration(PlatformSpecRunner.java:218) | at org.spockframework.runtime.IterationNode.around(IterationNode.java:67) | at org.spockframework.runtime.SimpleFeatureNode.lambda$around$0(SimpleFeatureNode.java:52) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.FeatureNode.lambda$around$0(FeatureNode.java:41) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunFeature$4(PlatformSpecRunner.java:199) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:102) | at io.micronaut.test.extensions.spock.MicronautSpockExtension$1.proceed(MicronautSpockExtension.java:80) | at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:135) | at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:92) | at io.micronaut.test.extensions.spock.MicronautSpockExtension.lambda$visitSpecAnnotation$0(MicronautSpockExtension.java:72) | at org.spockframework.runtime.extension.MethodInvocation.proceed(MethodInvocation.java:101) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:398) | at org.spockframework.runtime.PlatformSpecRunner.runFeature(PlatformSpecRunner.java:192) | at org.spockframework.runtime.FeatureNode.around(FeatureNode.java:41) | at org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:52) | at org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:15) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40) | at org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63) | at org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61) | at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156) | at org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407) | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390) | at org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55) | at org.spockframework.runtime.SpecNode.around(SpecNode.java:63) | at org.spockframework.runtime.SpecNode.around(SpecNode.java:11) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) | at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) | at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) | at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) | at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35) | at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57) | at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67) | at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52) | at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114) | at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86) | at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86) | at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79) | at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75) | at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:61) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | at java.base/java.lang.reflect.Method.invoke(Method.java:568) | at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) | at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) | at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33) | at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94) | at jdk.proxy2/jdk.proxy2.$Proxy5.stop(Unknown Source) | at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100) | at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60) | at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56) | at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133) | at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71) | at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69) | at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74) | Caused by: org.apache.kafka.common.errors.IllegalSaslStateException: Unexpected handshake request with client mechanism PLAIN, enabled mechanisms are [] MonoNext
StandaloneStartMariaDBSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mariadb/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mariadb/StandaloneStartMariaDBSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartMSSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mssql/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mssql/StandaloneStartMSSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartMySQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mysql/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mysql/StandaloneStartMySQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
WithJdbcStartMySQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-mysql/build/classes/groovy/test/io/micronaut/testresources/r2dbc/mysql/WithJdbcStartMySQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartOracleTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-oracle-xe/build/classes/groovy/test/io/micronaut/testresources/r2dbc/oracle/StandaloneStartOracleTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartPostgreSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-pool/build/classes/groovy/test/io/micronaut/testresources/r2dbc/pool/StandaloneStartPostgreSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
WithJdbcStartPostgreSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-pool/build/classes/groovy/test/io/micronaut/testresources/r2dbc/pool/WithJdbcStartPostgreSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
StandaloneStartPostgreSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-pool/build/classes/groovy/test/io/micronaut/testresources/r2dbc/pool/StandaloneStartPostgreSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
WithJdbcStartPostgreSQLTest.initializationError: test-resources-r2dbc/test-resources-r2dbc-pool/build/classes/groovy/test/io/micronaut/testresources/r2dbc/pool/WithJdbcStartPostgreSQLTest.class#L1
io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.micronaut.transaction.test.DefaultTestTransactionExecutionListener] Message: Transaction mode is not supported when the synchronous transaction manager is created using Reactive transaction manager! Path Taken: new DefaultTestTransactionExecutionListener(SynchronousTransactionManager transactionManager,boolean rollback,TransactionMode transactionMode,SpockMethodTransactionDefinitionProvider spockMethodTransactionDefinitionProvider)
release_notes
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/