Skip to content

wip try to debug tests #267

wip try to debug tests

wip try to debug tests #267

GitHub Actions / Test Results failed Mar 14, 2024 in 0s

13 fail, 464 skipped, 2 367 pass in 32m 20s

  720 files  ±0    720 suites  ±0   32m 20s ⏱️ - 12m 33s
2 844 tests ±0  2 367 ✅  -  8    464 💤 ±0  13 ❌ + 8 
6 266 runs  ±0  5 245 ✅  - 10  1 006 💤 ±0  15 ❌ +10 

Results for commit bdf2f9f. ± Comparison against earlier commit f917dc0.

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

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

test-reports/rsocket-transports/ktor-tcp/build/test-results/jvmTest/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 1m 0s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 60000 ms
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at io.rsocket.kotlin.test.SuspendTest.runWithTimeout-KLykuaI(SuspendTest.kt:102)
	at io.rsocket.kotlin.test.SuspendTest.runPhase-dWUq8MI(SuspendTest.kt:76)
	at io.rsocket.kotlin.test.SuspendTest$test$1$1.invokeSuspend(SuspendTest.kt:49)
	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.TimeoutCancellationException: Timed out waiting for 60000 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:498)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
	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

1 out of 4 runs failed: requestChannel1[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 10s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at io.rsocket.kotlin.test.SuspendTest.runWithTimeout-KLykuaI(SuspendTest.kt:102)
	at io.rsocket.kotlin.test.SuspendTest.runPhase-dWUq8MI(SuspendTest.kt:76)
	at io.rsocket.kotlin.test.SuspendTest$test$1$1.invokeSuspend(SuspendTest.kt:49)
	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.TimeoutCancellationException: Timed out waiting for 10000 ms
	at app//kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:188)
	at app//kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:156)
	at app//kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:498)
	at app//kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
	at app//kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:105)
	at [email protected]/java.lang.Thread.run(Thread.java:840)

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: metadataPush10[tvosSimulatorArm64] (io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest)

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/tvosSimulatorArm64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest.xml [took 0s]
Raw output
kotlin.AssertionError: Buffers in use[10]:
Buffer creation trace (10 the same):
  -> 4   test.kexe                           0x104e2b7cf        kfun:io.rsocket.kotlin.test#packet(kotlin.String){}io.ktor.utils.io.core.ByteReadPacket + 187 
  -> 5   test.kexe                           0x104e3980f        kfun:io.rsocket.kotlin.transport.tests.TransportTest.$metadataPush10$lambda$5$lambda$4$FUNCTION_REFERENCE$30.invoke#internal + 183
	at kotlin.AssertionError#<init>(Unknown Source)
	at kotlin.test.DefaultAsserter#fail(Unknown Source)
	at kotlin.test#fail(Unknown Source)
	at io.rsocket.kotlin.test.TestWithLeakCheck#checkNoBuffersInUse(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.websocket.server.$CIOWebSocketTransportTest$test$0.$checkNoBuffersInUse$FUNCTION_REFERENCE$0.$<bridge-UNNN>invoke(Unknown Source)
	at kotlin.native.internal.test.BaseClassSuite.TestCase#run(Unknown Source)
	at kotlin.native.internal.test#testLauncherEntryPoint(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>.0x0(Unknown Source)
	at <global>.0x0(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: largePayloadMetadataPush10[linuxX64] (io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest)

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/linuxX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest.xml [took 0s]
Raw output
kotlin.AssertionError: Buffers in use[80]:
Buffer creation trace (7 the same):
  -> 4   test.kexe                           0x563903           kfun:io.rsocket.kotlin.test#packet(kotlin.String){}io.ktor.utils.io.core.ByteReadPacket + 195 
  -> 5   test.kexe                           0x572a59           kfun:io.rsocket.kotlin.transport.tests.TransportTest.$largePayloadMetadataPush10$lambda$7$lambda$6$FUNCTION_REFERENCE$31.invoke#internal + 185 
Buffer creation trace (49 the same):
  -> 5   test.kexe                           0x563903           kfun:io.rsocket.kotlin.test#packet(kotlin.String){}io.ktor.utils.io.core.ByteReadPacket + 195 
  -> 6   test.kexe                           0x572a59           kfun:io.rsocket.kotlin.transport.tests.TransportTest.$largePayloadMetadataPush10$lambda$7$lambda$6$FUNCTION_REFERENCE$31.invoke#internal + 185
	at kotlin.AssertionError#<init>(Unknown Source)
	at kotlin.test.DefaultAsserter#fail(Unknown Source)
	at kotlin.test#fail(Unknown Source)
	at io.rsocket.kotlin.test.TestWithLeakCheck#checkNoBuffersInUse(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.websocket.server.$CIOWebSocketTransportTest$test$0.$checkNoBuffersInUse$FUNCTION_REFERENCE$0.$<bridge-UNNN>invoke(Unknown Source)
	at kotlin.native.internal.test.BaseClassSuite.TestCase#run(Unknown Source)
	at kotlin.native.internal.test#testLauncherEntryPoint(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)

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: metadataPush10[linuxX64] (io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest)

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/linuxX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest.xml [took 0s]
Raw output
kotlin.AssertionError: Buffers in use[2]:
Buffer creation trace (1 the same):
  -> 4   test.kexe                           0x563903           kfun:io.rsocket.kotlin.test#packet(kotlin.String){}io.ktor.utils.io.core.ByteReadPacket + 195 
  -> 5   test.kexe                           0x572935           kfun:io.rsocket.kotlin.transport.tests.TransportTest.$metadataPush10$lambda$5$lambda$4$FUNCTION_REFERENCE$30.invoke#internal + 181
	at kotlin.AssertionError#<init>(Unknown Source)
	at kotlin.test.DefaultAsserter#fail(Unknown Source)
	at kotlin.test#fail(Unknown Source)
	at io.rsocket.kotlin.test.TestWithLeakCheck#checkNoBuffersInUse(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.websocket.server.$CIOWebSocketTransportTest$test$0.$checkNoBuffersInUse$FUNCTION_REFERENCE$0.$<bridge-UNNN>invoke(Unknown Source)
	at kotlin.native.internal.test.BaseClassSuite.TestCase#run(Unknown Source)
	at kotlin.native.internal.test#testLauncherEntryPoint(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)

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

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.local.OldLocalTransportTest)

test-reports/rsocket-transports/local/build/test-results/jvm17Test/TEST-io.rsocket.kotlin.transport.local.OldLocalTransportTest.xml [took 1m 0s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 60000 ms
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at io.rsocket.kotlin.test.SuspendTest.runWithTimeout-KLykuaI(SuspendTest.kt:102)
	at io.rsocket.kotlin.test.SuspendTest.runPhase-dWUq8MI(SuspendTest.kt:76)
	at io.rsocket.kotlin.test.SuspendTest$test$1$1.invokeSuspend(SuspendTest.kt:49)
	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.TimeoutCancellationException: Timed out waiting for 60000 ms
	at app//kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:188)
	at app//kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:156)
	at app//kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:498)
	at app//kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
	at app//kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:105)
	at [email protected]/java.lang.Thread.run(Thread.java:840)

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/iosSimulatorArm64Test/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOKtorWebSocketTransportTest.xml [took 0s]
Raw output
kotlin.AssertionError: Buffers in use[80]:
Buffer creation trace (70 the same):
  -> 9   test.kexe                           0x1048ea973        kfun:io.rsocket.kotlin.test#packet(kotlin.String){}io.ktor.utils.io.core.ByteReadPacket + 339 (/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-test/src/commonMain/kotlin/io/rsocket/kotlin/test/Packets.kt:25:76)
  -> 10  test.kexe                           0x1048f5a0f        kfun:io.rsocket.kotlin.transport.tests.TransportTest.largePayloadMetadataPush10$lambda$7$lambda$6#internal + 303 (/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests/TransportTest.kt:81:51)
  -> 11  test.kexe                           0x104904ff3        kfun:io.rsocket.kotlin.transport.tests.TransportTest.$largePayloadMetadataPush10$lambda$7$lambda$6$FUNCTION_REFERENCE$31.invoke#internal + 135 (/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests/TransportTest.kt:81:23)
	at kotlin.Error#<init>(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:14)
	at kotlin.AssertionError#<init>(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:132)
	at kotlin.test.DefaultAsserter#fail(/opt/buildAgent/work/2fed3917837e7e79/kotlin/libraries/kotlin.test/common/src/main/kotlin/kotlin/test/DefaultAsserter.kt:16)
	at kotlin.test.Asserter#fail(/opt/buildAgent/work/2fed3917837e7e79/kotlin/libraries/kotlin.test/common/src/main/kotlin/kotlin/test/Assertions.kt:634)
	at kotlin.test#fail(/opt/buildAgent/work/2fed3917837e7e79/kotlin/libraries/kotlin.test/common/src/main/kotlin/kotlin/test/Assertions.kt:520)
	at io.rsocket.kotlin.test.InUseTrackingPoolInstance.assertNoInUse#internal(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-test/src/commonMain/kotlin/io/rsocket/kotlin/test/InUseTrackingPool.kt:64)
	at io.rsocket.kotlin.test.TestWithLeakCheck#checkNoBuffersInUse(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-test/src/commonMain/kotlin/io/rsocket/kotlin/test/InUseTrackingPool.kt:149)
	at io.rsocket.kotlin.transport.ktor.websocket.server.$CIOKtorWebSocketTransportTest$test$1.$checkNoBuffersInUse$FUNCTION_REFERENCE$24.invoke#internal(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transports/ktor-websocket-server/src/commonTest/kotlin/io/rsocket/kotlin/transport/ktor/websocket/server/CIOWebSocketTransportTest.kt:25)
	at io.rsocket.kotlin.transport.ktor.websocket.server.$CIOKtorWebSocketTransportTest$test$1.$checkNoBuffersInUse$FUNCTION_REFERENCE$24.$<bridge-UNNN>invoke(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transports/ktor-websocket-server/src/commonTest/kotlin/io/rsocket/kotlin/transport/ktor/websocket/server/CIOWebSocketTransportTest.kt:25)
	at kotlin.Function1#invoke(/Users/teamcity/.gradle/daemon/8.2.1/[K][Suspend]Functions:1)
	at kotlin.native.internal.test.BaseClassSuite.TestCase#run(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestSuite.kt:94)
	at kotlin.native.internal.test.TestCase#run(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestSuite.kt:19)
	at kotlin.native.internal.test.TestRunner.run#internal(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt:248)
	at kotlin.native.internal.test.TestRunner.runIteration#internal(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt:274)
	at kotlin.native.internal.test.TestRunner#run(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt:289)
	at kotlin.native.internal.test#testLauncherEntryPoint(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/Launcher.kt:33)
	at kotlin.native.internal.test#main(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/Launcher.kt:38)
	at <global>.Konan_start(/Users/runner/.gradle/daemon/8.6/entryPointOwner:1)
	at <global>.Init_and_run_start(Unknown Source)
	at <global>.0x0(Unknown Source)
	at <global>.0x0(Unknown Source)
	at <global>.0x0(Unknown Source)

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: requestChannel0[jvm] (io.rsocket.kotlin.transport.ktor.websocket.server.JettyServerWebSocketTransportTest)

test-reports/rsocket-transports/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._(CoroutineDebugging.kt:42)
	at io.rsocket.kotlin.test.SuspendTest.runWithTimeout-KLykuaI(SuspendTest.kt:102)
	at io.rsocket.kotlin.test.SuspendTest.runPhase-dWUq8MI(SuspendTest.kt:76)
	at io.rsocket.kotlin.test.SuspendTest$test$1$1.invokeSuspend(SuspendTest.kt:53)
	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.TimeoutCancellationException: Timed out waiting for 10000 ms
	at app//kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:188)
	at app//kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:156)
	at app//kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:498)
	at app//kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
	at app//kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:105)
	at [email protected]/java.lang.Thread.run(Thread.java:829)

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: metadataPush10[watchosSimulatorArm64] (io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest)

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/watchosSimulatorArm64Test/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest.xml [took 0s]
Raw output
kotlin.AssertionError: Buffers in use[10]:
Buffer creation trace (10 the same):
  -> 9   test.kexe                           0x10283789b        kfun:io.rsocket.kotlin.test#packet(kotlin.String){}io.ktor.utils.io.core.ByteReadPacket + 339 (/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-test/src/commonMain/kotlin/io/rsocket/kotlin/test/Packets.kt:25:76)
  -> 10  test.kexe                           0x102841f5f        kfun:io.rsocket.kotlin.transport.tests.TransportTest.metadataPush10$lambda$5$lambda$4#internal + 247 (/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests/TransportTest.kt:75:51)
  -> 11  test.kexe                           0x102851deb        kfun:io.rsocket.kotlin.transport.tests.TransportTest.$metadataPush10$lambda$5$lambda$4$FUNCTION_REFERENCE$30.invoke#internal + 135 (/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests/TransportTest.kt:75:23)
	at kotlin.Error#<init>(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:14)
	at kotlin.AssertionError#<init>(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:132)
	at kotlin.test.DefaultAsserter#fail(/opt/buildAgent/work/2fed3917837e7e79/kotlin/libraries/kotlin.test/common/src/main/kotlin/kotlin/test/DefaultAsserter.kt:16)
	at kotlin.test.Asserter#fail(/opt/buildAgent/work/2fed3917837e7e79/kotlin/libraries/kotlin.test/common/src/main/kotlin/kotlin/test/Assertions.kt:634)
	at kotlin.test#fail(/opt/buildAgent/work/2fed3917837e7e79/kotlin/libraries/kotlin.test/common/src/main/kotlin/kotlin/test/Assertions.kt:520)
	at io.rsocket.kotlin.test.InUseTrackingPoolInstance.assertNoInUse#internal(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-test/src/commonMain/kotlin/io/rsocket/kotlin/test/InUseTrackingPool.kt:64)
	at io.rsocket.kotlin.test.TestWithLeakCheck#checkNoBuffersInUse(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-test/src/commonMain/kotlin/io/rsocket/kotlin/test/InUseTrackingPool.kt:149)
	at io.rsocket.kotlin.transport.ktor.websocket.server.$CIOWebSocketTransportTest$test$0.$checkNoBuffersInUse$FUNCTION_REFERENCE$0.invoke#internal(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transports/ktor-websocket-server/src/commonTest/kotlin/io/rsocket/kotlin/transport/ktor/websocket/server/CIOWebSocketTransportTest.kt:25)
	at io.rsocket.kotlin.transport.ktor.websocket.server.$CIOWebSocketTransportTest$test$0.$checkNoBuffersInUse$FUNCTION_REFERENCE$0.$<bridge-UNNN>invoke(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transports/ktor-websocket-server/src/commonTest/kotlin/io/rsocket/kotlin/transport/ktor/websocket/server/CIOWebSocketTransportTest.kt:25)
	at kotlin.Function1#invoke(/Users/runner/.gradle/daemon/8.6/[K][Suspend]Functions:1)
	at kotlin.native.internal.test.BaseClassSuite.TestCase#run(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestSuite.kt:94)
	at kotlin.native.internal.test.TestCase#run(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestSuite.kt:19)
	at kotlin.native.internal.test.TestRunner.run#internal(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt:248)
	at kotlin.native.internal.test.TestRunner.runIteration#internal(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt:274)
	at kotlin.native.internal.test.TestRunner#run(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt:289)
	at kotlin.native.internal.test#testLauncherEntryPoint(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/Launcher.kt:33)
	at kotlin.native.internal.test#main(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/Launcher.kt:38)
	at <global>.Konan_start(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/Launcher.kt:37)
	at <global>.Init_and_run_start(Unknown Source)
	at <global>.0x0(Unknown Source)
	at <global>.0x0(Unknown Source)
	at <global>.0x0(Unknown Source)

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

test-reports/rsocket-transports/local/build/test-results/jvm17Test/TEST-io.rsocket.kotlin.transport.local.MultiplexedLocalTransportTest.xml [took 0s]
test-reports/rsocket-transports/local/build/test-results/jvm21Test/TEST-io.rsocket.kotlin.transport.local.MultiplexedLocalTransportTest.xml [took 0s]
Raw output
java.util.concurrent.CancellationException: Local stream closed
	at kotlinx.coroutines.ExceptionsKt.CancellationException(Exceptions.kt:17)
	at io.rsocket.kotlin.transport.local.LocalServerConnector$Multiplexed$Stream$1.invoke(LocalServerConnector.kt:177)
	at io.rsocket.kotlin.transport.local.LocalServerConnector$Multiplexed$Stream$1.invoke(LocalServerConnector.kt:175)
	at kotlinx.coroutines.InvokeOnCompletion.invoke(JobSupport.kt:1382)
	at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1492)
	at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322)
	at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239)
	at kotlinx.coroutines.JobSupport.continueCompleting(JobSupport.kt:936)
	at kotlinx.coroutines.JobSupport.access$continueCompleting(JobSupport.kt:22)
	at kotlinx.coroutines.JobSupport$ChildCompletion.invoke(JobSupport.kt:1156)
	at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1492)
	at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322)
	at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239)
	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:907)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:864)
	at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:829)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:97)
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at io.rsocket.kotlin.operation.RequesterRequestChannelOperation$execute$2.invokeSuspend(RequesterRequestChannelOperation.kt:56)
	at io.rsocket.kotlin.operation.RequesterOperationExecutor$executeRequest$2.invokeSuspend(RequesterOperation.kt:72)
	at io.rsocket.kotlin.transport.tests.TransportTest$requestChannel16x256$1.invokeSuspend(TransportTest.kt:166)
	at io.rsocket.kotlin.test.SuspendTest$runWithTimeout$2$1.invokeSuspend(SuspendTest.kt:105)
	at io.rsocket.kotlin.test.SuspendTest.runWithTimeout-KLykuaI(SuspendTest.kt:102)
	at io.rsocket.kotlin.test.SuspendTest.runPhase-dWUq8MI(SuspendTest.kt:76)
	at io.rsocket.kotlin.test.SuspendTest$test$1$1.invokeSuspend(SuspendTest.kt:49)
	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: java.util.concurrent.CancellationException: Local stream closed
	at kotlinx.coroutines.ExceptionsKt.CancellationException(Exceptions.kt:17)
	at io.rsocket.kotlin.transport.local.LocalServerConnector$Multiplexed$Stream$1.invoke(LocalServerConnector.kt:177)
	at io.rsocket.kotlin.transport.local.LocalServerConnector$Multiplexed$Stream$1.invoke(LocalServerConnector.kt:175)
	at kotlinx.coroutines.InvokeOnCompletion.invoke(JobSupport.kt:1382)
	at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1492)
	at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322)
	at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239)
	at kotlinx.coroutines.JobSupport.continueCompleting(JobSupport.kt:936)
	at kotlinx.coroutines.JobSupport.access$continueCompleting(JobSupport.kt:22)
	at kotlinx.coroutines.JobSupport$ChildCompletion.invoke(JobSupport.kt:1156)
	at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1492)
	at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:322)
	at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:239)
	at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:907)
	at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:864)
	at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:829)
	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:102)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)
Caused by: java.util.concurrent.CancellationException: Stream is closed
	at kotlinx.coroutines.ExceptionsKt.CancellationException(Exceptions.kt:17)
	at kotlinx.coroutines.CoroutineScopeKt.cancel(CoroutineScope.kt:292)
	at kotlinx.coroutines.CoroutineScopeKt.cancel$default(CoroutineScope.kt:292)
	at io.rsocket.kotlin.internal.MultiplexedOperationOutbound.close(MultiplexedConnection.kt:137)
	at io.rsocket.kotlin.operation.WrappedResponderOperation$receiveNext$2.invokeSuspend(ResponderOperation.kt:97)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:28)
	at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	... 4 more

Check warning on line 0 in io.rsocket.kotlin.transport.netty.websocket.NettyWebSocketTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 4 runs failed: requestChannel1[jvm] (io.rsocket.kotlin.transport.netty.websocket.NettyWebSocketTransportTest)

test-reports/rsocket-transports/netty-websocket/build/test-results/jvm11Test/TEST-io.rsocket.kotlin.transport.netty.websocket.NettyWebSocketTransportTest.xml [took 10s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 ms
	at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)
	at io.rsocket.kotlin.test.SuspendTest.runWithTimeout-KLykuaI(SuspendTest.kt:102)
	at io.rsocket.kotlin.test.SuspendTest.runPhase-dWUq8MI(SuspendTest.kt:76)
	at io.rsocket.kotlin.test.SuspendTest$test$1$1.invokeSuspend(SuspendTest.kt:49)
	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.TimeoutCancellationException: Timed out waiting for 10000 ms
	at app//kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:188)
	at app//kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:156)
	at app//kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:498)
	at app//kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
	at app//kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:105)
	at [email protected]/java.lang.Thread.run(Thread.java:829)

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: metadataPush10[iosSimulatorArm64] (io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest)

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/iosSimulatorArm64Test/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOWebSocketTransportTest.xml [took 0s]
Raw output
kotlin.AssertionError: Buffers in use[10]:
Buffer creation trace (10 the same):
  -> 9   test.kexe                           0x1048ea973        kfun:io.rsocket.kotlin.test#packet(kotlin.String){}io.ktor.utils.io.core.ByteReadPacket + 339 (/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-test/src/commonMain/kotlin/io/rsocket/kotlin/test/Packets.kt:25:76)
  -> 10  test.kexe                           0x1048f5037        kfun:io.rsocket.kotlin.transport.tests.TransportTest.metadataPush10$lambda$5$lambda$4#internal + 247 (/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests/TransportTest.kt:75:51)
  -> 11  test.kexe                           0x104904ecf        kfun:io.rsocket.kotlin.transport.tests.TransportTest.$metadataPush10$lambda$5$lambda$4$FUNCTION_REFERENCE$30.invoke#internal + 135 (/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests/TransportTest.kt:75:23)
	at kotlin.Error#<init>(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:14)
	at kotlin.AssertionError#<init>(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/Exceptions.kt:132)
	at kotlin.test.DefaultAsserter#fail(/opt/buildAgent/work/2fed3917837e7e79/kotlin/libraries/kotlin.test/common/src/main/kotlin/kotlin/test/DefaultAsserter.kt:16)
	at kotlin.test.Asserter#fail(/opt/buildAgent/work/2fed3917837e7e79/kotlin/libraries/kotlin.test/common/src/main/kotlin/kotlin/test/Assertions.kt:634)
	at kotlin.test#fail(/opt/buildAgent/work/2fed3917837e7e79/kotlin/libraries/kotlin.test/common/src/main/kotlin/kotlin/test/Assertions.kt:520)
	at io.rsocket.kotlin.test.InUseTrackingPoolInstance.assertNoInUse#internal(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-test/src/commonMain/kotlin/io/rsocket/kotlin/test/InUseTrackingPool.kt:64)
	at io.rsocket.kotlin.test.TestWithLeakCheck#checkNoBuffersInUse(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-test/src/commonMain/kotlin/io/rsocket/kotlin/test/InUseTrackingPool.kt:149)
	at io.rsocket.kotlin.transport.ktor.websocket.server.$CIOWebSocketTransportTest$test$0.$checkNoBuffersInUse$FUNCTION_REFERENCE$0.invoke#internal(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transports/ktor-websocket-server/src/commonTest/kotlin/io/rsocket/kotlin/transport/ktor/websocket/server/CIOWebSocketTransportTest.kt:25)
	at io.rsocket.kotlin.transport.ktor.websocket.server.$CIOWebSocketTransportTest$test$0.$checkNoBuffersInUse$FUNCTION_REFERENCE$0.$<bridge-UNNN>invoke(/Users/runner/work/rsocket-kotlin/rsocket-kotlin/rsocket-transports/ktor-websocket-server/src/commonTest/kotlin/io/rsocket/kotlin/transport/ktor/websocket/server/CIOWebSocketTransportTest.kt:25)
	at kotlin.Function1#invoke(/Users/teamcity/.gradle/daemon/8.2.1/[K][Suspend]Functions:1)
	at kotlin.native.internal.test.BaseClassSuite.TestCase#run(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestSuite.kt:94)
	at kotlin.native.internal.test.TestCase#run(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestSuite.kt:19)
	at kotlin.native.internal.test.TestRunner.run#internal(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt:248)
	at kotlin.native.internal.test.TestRunner.runIteration#internal(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt:274)
	at kotlin.native.internal.test.TestRunner#run(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/TestRunner.kt:289)
	at kotlin.native.internal.test#testLauncherEntryPoint(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/Launcher.kt:33)
	at kotlin.native.internal.test#main(/opt/buildAgent/work/2fed3917837e7e79/kotlin/kotlin-native/runtime/src/main/kotlin/kotlin/native/internal/test/Launcher.kt:38)
	at <global>.Konan_start(/Users/runner/.gradle/daemon/8.6/entryPointOwner:1)
	at <global>.Init_and_run_start(Unknown Source)
	at <global>.0x0(Unknown Source)
	at <global>.0x0(Unknown Source)
	at <global>.0x0(Unknown Source)

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

test-reports/rsocket-transports/ktor-websocket-server/build/test-results/linuxX64ReleaseTest/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOKtorWebSocketTransportTest.xml [took 0s]
test-reports/rsocket-transports/ktor-websocket-server/build/test-results/linuxX64Test/TEST-io.rsocket.kotlin.transport.ktor.websocket.server.CIOKtorWebSocketTransportTest.xml [took 0s]
Raw output
kotlin.AssertionError: Buffers in use[10]:
Buffer creation trace (8 the same):
  -> 4   test.kexe                           0x563903           kfun:io.rsocket.kotlin.test#packet(kotlin.String){}io.ktor.utils.io.core.ByteReadPacket + 195 
  -> 5   test.kexe                           0x572935           kfun:io.rsocket.kotlin.transport.tests.TransportTest.$metadataPush10$lambda$5$lambda$4$FUNCTION_REFERENCE$30.invoke#internal + 181
	at kotlin.AssertionError#<init>(Unknown Source)
	at kotlin.test.DefaultAsserter#fail(Unknown Source)
	at kotlin.test#fail(Unknown Source)
	at io.rsocket.kotlin.test.TestWithLeakCheck#checkNoBuffersInUse(Unknown Source)
	at io.rsocket.kotlin.transport.ktor.websocket.server.$CIOKtorWebSocketTransportTest$test$1.$checkNoBuffersInUse$FUNCTION_REFERENCE$24.$<bridge-UNNN>invoke(Unknown Source)
	at kotlin.native.internal.test.BaseClassSuite.TestCase#run(Unknown Source)
	at kotlin.native.internal.test#testLauncherEntryPoint(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)