Skip to content

drop yarn, use just npm; don't store package lock #335

drop yarn, use just npm; don't store package lock

drop yarn, use just npm; don't store package lock #335

GitHub Actions / Test Results failed May 21, 2024 in 0s

2 fail, 229 skipped, 1 957 pass in 24m 32s

  717 files    717 suites   24m 32s ⏱️
2 188 tests 1 957 ✅ 229 💤 2 ❌
4 580 runs  4 048 ✅ 530 💤 2 ❌

Results for commit 4262613.

Annotations

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

test-reports/rsocket-transports/ktor-tcp/build/test-results/linuxX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpServerTest.xml [took 0s]
Raw output
kotlin.coroutines.cancellation.CancellationException: Connection closed
	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#cancel__at__kotlinx.coroutines.Job(Unknown Source)
	at io.rsocket.kotlin.internal.handler.RequesterRequestResponseFrameHandler#cleanup(Unknown Source)
	at io.rsocket.kotlin.internal.handler.FrameHandler#cleanup(Unknown Source)
	at io.rsocket.kotlin.internal.StreamsStorage#cleanup(Unknown Source)
	at io.rsocket.kotlin.core.RSocketConnector.connectOnce$lambda$2#internal(Unknown Source)
	at io.rsocket.kotlin.core.RSocketConnector.$connectOnce$lambda$2$FUNCTION_REFERENCE$2.invoke#internal(Unknown Source)
	at io.rsocket.kotlin.core.RSocketConnector.$connectOnce$lambda$2$FUNCTION_REFERENCE$2.$<bridge-UNNN>invoke(Unknown Source)
	at kotlin.Function1#invoke(Unknown Source)
	at kotlinx.coroutines.InternalCompletionHandler.UserSupplied#invoke(Unknown Source)
	at kotlinx.coroutines.InternalCompletionHandler#invoke(Unknown Source)
	at kotlinx.coroutines.InvokeOnCompletion.invoke#internal(Unknown Source)
	at kotlinx.coroutines.JobNode#invoke(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCompletion#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.completeStateFinalization#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.finalizeFinishingState#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.cancelMakeCompleting#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
	at kotlinx.coroutines.JobSupport#parentCancelled(Unknown Source)
	at kotlinx.coroutines.ChildJob#parentCancelled(Unknown Source)
	at kotlinx.coroutines.ChildHandleNode#invoke(Unknown Source)
	at kotlinx.coroutines.JobNode#invoke(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.cancelMakeCompleting#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#cancelImpl(Unknown Source)
	at kotlinx.coroutines.JobSupport#childCancelled(Unknown Source)
	at kotlinx.coroutines.JobSupport#childCancelled(Unknown Source)
	at kotlinx.coroutines.ChildHandleNode#childCancelled(Unknown Source)
	at kotlinx.coroutines.ChildHandle#childCancelled(Unknown Source)
	at kotlinx.coroutines.JobSupport.cancelParent#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCancelling#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#makeCompletingOnce(Unknown Source)
	at kotlinx.coroutines.AbstractCoroutine#resumeWith(Unknown Source)
	at kotlin.coroutines.Continuation#resumeWith(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlin.coroutines.Continuation#resumeWith(Unknown Source)
	at kotlinx.coroutines#resume__at__kotlinx.coroutines.DispatchedTask<0:0>(Unknown Source)
	at kotlinx.coroutines.resumeUnconfined#internal(Unknown Source)
	at kotlinx.coroutines#dispatch__at__kotlinx.coroutines.DispatchedTask<0:0>(Unknown Source)
	at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume#internal(Unknown Source)
	at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl#internal(Unknown Source)
	at kotlinx.coroutines.CancellableContinuationImpl#resumeImpl$default(Unknown Source)
	at kotlinx.coroutines.CancellableContinuationImpl#resumeWith(Unknown Source)
	at kotlin.coroutines.Continuation#resumeWith(Unknown Source)
	at kotlinx.coroutines.ResumeOnCompletion.invoke#internal(Unknown Source)
	at kotlinx.coroutines.JobNode#invoke(Unknown Source)
	at kotlinx.coroutines.JobSupport.notifyCompletion#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.completeStateFinalization#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.finalizeFinishingState#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport#makeCompleting(Unknown Source)
	at kotlinx.coroutines.JobImpl#completeExceptionally(Unknown Source)
	at kotlinx.coroutines.CompletableJob#completeExceptionally(Unknown Source)
	at io.ktor.utils.io.internal.AwaitingSlot#cancel(Unknown Source)
	at io.ktor.utils.io.ByteChannelSequentialBase#close(Unknown Source)
	at io.ktor.utils.io.ByteChannelNative#close(Unknown Source)
	at io.ktor.utils.io.ByteWriteChannel#close(Unknown Source)
	at io.ktor.network.sockets.$attachForReadingImpl$lambda$0COROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#invokeSuspend(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlin.coroutines.Continuation#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(Unknown Source)
	at kotlinx.coroutines.Runnable#run(Unknown Source)
	at kotlinx.coroutines.internal.LimitedDispatcher.Worker.run#internal(Unknown Source)
	at kotlinx.coroutines.Runnable#run(Unknown Source)
	at kotlinx.coroutines.MultiWorkerDispatcher.$workerRunLoop$lambda$2COROUTINE$0.invokeSuspend#internal(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#invokeSuspend(Unknown Source)
	at kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(Unknown Source)
	at kotlin.coroutines.Continuation#resumeWith(Unknown Source)
	at kotlinx.coroutines.DispatchedTask#run(Unknown Source)
	at kotlinx.coroutines.Runnable#run(Unknown Source)
	at kotlinx.coroutines.EventLoopImplBase#processNextEvent(Unknown Source)
	at kotlinx.coroutines.EventLoop#processNextEvent(Unknown Source)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking#internal(Unknown Source)
	at kotlinx.coroutines#runBlocking(Unknown Source)
	at kotlinx.coroutines#runBlocking$default(Unknown Source)
	at kotlinx.coroutines.MultiWorkerDispatcher.workerRunLoop#internal(Unknown Source)
	at kotlinx.coroutines.MultiWorkerDispatcher.<init>$lambda$1$lambda$0#internal(Unknown Source)
	at kotlinx.coroutines.MultiWorkerDispatcher.$<init>$lambda$1$lambda$0$FUNCTION_REFERENCE$5.invoke#internal(Unknown Source)
	at kotlinx.coroutines.MultiWorkerDispatcher.$<init>$lambda$1$lambda$0$FUNCTION_REFERENCE$5.$<bridge-UNN>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>.0x0(Unknown Source)
	at <global>.0x0(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.JobCancellationException#<init>(Unknown Source)
	at kotlinx.coroutines.JobSupport#getChildJobCancellationCause(Unknown Source)
	at kotlinx.coroutines.ParentJob#getChildJobCancellationCause(Unknown Source)
	at kotlinx.coroutines.JobSupport.createCauseException#internal(Unknown Source)
	at kotlinx.coroutines.JobSupport.cancelMakeCompleting#internal(Unknown Source)
	at kotlin.Throwable#<init>(Unknown Source)
	at kotlin.Exception#<init>(Unknown Source)
	at io.ktor.utils.io.errors.PosixException#<init>(Unknown Source)
	at io.ktor.utils.io.errors.PosixException.ConnectionResetException#<init>(Unknown Source)
	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.$attachForReadingImpl$lambda$0COROUTINE$0.invokeSuspend#internal(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 4 runs failed: largePayloadMetadataPush10[jvm] (io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest)

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/jvmTest/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest.xml [took 0s]
Raw output
kotlinx.coroutines.JobCancellationException: LazyStandaloneCoroutine is cancelling; job="coroutine#4":LazyStandaloneCoroutine{Cancelled}@64aaf91a
	at kotlinx.coroutines.JobSupport.toCancellationException(JobSupport.kt:1523)
	at kotlinx.coroutines.JobSupport.getCancellationException(JobSupport.kt:415)
	at kotlinx.coroutines.JobSupport$AwaitContinuation.getContinuationCancellationCause(JobSupport.kt:1182)
	at kotlinx.coroutines.ChildContinuation.invoke(JobSupport.kt:1457)
	at kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:1483)
	at kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:806)
	at kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:766)
	at kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:682)
	at kotlinx.coroutines.JobSupport.childCancelled(JobSupport.kt:662)
	at kotlinx.coroutines.ChildHandleNode.childCancelled(JobSupport.kt:1447)
	at kotlinx.coroutines.JobSupport.cancelParent(JobSupport.kt:357)
	at kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:331)
	at kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:806)
	at kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:766)
	at kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:682)
	at kotlinx.coroutines.JobSupport.childCancelled(JobSupport.kt:662)
	at kotlinx.coroutines.ChildHandleNode.childCancelled(JobSupport.kt:1447)
	at kotlinx.coroutines.JobSupport.cancelParent(JobSupport.kt:357)
	at kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:331)
	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:911)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:874)
	at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:839)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:97)
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at io.ktor.server.cio.CIOApplicationEngine$initServerJob$1.invokeSuspend(CIOApplicationEngine.kt:216)
	at io.ktor.server.cio.CIOApplicationEngine$start$2.invokeSuspend(CIOApplicationEngine.kt:73)
	at io.rsocket.kotlin.test.SuspendTest$test$1.invokeSuspend(SuspendTest.kt:45)
	at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$1.invokeSuspend(TestBuilders.kt:316)
Caused by: kotlinx.coroutines.JobCancellationException: LazyStandaloneCoroutine is cancelling; job="coroutine#4":LazyStandaloneCoroutine{Cancelled}@64aaf91a
	at kotlinx.coroutines.JobSupport.toCancellationException(JobSupport.kt:1523)
	at kotlinx.coroutines.JobSupport.getCancellationException(JobSupport.kt:415)
	at kotlinx.coroutines.JobSupport$AwaitContinuation.getContinuationCancellationCause(JobSupport.kt:1182)
	at kotlinx.coroutines.ChildContinuation.invoke(JobSupport.kt:1457)
	at kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:1483)
	at kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:806)
	at kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:766)
	at kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:682)
	at kotlinx.coroutines.JobSupport.childCancelled(JobSupport.kt:662)
	at kotlinx.coroutines.ChildHandleNode.childCancelled(JobSupport.kt:1447)
	at kotlinx.coroutines.JobSupport.cancelParent(JobSupport.kt:357)
	at kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:331)
	at kotlinx.coroutines.JobSupport.tryMakeCancelling(JobSupport.kt:806)
	at kotlinx.coroutines.JobSupport.makeCancelling(JobSupport.kt:766)
	at kotlinx.coroutines.JobSupport.cancelImpl$kotlinx_coroutines_core(JobSupport.kt:682)
	at kotlinx.coroutines.JobSupport.childCancelled(JobSupport.kt:662)
	at kotlinx.coroutines.ChildHandleNode.childCancelled(JobSupport.kt:1447)
	at kotlinx.coroutines.JobSupport.cancelParent(JobSupport.kt:357)
	at kotlinx.coroutines.JobSupport.notifyCancelling(JobSupport.kt:331)
	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:911)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:874)
	at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:839)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:97)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:811)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:715)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:702)
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:461)
	at sun.nio.ch.Net.bind(Net.java:453)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:222)
	at io.ktor.network.sockets.ConnectUtilsJvmKt.bind(ConnectUtilsJvm.kt:35)
	at io.ktor.network.sockets.TcpSocketBuilder.bind(TcpSocketBuilder.kt:45)
	at io.ktor.network.sockets.TcpSocketBuilder.bind(TcpSocketBuilder.kt:29)
	at io.ktor.server.cio.backend.HttpServerKt$httpServer$acceptJob$1.invokeSuspend(HttpServer.kt:48)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	... 7 more