k2 #271
GitHub Actions / Test Results
failed
Mar 21, 2024 in 0s
2 fail, 464 skipped, 2 378 pass in 43m 59s
720 files 720 suites 43m 59s ⏱️
2 844 tests 2 378 ✅ 464 💤 2 ❌
6 266 runs 5 257 ✅ 1 006 💤 3 ❌
Results for commit 59feb89.
Annotations
Check warning on line 0 in io.rsocket.kotlin.transport.local.MultiplexedLocalTransportTest
github-actions / Test Results
2 out of 4 runs failed: requestChannel16x256[jvm] (io.rsocket.kotlin.transport.local.MultiplexedLocalTransportTest)
test-reports/rsocket-transports/local/build/test-results/jvm11Test/TEST-io.rsocket.kotlin.transport.local.MultiplexedLocalTransportTest.xml [took 0s]
test-reports/rsocket-transports/local/build/test-results/jvmTest/TEST-io.rsocket.kotlin.transport.local.MultiplexedLocalTransportTest.xml [took 0s]
Raw output
java.util.concurrent.CancellationException: Local stream closed
at kotlinx.coroutines.ExceptionsKt.CancellationException(Exceptions.kt:17)
at io.rsocket.kotlin.transport.local.LocalServerConnector$Multiplexed$Stream._init_$lambda$0(LocalServerConnector.kt:177)
at kotlinx.coroutines.InvokeOnCompletion.invoke(JobSupport.kt:1382)
at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1492)
at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322)
at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239)
at kotlinx.coroutines.JobSupport.continueCompleting(JobSupport.kt:936)
at kotlinx.coroutines.JobSupport.access$continueCompleting(JobSupport.kt:22)
at kotlinx.coroutines.JobSupport$ChildCompletion.invoke(JobSupport.kt:1156)
at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1492)
at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322)
at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239)
at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:907)
at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:864)
at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:829)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:97)
at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
at io.rsocket.kotlin.operation.RequesterRequestChannelOperation$execute$2.invokeSuspend(RequesterRequestChannelOperation.kt:57)
at io.rsocket.kotlin.operation.RequesterOperationExecutor$executeRequest$2.invokeSuspend(RequesterOperation.kt:72)
at io.rsocket.kotlin.transport.tests.TransportTest$requestChannel16x256$1.invokeSuspend(TransportTest.kt:166)
at io.rsocket.kotlin.test.SuspendTest$runWithTimeout$2$1.invokeSuspend(SuspendTest.kt:105)
at io.rsocket.kotlin.test.SuspendTest.runWithTimeout-KLykuaI(SuspendTest.kt:102)
at io.rsocket.kotlin.test.SuspendTest.runPhase-dWUq8MI(SuspendTest.kt:76)
at io.rsocket.kotlin.test.SuspendTest$test$1$1.invokeSuspend(SuspendTest.kt:49)
at io.rsocket.kotlin.test.SuspendTest$test$1.invokeSuspend(SuspendTest.kt:45)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$1.invokeSuspend(TestBuilders.kt:316)
Caused by: java.util.concurrent.CancellationException: Local stream closed
at kotlinx.coroutines.ExceptionsKt.CancellationException(Exceptions.kt:17)
at io.rsocket.kotlin.transport.local.LocalServerConnector$Multiplexed$Stream._init_$lambda$0(LocalServerConnector.kt:177)
at kotlinx.coroutines.InvokeOnCompletion.invoke(JobSupport.kt:1382)
at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1492)
at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322)
at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239)
at kotlinx.coroutines.JobSupport.continueCompleting(JobSupport.kt:936)
at kotlinx.coroutines.JobSupport.access$continueCompleting(JobSupport.kt:22)
at kotlinx.coroutines.JobSupport$ChildCompletion.invoke(JobSupport.kt:1156)
at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1492)
at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322)
at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239)
at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:907)
at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:864)
at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:829)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:97)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)
Caused by: java.util.concurrent.CancellationException: Stream is closed
at kotlinx.coroutines.ExceptionsKt.CancellationException(Exceptions.kt:17)
at kotlinx.coroutines.CoroutineScopeKt.cancel(CoroutineScope.kt:292)
at kotlinx.coroutines.CoroutineScopeKt.cancel$default(CoroutineScope.kt:292)
at io.rsocket.kotlin.internal.MultiplexedOperationOutbound.close(MultiplexedConnection.kt:138)
at io.rsocket.kotlin.operation.WrappedResponderOperation$receiveNext$2.invokeSuspend(ResponderOperation.kt:98)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.flow.internal.SafeCollector.invokeSuspend(SafeCollector.kt:60)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
... 4 more
Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest
github-actions / Test Results
1 out of 2 runs failed: testFailedConnection[iosSimulatorArm64] (io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest)
test-reports/rsocket-transports/ktor-tcp/build/test-results/iosSimulatorArm64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest.xml [took 0s]
Raw output
kotlinx.coroutines.JobCancellationException: Parent job is Cancelling; job=JobImpl{Cancelled}@5a80e58
at kotlinx.coroutines.JobCancellationException#<init>(Unknown Source)
at kotlinx.coroutines.JobSupport#getChildJobCancellationCause(Unknown Source)
at kotlinx.coroutines.JobSupport.createCauseException#internal(Unknown Source)
at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
at kotlinx.coroutines.ChildHandleNode#invoke(Unknown Source)
at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
at kotlinx.coroutines.JobSupport.tryMakeCompleting#internal(Unknown Source)
at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
at kotlinx.coroutines.JobSupport#childCancelled(Unknown Source)
at kotlinx.coroutines.JobSupport.cancelParent#internal(Unknown Source)
at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
at kotlinx.coroutines.JobSupport.tryMakeCompleting#internal(Unknown Source)
at kotlinx.coroutines.JobSupport#makeCompletingOnce(Unknown Source)
at kotlinx.coroutines.AbstractCoroutine#resumeWith(Unknown Source)
at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
at kotlinx.coroutines.DispatchedTask#run(Unknown Source)
at kotlinx.coroutines.internal.LimitedDispatcher.Worker.run#internal(Unknown Source)
at kotlinx.coroutines.MultiWorkerDispatcher.$workerRunLoop$lambda$2COROUTINE$0.invokeSuspend#internal(Unknown Source)
at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
at kotlinx.coroutines.DispatchedTask#run(Unknown Source)
at kotlinx.coroutines.EventLoopImplBase#processNextEvent(Unknown Source)
at kotlinx.coroutines#runBlocking(Unknown Source)
at kotlinx.coroutines.MultiWorkerDispatcher.$<init>$lambda$1$lambda$0$FUNCTION_REFERENCE$5.$<bridge-UNN>invoke(Unknown Source)
at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
at <global>._pthread_start(Unknown Source)
at <global>.thread_start(Unknown Source)
at io.ktor.utils.io.errors.PosixException.Companion#forErrno$default(Unknown Source)
at io.ktor.network.sockets.$attachForReadingImpl$lambda$0COROUTINE$0.invokeSuspend#internal(Unknown Source)
at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
at kotlinx.coroutines.DispatchedTask#run(Unknown Source)
Loading