Skip to content

Support all K/N targets and Wasm #375

Support all K/N targets and Wasm

Support all K/N targets and Wasm #375

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

5 fail, 876 skipped, 4 096 pass in 1h 10m 8s

1 016 files  ±0  1 016 suites  ±0   1h 10m 8s ⏱️ - 7m 13s
4 977 tests ±0  4 096 ✅ +1    876 💤 ±0  5 ❌  - 1 
9 531 runs  ±0  7 721 ✅ +2  1 803 💤 ±0  7 ❌  - 2 

Results for commit 0b6ea27. ± Comparison against earlier commit 0343012.

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 2 runs failed: fireAndForget10[macosArm64] (io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest)

test-reports/rsocket-transports/ktor-tcp/build/test-results/macosArm64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 9s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 10000 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.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 3m 10s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.KtorTcpTransportTest.xml [took 3m 10s]
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.websocket.server.CIOKtorWebSocketTransportTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

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

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

1 out of 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 3m 0s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 180000 ms
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)

Check warning on line 0 in io.rsocket.kotlin.transport.ktor.tcp.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 3m 10s]
test-reports/rsocket-transports/ktor-tcp/build/test-results/mingwX64Test/TEST-io.rsocket.kotlin.transport.ktor.tcp.TcpTransportTest.xml [took 3m 10s]
Raw output
kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 180000 ms
	at kotlinx.coroutines.TimeoutCoroutine.run#internal(Unknown Source)
	at kotlinx.coroutines.WorkerDispatcher.DisposableBlock.$<bridge-DNN>invoke(Unknown Source)
	at <global>._ZN6Worker19processQueueElementEb(Unknown Source)
	at <global>._ZN12_GLOBAL__N_113workerRoutineEPv(Unknown Source)
	at <global>.pthread_create_wrapper(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)
	at <global>._ZSt25__throw_bad_function_callv(Unknown Source)