configuration cache #208
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Test Results
failed
Sep 18, 2023 in 0s
1 fail, 229 skipped, 1 949 pass in 26m 23s
Annotations
Check warning on line 0 in io.rsocket.kotlin.transport.ktor.websocket.server.WebSocketConnectionTest
github-actions / Test Results
1 out of 4 runs failed: testWorks[jvm] (io.rsocket.kotlin.transport.ktor.websocket.server.WebSocketConnectionTest)
test-reports/rsocket-ktor/rsocket-ktor-server/build/test-results/jvm11Test/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.WebSocketConnectionTest.xml [took 0s]
Raw output
kotlinx.coroutines.JobCancellationException: LazyStandaloneCoroutine is cancelling; job="coroutine#4":LazyStandaloneCoroutine{Cancelled}@12965d8f
at app//kotlinx.coroutines.JobSupport.toCancellationException(JobSupport.kt:1520)
at app//kotlinx.coroutines.JobSupport.getCancellationException(JobSupport.kt:418)
at app//kotlinx.coroutines.JobSupport$AwaitContinuation.getContinuationCancellationCause(JobSupport.kt:1175)
at app//kotlinx.coroutines.ChildContinuation.invoke(JobSupport.kt:1450)
at app//kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:1477)
at app//kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:799)
at app//kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:759)
at app//kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:675)
at app//kotlinx.coroutines.JobSupport.childCancelled(JobSupport.kt:655)
at app//kotlinx.coroutines.ChildHandleNode.childCancelled(JobSupport.kt:1440)
at app//kotlinx.coroutines.JobSupport.cancelParent(JobSupport.kt:360)
at app//kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:334)
at app//kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:799)
at app//kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:759)
at app//kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:675)
at app//kotlinx.coroutines.JobSupport.childCancelled(JobSupport.kt:655)
at app//kotlinx.coroutines.ChildHandleNode.childCancelled(JobSupport.kt:1440)
at app//kotlinx.coroutines.JobSupport.cancelParent(JobSupport.kt:360)
at app//kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:334)
at app//kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:904)
at app//kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:867)
at app//kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:832)
at app//kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:46)
at io.ktor.server.cio.CIOApplicationEngine$initServerJob$1.invokeSuspend(CIOApplicationEngine.kt:216)
at io.ktor.server.cio.CIOApplicationEngine$start$2.invokeSuspend(CIOApplicationEngine.kt:73)
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:314)
Suppressed: java.net.BindException: Address already in use
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:459)
at java.base/sun.nio.ch.Net.bind(Net.java:448)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at io.ktor.network.sockets.ConnectUtilsJvmKt.bind(ConnectUtilsJvm.kt:35)
at io.ktor.network.sockets.TcpSocketBuilder.bind(TcpSocketBuilder.kt:45)
at io.ktor.network.sockets.TcpSocketBuilder.bind(TcpSocketBuilder.kt:29)
at io.ktor.server.cio.backend.HttpServerKt$httpServer$acceptJob$1.invokeSuspend(HttpServer.kt:48)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Caused by: kotlinx.coroutines.JobCancellationException: LazyStandaloneCoroutine is cancelling; job="coroutine#4":LazyStandaloneCoroutine{Cancelled}@12965d8f
at app//kotlinx.coroutines.JobSupport.toCancellationException(JobSupport.kt:1520)
at app//kotlinx.coroutines.JobSupport.getCancellationException(JobSupport.kt:418)
at app//kotlinx.coroutines.JobSupport$AwaitContinuation.getContinuationCancellationCause(JobSupport.kt:1175)
at app//kotlinx.coroutines.ChildContinuation.invoke(JobSupport.kt:1450)
at app//kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:1477)
at app//kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:799)
at app//kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:759)
at app//kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:675)
at app//kotlinx.coroutines.JobSupport.childCancelled(JobSupport.kt:655)
at app//kotlinx.coroutines.ChildHandleNode.childCancelled(JobSupport.kt:1440)
at app//kotlinx.coroutines.JobSupport.cancelParent(JobSupport.kt:360)
at app//kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:334)
at app//kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:799)
at app//kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:759)
at app//kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:675)
at app//kotlinx.coroutines.JobSupport.childCancelled(JobSupport.kt:655)
at app//kotlinx.coroutines.ChildHandleNode.childCancelled(JobSupport.kt:1440)
at app//kotlinx.coroutines.JobSupport.cancelParent(JobSupport.kt:360)
at app//kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:334)
at app//kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:904)
at app//kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:867)
at app//kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:832)
at app//kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:100)
at app//kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at app//kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at app//kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
at app//kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
at app//kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at app//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at app//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at app//kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Caused by: java.net.BindException: Address already in use
at java.base/sun.nio.ch.Net.bind0(Native Method)
at java.base/sun.nio.ch.Net.bind(Net.java:459)
at java.base/sun.nio.ch.Net.bind(Net.java:448)
at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227)
at io.ktor.network.sockets.ConnectUtilsJvmKt.bind(ConnectUtilsJvm.kt:35)
at io.ktor.network.sockets.TcpSocketBuilder.bind(TcpSocketBuilder.kt:45)
at io.ktor.network.sockets.TcpSocketBuilder.bind(TcpSocketBuilder.kt:29)
at io.ktor.server.cio.backend.HttpServerKt$httpServer$acceptJob$1.invokeSuspend(HttpServer.kt:48)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
... 7 more
Loading