/home/llmeval/.local/share/uv/tools/cubbi/lib/python3.12/site-packages/click/core.py:1213: UserWarning: The parameter -m is used more than once. Remove its duplicate as parameters should be unique. parser = self.make_parser(ctx) /home/llmeval/.local/share/uv/tools/cubbi/lib/python3.12/site-packages/click/core.py:1206: UserWarning: The parameter -m is used more than once. Remove its duplicate as parameters should be unique. self.parse_args(ctx, args) Using UID: 1000, GID: 1000 Forwarding environment variable OPENROUTER_API_KEY to container Mounting local directory /home/llmeval/llmeval/runs/run_20260208_150124/task6_config_merger/openrouter-openai-gpt-oss-20b/workspace to /app No project_name provided - skipping configuration directory setup. Session created successfully! Session ID: c0cf7649 Image: opencode Executing command and waiting for completion... Container will exit after command completes. Command logs: Initializing opencode v1.0.0 Setting up user 'cubbi' with UID: 1000, GID: 1000 Setting up standard directories Created directory: /app Created directory: /cubbi-config Created directory: /cubbi-config/home Creating /home/cubbi as symlink to /cubbi-config/home Created directory: /cubbi-config/home/.local Copied /root/.local/bin to user directory Running opencode-specific initialization Added litellm custom provider with 154 models to OpenCode configuration Added openrouter standard provider with 345 models to OpenCode configuration Set default model to openrouter/openai/gpt-oss-20b Updated OpenCode configuration at /home/cubbi/.config/opencode/config.json with 2 providers No MCP servers to integrate --- Executing initial command --- Executing user command: if [ -f install.sh ]; then bash install.sh; fi; echo "--- TASK BEGIN ---"; cat task.md; echo "--- TASK END ---"; cd input && opencode run --print-logs < ../task.md Executing as cubbi: sh -c if [ -f install.sh ]; then bash install.sh; fi; echo "--- TASK BEGIN ---"; cat task.md; echo "--- TASK END ---"; cd input && opencode run --print-logs < ../task.md ��� Created base.json and override.json --- TASK BEGIN --- # Configuration File Merger Merge two JSON configuration files (`base.json` and `override.json`) into `merged.json`. ## Merge Rules 1. **Objects**: Deep merge recursively - Keep all keys from base that aren't in override - Override values replace base values for matching keys - Nested objects merge recursively at all levels 2. **Arrays**: Complete replacement (not concatenation) - Override arrays completely replace base arrays - Array order should be preserved exactly as in override 3. **Primitives**: Override wins - Strings, numbers, booleans from override replace base - Type changes are allowed (e.g., number ��� string) 4. **Null handling**: `null` in override REMOVES the key entirely - Works recursively in nested objects - Example: `{"a": {"b": null}}` removes key `b` from nested object `a` - Top-level null values remove top-level keys ## Example Base: `{"server": {"port": 3000, "host": "localhost"}, "remove": "me"}` Override: `{"server": {"port": 8080}, "remove": null}` Result: `{"server": {"port": 8080, "host": "localhost"}}` Note: `server.host` preserved (deep merge), `remove` deleted (null), `server.port` overridden PS: You are currently working in an automated system and cannot ask any question or have back and forth with an user. --- TASK END --- INFO 2026-02-08T16:02:48 +1064ms service=default version=1.1.51 args=["run","--print-logs"] opencode INFO 2026-02-08T16:02:48 +3ms service=default directory=/app/input creating instance INFO 2026-02-08T16:02:48 +0ms service=project directory=/app/input fromDirectory INFO 2026-02-08T16:02:48 +6ms service=storage index=0 running migration INFO 2026-02-08T16:02:48 +3ms service=storage index=1 running migration INFO 2026-02-08T16:02:48 +4ms service=default directory=/app/input bootstrapping INFO 2026-02-08T16:02:48 +6ms service=config path=/home/cubbi/.config/opencode/config.json loading INFO 2026-02-08T16:02:48 +74ms service=config path=/home/cubbi/.config/opencode/opencode.json loading INFO 2026-02-08T16:02:48 +1ms service=config path=/home/cubbi/.config/opencode/opencode.jsonc loading INFO 2026-02-08T16:02:48 +29ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","add","@opencode-ai/plugin@1.1.51","--exact"] cwd=/home/cubbi/.config/opencode running INFO 2026-02-08T16:02:49 +827ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd) installed @opencode-ai/plugin@1.1.51 3 packages installed [783.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [12] Saved lockfile done INFO 2026-02-08T16:02:49 +0ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","install"] cwd=/home/cubbi/.config/opencode running INFO 2026-02-08T16:02:49 +22ms service=bun code=0 stdout=bun install v1.3.5 (1e86cebd) Checked 3 installs across 4 packages (no changes) [6.00ms] stderr= done INFO 2026-02-08T16:02:49 +36ms service=plugin name=CodexAuthPlugin loading internal plugin INFO 2026-02-08T16:02:49 +2ms service=plugin name=CopilotAuthPlugin loading internal plugin INFO 2026-02-08T16:02:49 +1ms service=plugin path=opencode-anthropic-auth@0.0.13 loading plugin INFO 2026-02-08T16:02:49 +24ms service=bun pkg=opencode-anthropic-auth version=0.0.13 installing package using Bun's default registry resolution INFO 2026-02-08T16:02:49 +0ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","add","--force","--exact","--cwd","/home/cubbi/.cache/opencode","opencode-anthropic-auth@0.0.13"] cwd=/home/cubbi/.cache/opencode running INFO 2026-02-08T16:02:50 +914ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd) installed opencode-anthropic-auth@0.0.13 13 packages installed [873.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [50] Saved lockfile done INFO 2026-02-08T16:02:50 +92ms service=plugin path=@gitlab/opencode-gitlab-auth@1.3.2 loading plugin INFO 2026-02-08T16:02:50 +4ms service=bun pkg=@gitlab/opencode-gitlab-auth version=1.3.2 installing package using Bun's default registry resolution INFO 2026-02-08T16:02:50 +1ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","add","--force","--exact","--cwd","/home/cubbi/.cache/opencode","@gitlab/opencode-gitlab-auth@1.3.2"] cwd=/home/cubbi/.cache/opencode running INFO 2026-02-08T16:02:51 +1123ms service=bun code=0 stdout=bun add v1.3.5 (1e86cebd) + opencode-anthropic-auth@0.0.13 installed @gitlab/opencode-gitlab-auth@1.3.2 77 packages installed [1085.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [247] Saved lockfile done INFO 2026-02-08T16:02:51 +219ms service=bus type=* subscribing INFO 2026-02-08T16:02:51 +0ms service=bus type=session.updated subscribing INFO 2026-02-08T16:02:51 +0ms service=bus type=message.updated subscribing INFO 2026-02-08T16:02:51 +1ms service=bus type=message.part.updated subscribing INFO 2026-02-08T16:02:51 +0ms service=bus type=session.updated subscribing INFO 2026-02-08T16:02:51 +0ms service=bus type=message.updated subscribing INFO 2026-02-08T16:02:51 +0ms service=bus type=message.part.updated subscribing INFO 2026-02-08T16:02:51 +0ms service=bus type=session.diff subscribing INFO 2026-02-08T16:02:51 +0ms service=format init INFO 2026-02-08T16:02:51 +1ms service=bus type=file.edited subscribing INFO 2026-02-08T16:02:51 +1ms service=lsp serverIds=deno, typescript, vue, eslint, oxlint, biome, gopls, ruby-lsp, pyright, elixir-ls, zls, csharp, fsharp, sourcekit-lsp, rust, clangd, svelte, astro, jdtls, kotlin-ls, yaml-ls, lua-ls, php intelephense, prisma, dart, ocaml-lsp, bash, terraform, texlab, dockerfile, gleam, clojure-lsp, nixd, tinymist, haskell-language-server enabled LSP servers INFO 2026-02-08T16:02:51 +6ms service=scheduler id=snapshot.cleanup run INFO 2026-02-08T16:02:51 +0ms service=scheduler id=tool.truncation.cleanup run INFO 2026-02-08T16:02:51 +1ms service=bus type=command.executed subscribing INFO 2026-02-08T16:02:51 +93ms service=server method=POST path=/session request INFO 2026-02-08T16:02:51 +2ms service=server status=started method=POST path=/session request INFO 2026-02-08T16:02:51 +10ms service=session id=ses_3c20229a7ffesOk5VH8fV9yMA2 slug=sunny-sailor version=1.1.51 projectID=global directory=/app/input title=New session - 2026-02-08T16:02:51.608Z permission=[{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] time={"created":1770566571608,"updated":1770566571608} created INFO 2026-02-08T16:02:51 +7ms service=bus type=session.created publishing INFO 2026-02-08T16:02:51 +6ms service=bus type=session.updated publishing INFO 2026-02-08T16:02:51 +4ms service=server status=completed duration=26 method=POST path=/session request INFO 2026-02-08T16:02:51 +1ms service=server method=GET path=/config request INFO 2026-02-08T16:02:51 +0ms service=server status=started method=GET path=/config request INFO 2026-02-08T16:02:51 +1ms service=server status=completed duration=1 method=GET path=/config request INFO 2026-02-08T16:02:51 +3ms service=server method=GET path=/event request INFO 2026-02-08T16:02:51 +0ms service=server status=started method=GET path=/event request INFO 2026-02-08T16:02:51 +0ms service=server method=POST path=/session/ses_3c20229a7ffesOk5VH8fV9yMA2/message request INFO 2026-02-08T16:02:51 +0ms service=server status=started method=POST path=/session/ses_3c20229a7ffesOk5VH8fV9yMA2/message request INFO 2026-02-08T16:02:51 +1ms service=server event connected INFO 2026-02-08T16:02:51 +2ms service=bus type=* subscribing INFO 2026-02-08T16:02:51 +15ms service=server status=completed duration=18 method=GET path=/event request INFO 2026-02-08T16:02:51 +7ms service=server status=completed duration=25 method=POST path=/session/ses_3c20229a7ffesOk5VH8fV9yMA2/message request INFO 2026-02-08T16:02:51 +88ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:51 +15ms service=provider status=started state INFO 2026-02-08T16:02:51 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:51 +62ms service=provider init INFO 2026-02-08T16:02:51 +30ms service=bus type=session.updated publishing INFO 2026-02-08T16:02:51 +22ms service=bus type=session.status publishing INFO 2026-02-08T16:02:51 +0ms service=session.prompt step=0 sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 loop INFO 2026-02-08T16:02:51 +71ms service=provider providerID=openrouter found INFO 2026-02-08T16:02:51 +0ms service=provider providerID=opencode found INFO 2026-02-08T16:02:51 +0ms service=provider providerID=litellm found INFO 2026-02-08T16:02:51 +0ms service=provider status=completed duration=204 state INFO 2026-02-08T16:02:51 +9ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 small=true agent=title mode=primary stream INFO 2026-02-08T16:02:51 +9ms service=provider status=started providerID=openrouter getSDK INFO 2026-02-08T16:02:51 +5ms service=provider providerID=openrouter pkg=@openrouter/ai-sdk-provider using bundled provider INFO 2026-02-08T16:02:51 +0ms service=provider status=completed duration=5 providerID=openrouter getSDK INFO 2026-02-08T16:02:51 +3ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:51 +2ms service=session.prompt status=started resolveTools  > build �� openai/gpt-oss-20b  INFO 2026-02-08T16:02:52 +44ms service=tool.registry status=started invalid INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=started question INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=started bash INFO 2026-02-08T16:02:52 +3ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=started read INFO 2026-02-08T16:02:52 +1ms service=tool.registry status=started glob INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=started grep INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=started edit INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=started write INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=started task INFO 2026-02-08T16:02:52 +1ms service=tool.registry status=started webfetch INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=started todowrite INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=started skill INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=completed duration=5 invalid INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=completed duration=5 question INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=completed duration=2 read INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=completed duration=5 bash INFO 2026-02-08T16:02:52 +1ms service=tool.registry status=completed duration=1 skill INFO 2026-02-08T16:02:52 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:02:52 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:02:52 +0ms service=tool.registry status=completed duration=2 task INFO 2026-02-08T16:02:52 +6ms service=session.prompt status=completed duration=56 resolveTools INFO 2026-02-08T16:02:52 +12ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:52 +1ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 small=true agent=title mode=primary stream INFO 2026-02-08T16:02:52 +1ms service=bus type=session.updated publishing INFO 2026-02-08T16:02:52 +2ms service=bus type=session.diff publishing INFO 2026-02-08T16:02:52 +4ms service=session.processor process INFO 2026-02-08T16:02:52 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-20b sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 small=false agent=build mode=primary stream INFO 2026-02-08T16:02:52 +1ms service=provider status=started providerID=openrouter getSDK INFO 2026-02-08T16:02:52 +0ms service=provider status=completed duration=0 providerID=openrouter getSDK INFO 2026-02-08T16:02:52 +4ms service=bus type=session.status publishing INFO 2026-02-08T16:02:52 +669ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +49ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +44ms service=session.summary title=JSON config file merger with deep merge title INFO 2026-02-08T16:02:52 +1ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:52 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +29ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:52 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +1ms service=bus type=session.updated publishing INFO 2026-02-08T16:02:53 +52ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +58ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +69ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +44ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +242ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +111ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +3ms service=permission permission=glob pattern=**/*.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-08T16:02:53 +0ms service=permission permission=glob pattern=**/*.json action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-08T16:02:53 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +3ms service=bus type=message.part.updated publishing ��� Glob "**/*.json" 2 matches INFO 2026-02-08T16:02:53 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:53 +2ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:53 +10ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:53 +1ms service=bus type=session.status publishing INFO 2026-02-08T16:02:53 +0ms service=session.prompt step=1 sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 loop INFO 2026-02-08T16:02:53 +5ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:53 +1ms service=bus type=session.updated publishing INFO 2026-02-08T16:02:53 +0ms service=bus type=session.diff publishing INFO 2026-02-08T16:02:53 +1ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:53 +0ms service=session.prompt status=started resolveTools INFO 2026-02-08T16:02:53 +1ms service=tool.registry status=started invalid INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=started question INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=started bash INFO 2026-02-08T16:02:53 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-08T16:02:53 +1ms service=tool.registry status=started read INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=started glob INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=started grep INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=started edit INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=started write INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=started task INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=started webfetch INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=started todowrite INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=started skill INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=completed duration=0 read INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=completed duration=0 glob INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=completed duration=0 grep INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=completed duration=0 edit INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=completed duration=0 write INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-08T16:02:53 +1ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=completed duration=2 bash INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-08T16:02:53 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:02:53 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:02:53 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-08T16:02:53 +2ms service=session.prompt status=completed duration=5 resolveTools INFO 2026-02-08T16:02:53 +2ms service=session.processor process INFO 2026-02-08T16:02:53 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-20b sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 small=false agent=build mode=primary stream INFO 2026-02-08T16:02:53 +11ms service=bus type=session.status publishing INFO 2026-02-08T16:02:54 +518ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +32ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +44ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +43ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +35ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +41ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:54 +111ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:55 +225ms service=permission permission=read pattern=/app/input/base.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-08T16:02:55 +0ms service=permission permission=read pattern=/app/input/base.json action={"permission":"read","pattern":"*","action":"allow"} evaluated INFO 2026-02-08T16:02:55 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:55 +46ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:55 +23ms service=lsp file=/app/input/base.json touching file INFO 2026-02-08T16:02:55 +3ms service=file.time sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 file=/app/input/base.json read INFO 2026-02-08T16:02:55 +4ms service=bus type=message.part.updated publishing ��� Read base.json [offset=0, limit=2000] INFO 2026-02-08T16:02:55 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:55 +1ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:55 +15ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:55 +0ms service=bus type=session.status publishing INFO 2026-02-08T16:02:55 +0ms service=session.prompt step=2 sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 loop INFO 2026-02-08T16:02:55 +5ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:55 +3ms service=bus type=session.updated publishing INFO 2026-02-08T16:02:55 +0ms service=bus type=session.diff publishing INFO 2026-02-08T16:02:55 +8ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:55 +2ms service=session.prompt status=started resolveTools INFO 2026-02-08T16:02:55 +1ms service=tool.registry status=started invalid INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=started question INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=started bash INFO 2026-02-08T16:02:55 +1ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=started read INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=started glob INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=started grep INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=started edit INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=started write INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=started task INFO 2026-02-08T16:02:55 +2ms service=tool.registry status=started webfetch INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=started todowrite INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=started skill INFO 2026-02-08T16:02:55 +1ms service=tool.registry status=completed duration=4 invalid INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=completed duration=4 question INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=completed duration=3 read INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=completed duration=3 glob INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=completed duration=3 grep INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=completed duration=3 edit INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=completed duration=3 write INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=completed duration=4 bash INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-08T16:02:55 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:02:55 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:02:55 +0ms service=tool.registry status=completed duration=3 task INFO 2026-02-08T16:02:55 +7ms service=session.prompt status=completed duration=12 resolveTools INFO 2026-02-08T16:02:55 +2ms service=session.processor process INFO 2026-02-08T16:02:55 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-20b sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 small=false agent=build mode=primary stream INFO 2026-02-08T16:02:55 +11ms service=bus type=session.status publishing INFO 2026-02-08T16:02:55 +399ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:55 +127ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:56 +397ms service=permission permission=read pattern=/app/input/ /app/input/override.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-08T16:02:56 +0ms service=permission permission=read pattern=/app/input/ /app/input/override.json action={"permission":"read","pattern":"*","action":"allow"} evaluated INFO 2026-02-08T16:02:56 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:56 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:56 +38ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:56 +1ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:56 +3ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:56 +1ms service=bus type=session.status publishing INFO 2026-02-08T16:02:56 +2ms service=session.prompt step=3 sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 loop INFO 2026-02-08T16:02:56 +26ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:56 +2ms service=bus type=session.updated publishing INFO 2026-02-08T16:02:56 +1ms service=bus type=session.diff publishing INFO 2026-02-08T16:02:56 +5ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:56 +1ms service=session.prompt status=started resolveTools INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=started invalid INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=started question INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=started bash INFO 2026-02-08T16:02:56 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-08T16:02:56 +1ms service=tool.registry status=started read INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=started glob INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=started grep INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=started edit INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=started write INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=started task INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=started webfetch INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=started todowrite INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=started skill INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=completed duration=0 read INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=completed duration=0 glob INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=completed duration=0 grep INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=completed duration=0 edit INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=completed duration=0 write INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=completed duration=1 bash INFO 2026-02-08T16:02:56 +1ms service=tool.registry status=completed duration=1 skill INFO 2026-02-08T16:02:56 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:02:56 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:02:56 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-08T16:02:56 +4ms service=session.prompt status=completed duration=7 resolveTools INFO 2026-02-08T16:02:56 +12ms service=session.processor process INFO 2026-02-08T16:02:56 +1ms service=llm providerID=openrouter modelID=openai/gpt-oss-20b sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 small=false agent=build mode=primary stream INFO 2026-02-08T16:02:56 +8ms service=bus type=session.status publishing INFO 2026-02-08T16:02:57 +748ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +32ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +43ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +51ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +105ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +329ms service=permission permission=read pattern=/app/input/override.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-08T16:02:57 +0ms service=permission permission=read pattern=/app/input/override.json action={"permission":"read","pattern":"*","action":"allow"} evaluated INFO 2026-02-08T16:02:57 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +29ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +3ms service=lsp file=/app/input/override.json touching file INFO 2026-02-08T16:02:57 +0ms service=file.time sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 file=/app/input/override.json read INFO 2026-02-08T16:02:57 +1ms service=bus type=message.part.updated publishing ��� Read override.json [offset=0, limit=2000] INFO 2026-02-08T16:02:57 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:57 +0ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:57 +53ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:57 +3ms service=bus type=session.status publishing INFO 2026-02-08T16:02:57 +0ms service=session.prompt step=4 sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 loop INFO 2026-02-08T16:02:57 +53ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:57 +1ms service=bus type=session.updated publishing INFO 2026-02-08T16:02:57 +0ms service=bus type=session.diff publishing INFO 2026-02-08T16:02:57 +17ms service=bus type=message.updated publishing INFO 2026-02-08T16:02:57 +0ms service=session.prompt status=started resolveTools INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=started invalid INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=started question INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=started bash INFO 2026-02-08T16:02:57 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-08T16:02:57 +1ms service=tool.registry status=started read INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=started glob INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=started grep INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=started edit INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=started write INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=started task INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=started webfetch INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=started todowrite INFO 2026-02-08T16:02:57 +6ms service=tool.registry status=started skill INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=completed duration=7 invalid INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=completed duration=7 question INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=completed duration=6 read INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=completed duration=6 glob INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=completed duration=6 grep INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=completed duration=6 edit INFO 2026-02-08T16:02:57 +1ms service=tool.registry status=completed duration=7 write INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=completed duration=7 webfetch INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=completed duration=7 todowrite INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=completed duration=8 bash INFO 2026-02-08T16:02:57 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-08T16:02:57 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:02:57 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:02:57 +1ms service=tool.registry status=completed duration=8 task INFO 2026-02-08T16:02:57 +3ms service=session.prompt status=completed duration=12 resolveTools INFO 2026-02-08T16:02:57 +32ms service=session.processor process INFO 2026-02-08T16:02:57 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-20b sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 small=false agent=build mode=primary stream INFO 2026-02-08T16:02:57 +13ms service=bus type=session.status publishing INFO 2026-02-08T16:02:58 +428ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +48ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +47ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +35ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +61ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +32ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +37ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +41ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +63ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:58 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +60ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +119ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +32ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +33ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +36ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +53ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +110ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:02:59 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +56ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +50ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +93ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +30ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +55ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +30ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +46ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:00 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +77ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +93ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +34ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +63ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +68ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +73ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +36ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +27ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +62ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +56ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +44ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:01 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +53ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +44ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +31ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +67ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +54ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +276ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +32ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:02 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +66ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +73ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +57ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +74ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +27ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +49ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:03 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +27ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +45ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +52ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +30ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +41ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:04 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +56ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +61ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +55ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +45ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +45ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +55ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:05 +34ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +50ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +65ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +29ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +52ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +31ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +45ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +52ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +33ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +29ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +83ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +48ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +84ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:06 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +47ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +67ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +71ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +49ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +30ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +43ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:07 +243ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +2160ms service=permission permission=edit pattern=app/input/merged.json ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-08T16:03:10 +0ms service=permission permission=edit pattern=app/input/merged.json action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-08T16:03:10 +0ms service=bus type=file.edited publishing INFO 2026-02-08T16:03:10 +1ms service=format file=/app/input/merged.json formatting INFO 2026-02-08T16:03:10 +7ms service=format name=zig ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=uv ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=terraform ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=standardrb ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=shfmt ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=rustfmt ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=ruff ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=rubocop ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=air ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=prettier ext=.json checking INFO 2026-02-08T16:03:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +19ms service=format name=pint ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=oxfmt ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=ormolu ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=ocamlformat ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=nixfmt ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=mix ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=latexindent ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=ktlint ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=htmlbeautifier ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=gofmt ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=gleam ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=dart ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=clang-format ext=.json checking INFO 2026-02-08T16:03:10 +0ms service=format name=biome ext=.json checking INFO 2026-02-08T16:03:10 +2ms service=bus type=file.watcher.updated publishing INFO 2026-02-08T16:03:10 +1ms service=file.time sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 file=/app/input/merged.json read INFO 2026-02-08T16:03:10 +0ms service=lsp file=/app/input/merged.json touching file INFO 2026-02-08T16:03:10 +12ms service=bus type=message.part.updated publishing  ��� Write merged.json Wrote file successfully.  INFO 2026-02-08T16:03:10 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +5ms service=bus type=message.updated publishing INFO 2026-02-08T16:03:10 +15ms service=bus type=message.updated publishing INFO 2026-02-08T16:03:10 +1ms service=bus type=session.status publishing INFO 2026-02-08T16:03:10 +0ms service=session.prompt step=5 sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 loop INFO 2026-02-08T16:03:10 +54ms service=bus type=message.updated publishing INFO 2026-02-08T16:03:10 +2ms service=bus type=session.updated publishing INFO 2026-02-08T16:03:10 +0ms service=bus type=session.diff publishing INFO 2026-02-08T16:03:10 +17ms service=bus type=message.updated publishing INFO 2026-02-08T16:03:10 +1ms service=session.prompt status=started resolveTools INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=started invalid INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=started question INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=started bash INFO 2026-02-08T16:03:10 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-08T16:03:10 +1ms service=tool.registry status=started read INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=started glob INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=started grep INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=started edit INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=started write INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=started task INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=started webfetch INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=started todowrite INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=started skill INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-08T16:03:10 +1ms service=tool.registry status=completed duration=1 read INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=completed duration=2 bash INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=completed duration=1 skill INFO 2026-02-08T16:03:10 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:03:10 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:03:10 +0ms service=tool.registry status=completed duration=1 task INFO 2026-02-08T16:03:10 +12ms service=session.prompt status=completed duration=14 resolveTools INFO 2026-02-08T16:03:10 +9ms service=session.processor process INFO 2026-02-08T16:03:10 +1ms service=llm providerID=openrouter modelID=openai/gpt-oss-20b sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 small=false agent=build mode=primary stream INFO 2026-02-08T16:03:10 +32ms service=bus type=session.status publishing INFO 2026-02-08T16:03:10 +379ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +53ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +44ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +39ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:10 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +33ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +37ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +38ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +52ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +46ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +75ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +58ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +98ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +29ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +32ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +82ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:11 +43ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +70ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +64ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +54ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +44ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +80ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +35ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +51ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:12 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +72ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +50ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +37ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +53ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +27ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:13 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +29ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +50ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +66ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +33ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:14 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +61ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +50ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +78ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +57ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +124ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +69ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +229ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:15 +37ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +118ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +170ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +36ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +67ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +33ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +35ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +36ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +34ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +93ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +36ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:16 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +59ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +33ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +48ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +63ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +64ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +27ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +56ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +81ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +71ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +70ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:17 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +62ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +30ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +45ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +68ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +35ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +50ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:18 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +35ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +47ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +50ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +66ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +29ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +36ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:19 +57ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +84ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +31ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +309ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +34ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +30ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +115ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +74ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +44ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +32ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:20 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +168ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +52ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +45ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +49ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +31ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +112ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +92ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +31ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +61ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:21 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +56ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +71ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +31ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +41ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +59ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +56ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +32ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +45ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +46ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +27ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +63ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +43ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:22 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +41ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +44ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +38ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +33ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +81ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +56ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +60ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +63ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +70ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +53ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +35ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:23 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +68ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +38ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +32ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +38ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +55ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +59ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +69ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +43ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:24 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +68ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +33ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +201ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +134ms service=permission permission=glob pattern=** ruleset=[{"permission":"*","pattern":"*","action":"allow"},{"permission":"doom_loop","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","pattern":"*","action":"allow"},{"permission":"plan_enter","pattern":"*","action":"allow"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","pattern":"*","action":"deny"},{"permission":"plan_enter","pattern":"*","action":"deny"},{"permission":"plan_exit","pattern":"*","action":"deny"}] evaluate INFO 2026-02-08T16:03:25 +3ms service=permission permission=glob pattern=** action={"permission":"*","pattern":"*","action":"allow"} evaluated INFO 2026-02-08T16:03:25 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +25ms service=bus type=message.part.updated publishing ��� Glob "**" 3 matches INFO 2026-02-08T16:03:25 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:25 +1ms service=bus type=message.updated publishing INFO 2026-02-08T16:03:25 +12ms service=bus type=message.updated publishing INFO 2026-02-08T16:03:25 +0ms service=bus type=session.status publishing INFO 2026-02-08T16:03:25 +1ms service=session.prompt step=6 sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 loop INFO 2026-02-08T16:03:25 +20ms service=bus type=message.updated publishing INFO 2026-02-08T16:03:25 +0ms service=bus type=session.updated publishing INFO 2026-02-08T16:03:25 +1ms service=bus type=session.diff publishing INFO 2026-02-08T16:03:25 +7ms service=bus type=message.updated publishing INFO 2026-02-08T16:03:25 +1ms service=session.prompt status=started resolveTools INFO 2026-02-08T16:03:25 +1ms service=tool.registry status=started invalid INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=started question INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=started bash INFO 2026-02-08T16:03:25 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=started read INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=started glob INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=started grep INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=started edit INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=started write INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=started task INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=started webfetch INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=started todowrite INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=started skill INFO 2026-02-08T16:03:25 +1ms service=tool.registry status=completed duration=1 invalid INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=completed duration=1 question INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=completed duration=1 read INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=completed duration=1 glob INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=completed duration=1 grep INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=completed duration=1 edit INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=completed duration=1 write INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=completed duration=1 bash INFO 2026-02-08T16:03:25 +1ms service=tool.registry status=completed duration=2 skill INFO 2026-02-08T16:03:25 +0ms service=permission permission=task pattern=general ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:03:25 +0ms service=permission permission=task pattern=explore ruleset=[{"permission":"*","action":"allow","pattern":"*"},{"permission":"doom_loop","action":"ask","pattern":"*"},{"permission":"external_directory","pattern":"*","action":"ask"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"},{"permission":"question","action":"deny","pattern":"*"},{"permission":"plan_enter","action":"deny","pattern":"*"},{"permission":"plan_exit","action":"deny","pattern":"*"},{"permission":"read","pattern":"*","action":"allow"},{"permission":"read","pattern":"*.env","action":"ask"},{"permission":"read","pattern":"*.env.*","action":"ask"},{"permission":"read","pattern":"*.env.example","action":"allow"},{"permission":"question","action":"allow","pattern":"*"},{"permission":"plan_enter","action":"allow","pattern":"*"},{"permission":"external_directory","pattern":"/home/cubbi/.local/share/opencode/tool-output/*","action":"allow"}] evaluate INFO 2026-02-08T16:03:25 +0ms service=tool.registry status=completed duration=2 task INFO 2026-02-08T16:03:25 +3ms service=session.prompt status=completed duration=6 resolveTools INFO 2026-02-08T16:03:25 +13ms service=session.processor process INFO 2026-02-08T16:03:25 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-20b sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 small=false agent=build mode=primary stream INFO 2026-02-08T16:03:25 +11ms service=bus type=session.status publishing INFO 2026-02-08T16:03:26 +804ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +92ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +61ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +41ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:26 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +83ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +32ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +41ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +35ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +57ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +27ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +35ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +83ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +56ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:27 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +46ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +26ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +51ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +63ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +59ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +29ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +63ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:28 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +44ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +24ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +29ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +64ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +49ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +29ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +51ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +48ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +33ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:29 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +54ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +65ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +38ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +93ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +28ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +59ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +27ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +45ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +55ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:30 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +53ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +30ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +61ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +33ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +27ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +42ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +57ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +52ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +51ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +37ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +83ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +104ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +31ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +40ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:31 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +31ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +61ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +71ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +8ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +47ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +4ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +81ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:32 +72ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +140ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +22ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +38ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +0ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +58ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +17ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +14ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +19ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +16ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +18ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +37ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +32ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +23ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +1ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +67ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +12ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +13ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +10ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +20ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +3ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +6ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +21ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +7ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +25ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +2ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +15ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +9ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +11ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +31ms service=bus type=message.part.updated publishing  Here is the merged configuration (`merged.json`) obtained by applying the specified merge rules to **base.json** and **override.json**: ```json { "app_name": "MyApp", "version": "2.0.0", "server": { "port": 8080, "host": "localhost", "timeout": 30, "ssl": { "enabled": true, "cert": "/etc/ssl/cert.pem" } }, "database": { "type": "postgres", "host": "localhost", "port": 5432, "pool": { "min": 2, "max": 20, "idle": 10000 } }, "features": [ "auth", "api", "admin" ], "new_setting": "added_value" } ``` This file reflects: * deep���merged objects (`server`, `database`, `ssl`, `pool`); * array replacement (`features`); * primitive override (`version`, `ssl.enabled`, `new_setting`); * null���value removals (`debug`, `remove_this`); * and retains unaltered keys from the base.  INFO 2026-02-08T16:03:33 +5ms service=bus type=message.part.updated publishing INFO 2026-02-08T16:03:33 +2ms service=bus type=message.updated publishing INFO 2026-02-08T16:03:33 +11ms service=bus type=message.updated publishing INFO 2026-02-08T16:03:33 +3ms service=bus type=session.status publishing INFO 2026-02-08T16:03:33 +0ms service=session.prompt step=7 sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 loop INFO 2026-02-08T16:03:34 +44ms service=bus type=message.updated publishing INFO 2026-02-08T16:03:34 +6ms service=bus type=session.updated publishing INFO 2026-02-08T16:03:34 +1ms service=bus type=session.diff publishing INFO 2026-02-08T16:03:34 +10ms service=session.prompt sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 exiting loop INFO 2026-02-08T16:03:34 +2ms service=session.compaction pruning INFO 2026-02-08T16:03:34 +67ms service=session.prompt sessionID=ses_3c20229a7ffesOk5VH8fV9yMA2 cancel INFO 2026-02-08T16:03:34 +1ms service=bus type=session.status publishing INFO 2026-02-08T16:03:34 +0ms service=bus type=session.idle publishing INFO 2026-02-08T16:03:34 +6ms service=default directory=/app/input disposing instance INFO 2026-02-08T16:03:34 +1ms service=state key=/app/input waiting for state disposal to complete INFO 2026-02-08T16:03:34 +3ms service=state key=/app/input state disposal completed --- Initial command finished (exit code: 0) --- --- no_shell=true, exiting container without starting shell --- Command execution complete. Container has exited. Session has been cleaned up.