Update Netty and Reactor dependencies #47563
Build #20251218.1 had test failures
Details
- Failed: 30 (0.01%)
- Passed: 259,175 (98.95%)
- Other: 2,716 (1.04%)
- Total: 261,921
- 19711 of 39488 lines covered (49.92%)
Annotations
Check failure on line 851 in Build log
azure-pipelines / java - pullrequest
Build log #L851
Build failed.
azure-pipelines / java - pullrequest
/mnt/vss/_work/1/s/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/guava25/hash/Striped64.java#L27
/mnt/vss/_work/1/s/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/guava25/hash/Striped64.java(27,56): error : /mnt/vss/_work/1/s/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/guava25/hash/Striped64.java:[27,56] package io.netty.util.internal.shaded.org.jctools.util is not visible
azure-pipelines / java - pullrequest
/mnt/vss/_work/1/s/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/guava25/hash/Striped64.java#L27
/mnt/vss/_work/1/s/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/guava25/hash/Striped64.java(27,1): error : /mnt/vss/_work/1/s/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/guava25/hash/Striped64.java:[27,1] static import only from classes and interfaces
azure-pipelines / java - pullrequest
/mnt/vss/_work/1/s/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/guava25/hash/Striped64.java#L27
/mnt/vss/_work/1/s/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/guava25/hash/Striped64.java(27,56): error : /mnt/vss/_work/1/s/sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/guava25/hash/Striped64.java:[27,56] package io.netty.util.internal.shaded.org.jctools.util is not visible
azure-pipelines / java - pullrequest
c.a.c.h.n.NettyAsyncHttpClientHttpClientTests.streamResponseCanTransferBodyAsync(Context)[1]
expectation "assertNext" failed (expected: onNext(); actual: onError(java.lang.UnsupportedOperationException: ByteBuffer derived from closeable shared sessions not supported))
Raw output
java.lang.AssertionError: expectation "assertNext" failed (expected: onNext(); actual: onError(java.lang.UnsupportedOperationException: ByteBuffer derived from closeable shared sessions not supported))
at reactor.test.MessageFormatter.assertionError(MessageFormatter.java:115)
at reactor.test.MessageFormatter.failPrefix(MessageFormatter.java:104)
at reactor.test.MessageFormatter.fail(MessageFormatter.java:73)
at reactor.test.MessageFormatter.failOptional(MessageFormatter.java:88)
at reactor.test.DefaultStepVerifierBuilder.lambda$consumeNextWith$0(DefaultStepVerifierBuilder.java:279)
at reactor.test.DefaultStepVerifierBuilder$SignalEvent.test(DefaultStepVerifierBuilder.java:2339)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onSignal(DefaultStepVerifierBuilder.java:1554)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onExpectation(DefaultStepVerifierBuilder.java:1501)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onError(DefaultStepVerifierBuilder.java:1151)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.secondError(MonoFlatMap.java:242)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapInner.onError(MonoFlatMap.java:317)
at [email protected]/reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onError(MonoIgnoreThen.java:283)
at [email protected]/reactor.core.publisher.MonoUsing$MonoUsingSubscriber.onError(MonoUsing.java:261)
at [email protected]/reactor.core.publisher.MonoUsing$MonoUsingSubscriber.onError(MonoUsing.java:261)
at [email protected]/reactor.core.publisher.MonoCreate$DefaultMonoSink.error(MonoCreate.java:208)
at [email protected]/com.azure.core.http.netty.implementation.ByteBufWriteSubscriber.onError(ByteBufWriteSubscriber.java:118)
at [email protected]/com.azure.core.http.netty.implementation.ByteBufWriteSubscriber.write(ByteBufWriteSubscriber.java:104)
at [email protected]/com.azure.core.http.netty.implementation.ByteBufWriteSubscriber.onComplete(ByteBufWriteSubscriber.java:130)
at [email protected]/reactor.core.publisher.StrictSubscriber.onComplete(StrictSubscriber.java:127)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144)
at [email protected]/reactor.netty.channel.FluxReceive.terminateReceiver(FluxReceive.java:487)
at [email protected]/reactor.netty.channel.FluxReceive.drainReceiver(FluxReceive.java:277)
at [email protected]/reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:423)
at [email protected]/reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:465)
at [email protected]/reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:519)
at [email protected]/reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:957)
at [email protected]/reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:115)
at [email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
at [email protected]/com.azure.core.http.netty.implementation.AzureSdkHandler.channelRead(AzureSdkHandler.java:224)
at [email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
at [email protected]/io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
at [email protected]/io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:361)
at [email protected]/io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:325)
at [email protected]/io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHa
azure-pipelines / java - pullrequest
c.a.c.h.n.NettyAsyncHttpClientHttpClientTests.streamResponseCanTransferBodyAsync(Context)[2]
expectation "assertNext" failed (expected: onNext(); actual: onError(java.lang.UnsupportedOperationException: ByteBuffer derived from closeable shared sessions not supported))
Raw output
java.lang.AssertionError: expectation "assertNext" failed (expected: onNext(); actual: onError(java.lang.UnsupportedOperationException: ByteBuffer derived from closeable shared sessions not supported))
at reactor.test.MessageFormatter.assertionError(MessageFormatter.java:115)
at reactor.test.MessageFormatter.failPrefix(MessageFormatter.java:104)
at reactor.test.MessageFormatter.fail(MessageFormatter.java:73)
at reactor.test.MessageFormatter.failOptional(MessageFormatter.java:88)
at reactor.test.DefaultStepVerifierBuilder.lambda$consumeNextWith$0(DefaultStepVerifierBuilder.java:279)
at reactor.test.DefaultStepVerifierBuilder$SignalEvent.test(DefaultStepVerifierBuilder.java:2339)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onSignal(DefaultStepVerifierBuilder.java:1554)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onExpectation(DefaultStepVerifierBuilder.java:1501)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onError(DefaultStepVerifierBuilder.java:1151)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.secondError(MonoFlatMap.java:242)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapInner.onError(MonoFlatMap.java:317)
at [email protected]/reactor.core.publisher.MonoIgnoreThen$ThenIgnoreMain.onError(MonoIgnoreThen.java:283)
at [email protected]/reactor.core.publisher.MonoUsing$MonoUsingSubscriber.onError(MonoUsing.java:261)
at [email protected]/reactor.core.publisher.MonoUsing$MonoUsingSubscriber.onError(MonoUsing.java:261)
at [email protected]/reactor.core.publisher.MonoCreate$DefaultMonoSink.error(MonoCreate.java:208)
at [email protected]/com.azure.core.http.netty.implementation.ByteBufWriteSubscriber.onError(ByteBufWriteSubscriber.java:118)
at [email protected]/com.azure.core.http.netty.implementation.ByteBufWriteSubscriber.write(ByteBufWriteSubscriber.java:104)
at [email protected]/com.azure.core.http.netty.implementation.ByteBufWriteSubscriber.onComplete(ByteBufWriteSubscriber.java:130)
at [email protected]/reactor.core.publisher.StrictSubscriber.onComplete(StrictSubscriber.java:127)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144)
at [email protected]/reactor.netty.channel.FluxReceive.terminateReceiver(FluxReceive.java:487)
at [email protected]/reactor.netty.channel.FluxReceive.drainReceiver(FluxReceive.java:277)
at [email protected]/reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:423)
at [email protected]/reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:465)
at [email protected]/reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:519)
at [email protected]/reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:957)
at [email protected]/reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:115)
at [email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:356)
at [email protected]/com.azure.core.http.netty.implementation.AzureSdkHandler.channelRead(AzureSdkHandler.java:224)
at [email protected]/io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:354)
at [email protected]/io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:434)
at [email protected]/io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:361)
at [email protected]/io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:325)
at [email protected]/io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHa
Check failure on line 1 in c.a.c.h.n.NettyAsyncHttpClientHttpClientTests.canAccessResponseBody()[1]
azure-pipelines / java - pullrequest
c.a.c.h.n.NettyAsyncHttpClientHttpClientTests.canAccessResponseBody()[1]
ByteBuffer derived from closeable shared sessions not supported
Raw output
java.lang.UnsupportedOperationException: ByteBuffer derived from closeable shared sessions not supported
at java.base/java.nio.DirectByteBuffer.address(DirectByteBuffer.java:319)
at java.base/sun.nio.ch.WindowsAsynchronousFileChannelImpl$WriteTask.run(WindowsAsynchronousFileChannelImpl.java:629)
at java.base/sun.nio.ch.WindowsAsynchronousFileChannelImpl.implWrite(WindowsAsynchronousFileChannelImpl.java:745)
at java.base/sun.nio.ch.AsynchronousFileChannelImpl.write(AsynchronousFileChannelImpl.java:251)
at [email protected]/com.azure.core.implementation.AsynchronousFileChannelAdapter.write(AsynchronousFileChannelAdapter.java:83)
at [email protected]/com.azure.core.http.netty.implementation.NettyAsyncHttpResponse.lambda$writeBodyToAsync$3(NettyAsyncHttpResponse.java:85)
at [email protected]/com.azure.core.http.netty.implementation.ByteBufWriteSubscriber.write(ByteBufWriteSubscriber.java:101)
at [email protected]/com.azure.core.http.netty.implementation.ByteBufWriteSubscriber.onComplete(ByteBufWriteSubscriber.java:130)
at [email protected]/reactor.core.publisher.StrictSubscriber.onComplete(StrictSubscriber.java:127)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144)
at [email protected]/reactor.netty.channel.FluxReceive.terminateReceiver(FluxReceive.java:487)
at [email protected]/reactor.netty.channel.FluxReceive.drainReceiver(FluxReceive.java:319)
at [email protected]/reactor.netty.channel.FluxReceive.request(FluxReceive.java:134)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.request(FluxMap.java:163)
at [email protected]/reactor.core.publisher.StrictSubscriber.onSubscribe(StrictSubscriber.java:81)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onSubscribe(FluxMap.java:92)
at [email protected]/reactor.netty.channel.FluxReceive.startReceiver(FluxReceive.java:173)
at [email protected]/reactor.netty.channel.FluxReceive.lambda$subscribe$2(FluxReceive.java:151)
at [email protected]/io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:148)
at [email protected]/io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:141)
at [email protected]/io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:535)
at [email protected]/io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:201)
at [email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1195)
at [email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at [email protected]/io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1474)
Suppressed: java.lang.Exception: #block terminated with an error
at [email protected]/reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:104)
at [email protected]/reactor.core.publisher.Mono.block(Mono.java:1773)
at com.azure.core.validation.http.HttpClientTests.getResponseBytesViaAsynchronousChannel(HttpClientTests.java:846)
at com.azure.core.validation.http.HttpClientTests.canAccessResponseBody(HttpClientTests.java:367)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at java.base/java.util.Optional.ifPresent(Optional.java:178)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:803)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
at java.base/java.util.concurrent.ForkJoinPool.runWork
Check failure on line 1 in c.a.c.h.n.NettyAsyncHttpClientHttpClientTests.canAccessResponseBody()[2]
azure-pipelines / java - pullrequest
c.a.c.h.n.NettyAsyncHttpClientHttpClientTests.canAccessResponseBody()[2]
ByteBuffer derived from closeable shared sessions not supported
Raw output
java.lang.UnsupportedOperationException: ByteBuffer derived from closeable shared sessions not supported
at java.base/java.nio.DirectByteBuffer.address(DirectByteBuffer.java:319)
at java.base/sun.nio.ch.WindowsAsynchronousFileChannelImpl$WriteTask.run(WindowsAsynchronousFileChannelImpl.java:629)
at java.base/sun.nio.ch.WindowsAsynchronousFileChannelImpl.implWrite(WindowsAsynchronousFileChannelImpl.java:745)
at java.base/sun.nio.ch.AsynchronousFileChannelImpl.write(AsynchronousFileChannelImpl.java:251)
at [email protected]/com.azure.core.implementation.AsynchronousFileChannelAdapter.write(AsynchronousFileChannelAdapter.java:83)
at [email protected]/com.azure.core.http.netty.implementation.NettyAsyncHttpResponse.lambda$writeBodyToAsync$3(NettyAsyncHttpResponse.java:85)
at [email protected]/com.azure.core.http.netty.implementation.ByteBufWriteSubscriber.write(ByteBufWriteSubscriber.java:101)
at [email protected]/com.azure.core.http.netty.implementation.ByteBufWriteSubscriber.onComplete(ByteBufWriteSubscriber.java:130)
at [email protected]/reactor.core.publisher.StrictSubscriber.onComplete(StrictSubscriber.java:127)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144)
at [email protected]/reactor.netty.channel.FluxReceive.terminateReceiver(FluxReceive.java:487)
at [email protected]/reactor.netty.channel.FluxReceive.drainReceiver(FluxReceive.java:319)
at [email protected]/reactor.netty.channel.FluxReceive.request(FluxReceive.java:134)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.request(FluxMap.java:163)
at [email protected]/reactor.core.publisher.StrictSubscriber.onSubscribe(StrictSubscriber.java:81)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onSubscribe(FluxMap.java:92)
at [email protected]/reactor.netty.channel.FluxReceive.startReceiver(FluxReceive.java:173)
at [email protected]/reactor.netty.channel.FluxReceive.lambda$subscribe$2(FluxReceive.java:151)
at [email protected]/io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:148)
at [email protected]/io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:141)
at [email protected]/io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:535)
at [email protected]/io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:201)
at [email protected]/io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1195)
at [email protected]/io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at [email protected]/io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:1474)
Suppressed: java.lang.Exception: #block terminated with an error
at [email protected]/reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:104)
at [email protected]/reactor.core.publisher.Mono.block(Mono.java:1773)
at com.azure.core.validation.http.HttpClientTests.getResponseBytesViaAsynchronousChannel(HttpClientTests.java:846)
at com.azure.core.validation.http.HttpClientTests.canAccessResponseBody(HttpClientTests.java:367)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at java.base/java.util.Optional.ifPresent(Optional.java:178)
at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:803)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
at java.base/java.util.concurrent.ForkJoinPool.runWork