fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.3.9 #1443
GitHub Actions / Java CI / Test Report (17)
failed
Feb 23, 2024 in 0s
22 tests run, 17 passed, 1 skipped, 4 failed.
Annotations
github-actions / Java CI / Test Report (17)
FunctionTransformSpec.test run JSON bi-consumer as REST service
io.micronaut.http.client.exceptions.HttpClientResponseException: Not Found
Raw output
io.micronaut.http.client.exceptions.HttpClientResponseException: Not Found
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.makeErrorFromRequestBody(DefaultHttpClient.java:2259)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.forwardResponseToPromise(DefaultHttpClient.java:2210)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.channelReadInstrumented(DefaultHttpClient.java:2179)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.channelReadInstrumented(DefaultHttpClient.java:2147)
at app//io.micronaut.http.client.netty.SimpleChannelInboundHandlerInstrumented.channelRead0(SimpleChannelInboundHandlerInstrumented.java:46)
at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
at app//io.micronaut.http.client.netty.ResettableReadTimeoutHandler$NextInterceptor.channelRead(ResettableReadTimeoutHandler.java:92)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:289)
at app//io.micronaut.http.client.netty.ResettableReadTimeoutHandler.channelRead(ResettableReadTimeoutHandler.java:64)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
Suppressed: java.lang.Exception: #block terminated with an error
at app//reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:103)
at app//reactor.core.publisher.Flux.blockFirst(Flux.java:2704)
at app//io.micronaut.http.client.netty.DefaultHttpClient$1.exchange(DefaultHttpClient.java:571)
at app//io.micronaut.http.client.BlockingHttpClient.exchange(BlockingHttpClient.java:77)
at app//io.micronaut.http.client.BlockingHttpClient.exchange(BlockingHttpClient.java:91)
at app//org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:321)
at app//io.micronaut.function.groovy.FunctionTransformSpec.$spock_feature_0_11(FunctionTransformSpec.groovy:262)
at java.base@17.0.10/java.lang.reflect.Method.invoke(Method.java:568)
at app//org.spockframework.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:187)
at app//org.spockframework.runtime.model.MethodInfo.lambda$new$0(MethodInfo.java:49)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runFeatureMethod(PlatformSpecRunner.java:324)
at app//org.spockframework.runtime.IterationNode.execute(IterationNode.java:50)
at app//org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:58)
at app//org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:15)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.IterationNode.lambda$around$0(IterationNode.java:67)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunIteration$5(PlatformSpecRunner.java:236)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runIteration(PlatformSpecRunner.java:218)
at app//org.spockframework.runtime.IterationNode.around(IterationNode.java:67)
at app//org.spockframework.runtime.SimpleFeatureNode.lambda$around$0(SimpleFeatureNode.java:52)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.FeatureNode.lambda$around$0(FeatureNode.java:41)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunFeature$4(PlatformSpecRunner.java:199)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runFeature(PlatformSpecRunner.java:192)
at app//org.spockframework.runtime.FeatureNode.around(FeatureNode.java:41)
at app//org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:52)
at app//org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:15)
at java.base@17.0.10/java.util.ArrayList.forEach(ArrayList.java:1511)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55)
at app//org.spockframework.runtime.SpecNode.around(SpecNode.java:63)
at app//org.spockframework.runtime.SpecNode.around(SpecNode.java:11)
at java.base@17.0.10/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Java CI / Test Report (17)
FunctionTransformSpec.test run JSON function as REST service
io.micronaut.http.client.exceptions.HttpClientResponseException: Not Found
Raw output
io.micronaut.http.client.exceptions.HttpClientResponseException: Not Found
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.makeErrorFromRequestBody(DefaultHttpClient.java:2259)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.forwardResponseToPromise(DefaultHttpClient.java:2210)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.channelReadInstrumented(DefaultHttpClient.java:2179)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.channelReadInstrumented(DefaultHttpClient.java:2147)
at app//io.micronaut.http.client.netty.SimpleChannelInboundHandlerInstrumented.channelRead0(SimpleChannelInboundHandlerInstrumented.java:46)
at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
at app//io.micronaut.http.client.netty.ResettableReadTimeoutHandler$NextInterceptor.channelRead(ResettableReadTimeoutHandler.java:92)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:289)
at app//io.micronaut.http.client.netty.ResettableReadTimeoutHandler.channelRead(ResettableReadTimeoutHandler.java:64)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
Suppressed: java.lang.Exception: #block terminated with an error
at app//reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:103)
at app//reactor.core.publisher.Flux.blockFirst(Flux.java:2704)
at app//io.micronaut.http.client.netty.DefaultHttpClient$1.exchange(DefaultHttpClient.java:571)
at app//io.micronaut.http.client.BlockingHttpClient.exchange(BlockingHttpClient.java:77)
at app//io.micronaut.http.client.BlockingHttpClient.exchange(BlockingHttpClient.java:106)
at app//org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:321)
at app//io.micronaut.function.groovy.FunctionTransformSpec.$spock_feature_0_12(FunctionTransformSpec.groovy:292)
at java.base@17.0.10/java.lang.reflect.Method.invoke(Method.java:568)
at app//org.spockframework.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:187)
at app//org.spockframework.runtime.model.MethodInfo.lambda$new$0(MethodInfo.java:49)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runFeatureMethod(PlatformSpecRunner.java:324)
at app//org.spockframework.runtime.IterationNode.execute(IterationNode.java:50)
at app//org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:58)
at app//org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:15)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.IterationNode.lambda$around$0(IterationNode.java:67)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunIteration$5(PlatformSpecRunner.java:236)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runIteration(PlatformSpecRunner.java:218)
at app//org.spockframework.runtime.IterationNode.around(IterationNode.java:67)
at app//org.spockframework.runtime.SimpleFeatureNode.lambda$around$0(SimpleFeatureNode.java:52)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.FeatureNode.lambda$around$0(FeatureNode.java:41)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunFeature$4(PlatformSpecRunner.java:199)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runFeature(PlatformSpecRunner.java:192)
at app//org.spockframework.runtime.FeatureNode.around(FeatureNode.java:41)
at app//org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:52)
at app//org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:15)
at java.base@17.0.10/java.util.ArrayList.forEach(ArrayList.java:1511)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55)
at app//org.spockframework.runtime.SpecNode.around(SpecNode.java:63)
at app//org.spockframework.runtime.SpecNode.around(SpecNode.java:11)
at java.base@17.0.10/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Java CI / Test Report (17)
FunctionTransformSpec.test run function as REST service
io.micronaut.http.client.exceptions.HttpClientResponseException: Not Found
Raw output
io.micronaut.http.client.exceptions.HttpClientResponseException: Not Found
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.makeErrorFromRequestBody(DefaultHttpClient.java:2259)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.forwardResponseToPromise(DefaultHttpClient.java:2210)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.channelReadInstrumented(DefaultHttpClient.java:2179)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.channelReadInstrumented(DefaultHttpClient.java:2147)
at app//io.micronaut.http.client.netty.SimpleChannelInboundHandlerInstrumented.channelRead0(SimpleChannelInboundHandlerInstrumented.java:46)
at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
at app//io.micronaut.http.client.netty.ResettableReadTimeoutHandler$NextInterceptor.channelRead(ResettableReadTimeoutHandler.java:92)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:289)
at app//io.micronaut.http.client.netty.ResettableReadTimeoutHandler.channelRead(ResettableReadTimeoutHandler.java:64)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
Suppressed: java.lang.Exception: #block terminated with an error
at app//reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:103)
at app//reactor.core.publisher.Flux.blockFirst(Flux.java:2704)
at app//io.micronaut.http.client.netty.DefaultHttpClient$1.exchange(DefaultHttpClient.java:571)
at app//io.micronaut.http.client.BlockingHttpClient.exchange(BlockingHttpClient.java:77)
at app//io.micronaut.http.client.BlockingHttpClient.exchange(BlockingHttpClient.java:106)
at app//org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:321)
at app//io.micronaut.function.groovy.FunctionTransformSpec.$spock_feature_0_13(FunctionTransformSpec.groovy:324)
at java.base@17.0.10/java.lang.reflect.Method.invoke(Method.java:568)
at app//org.spockframework.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:187)
at app//org.spockframework.runtime.model.MethodInfo.lambda$new$0(MethodInfo.java:49)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runFeatureMethod(PlatformSpecRunner.java:324)
at app//org.spockframework.runtime.IterationNode.execute(IterationNode.java:50)
at app//org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:58)
at app//org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:15)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.IterationNode.lambda$around$0(IterationNode.java:67)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunIteration$5(PlatformSpecRunner.java:236)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runIteration(PlatformSpecRunner.java:218)
at app//org.spockframework.runtime.IterationNode.around(IterationNode.java:67)
at app//org.spockframework.runtime.SimpleFeatureNode.lambda$around$0(SimpleFeatureNode.java:52)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.FeatureNode.lambda$around$0(FeatureNode.java:41)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunFeature$4(PlatformSpecRunner.java:199)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runFeature(PlatformSpecRunner.java:192)
at app//org.spockframework.runtime.FeatureNode.around(FeatureNode.java:41)
at app//org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:52)
at app//org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:15)
at java.base@17.0.10/java.util.ArrayList.forEach(ArrayList.java:1511)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55)
at app//org.spockframework.runtime.SpecNode.around(SpecNode.java:63)
at app//org.spockframework.runtime.SpecNode.around(SpecNode.java:11)
at java.base@17.0.10/java.util.ArrayList.forEach(ArrayList.java:1511)
github-actions / Java CI / Test Report (17)
FunctionTransformSpec.test run supplier as REST service
io.micronaut.http.client.exceptions.HttpClientResponseException: Not Found
Raw output
io.micronaut.http.client.exceptions.HttpClientResponseException: Not Found
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.makeErrorFromRequestBody(DefaultHttpClient.java:2259)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.forwardResponseToPromise(DefaultHttpClient.java:2210)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.channelReadInstrumented(DefaultHttpClient.java:2179)
at app//io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.channelReadInstrumented(DefaultHttpClient.java:2147)
at app//io.micronaut.http.client.netty.SimpleChannelInboundHandlerInstrumented.channelRead0(SimpleChannelInboundHandlerInstrumented.java:46)
at app//io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:99)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
at app//io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346)
at app//io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318)
at app//io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:93)
at app//io.micronaut.http.client.netty.ResettableReadTimeoutHandler$NextInterceptor.channelRead(ResettableReadTimeoutHandler.java:92)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:289)
at app//io.micronaut.http.client.netty.ResettableReadTimeoutHandler.channelRead(ResettableReadTimeoutHandler.java:64)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
at app//io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at app//io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at app//io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at app//io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at app//io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base@17.0.10/java.lang.Thread.run(Thread.java:842)
Suppressed: java.lang.Exception: #block terminated with an error
at app//reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:103)
at app//reactor.core.publisher.Flux.blockFirst(Flux.java:2704)
at app//io.micronaut.http.client.netty.DefaultHttpClient$1.exchange(DefaultHttpClient.java:571)
at app//io.micronaut.http.client.BlockingHttpClient.exchange(BlockingHttpClient.java:77)
at app//io.micronaut.http.client.BlockingHttpClient.exchange(BlockingHttpClient.java:106)
at app//org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:321)
at app//io.micronaut.function.groovy.FunctionTransformSpec.$spock_feature_0_14(FunctionTransformSpec.groovy:353)
at java.base@17.0.10/java.lang.reflect.Method.invoke(Method.java:568)
at app//org.spockframework.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:187)
at app//org.spockframework.runtime.model.MethodInfo.lambda$new$0(MethodInfo.java:49)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runFeatureMethod(PlatformSpecRunner.java:324)
at app//org.spockframework.runtime.IterationNode.execute(IterationNode.java:50)
at app//org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:58)
at app//org.spockframework.runtime.SimpleFeatureNode.execute(SimpleFeatureNode.java:15)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.IterationNode.lambda$around$0(IterationNode.java:67)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunIteration$5(PlatformSpecRunner.java:236)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runIteration(PlatformSpecRunner.java:218)
at app//org.spockframework.runtime.IterationNode.around(IterationNode.java:67)
at app//org.spockframework.runtime.SimpleFeatureNode.lambda$around$0(SimpleFeatureNode.java:52)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.FeatureNode.lambda$around$0(FeatureNode.java:41)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunFeature$4(PlatformSpecRunner.java:199)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runFeature(PlatformSpecRunner.java:192)
at app//org.spockframework.runtime.FeatureNode.around(FeatureNode.java:41)
at app//org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:52)
at app//org.spockframework.runtime.SimpleFeatureNode.around(SimpleFeatureNode.java:15)
at java.base@17.0.10/java.util.ArrayList.forEach(ArrayList.java:1511)
at app//org.spockframework.runtime.SpockNode.sneakyInvoke(SpockNode.java:40)
at app//org.spockframework.runtime.SpecNode.lambda$around$0(SpecNode.java:63)
at app//org.spockframework.runtime.PlatformSpecRunner.lambda$createMethodInfoForDoRunSpec$0(PlatformSpecRunner.java:61)
at app//org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:156)
at app//org.spockframework.runtime.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
at app//org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
at app//org.spockframework.runtime.PlatformSpecRunner.runSpec(PlatformSpecRunner.java:55)
at app//org.spockframework.runtime.SpecNode.around(SpecNode.java:63)
at app//org.spockframework.runtime.SpecNode.around(SpecNode.java:11)
at java.base@17.0.10/java.util.ArrayList.forEach(ArrayList.java:1511)
Loading