Skip to content

Support wasm-js target in ktor-client modules

Sign in for the full log view
GitHub Actions / Test Results failed Nov 30, 2024 in 0s

33 fail, 783 skipped, 3 156 pass in 57m 49s

  890 files  +  890    890 suites  +890   57m 49s ⏱️ + 57m 49s
3 972 tests +3 972  3 156 ✅ +3 156    783 💤 +  783  33 ❌ +33 
8 526 runs  +8 526  6 753 ✅ +6 753  1 710 💤 +1 710  63 ❌ +63 

Results for commit 815be2f. ± Comparison against earlier commit 9e95de3.

Annotations

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

2 out of 4 runs failed: requestStreamX16[jvm] (io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest)

test-reports/rsocket-transports/ktor-tcp/build/test-results/jvm17Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 3m 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/jvmTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 3m 0s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 180000 ms
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at io.rsocket.kotlin.test.SuspendTest.runWithTimeout-KLykuaI(SuspendTest.kt:109)
	at io.rsocket.kotlin.test.SuspendTest.runPhase-dWUq8MI(SuspendTest.kt:83)
	at io.rsocket.kotlin.test.SuspendTest$test$1$1.invokeSuspend(SuspendTest.kt:56)
	at io.rsocket.kotlin.test.SuspendTest$test$1.invokeSuspend(SuspendTest.kt:52)
	at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$1.invokeSuspend(TestBuilders.kt:318)
Caused by: kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 180000 ms
	at kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:188)
	at kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:156)
	at kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:505)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
	at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:105)
	at java.lang.Thread.run(Thread.java:750)

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: fireAndForget10[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54684).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: largePayloadFireAndForget10[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54686).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: 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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54688).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54690).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54692).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: metadataPush10[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54694).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: requestChannel0[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54696).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: requestChannel1[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54698).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: requestChannel3[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54700).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: requestResponse1[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54702).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: requestResponse10[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54704).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: requestResponse100[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54706).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: requestStream5[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54708).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest.xml [took 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54654).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest.xml [took 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54656).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(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-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)
	at io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)

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

See this annotation in the file changed.

@github-actions 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/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Throwable.kt:30)
	at kotlin.Exception#<init>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:23)
	at kotlin.RuntimeException#<init>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:34)
	at kotlin.IllegalStateException#<init>(/opt/buildAgent/work/b5c630f73501b353/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:70)
	at kotlin.coroutines.cancellation.CancellationException#<init>(/opt/buildAgent/work/b5c630f73501b353/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: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.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/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest.xml [took 3m 0s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 180000 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.TcpTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 runs failed: fireAndForget10[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54658).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: largePayloadFireAndForget10[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54660).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: largePayloadMetadataPush10[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54662).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: 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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54664).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54666).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: metadataPush10[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54668).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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: requestChannel0[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 0s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 0s]
Raw output
kotlinx.io.IOException: Failed to connect to InetSocketAddress(0.0.0.0:54670).
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(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-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)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2$lambda$1$FUNCTION_REFERENCE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$4$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at kotlinx.coroutines#withTimeout#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeoutCOROUTINE$1.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runPhaseCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.runPhase#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$3$lambda$2COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal.ScopeCoroutine#afterResume(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 io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.network.sockets.$connectCOROUTINE$0.invokeSuspend#internal(Unknown Source)