I have ddash up and running well with my test containers. However I tried to add oidc-server-mock and my routes are no longer being added and I get the following messages in the log.
08/20/2026, 9:14:04 AM
STDOUT
Error: (UnixSocketDockerApiClient) Error decoding Docker event: {"Type":"container","Action":"start","Actor":{"ID":"f63de1c9cff3e9ab12bb13867802912d0be7ee575b6a111730e86eaa9606aad1","Attributes":{"com.docker.compose.config-hash":"43fc14cf9be7f9ffa6fbd668690a4ed91343304803675652ecd49fcbf71f5bb5","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:5f835348a2f91aa6a8dff082e25c9e54966be08235430f4fde059c76779eda36","com.docker.compose.oneoff":"False","com.docker.compose.project":"openid-mock","com.docker.compose.project.config_files":"/mnt/d/containers/openid-mock/docker-compose.yaml","com.docker.compose.project.working_dir":"/mnt/d/containers/openid-mock","com.docker.compose.service":"oidc-server-mock","com.docker.compose.version":"5.5.0","image":"ghcr.io/soluto/oidc-server-mock:latest","name":"oidc-server-mock","org.opencontainers.image.source":"https://github.com/Soluto/oidc-server-mock"}},"scope":"local","time":1787238844,"timeNano":1787238844271825852}. Reason: Flow invariant is violated:
08/20/2026, 9:14:04 AM
STDOUT
Flow was collected in [ScopeCoroutine{Active}@e57fd688, DefaultDispatcher@ff743888],
08/20/2026, 9:14:04 AM
STDOUT
but emission happened in [DispatchedCoroutine{Active}@e5a3e250, Dispatchers.IO].
08/20/2026, 9:14:04 AM
STDOUT
Please refer to 'flow' documentation or use 'flowOn' instead
Very first error at the top of the stack is:
at 1 ddash 0x4f97cc kfun:io.ktor.network.util#forSocketError$default__at__io.ktor.utils.io.errors.PosixException.Companion(kotlin.Int;kotlin.String?;kotlin.Int){}io.ktor.utils.io.errors.PosixException + 220
at 2 ddash 0x4f4ef8 kfun:io.ktor.network.sockets.tcpBind$$inlined$buildOrCloseSocket$1.invoke#internal + 536
at 3 ddash 0x4ede6f kfun:io.ktor.network.util.NativeIPv4SocketAddress#nativeAddress(kotlin.Function2<kotlinx.cinterop.CPointer<platform.posix.sockaddr>,kotlin.UInt,kotlin.Unit>){} + 639
at 4 ddash 0x4e58b1 kfun:io.ktor.network.sockets.TcpSocketBuilder#bind#suspend(io.ktor.network.sockets.SocketAddress?;kotlin.Function1<io.ktor.network.sockets.SocketOptions.AcceptorOptions,kotlin.Unit>;kotlin.coroutines.Continuation<io.ktor.network.sockets.ServerSocket>){}kotlin.Any + 1169
at 5 ddash 0x506d7d kfun:io.ktor.server.cio.backend.httpServer$acceptJob$1.$invokeCOROUTINE$0.invokeSuspend#internal + 461
at 6 ddash 0x508011 kfun:io.ktor.server.cio.backend.httpServer$acceptJob$1.invoke#internal + 369
at 7 ddash 0x2b06d1 kfun:kotlin.coroutines.intrinsics.createCoroutineUnintercepted$$inlined$createCoroutineFromSuspendFunction$2.invokeSuspend#internal + 273
at 8 ddash 0x2af96f kfun:kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(kotlin.Result<kotlin.Any?>){} + 223
I have ddash up and running well with my test containers. However I tried to add oidc-server-mock and my routes are no longer being added and I get the following messages in the log.
08/20/2026, 9:14:04 AM
STDOUT
Error: (UnixSocketDockerApiClient) Error decoding Docker event: {"Type":"container","Action":"start","Actor":{"ID":"f63de1c9cff3e9ab12bb13867802912d0be7ee575b6a111730e86eaa9606aad1","Attributes":{"com.docker.compose.config-hash":"43fc14cf9be7f9ffa6fbd668690a4ed91343304803675652ecd49fcbf71f5bb5","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:5f835348a2f91aa6a8dff082e25c9e54966be08235430f4fde059c76779eda36","com.docker.compose.oneoff":"False","com.docker.compose.project":"openid-mock","com.docker.compose.project.config_files":"/mnt/d/containers/openid-mock/docker-compose.yaml","com.docker.compose.project.working_dir":"/mnt/d/containers/openid-mock","com.docker.compose.service":"oidc-server-mock","com.docker.compose.version":"5.5.0","image":"ghcr.io/soluto/oidc-server-mock:latest","name":"oidc-server-mock","org.opencontainers.image.source":"https://github.com/Soluto/oidc-server-mock"}},"scope":"local","time":1787238844,"timeNano":1787238844271825852}. Reason: Flow invariant is violated:
08/20/2026, 9:14:04 AM
STDOUT
Flow was collected in [ScopeCoroutine{Active}@e57fd688, DefaultDispatcher@ff743888],
08/20/2026, 9:14:04 AM
STDOUT
but emission happened in [DispatchedCoroutine{Active}@e5a3e250, Dispatchers.IO].
08/20/2026, 9:14:04 AM
STDOUT
Please refer to 'flow' documentation or use 'flowOn' instead
Very first error at the top of the stack is:
at 1 ddash 0x4f97cc kfun:io.ktor.network.util#forSocketError$default__at__io.ktor.utils.io.errors.PosixException.Companion(kotlin.Int;kotlin.String?;kotlin.Int){}io.ktor.utils.io.errors.PosixException + 220
at 2 ddash 0x4f4ef8 kfun:io.ktor.network.sockets.tcpBind$$inlined$buildOrCloseSocket$1.invoke#internal + 536
at 3 ddash 0x4ede6f kfun:io.ktor.network.util.NativeIPv4SocketAddress#nativeAddress(kotlin.Function2<kotlinx.cinterop.CPointer<platform.posix.sockaddr>,kotlin.UInt,kotlin.Unit>){} + 639
at 4 ddash 0x4e58b1 kfun:io.ktor.network.sockets.TcpSocketBuilder#bind#suspend(io.ktor.network.sockets.SocketAddress?;kotlin.Function1<io.ktor.network.sockets.SocketOptions.AcceptorOptions,kotlin.Unit>;kotlin.coroutines.Continuation<io.ktor.network.sockets.ServerSocket>){}kotlin.Any + 1169
at 5 ddash 0x506d7d kfun:io.ktor.server.cio.backend.httpServer$acceptJob$1.$invokeCOROUTINE$0.invokeSuspend#internal + 461
at 6 ddash 0x508011 kfun:io.ktor.server.cio.backend.httpServer$acceptJob$1.invoke#internal + 369
at 7 ddash 0x2b06d1 kfun:kotlin.coroutines.intrinsics.createCoroutineUnintercepted$$inlined$createCoroutineFromSuspendFunction$2.invokeSuspend#internal + 273
at 8 ddash 0x2af96f kfun:kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(kotlin.Result<kotlin.Any?>){} + 223