Skip to content
GitHub Actions / Test Results failed Dec 10, 2024 in 0s

13 fail, 12 skipped, 4 952 pass in 17h 17m 50s

1 016 files  ±0  1 016 suites  ±0   17h 17m 50s ⏱️ - 36m 50s
4 977 tests ±0  4 952 ✅ +1  12 💤 ±0  13 ❌  - 1 
9 531 runs  ±0  9 489 ✅ +1  21 💤 ±0  21 ❌  - 1 

Results for commit c42960b. ± Comparison against earlier commit f9a1cf1.

Annotations

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: requestStreamX256[mingwX64] (io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest)

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/mingwX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest.xml [took 10m 0s]
test-reports/rsocket-transports/ktor-websocket-server/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest.xml [took 10m 1s]
Raw output
kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 10m, the test body did not run to completion
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)

Check warning on line 0 in io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 4 runs failed: requestResponse100000[jvm] (io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest)

test-reports/rsocket-transports/netty-quic/build/test-results/jvm11Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 10m 0s]
test-reports/rsocket-transports/netty-quic/build/test-results/jvm17Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 10m 0s]
test-reports/rsocket-transports/netty-quic/build/test-results/jvm21Test/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 10m 0s]
test-reports/rsocket-transports/netty-quic/build/test-results/jvmTest/TEST-io.rsocket.kotlin.transport.netty.quic.NettyQuicTransportTest.xml [took 10m 0s]
Raw output
kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 10m, the test body did not run to completion
	at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$2.invokeSuspend$lambda$0(TestBuilders.kt:354)
	at app//kotlinx.coroutines.InvokeOnCancelling.invoke(JobSupport.kt:1571)
	at app//kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:1604)
	at app//kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:826)
	at app//kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:786)
	at app//kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:702)
	at app//kotlinx.coroutines.JobSupport.cancelCoroutine(JobSupport.kt:689)
	at app//kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:156)
	at app//kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:505)
	at app//kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
	at app//kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:105)
	at [email protected]/java.lang.Thread.run(Thread.java:829)

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: largePayloadFireAndForget10[mingwX64] (io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest)

test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 10s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms
	at kotlin.Throwable#<init>(Unknown Source)
	at kotlin.Exception#<init>(Unknown Source)
	at kotlin.RuntimeException#<init>(Unknown Source)
	at kotlin.IllegalStateException#<init>(Unknown Source)
	at kotlin.coroutines.cancellation.CancellationException#<init>(Unknown Source)
	at kotlinx.coroutines.TimeoutCancellationException#<init>(Unknown Source)
	at kotlinx.coroutines#TimeoutCancellationException(Unknown Source)
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.Runnable#run(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.invoke#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at kotlin.Function0#invoke(Unknown Source)
	at <global>.WorkerLaunchpad(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: largePayloadMetadataPush10[mingwX64] (io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest)

test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 10s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms
	at kotlin.Throwable#<init>(Unknown Source)
	at kotlin.Exception#<init>(Unknown Source)
	at kotlin.RuntimeException#<init>(Unknown Source)
	at kotlin.IllegalStateException#<init>(Unknown Source)
	at kotlin.coroutines.cancellation.CancellationException#<init>(Unknown Source)
	at kotlinx.coroutines.TimeoutCancellationException#<init>(Unknown Source)
	at kotlinx.coroutines#TimeoutCancellationException(Unknown Source)
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.Runnable#run(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.invoke#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at kotlin.Function0#invoke(Unknown Source)
	at <global>.WorkerLaunchpad(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: largePayloadRequestChannel200[mingwX64] (io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest)

test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 10m 0s]
Raw output
kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 10m, the test body did not run to completion
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: largePayloadRequestResponse100[mingwX64] (io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest)

test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 10m 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 10m 0s]
Raw output
kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 10m, the test body did not run to completion
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: requestChannel256x512[mingwX64] (io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest)

test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 10m 0s]
Raw output
kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 10m, the test body did not run to completion
	at kotlin.Error#<init>(Unknown Source)
	at kotlin.AssertionError#<init>(Unknown Source)
	at kotlinx.coroutines.test.UncompletedCoroutinesError#<init>(Unknown Source)
	at kotlinx.coroutines.test.runTest$lambda$6$lambda$4$lambda$3#internal(Unknown Source)
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.$<bridge-DNNN>invoke(Unknown Source)
	at kotlin.Function1#invoke(Unknown Source)
	at kotlinx.coroutines.InvokeOnCancelling.invoke#internal(Unknown Source)
	at kotlinx.coroutines.JobNode#invoke(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.tryMakeCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.makeCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelCoroutine(Unknown Source)
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.Runnable#run(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.invoke#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at kotlin.Function0#invoke(Unknown Source)
	at <global>.WorkerLaunchpad(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)

Check warning on line 0 in io.rsocket.kotlin.transport.local.MultiplexedBufferedLocalTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: requestStreamX256[macosArm64] (io.rsocket.kotlin.transport.local.MultiplexedBufferedLocalTransportTest)

test-reports/rsocket-transports/local/build/test-results/macosArm64ReleaseTest/TEST-io.rsocket.kotlin.transport.local.MultiplexedBufferedLocalTransportTest.xml [took 10m 0s]
Raw output
kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 10m, the test body did not run to completion
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>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)

Check warning on line 0 in io.rsocket.kotlin.transport.local.SequentialUnlimitedLocalTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: requestChannel20000[macosArm64] (io.rsocket.kotlin.transport.local.SequentialUnlimitedLocalTransportTest)

test-reports/rsocket-transports/local/build/test-results/macosArm64Test/TEST-io.rsocket.kotlin.transport.local.SequentialUnlimitedLocalTransportTest.xml [took 0s]
Raw output
kotlinx.coroutines.JobCancellationException: Parent job is Cancelling; job=ScopeCoroutine{Cancelled}@5ca2068
	at kotlin.Exception#<init>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:25)
	at kotlin.RuntimeException#<init>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:36)
	at kotlin.IllegalStateException#<init>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:72)
	at kotlin.coroutines.cancellation.CancellationException#<init>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/coroutines/cancellation/CancellationException.kt:12)
	at kotlinx.coroutines.JobCancellationException#<init>(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/native/src/Exceptions.kt:25)
	at kotlinx.coroutines.JobSupport#getChildJobCancellationCause(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:745)
	at kotlinx.coroutines.ParentJob#getChildJobCancellationCause(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/Job.kt:435)
	at kotlinx.coroutines.JobSupport.createCauseException#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:751)
	at kotlinx.coroutines.JobSupport.cancelMakeCompleting#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:726)
	at kotlinx.coroutines.JobSupport#cancelImpl(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:698)
	at kotlinx.coroutines.JobSupport#parentCancelled(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:668)
	at kotlinx.coroutines.ChildJob#parentCancelled(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/Job.kt:413)
	at kotlinx.coroutines.ChildHandleNode.invoke#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:1580)
	at kotlinx.coroutines.JobNode#invoke(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:324)
	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:931)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:894)
	at kotlinx.coroutines.JobSupport#makeCompletingOnce(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:859)
	at kotlinx.coroutines.AbstractCoroutine#resumeWith(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/AbstractCoroutine.kt:98)
	at kotlin.coroutines.Continuation#resumeWith(/opt/buildAgent/work/b5c630f73501b353/kotlin/libraries/stdlib/src/kotlin/coroutines/Continuation.kt:26)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/coroutines/ContinuationImpl.kt:43)
	at kotlin.coroutines.Continuation#resumeWith(/opt/buildAgent/work/b5c630f73501b353/kotlin/libraries/stdlib/src/kotlin/coroutines/Continuation.kt:26)
	at kotlinx.coroutines.DispatchedTask#run(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/internal/DispatchedTask.kt:101)
	at kotlinx.coroutines.Runnable#run(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/native/src/Runnable.kt:10)
	at kotlinx.coroutines.DarwinGlobalQueueDispatcher.dispatch$lambda$0#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/nativeDarwin/src/Dispatchers.kt:22)
	at kotlinx.coroutines.DarwinGlobalQueueDispatcher.$dispatch$lambda$0$FUNCTION_REFERENCE$0.invoke#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/nativeDarwin/src/Dispatchers.kt:21)
	at kotlinx.coroutines.DarwinGlobalQueueDispatcher.$dispatch$lambda$0$FUNCTION_REFERENCE$0.$<bridge-DNN>invoke(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/nativeDarwin/src/Dispatchers.kt:21)
	at kotlin.Function0#invoke(/Users/teamcity/.gradle/daemon/8.9/[K][Suspend]Functions:1)
	at <global>._6f72672e6a6574627261696e732e6b6f746c696e783a6b6f746c696e782d636f726f7574696e65732d636f72652f6f70742f6275696c644167656e742f776f726b2f343465633665383530643563363366302f6b6f746c696e782d636f726f7574696e65732d636f72652f6e617469766544617277696e2f7372632f44697370617463686572732e6b74_knbridge8(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/nativeDarwin/src/Dispatchers.kt:21)
	at <global>._dispatch_call_block_and_release(Unknown Source)
	at <global>._dispatch_client_callout(Unknown Source)
	at <global>._dispatch_queue_override_invoke(Unknown Source)
	at <global>._dispatch_root_queue_drain(Unknown Source)
	at <global>._dispatch_worker_thread2(Unknown Source)
	at <global>._pthread_wqthread(Unknown Source)
	at <global>.start_wqthread(Unknown Source)
	at kotlin.Throwable#<init>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Throwable.kt:30)
	at io.rsocket.kotlin.RSocketError#<init>(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-core/src/commonMain/kotlin/io/rsocket/kotlin/RSocketError.kt:19)
	at io.rsocket.kotlin.RSocketError.ConnectionError#<init>(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-core/src/commonMain/kotlin/io/rsocket/kotlin/RSocketError.kt:29)
	at io.rsocket.kotlin#RSocketError(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-core/src/commonMain/kotlin/io/rsocket/kotlin/RSocketError.kt:63)
	at io.rsocket.kotlin.frame#readError__at__kotlinx.io.Source(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-core/src/commonMain/kotlin/io/rsocket/kotlin/frame/ErrorFrame.kt:47)
	at io.rsocket.kotlin.frame#readFrame__at__kotlinx.io.Buffer(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-core/src/commonMain/kotlin/io/rsocket/kotlin/frame/Frame.kt:69)
	at io.rsocket.kotlin.frame.FrameCodec#decodeFrame(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-core/src/commonMain/kotlin/io/rsocket/kotlin/frame/FrameCodec.kt:25)
	at io.rsocket.kotlin.connection.SequentialConnection.$handleConnectionCOROUTINE$0.invokeSuspend#internal(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-core/src/commonMain/kotlin/io/rsocket/kotlin/connection/SequentialConnection.kt:52)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#invokeSuspend(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/coroutines/ContinuationImpl.kt:50)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/coroutines/ContinuationImpl.kt:30)
	at kotlin.coroutines.Continuation#resumeWith(/opt/buildAgent/work/b5c630f73501b353/kotlin/libraries/stdlib/src/kotlin/coroutines/Continuation.kt:26)

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: largePayloadRequestChannel200[mingwX64] (io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest)

test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 10m 0s]
Raw output
kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 10m, the test body did not run to completion
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: largePayloadRequestResponse100[mingwX64] (io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest)

test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 9m 59s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 10m 0s]
Raw output
kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 10m, the test body did not run to completion
	at kotlin.Error#<init>(Unknown Source)
	at kotlin.AssertionError#<init>(Unknown Source)
	at kotlinx.coroutines.test.UncompletedCoroutinesError#<init>(Unknown Source)
	at kotlinx.coroutines.test.runTest$lambda$6$lambda$4$lambda$3#internal(Unknown Source)
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.$<bridge-DNNN>invoke(Unknown Source)
	at kotlin.Function1#invoke(Unknown Source)
	at kotlinx.coroutines.InvokeOnCancelling.invoke#internal(Unknown Source)
	at kotlinx.coroutines.JobNode#invoke(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.tryMakeCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.makeCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelCoroutine(Unknown Source)
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.Runnable#run(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.invoke#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at kotlin.Function0#invoke(Unknown Source)
	at <global>.WorkerLaunchpad(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: requestStreamX256[mingwX64] (io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest)

test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 10m 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 10m 0s]
Raw output
kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 10m, the test body did not run to completion
	at kotlin.Error#<init>(Unknown Source)
	at kotlin.AssertionError#<init>(Unknown Source)
	at kotlinx.coroutines.test.UncompletedCoroutinesError#<init>(Unknown Source)
	at kotlinx.coroutines.test.runTest$lambda$6$lambda$4$lambda$3#internal(Unknown Source)
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.$<bridge-DNNN>invoke(Unknown Source)
	at kotlin.Function1#invoke(Unknown Source)
	at kotlinx.coroutines.InvokeOnCancelling.invoke#internal(Unknown Source)
	at kotlinx.coroutines.JobNode#invoke(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.tryMakeCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.makeCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelCoroutine(Unknown Source)
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.Runnable#run(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.invoke#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at kotlin.Function0#invoke(Unknown Source)
	at <global>.WorkerLaunchpad(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.websocket.server.CIOKtorWebSocketTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: requestStreamX256[mingwX64] (io.rsocket.kotlin.transport.ktor.websocket.server.CIOKtorWebSocketTransportTest)

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/mingwX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOKtorWebSocketTransportTest.xml [took 10m 0s]
test-reports/rsocket-transports/ktor-websocket-server/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOKtorWebSocketTransportTest.xml [took 10m 0s]
Raw output
kotlinx.coroutines.test.UncompletedCoroutinesError: After waiting for 10m, the test body did not run to completion
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)