2023-09-18T18:32:41.8474435Z [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 22.229 s <<< FAILURE! - in io.debezium.configserver.KafkaConnectResourceIT
2023-09-18T18:32:41.8475363Z [ERROR] io.debezium.configserver.KafkaConnectResourceIT.testListTransformsEndpoint Time elapsed: 1.028 s <<< FAILURE!
2023-09-18T18:32:41.8476036Z java.lang.AssertionError:
2023-09-18T18:32:41.8476883Z 1 expectation failed.
2023-09-18T18:32:41.8477468Z Expected status code <200> but was <500>.
2023-09-18T18:32:41.8477746Z
2023-09-18T18:32:41.8478173Z at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2023-09-18T18:32:41.8479253Z at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
2023-09-18T18:32:41.8480097Z at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2023-09-18T18:32:41.8480919Z at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
2023-09-18T18:32:41.8481481Z at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
2023-09-18T18:32:41.8482144Z at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)
2023-09-18T18:32:41.8482970Z at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:108)
2023-09-18T18:32:41.8483876Z at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:57)
2023-09-18T18:32:41.8484719Z at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:263)
2023-09-18T18:32:41.8485553Z at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:277)
2023-09-18T18:32:41.8486414Z at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:512)
2023-09-18T18:32:41.8487224Z at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure$validate$1.call(Unknown Source)
2023-09-18T18:32:41.8487993Z at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
2023-09-18T18:32:41.8488724Z at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
2023-09-18T18:32:41.8489640Z at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:139)
2023-09-18T18:32:41.8490515Z at io.restassured.internal.ResponseSpecificationImpl.validateResponseIfRequired(ResponseSpecificationImpl.groovy:696)
2023-09-18T18:32:41.8491458Z at io.restassured.internal.ResponseSpecificationImpl.this$2$validateResponseIfRequired(ResponseSpecificationImpl.groovy)
2023-09-18T18:32:41.8492222Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2023-09-18T18:32:41.8492934Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
2023-09-18T18:32:41.8493724Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2023-09-18T18:32:41.8494649Z at java.base/java.lang.reflect.Method.invoke(Method.java:568)
2023-09-18T18:32:41.8495365Z at org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)
2023-09-18T18:32:41.8496289Z at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:198)
2023-09-18T18:32:41.8497174Z at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:62)
2023-09-18T18:32:41.8498024Z at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49)
2023-09-18T18:32:41.8498822Z at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:171)
2023-09-18T18:32:41.8499595Z at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
2023-09-18T18:32:41.8500397Z at io.restassured.internal.ResponseSpecificationImpl.statusCode(ResponseSpecificationImpl.groovy:135)
2023-09-18T18:32:41.8501148Z at io.restassured.specification.ResponseSpecification$statusCode$0.callCurrent(Unknown Source)
2023-09-18T18:32:41.8501898Z at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49)
2023-09-18T18:32:41.8502700Z at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:171)
2023-09-18T18:32:41.8503470Z at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:185)
2023-09-18T18:32:41.8504422Z at io.restassured.internal.ResponseSpecificationImpl.statusCode(ResponseSpecificationImpl.groovy:143)
2023-09-18T18:32:41.8505287Z at io.restassured.internal.ValidatableResponseOptionsImpl.statusCode(ValidatableResponseOptionsImpl.java:89)
2023-09-18T18:32:41.8506208Z at io.debezium.configserver.KafkaConnectResourceIT.testListTransformsEndpoint(KafkaConnectResourceIT.java:53)
2023-09-18T18:32:41.8506999Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2023-09-18T18:32:41.8507705Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
2023-09-18T18:32:41.8508490Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2023-09-18T18:32:41.8509157Z at java.base/java.lang.reflect.Method.invoke(Method.java:568)
2023-09-18T18:32:41.8509794Z at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:999)
2023-09-18T18:32:41.8510572Z at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:813)
2023-09-18T18:32:41.8511493Z at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
2023-09-18T18:32:41.8512497Z at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
2023-09-18T18:32:41.8513452Z at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
2023-09-18T18:32:41.8514278Z at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
2023-09-18T18:32:41.8515263Z at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
2023-09-18T18:32:41.8516127Z at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
2023-09-18T18:32:41.8517095Z at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
2023-09-18T18:32:41.8518099Z at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
2023-09-18T18:32:41.8519050Z at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
2023-09-18T18:32:41.8519972Z at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
2023-09-18T18:32:41.8520891Z at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
2023-09-18T18:32:41.8521876Z at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
2023-09-18T18:32:41.8522770Z at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
2023-09-18T18:32:41.8523695Z at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
2023-09-18T18:32:41.8524613Z at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
2023-09-18T18:32:41.8525492Z at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-18T18:32:41.8526414Z at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
2023-09-18T18:32:41.8527324Z at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
2023-09-18T18:32:41.8528192Z at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
2023-09-18T18:32:41.8529046Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
2023-09-18T18:32:41.8530032Z at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-18T18:32:41.8530905Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
2023-09-18T18:32:41.8531660Z at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
2023-09-18T18:32:41.8532412Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
2023-09-18T18:32:41.8533276Z at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-18T18:32:41.8534269Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
2023-09-18T18:32:41.8535111Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
2023-09-18T18:32:41.8535743Z at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
2023-09-18T18:32:41.8536666Z at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
2023-09-18T18:32:41.8537755Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
2023-09-18T18:32:41.8538614Z at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-18T18:32:41.8539477Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
2023-09-18T18:32:41.8540226Z at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
2023-09-18T18:32:41.8540983Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
2023-09-18T18:32:41.8542008Z at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-18T18:32:41.8542892Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
2023-09-18T18:32:41.8543729Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
2023-09-18T18:32:41.8544351Z at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
2023-09-18T18:32:41.8545283Z at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
2023-09-18T18:32:41.8546360Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
2023-09-18T18:32:41.8547215Z at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-18T18:32:41.8548081Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
2023-09-18T18:32:41.8548834Z at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
2023-09-18T18:32:41.8549610Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
2023-09-18T18:32:41.8550463Z at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
2023-09-18T18:32:41.8551341Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
2023-09-18T18:32:41.8552169Z at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
2023-09-18T18:32:41.8553207Z at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
2023-09-18T18:32:41.8554331Z at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
2023-09-18T18:32:41.8555297Z at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
2023-09-18T18:32:41.8556332Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
2023-09-18T18:32:41.8557223Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
2023-09-18T18:32:41.8558095Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
2023-09-18T18:32:41.8558986Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
2023-09-18T18:32:41.8559963Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
2023-09-18T18:32:41.8560921Z at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
2023-09-18T18:32:41.8561706Z at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
2023-09-18T18:32:41.8562461Z at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
2023-09-18T18:32:41.8563231Z at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
2023-09-18T18:32:41.8564007Z at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:55)
2023-09-18T18:32:41.8564783Z at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:223)
2023-09-18T18:32:41.8565687Z at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:175)
2023-09-18T18:32:41.8566581Z at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:139)
2023-09-18T18:32:41.8567385Z at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
2023-09-18T18:32:41.8568220Z at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
2023-09-18T18:32:41.8568862Z at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
2023-09-18T18:32:41.8569498Z at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
2023-09-18T18:32:41.8570239Z Suppressed: org.jboss.resteasy.client.exception.ResteasyWebApplicationException: Unknown error, status code 500
2023-09-18T18:32:41.8571133Z at org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper.wrap(WebApplicationExceptionWrapper.java:104)
2023-09-18T18:32:41.8572139Z at org.jboss.resteasy.microprofile.client.DefaultResponseExceptionMapper.toThrowable(DefaultResponseExceptionMapper.java:42)
2023-09-18T18:32:41.8573071Z at org.jboss.resteasy.microprofile.client.ExceptionMapping$HandlerException.mapException(ExceptionMapping.java:60)
2023-09-18T18:32:41.8573924Z at org.jboss.resteasy.microprofile.client.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:175)
2023-09-18T18:32:41.8715870Z at jdk.proxy13/jdk.proxy13.$Proxy316.listTransforms(Unknown Source)
2023-09-18T18:32:41.8716756Z at io.debezium.configserver.rest.KafkaConnectResource.listTransforms(KafkaConnectResource.java:116)
2023-09-18T18:32:41.8718571Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2023-09-18T18:32:41.8719212Z at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
2023-09-18T18:32:41.8720311Z at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2023-09-18T18:32:41.8720907Z at java.base/java.lang.reflect.Method.invoke(Method.java:568)
2023-09-18T18:32:41.8721414Z at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:170)
2023-09-18T18:32:41.8721984Z at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:130)
2023-09-18T18:32:41.8722685Z at org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:660)
2023-09-18T18:32:41.8723472Z at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:524)
2023-09-18T18:32:41.8724535Z at org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$2(ResourceMethodInvoker.java:474)
2023-09-18T18:32:41.8725374Z at org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
2023-09-18T18:32:41.8726203Z at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:476)
2023-09-18T18:32:41.8726859Z at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:434)
2023-09-18T18:32:41.8727464Z at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:408)
2023-09-18T18:32:41.8728075Z at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:69)
2023-09-18T18:32:41.8728703Z at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:492)
2023-09-18T18:32:41.8729330Z at org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261)
2023-09-18T18:32:41.8729990Z at org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161)
2023-09-18T18:32:41.8730816Z at org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
2023-09-18T18:32:41.8731626Z at org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164)
2023-09-18T18:32:41.8732249Z at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247)
2023-09-18T18:32:41.8732908Z at io.quarkus.resteasy.runtime.standalone.RequestDispatcher.service(RequestDispatcher.java:82)
2023-09-18T18:32:41.8733630Z at io.quarkus.resteasy.runtime.standalone.VertxRequestHandler.dispatch(VertxRequestHandler.java:147)
2023-09-18T18:32:41.8734677Z at io.quarkus.resteasy.runtime.standalone.VertxRequestHandler$1.run(VertxRequestHandler.java:93)
2023-09-18T18:32:41.8735307Z at io.quarkus.vertx.core.runtime.VertxCoreRecorder$14.runWith(VertxCoreRecorder.java:576)
2023-09-18T18:32:41.8735886Z at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)
2023-09-18T18:32:41.8736460Z at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)
2023-09-18T18:32:41.8736988Z at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
2023-09-18T18:32:41.8737572Z at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
2023-09-18T18:32:41.8738212Z at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
2023-09-18T18:32:41.8738703Z at java.base/java.lang.Thread.run(Thread.java:833)
2023-09-18T18:32:41.8738911Z