Skip to content

Support all K/N targets and Wasm #378

Support all K/N targets and Wasm

Support all K/N targets and Wasm #378

GitHub Actions / Test Results failed Dec 6, 2024 in 0s

20 fail, 12 skipped, 4 945 pass in 20h 7m 35s

1 016 files  ±0  1 016 suites  ±0   20h 7m 35s ⏱️ + 6h 14m 21s
4 977 tests ±0  4 945 ✅ +56  12 💤 ±0  20 ❌  - 56 
9 531 runs  ±0  9 476 ✅ +78  21 💤 ±0  34 ❌  - 78 

Results for commit 4ececa6. ± Comparison against earlier commit 52a03bd.

Annotations

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: 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]
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 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 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

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

test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 10m 2s]
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 3s]
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.websocket.server.CIOWebSocketTransportTest

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.ktor.websocket.server.CIOWebSocketTransportTest)

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/macosArm64Test/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 kotlin.Error#<init>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:14)
	at kotlin.AssertionError#<init>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:132)
	at kotlinx.coroutines.test.UncompletedCoroutinesError#<init>(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-test/common/src/TestScope.kt:321)
	at kotlinx.coroutines.test.runTest$lambda$6$lambda$4$lambda$3#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-test/common/src/TestBuilders.kt:354)
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$10.invoke#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-test/common/src/TestBuilders.kt:340)
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$10.$<bridge-DNNN>invoke(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-test/common/src/TestBuilders.kt:340)
	at kotlin.Function1#invoke(/Users/teamcity/.gradle/daemon/8.9/[K][Suspend]Functions:1)
	at kotlinx.coroutines.InvokeOnCancelling.invoke#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:1571)
	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.tryMakeCancelling#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:826)
	at kotlinx.coroutines.JobSupport.makeCancelling#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:786)
	at kotlinx.coroutines.JobSupport#cancelImpl(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:702)
	at kotlinx.coroutines.JobSupport#cancelCoroutine(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:689)
	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:46)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/native/src/MultithreadedDispatchers.kt:45)
	at kotlin.Function0#invoke(/Users/teamcity/.gradle/daemon/8.9/[K][Suspend]Functions:1)
	at <global>.WorkerLaunchpad(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/concurrent/Internal.kt:95)
	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.MultiplexedUnlimitedLocalTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: requestChannel16x256[iosSimulatorArm64] (io.rsocket.kotlin.transport.local.MultiplexedUnlimitedLocalTransportTest)

test-reports/rsocket-transports/local/build/test-results/iosSimulatorArm64Test/TEST-io.rsocket.kotlin.transport.local.MultiplexedUnlimitedLocalTransportTest.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>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:14)
	at kotlin.AssertionError#<init>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:132)
	at kotlinx.coroutines.test.UncompletedCoroutinesError#<init>(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-test/common/src/TestScope.kt:321)
	at kotlinx.coroutines.test.runTest$lambda$6$lambda$4$lambda$3#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-test/common/src/TestBuilders.kt:354)
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$10.invoke#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-test/common/src/TestBuilders.kt:340)
	at kotlinx.coroutines.test.$runTest$lambda$6$lambda$4$lambda$3$FUNCTION_REFERENCE$10.$<bridge-DNNN>invoke(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-test/common/src/TestBuilders.kt:340)
	at kotlin.Function1#invoke(/Users/teamcity/.gradle/daemon/8.9/[K][Suspend]Functions:1)
	at kotlinx.coroutines.InvokeOnCancelling.invoke#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:1571)
	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.tryMakeCancelling#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:826)
	at kotlinx.coroutines.JobSupport.makeCancelling#internal(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:786)
	at kotlinx.coroutines.JobSupport#cancelImpl(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:702)
	at kotlinx.coroutines.JobSupport#cancelCoroutine(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/common/src/JobSupport.kt:689)
	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:46)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(/opt/buildAgent/work/44ec6e850d5c63f0/kotlinx-coroutines-core/native/src/MultithreadedDispatchers.kt:45)
	at kotlin.Function0#invoke(/Users/teamcity/.gradle/daemon/8.9/[K][Suspend]Functions:1)
	at <global>.WorkerLaunchpad(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/concurrent/Internal.kt:95)
	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.ktor.websocket.server.CIOKtorWebSocketTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: largePayloadRequestChannel200[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 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: largePayloadRequestResponse100[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 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

1 out of 2 runs failed: requestChannel256x512[mingwX64] (io.rsocket.kotlin.transport.ktor.websocket.server.CIOKtorWebSocketTransportTest)

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOKtorWebSocketTransportTest.xml [took 10m 27s]
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 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

2 out of 4 runs failed: requestChannel256x512[jvm] (io.rsocket.kotlin.transport.local.MultiplexedBufferedLocalTransportTest)

test-reports/rsocket-transports/local/build/test-results/jvm17Test/TEST-io.rsocket.kotlin.transport.local.MultiplexedBufferedLocalTransportTest.xml [took 10m 0s]
test-reports/rsocket-transports/local/build/test-results/jvm21Test/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 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 java.base@17.0.13/java.lang.Thread.run(Thread.java:840)

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 java.base@17.0.13/java.lang.Thread.run(Thread.java:840)

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/mingwX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 10s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms
	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: 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]
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

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

All 2 runs failed: requestChannel256x512[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.websocket.server.CIOWebSocketTransportTest

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.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]
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.websocket.server.CIOWebSocketTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: largePayloadRequestResponse100[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]
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.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 14s]
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)