Skip to content

Remove usages of deprecated in ktor APIs #233

Remove usages of deprecated in ktor APIs

Remove usages of deprecated in ktor APIs #233

GitHub Actions / Test Results failed Feb 28, 2024 in 0s

2 fail, 220 skipped, 1 957 pass in 32m 6s

  699 files    699 suites   32m 6s ⏱️
2 179 tests 1 957 ✅ 220 💤 2 ❌
4 562 runs  4 048 ✅ 512 💤 2 ❌

Results for commit 67da0ee.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 4 runs failed: requestChannel3[jvm] (io.rsocket.kotlin.transport.ktor.websocket.server.JettyServerWebSocketTransportTest)

test-reports/rsocket-transport-ktor/rsocket-transport-ktor-websocket-server/build/test-results/jvm11Test/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.JettyServerWebSocketTransportTest.xml [took 10s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms
	at ???(Coroutine boundary.?(?)
	at io.rsocket.kotlin.test.SuspendTest$DefaultImpls.runWithTimeout-KLykuaI(SuspendTest.kt:97)
	at io.rsocket.kotlin.test.SuspendTest$DefaultImpls.runPhase-dWUq8MI(SuspendTest.kt:73)
	at io.rsocket.kotlin.test.SuspendTest$test$1.invokeSuspend(SuspendTest.kt:52)
Caused by: kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms
	at app//kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:184)
	at app//kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:154)
	at app//kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:508)
	at app//kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284)
	at app//kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:108)
	at [email protected]/java.lang.Thread.run(Thread.java:829)

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: requestChannel1[linuxX64] (io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest)

test-reports/rsocket-transport-ktor/rsocket-transport-ktor-tcp/build/test-results/linuxX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 0s]
Raw output
io.ktor.utils.io.errors.PosixException.AddressAlreadyInUseException: EADDRINUSE (98): Address already in use
	at io.ktor.utils.io.errors.PosixException.Companion#forErrno(Unknown Source)
	at io.ktor.utils.io.errors.PosixException.Companion#forErrno$default(Unknown Source)
	at io.ktor.network.sockets.$bind$lambda$1$FUNCTION_REFERENCE$1.invoke#internal(Unknown Source)
	at io.ktor.network.util.NativeIPv4SocketAddress#nativeAddress(Unknown Source)
	at io.ktor.network.sockets#bind(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.$TcpServerTransport$lambda$5$lambda$3COROUTINE$1.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlinx.coroutines.internal#resumeCancellableWith__at__kotlin.coroutines.Continuation<0:0>(Unknown Source)
	at kotlinx.coroutines.intrinsics#startCoroutineCancellable__at__kotlin.coroutines.SuspendFunction1<0:0,0:1>(Unknown Source)
	at kotlinx.coroutines#launch__at__kotlinx.coroutines.CoroutineScope(Unknown Source)
	at kotlinx.coroutines#launch$default__at__kotlinx.coroutines.CoroutineScope(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.$TcpServerTransport$lambda$5$FUNCTION_REFERENCE$0.start#internal(Unknown Source)
	at io.rsocket.kotlin.core.RSocketServer#bindIn(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.$beforeCOROUTINE$0.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest#before#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$2$lambda$0COROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$2$lambda$0COROUTINE$2.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$3COROUTINE$5.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$3COROUTINE$5.invoke#internal(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$2COROUTINE$4.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$default(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest#test(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.tcp.$TcpTransportTest$test$0.$requestChannel1$FUNCTION_REFERENCE$8.$<bridge-UNNN>invoke(Unknown Source)
	at kotlin.native.internal.test.BaseClassSuite.TestCase#run(Unknown Source)
	at kotlin.native.internal.test#main(Unknown Source)
	at <global>.Init_and_run_start(Unknown Source)
	at <global>.Konan_main(Unknown Source)
	at <global>.0x0(Unknown Source)
	at <global>.__libc_start_main(Unknown Source)
	at <global>.0x0(Unknown Source)
	at kotlin.native.internal#ThrowUninitializedPropertyAccessException(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#<get-client>(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest.$afterCOROUTINE$2.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.transport.tests.TransportTest#after#suspend(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$2$lambda$1COROUTINE$3.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$test$lambda$2$lambda$1COROUTINE$3.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$3COROUTINE$5.invokeSuspend#internal(Unknown Source)
	at io.rsocket.kotlin.test.SuspendTest.$runWithTimeout$lambda$3COROUTINE$5.invoke#internal(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$2COROUTINE$4.invokeSuspend#internal(Unknown Source)