Fix injecting a field with the same name #20064
Annotations
4 errors and 1 warning
JsonStreamSpec.we can stream books to the server:
http-client/src/test/groovy/io/micronaut/http/client/JsonStreamSpec.groovy#L160
Condition failed with Exception:
stream.timeout(Duration.of(5, ChronoUnit.SECONDS)).blockFirst().bookCount == 10
| | | | | | |
| | | PT5S | Seconds reactor.core.Exceptions$ReactiveException: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 5000ms in 'Mono.flatMapMany ⇢ at io.micronaut.http.client.netty.DefaultHttpClient.jsonStream(DefaultHttpClient.java:865)' (and no fallback has been configured)
| | | | at reactor.core.Exceptions.propagate(Exceptions.java:410)
| | | | at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:102)
| | | | at reactor.core.publisher.Flux.blockFirst(Flux.java:2766)
| | | | at io.micronaut.http.client.JsonStreamSpec.we can stream books to the server(JsonStreamSpec.groovy:160)
| | | | Suppressed: java.lang.Exception: #block terminated with an error
| | | | at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:104)
| | | | at reactor.core.publisher.Flux.blockFirst(Flux.java:2766)
| | | | 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:343)
| | | | at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:328)
| | | | at groovy.lang.MetaClassImpl.doInvokeMethod(MetaClassImpl.java:1339)
| | | | at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1094)
| | | | at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1007)
| | | | at org.codehaus.groovy.runtime.InvokerHelper.invokePojoMethod(InvokerHelper.java:633)
| | | | at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:624)
| | | | at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:183)
| | | | at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:204)
| | | | at io.micronaut.http.client.JsonStreamSpec.$spock_feature_0_4(JsonStreamSpec.groovy:160)
| | | | at java.base/java.lang.reflect.Method.invoke(Method.java:568)
| | | | at org.spockframework.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:187)
| | | | 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.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
| | | | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
| | | | 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.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.PlatformSpecRunner.invokeRaw(PlatformSpecRunner.java:407)
| | | | at org.spockframework.runtime.PlatformSpecRunner.invoke(PlatformSpecRunner.java:390)
| | | | 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 java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
| | | | 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 java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
| | | | Caused by: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 5000ms in 'Mono.flatMapMany ⇢ at io.micronaut.http.client.netty.DefaultHttpClient.jsonStream(DefaultHttpClient.java:865)' (and no fallback has been configured)
| | | | at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.handleTimeout(FluxTimeout.java:296)
| | | | Suppressed: The stacktrace has been enhanced by Reactor, refer to additional information below:
| | | | Assembly trace from producer [reactor.core.publisher.FluxTimeout] :
| | | | reactor.core.publisher.Flux.timeout(Flux.java:9631)
| | | | org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:343)
| | | | Error has been observed at the following site(s):
| | | | *__Flux.timeout ⇢ at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:343)
| | | | Original Stack Trace:
| | | | at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.handleTimeout(FluxTimeout.java:296)
| | | | at reactor.core.publisher.FluxTimeout$TimeoutMainSubscriber.doTimeout(FluxTimeout.java:281)
| | | | at reactor.core.publisher.FluxTimeout$TimeoutTimeoutSubscriber.onNext(FluxTimeout.java:420)
| | | | at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162)
| | | | at reactor.core.publisher.MonoDelay$MonoDelayRunnable.propagateDelay(MonoDelay.java:270)
| | | | at reactor.core.publisher.MonoDelay$MonoDelayRunnable.run(MonoDelay.java:285)
| | | | at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:68)
| | | | at reactor.core.scheduler.SchedulerTask.call(SchedulerTask.java:28)
| | | | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
| | | | at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
| | | | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
| | | | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
| | | | at java.base/java.lang.Thread.run(Thread.java:842)
| | | class java.time.temporal.ChronoUnit
| | class java.time.Duration
| Flux.timeout ⇢ at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:343)
Mono.flatMapMany ⇢ at io.micronaut.http.client.netty.DefaultHttpClient.jsonStream(DefaultHttpClient.java:865)
|
build (17)
Process completed with exit code 1.
|
build (21)
The operation was canceled.
|
build (21)
The strategy configuration was canceled because "build._17" failed
|
build (17)
This build uses the last update of Oracle GraalVM for JDK 17 under the GFTC. More details: https://github.com/marketplace/actions/github-action-for-graalvm#notes-on-oracle-graalvm-for-jdk-17
|