migrate ktor (tcp and websocket) and nodejs tcp transport to new API #26
GitHub Actions / Test Results
failed
May 25, 2024 in 0s
1 fail, 521 skipped, 2 411 pass in 44m 16s
Annotations
Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest
github-actions / Test Results
1 out of 2 runs failed: testFailedHandler[macosArm64] (io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest)
test-reports/rsocket-transports/ktor-tcp/build/test-results/macosArm64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest.xml [took 1m 0s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 60000 ms
at kotlin.Throwable#<init>(/opt/buildAgent/work/b2e1db4d8d903ca4/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Throwable.kt:28)
at kotlin.Exception#<init>(/opt/buildAgent/work/b2e1db4d8d903ca4/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:23)
at kotlin.RuntimeException#<init>(/opt/buildAgent/work/b2e1db4d8d903ca4/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:34)
at kotlin.IllegalStateException#<init>(/opt/buildAgent/work/b2e1db4d8d903ca4/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:70)
at kotlin.coroutines.cancellation.CancellationException#<init>(/opt/buildAgent/work/b2e1db4d8d903ca4/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/coroutines/cancellation/CancellationException.kt:11)
at kotlinx.coroutines.TimeoutCancellationException#<init>(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/Timeout.kt:169)
at kotlinx.coroutines#TimeoutCancellationException(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/Timeout.kt:188)
at kotlinx.coroutines.TimeoutCoroutine.run#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/Timeout.kt:156)
at kotlinx.coroutines.Runnable#run(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/native/src/Runnable.kt:10)
at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.invoke#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/native/src/MultithreadedDispatchers.kt:45)
at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-UNN>invoke(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/native/src/MultithreadedDispatchers.kt:44)
at kotlin.Function0#invoke(/Users/teamcity/.gradle/daemon/8.4/[K][Suspend]Functions:1)
at <global>.WorkerLaunchpad(/opt/buildAgent/work/b2e1db4d8d903ca4/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/concurrent/Internal.kt:106)
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)
Loading