/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_20251218_150015/task9_cpp_footguns/openrouter-openai-gpt-5-mini/workspace to /app No project_name provided - skipping configuration directory setup. Session created successfully! Session ID: 90b4a30d 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 145 models to OpenCode configuration Added openrouter standard provider with 349 models to OpenCode configuration Set default model to openrouter/openai/gpt-5-mini 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 Installing Docker... Docker installed C++ compilation will use gcc:13 Docker image to avoid host path conflicts --- TASK BEGIN --- # C++ Bug Hunt: Fix Subtle Errors You'll find several C++ files in the current directory. Each file contains realistic code that does something useful, but has ONE subtle bug. ## Your Task Fix the bug in each file so that: 1. The code compiles without warnings (`-Wall -Wextra -Werror`) 2. The code passes sanitizer checks (ASan/UBSan) 3. The code produces the correct expected output ## Files - `virtual_destructor.cpp` - Plugin system with memory management - `reference_to_temporary.cpp` - Configuration system - `iterator_invalidation.cpp` - Event queue processor - `unsigned_underflow.cpp` - Ring buffer implementation - `dangling_cstr.cpp` - Log formatting system - `init_order.cpp` - Coordinate system with units - `off_by_one.cpp` - Matrix border detection - `int_overflow.cpp` - Bulk price calculator Each file is independent. Fix bugs **IN PLACE** (modify the files in the same directory). 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 2025-12-18T17:40:04 +481ms service=default version=1.0.155 args=["run","--print-logs"] opencode INFO 2025-12-18T17:40:04 +3ms service=default directory=/app/input creating instance INFO 2025-12-18T17:40:04 +1ms service=project directory=/app/input fromDirectory INFO 2025-12-18T17:40:04 +2ms service=storage index=0 running migration ERROR 2025-12-18T17:40:04 +1ms service=storage index=0 failed to run migration INFO 2025-12-18T17:40:04 +1ms service=storage index=1 running migration INFO 2025-12-18T17:40:04 +3ms service=default directory=/app/input bootstrapping INFO 2025-12-18T17:40:04 +11ms service=config path=/home/cubbi/.config/opencode/config.json loading INFO 2025-12-18T17:40:04 +35ms service=config path=/home/cubbi/.config/opencode/opencode.json loading INFO 2025-12-18T17:40:04 +4ms service=config path=/home/cubbi/.config/opencode/opencode.jsonc loading INFO 2025-12-18T17:40:04 +4ms service=bun cmd=["/opt/node/lib/node_modules/opencode-ai/node_modules/opencode-linux-x64/bin/opencode","add","@opencode-ai/plugin@1.0.155","--exact"] cwd=/home/cubbi/.config/opencode running INFO 2025-12-18T17:40:05 +372ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) installed @opencode-ai/plugin@1.0.155 3 packages installed [360.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [12] Saved lockfile done INFO 2025-12-18T17:40:05 +7ms service=plugin path=opencode-copilot-auth@0.0.9 loading plugin INFO 2025-12-18T17:40:05 +1ms service=bun pkg=opencode-copilot-auth version=0.0.9 installing package using Bun's default registry resolution INFO 2025-12-18T17:40:05 +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-copilot-auth@0.0.9"] cwd=/home/cubbi/.cache/opencode running INFO 2025-12-18T17:40:05 +127ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) installed opencode-copilot-auth@0.0.9 1 package installed [120.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [4] Saved lockfile done INFO 2025-12-18T17:40:05 +4ms service=plugin path=opencode-anthropic-auth@0.0.5 loading plugin INFO 2025-12-18T17:40:05 +1ms service=bun pkg=opencode-anthropic-auth version=0.0.5 installing package using Bun's default registry resolution INFO 2025-12-18T17:40:05 +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.5"] cwd=/home/cubbi/.cache/opencode running INFO 2025-12-18T17:40:06 +596ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) + opencode-copilot-auth@0.0.9 installed opencode-anthropic-auth@0.0.5 14 packages installed [589.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [50] Saved lockfile done INFO 2025-12-18T17:40:06 +31ms service=bus type=* subscribing INFO 2025-12-18T17:40:06 +1ms service=bus type=session.updated subscribing INFO 2025-12-18T17:40:06 +0ms service=bus type=message.updated subscribing INFO 2025-12-18T17:40:06 +0ms service=bus type=message.part.updated subscribing INFO 2025-12-18T17:40:06 +0ms service=bus type=session.updated subscribing INFO 2025-12-18T17:40:06 +0ms service=bus type=message.updated subscribing INFO 2025-12-18T17:40:06 +0ms service=bus type=message.part.updated subscribing INFO 2025-12-18T17:40:06 +0ms service=bus type=session.diff subscribing INFO 2025-12-18T17:40:06 +0ms service=format init INFO 2025-12-18T17:40:06 +0ms service=bus type=file.edited subscribing INFO 2025-12-18T17:40:06 +1ms service=lsp serverIds=deno, typescript, vue, eslint, biome, gopls, ruby-lsp, pyright, elixir-ls, zls, csharp, sourcekit-lsp, rust, clangd, svelte, astro, jdtls, yaml-ls, lua-ls, php intelephense, dart, ocaml-lsp, bash, terraform, texlab, dockerfile, gleam enabled LSP servers INFO 2025-12-18T17:40:06 +3ms service=bus type=command.executed subscribing INFO 2025-12-18T17:40:06 +80ms service=server method=POST path=/session request INFO 2025-12-18T17:40:06 +1ms service=server status=started method=POST path=/session request INFO 2025-12-18T17:40:06 +4ms service=session id=ses_4cd73d287ffeStsrg0AQaFcH05 version=1.0.155 projectID=global directory=/app/input title=New session - 2025-12-18T17:40:06.136Z time={"created":1766079606136,"updated":1766079606136} created INFO 2025-12-18T17:40:06 +2ms service=bus type=session.created publishing INFO 2025-12-18T17:40:06 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:06 +1ms service=server status=completed duration=9 method=POST path=/session request INFO 2025-12-18T17:40:06 +1ms service=server method=GET path=/config request INFO 2025-12-18T17:40:06 +0ms service=server status=started method=GET path=/config request INFO 2025-12-18T17:40:06 +1ms service=server status=completed duration=1 method=GET path=/config request INFO 2025-12-18T17:40:06 +8ms service=server method=GET path=/event request INFO 2025-12-18T17:40:06 +0ms service=server status=started method=GET path=/event request INFO 2025-12-18T17:40:06 +0ms service=server event connected INFO 2025-12-18T17:40:06 +2ms service=bus type=* subscribing INFO 2025-12-18T17:40:06 +2ms service=server status=completed duration=4 method=GET path=/event request INFO 2025-12-18T17:40:06 +4ms service=server method=POST path=/session/ses_4cd73d287ffeStsrg0AQaFcH05/message request INFO 2025-12-18T17:40:06 +0ms service=server status=started method=POST path=/session/ses_4cd73d287ffeStsrg0AQaFcH05/message request INFO 2025-12-18T17:40:06 +5ms service=server status=completed duration=5 method=POST path=/session/ses_4cd73d287ffeStsrg0AQaFcH05/message request INFO 2025-12-18T17:40:06 +11ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:06 +5ms service=provider status=started state INFO 2025-12-18T17:40:06 +4ms service=models.dev file={} refreshing INFO 2025-12-18T17:40:06 +19ms service=provider init INFO 2025-12-18T17:40:06 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:06 +2ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:06 +2ms service=bus type=session.status publishing INFO 2025-12-18T17:40:06 +0ms service=session.prompt step=0 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:40:06 +10ms service=provider providerID=openrouter found INFO 2025-12-18T17:40:06 +0ms service=provider providerID=opencode found INFO 2025-12-18T17:40:06 +0ms service=provider providerID=litellm found INFO 2025-12-18T17:40:06 +0ms service=provider status=completed duration=43 state INFO 2025-12-18T17:40:06 +7ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=true agent=title stream INFO 2025-12-18T17:40:06 +1ms service=provider status=started providerID=openrouter getSDK INFO 2025-12-18T17:40:06 +0ms service=provider providerID=openrouter pkg=@ai-sdk/openai-compatible using bundled provider INFO 2025-12-18T17:40:06 +0ms service=provider status=completed duration=0 providerID=openrouter getSDK INFO 2025-12-18T17:40:06 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:06 +1ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:40:06 +2ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=true agent=title params={"options":{}} params INFO 2025-12-18T17:40:06 +17ms service=tool.registry status=started invalid INFO 2025-12-18T17:40:06 +1ms service=tool.registry status=started bash INFO 2025-12-18T17:40:06 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:40:06 +1ms service=tool.registry status=started read INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=started list INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=started write INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=started task INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:40:06 +1ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-18T17:40:06 +4ms service=tool.registry status=completed duration=1 todoread INFO 2025-12-18T17:40:06 +0ms service=tool.registry status=completed duration=6 bash INFO 2025-12-18T17:40:06 +1ms service=tool.registry status=completed duration=6 task INFO 2025-12-18T17:40:06 +8ms service=session.prompt status=completed duration=35 resolveTools INFO 2025-12-18T17:40:06 +14ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:06 +2ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=true agent=title stream INFO 2025-12-18T17:40:06 +0ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=true agent=title params={"options":{}} params INFO 2025-12-18T17:40:06 +3ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:06 +2ms service=bus type=session.diff publishing INFO 2025-12-18T17:40:06 +5ms service=session.processor process INFO 2025-12-18T17:40:06 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:40:06 +0ms service=provider status=started providerID=openrouter getSDK INFO 2025-12-18T17:40:06 +1ms service=provider status=completed duration=1 providerID=openrouter getSDK INFO 2025-12-18T17:40:06 +3ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:40:06 +2ms service=bus type=session.status publishing INFO 2025-12-18T17:40:06 +309ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:07 +536ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:07 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:07 +146ms service=session.summary title=Finding C++ subtle bugs title INFO 2025-12-18T17:40:07 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:07 +77ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:07 +424ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:07 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:07 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:07 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:07 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:07 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:07 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:07 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:07 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:08 +18ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:08 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:08 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:08 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:09 +9ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:09 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:09 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +10ms service=lsp file=/app/input/virtual_destructor.cpp touching file INFO 2025-12-18T17:40:09 +0ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/virtual_destructor.cpp read INFO 2025-12-18T17:40:09 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +3ms service=lsp.server downloading clangd from GitHub releases |  Read app/input/virtual_destructor.cpp INFO 2025-12-18T17:40:09 +140ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=message.updated publishing I'll inspect each source file to find the subtle bug. I'll open every listed .cpp file and analyze them. I'll start by reading all files. INFO 2025-12-18T17:40:09 +13ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:09 +1ms service=bus type=session.status publishing INFO 2025-12-18T17:40:09 +0ms service=session.prompt step=1 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:40:09 +3ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:09 +2ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:09 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:40:09 +9ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:09 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:40:09 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:40:09 +1ms service=tool.registry status=started read INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=started list INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=started write INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=started task INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T17:40:09 +0ms service=tool.registry status=completed duration=0 task INFO 2025-12-18T17:40:09 +5ms service=session.prompt status=completed duration=6 resolveTools INFO 2025-12-18T17:40:09 +2ms service=session.processor process INFO 2025-12-18T17:40:09 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:40:09 +1ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:40:09 +9ms service=bus type=session.status publishing INFO 2025-12-18T17:40:10 +724ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:10 +2ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:10 +46ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:10 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:10 +152ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:10 +29ms service=lsp file=/app/input/reference_to_temporary.cpp touching file INFO 2025-12-18T17:40:10 +1ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/reference_to_temporary.cpp read INFO 2025-12-18T17:40:10 +0ms service=bus type=message.part.updated publishing |  Read app/input/reference_to_temporary.cpp ERROR 2025-12-18T17:40:10 +35ms service=lsp.server Failed to extract clangd binary INFO 2025-12-18T17:40:10 +107ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:10 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:10 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:10 +1ms service=bus type=session.status publishing INFO 2025-12-18T17:40:10 +0ms service=session.prompt step=2 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:40:10 +17ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:10 +2ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:10 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:40:10 +9ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:10 +1ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:40:10 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=started read INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=started list INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=started write INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=started task INFO 2025-12-18T17:40:10 +1ms service=tool.registry status=started webfetch INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:40:10 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T17:40:10 +1ms service=tool.registry status=completed duration=2 task INFO 2025-12-18T17:40:10 +2ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-18T17:40:10 +3ms service=session.processor process INFO 2025-12-18T17:40:10 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:40:10 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:40:10 +2ms service=bus type=session.status publishing INFO 2025-12-18T17:40:10 +253ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:11 +479ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:11 +59ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:11 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:11 +286ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:11 +11ms service=lsp file=/app/input/iterator_invalidation.cpp touching file INFO 2025-12-18T17:40:11 +0ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/iterator_invalidation.cpp read INFO 2025-12-18T17:40:11 +1ms service=bus type=message.part.updated publishing |  Read app/input/iterator_invalidation.cpp INFO 2025-12-18T17:40:12 +219ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:12 +0ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:12 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:12 +1ms service=bus type=session.status publishing INFO 2025-12-18T17:40:12 +0ms service=session.prompt step=3 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:40:12 +10ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:12 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:12 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:40:12 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:12 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:40:12 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:40:12 +2ms service=tool.registry status=started read INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=started list INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=started write INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=started task INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:40:12 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-18T17:40:12 +3ms service=tool.registry status=completed duration=3 task INFO 2025-12-18T17:40:12 +1ms service=session.prompt status=completed duration=6 resolveTools INFO 2025-12-18T17:40:12 +7ms service=session.processor process INFO 2025-12-18T17:40:12 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:40:12 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:40:12 +3ms service=bus type=session.status publishing INFO 2025-12-18T17:40:12 +259ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:12 +484ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:12 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:12 +182ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:13 +319ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:13 +3ms service=lsp file=/app/input/unsigned_underflow.cpp touching file INFO 2025-12-18T17:40:13 +0ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/unsigned_underflow.cpp read INFO 2025-12-18T17:40:13 +1ms service=bus type=message.part.updated publishing |  Read app/input/unsigned_underflow.cpp INFO 2025-12-18T17:40:13 +315ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:13 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:13 +10ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:13 +8ms service=bus type=session.status publishing INFO 2025-12-18T17:40:13 +0ms service=session.prompt step=4 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:40:13 +22ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:13 +2ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:13 +1ms service=bus type=session.diff publishing INFO 2025-12-18T17:40:13 +10ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:13 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:40:13 +1ms service=tool.registry status=started invalid INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:40:13 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:40:13 +1ms service=tool.registry status=started read INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:40:13 +1ms service=tool.registry status=started list INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=started write INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=started task INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:40:13 +1ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=completed duration=1 todoread INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=completed duration=3 bash INFO 2025-12-18T17:40:13 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T17:40:13 +4ms service=session.prompt status=completed duration=8 resolveTools INFO 2025-12-18T17:40:13 +12ms service=session.processor process INFO 2025-12-18T17:40:13 +1ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:40:13 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:40:13 +6ms service=bus type=session.status publishing INFO 2025-12-18T17:40:13 +213ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:13 +75ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:13 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:14 +364ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:14 +441ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:14 +1ms service=lsp file=/app/input/dangling_cstr.cpp touching file INFO 2025-12-18T17:40:14 +0ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/dangling_cstr.cpp read INFO 2025-12-18T17:40:14 +1ms service=bus type=message.part.updated publishing |  Read app/input/dangling_cstr.cpp INFO 2025-12-18T17:40:14 +200ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:14 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:14 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:14 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:40:14 +0ms service=session.prompt step=5 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:40:14 +9ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:14 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:14 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:40:14 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:40:14 +1ms service=tool.registry status=started read INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=started list INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=started write INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=started task INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:40:14 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T17:40:14 +1ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T17:40:14 +1ms service=session.prompt status=completed duration=3 resolveTools INFO 2025-12-18T17:40:15 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:15 +1ms service=bus type=session.diff publishing INFO 2025-12-18T17:40:15 +1ms service=session.processor process INFO 2025-12-18T17:40:15 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:40:15 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:40:15 +5ms service=bus type=session.status publishing INFO 2025-12-18T17:40:15 +217ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:15 +120ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:15 +1ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:15 +609ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:16 +276ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:16 +21ms service=lsp file=/app/input/init_order.cpp touching file INFO 2025-12-18T17:40:16 +0ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/init_order.cpp read INFO 2025-12-18T17:40:16 +4ms service=bus type=message.part.updated publishing |  Read app/input/init_order.cpp INFO 2025-12-18T17:40:16 +309ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:16 +0ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:16 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:16 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:40:16 +0ms service=session.prompt step=6 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:40:16 +7ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:16 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:16 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:40:16 +7ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:16 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:40:16 +1ms service=tool.registry status=started invalid INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:40:16 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=started read INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=started list INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=started write INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=started task INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:40:16 +1ms service=tool.registry status=started todowrite INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:40:16 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T17:40:16 +1ms service=tool.registry status=completed duration=2 task INFO 2025-12-18T17:40:16 +1ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-18T17:40:16 +3ms service=session.processor process INFO 2025-12-18T17:40:16 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:40:16 +1ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:40:16 +4ms service=bus type=session.status publishing INFO 2025-12-18T17:40:16 +237ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:16 +127ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:16 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:17 +314ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:17 +263ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:17 +2ms service=lsp file=/app/input/off_by_one.cpp touching file INFO 2025-12-18T17:40:17 +0ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/off_by_one.cpp read INFO 2025-12-18T17:40:17 +2ms service=bus type=message.part.updated publishing |  Read app/input/off_by_one.cpp INFO 2025-12-18T17:40:17 +219ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:17 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:17 +11ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:17 +1ms service=bus type=session.status publishing INFO 2025-12-18T17:40:17 +0ms service=session.prompt step=7 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:40:17 +8ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:17 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:17 +1ms service=bus type=session.diff publishing INFO 2025-12-18T17:40:17 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:17 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:40:17 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:40:17 +1ms service=tool.registry status=started read INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=started list INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=started write INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=started task INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:40:17 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T17:40:17 +1ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T17:40:17 +2ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-18T17:40:17 +9ms service=session.processor process INFO 2025-12-18T17:40:17 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:40:17 +1ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:40:17 +3ms service=bus type=session.status publishing INFO 2025-12-18T17:40:18 +204ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:18 +281ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:18 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:19 +1203ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:19 +288ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:19 +1ms service=lsp file=/app/input/int_overflow.cpp touching file INFO 2025-12-18T17:40:19 +0ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/int_overflow.cpp read INFO 2025-12-18T17:40:19 +0ms service=bus type=message.part.updated publishing |  Read app/input/int_overflow.cpp INFO 2025-12-18T17:40:20 +225ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:20 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:20 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:20 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:40:20 +0ms service=session.prompt step=8 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:40:20 +14ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:20 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:40:20 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:40:20 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:40:20 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:40:20 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:40:20 +1ms service=tool.registry status=started read INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=started list INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=started write INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=started task INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T17:40:20 +0ms service=tool.registry status=completed duration=0 task INFO 2025-12-18T17:40:20 +2ms service=session.prompt status=completed duration=3 resolveTools INFO 2025-12-18T17:40:20 +23ms service=session.processor process INFO 2025-12-18T17:40:20 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:40:20 +2ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:40:20 +6ms service=bus type=session.status publishing INFO 2025-12-18T17:40:20 +229ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:20 +209ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:20 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:26 +6292ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:26 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:26 +68ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:26 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +96ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +112ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +61ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +10ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:27 +26ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:27 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:27 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +71ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:27 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +67ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +61ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +5ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:28 +2ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:28 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:28 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:28 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +210ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +70ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +58ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:29 +11ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:29 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:29 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:29 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +477ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +66ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +46ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:30 +9ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:30 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:30 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +103ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:30 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +69ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +17ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:31 +26ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:31 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:31 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:31 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +68ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +76ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +6ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:32 +17ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:32 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:32 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +81ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +68ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +59ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +32ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:33 +33ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:33 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:33 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:33 +65ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:34 +707ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:34 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:34 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:34 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:34 +68ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:34 +33ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:34 +31ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:34 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:34 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:34 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:34 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +62ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +37ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:35 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:35 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:35 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:35 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +17ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:36 +3ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:36 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:36 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +61ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +36ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:37 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:37 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:37 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:37 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +33ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:38 +14ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:38 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:38 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:38 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +398ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +71ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:39 +34ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:39 +14ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:39 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:39 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +79ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +61ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +74ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +66ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:40 +41ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:40 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:40 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:41 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:41 +15ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:41 +5ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:41 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:41 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +71ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:42 +14ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:42 +11ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:42 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:43 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:43 +21ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:44 +29ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:44 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:44 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:44 +13ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:45 +22ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:45 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:45 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:45 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +32ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:46 +26ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:46 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:46 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:46 +28ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:47 +629ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:47 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:57 +10206ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +66ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:57 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +58ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +24ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:58 +6ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:58 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:58 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +64ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:58 +66ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +74ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +29ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:40:59 +12ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:40:59 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:40:59 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:40:59 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +50ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:00 +46ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:00 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:00 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +68ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:00 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +182ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +22ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:01 +4ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:01 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:01 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +86ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +63ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:01 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +54ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:02 +27ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:02 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:02 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:02 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +58ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +59ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +26ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:03 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:03 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:03 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:03 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +50ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:04 +15ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:04 +1ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:04 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:04 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +559ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +20ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:05 +3ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:05 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:05 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:05 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +55ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:06 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:06 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:06 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +112ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:06 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +27ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:07 +44ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:07 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:07 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:07 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +106ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +23ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:08 +0ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:08 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:08 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:08 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +16ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:09 +93ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:09 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:09 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:09 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +70ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:10 +0ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:10 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:10 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +66ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +51ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:10 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +63ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +8ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:11 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:11 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:11 +66ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +6ms service=bus type=file.edited publishing INFO 2025-12-18T17:41:11 +1ms service=format file=/app/input/virtual_destructor.cpp formatting INFO 2025-12-18T17:41:11 +2ms service=format name=zig ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=uv format ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=terraform ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=standardrb ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=ruff ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=rubocop ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=air ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=prettier ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=ocamlformat ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=mix ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=latexindent ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=ktlint ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=htmlbeautifier ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=gofmt ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=gleam ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=dart ext=.cpp checking INFO 2025-12-18T17:41:11 +0ms service=format name=clang-format ext=.cpp checking INFO 2025-12-18T17:41:11 +2ms service=format name=biome ext=.cpp checking INFO 2025-12-18T17:41:11 +2ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/virtual_destructor.cpp read INFO 2025-12-18T17:41:11 +0ms service=lsp file=/app/input/virtual_destructor.cpp touching file INFO 2025-12-18T17:41:11 +2ms service=bus type=message.part.updated publishing |  Edit app/input/virtual_destructor.cpp INFO 2025-12-18T17:41:11 +283ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=message.updated publishing I'll apply code edits to each file to fix the bugs: add virtual destructor, fix returning temporary, avoid iterator invalidation, correct ring buffer logic, return std::string instead of dangling c_str, fix member init order, fix off-by-one loop, and use 64-bit for totals. I'll modify the files in place now. INFO 2025-12-18T17:41:11 +12ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:11 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:41:11 +0ms service=session.prompt step=9 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:11 +17ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:11 +1ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:11 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:11 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:11 +1ms service=tool.registry status=started bash INFO 2025-12-18T17:41:11 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=started read INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:41:11 +1ms service=tool.registry status=started grep INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:11 +1ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=completed duration=3 invalid INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=completed duration=2 read INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=completed duration=2 glob INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:41:11 +1ms service=tool.registry status=completed duration=3 bash INFO 2025-12-18T17:41:11 +0ms service=tool.registry status=completed duration=2 task INFO 2025-12-18T17:41:11 +2ms service=session.prompt status=completed duration=6 resolveTools INFO 2025-12-18T17:41:11 +6ms service=session.processor process INFO 2025-12-18T17:41:11 +1ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:11 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:11 +6ms service=bus type=session.status publishing INFO 2025-12-18T17:41:12 +271ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:12 +311ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:12 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:12 +505ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:13 +1000ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:13 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:14 +177ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:14 +2ms service=bus type=file.edited publishing INFO 2025-12-18T17:41:14 +0ms service=format file=/app/input/reference_to_temporary.cpp formatting INFO 2025-12-18T17:41:14 +0ms service=format name=zig ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=uv format ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=terraform ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=standardrb ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=ruff ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=rubocop ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=air ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=prettier ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=ocamlformat ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=mix ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=latexindent ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=ktlint ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=htmlbeautifier ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=gofmt ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=gleam ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=dart ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=clang-format ext=.cpp checking INFO 2025-12-18T17:41:14 +0ms service=format name=biome ext=.cpp checking INFO 2025-12-18T17:41:14 +2ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/reference_to_temporary.cpp read INFO 2025-12-18T17:41:14 +0ms service=lsp file=/app/input/reference_to_temporary.cpp touching file INFO 2025-12-18T17:41:14 +4ms service=bus type=message.part.updated publishing |  Edit app/input/reference_to_temporary.cpp INFO 2025-12-18T17:41:14 +350ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:14 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:14 +5ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:14 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:41:14 +0ms service=session.prompt step=10 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:14 +18ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:14 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:14 +1ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:14 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:14 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:41:14 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:14 +1ms service=tool.registry status=started read INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T17:41:14 +0ms service=tool.registry status=completed duration=0 task INFO 2025-12-18T17:41:14 +2ms service=session.prompt status=completed duration=3 resolveTools INFO 2025-12-18T17:41:14 +7ms service=session.processor process INFO 2025-12-18T17:41:14 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:14 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:14 +4ms service=bus type=session.status publishing INFO 2025-12-18T17:41:14 +240ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:15 +361ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:15 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:15 +84ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:16 +1002ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:16 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:18 +2046ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:18 +5ms service=bus type=file.edited publishing INFO 2025-12-18T17:41:18 +0ms service=format file=/app/input/iterator_invalidation.cpp formatting INFO 2025-12-18T17:41:18 +1ms service=format name=zig ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=uv format ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=terraform ext=.cpp checking INFO 2025-12-18T17:41:18 +1ms service=format name=standardrb ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=ruff ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=rubocop ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=air ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=prettier ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=ocamlformat ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=mix ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=latexindent ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=ktlint ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=htmlbeautifier ext=.cpp checking INFO 2025-12-18T17:41:18 +1ms service=format name=gofmt ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=gleam ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=dart ext=.cpp checking INFO 2025-12-18T17:41:18 +0ms service=format name=clang-format ext=.cpp checking INFO 2025-12-18T17:41:18 +1ms service=format name=biome ext=.cpp checking INFO 2025-12-18T17:41:18 +4ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/iterator_invalidation.cpp read INFO 2025-12-18T17:41:18 +0ms service=lsp file=/app/input/iterator_invalidation.cpp touching file INFO 2025-12-18T17:41:18 +7ms service=bus type=message.part.updated publishing |  Edit app/input/iterator_invalidation.cpp INFO 2025-12-18T17:41:18 +299ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:18 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:18 +4ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:18 +1ms service=bus type=session.status publishing INFO 2025-12-18T17:41:18 +0ms service=session.prompt step=11 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:18 +29ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:18 +1ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:41:18 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:18 +1ms service=tool.registry status=started read INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:18 +1ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:41:18 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-18T17:41:18 +1ms service=tool.registry status=completed duration=2 task INFO 2025-12-18T17:41:18 +2ms service=session.prompt status=completed duration=5 resolveTools INFO 2025-12-18T17:41:18 +10ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:18 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:18 +1ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:18 +1ms service=session.processor process INFO 2025-12-18T17:41:18 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:18 +1ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:18 +3ms service=bus type=session.status publishing INFO 2025-12-18T17:41:18 +248ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:19 +376ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:19 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:19 +133ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:20 +1001ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:20 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:20 +412ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:20 +5ms service=bus type=file.edited publishing INFO 2025-12-18T17:41:20 +0ms service=format file=/app/input/unsigned_underflow.cpp formatting INFO 2025-12-18T17:41:20 +1ms service=format name=zig ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=uv format ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=terraform ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=standardrb ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=ruff ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=rubocop ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=air ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=prettier ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=ocamlformat ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=mix ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=latexindent ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=ktlint ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=htmlbeautifier ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=gofmt ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=gleam ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=dart ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=clang-format ext=.cpp checking INFO 2025-12-18T17:41:20 +0ms service=format name=biome ext=.cpp checking INFO 2025-12-18T17:41:20 +3ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/unsigned_underflow.cpp read INFO 2025-12-18T17:41:20 +0ms service=lsp file=/app/input/unsigned_underflow.cpp touching file INFO 2025-12-18T17:41:20 +3ms service=bus type=message.part.updated publishing |  Edit app/input/unsigned_underflow.cpp INFO 2025-12-18T17:41:21 +397ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:21 +3ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:21 +9ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:21 +3ms service=bus type=session.status publishing INFO 2025-12-18T17:41:21 +0ms service=session.prompt step=12 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:21 +31ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:21 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:21 +1ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:21 +5ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:21 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:41:21 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:21 +1ms service=tool.registry status=started read INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T17:41:21 +0ms service=tool.registry status=completed duration=0 task INFO 2025-12-18T17:41:21 +1ms service=session.prompt status=completed duration=2 resolveTools INFO 2025-12-18T17:41:21 +8ms service=session.processor process INFO 2025-12-18T17:41:21 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:21 +1ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:21 +3ms service=bus type=session.status publishing INFO 2025-12-18T17:41:21 +218ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:21 +307ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:21 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:22 +196ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:23 +1000ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:23 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:23 +395ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:23 +4ms service=bus type=file.edited publishing INFO 2025-12-18T17:41:23 +0ms service=format file=/app/input/unsigned_underflow.cpp formatting INFO 2025-12-18T17:41:23 +0ms service=format name=zig ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=uv format ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=terraform ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=standardrb ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=ruff ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=rubocop ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=air ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=prettier ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=ocamlformat ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=mix ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=latexindent ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=ktlint ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=htmlbeautifier ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=gofmt ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=gleam ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=dart ext=.cpp checking INFO 2025-12-18T17:41:23 +0ms service=format name=clang-format ext=.cpp checking INFO 2025-12-18T17:41:23 +1ms service=format name=biome ext=.cpp checking INFO 2025-12-18T17:41:23 +4ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/unsigned_underflow.cpp read INFO 2025-12-18T17:41:23 +0ms service=lsp file=/app/input/unsigned_underflow.cpp touching file INFO 2025-12-18T17:41:23 +8ms service=bus type=message.part.updated publishing |  Edit app/input/unsigned_underflow.cpp INFO 2025-12-18T17:41:23 +215ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:23 +0ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:23 +7ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:23 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:41:23 +0ms service=session.prompt step=13 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:23 +15ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:23 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:23 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:23 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:23 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:23 +1ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:41:23 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=started read INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=completed duration=0 invalid INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:41:23 +0ms service=tool.registry status=completed duration=0 bash INFO 2025-12-18T17:41:23 +1ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T17:41:23 +2ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-18T17:41:23 +2ms service=session.processor process INFO 2025-12-18T17:41:23 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:23 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:23 +5ms service=bus type=session.status publishing INFO 2025-12-18T17:41:23 +241ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:24 +497ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:24 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:24 +83ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:25 +1000ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:25 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:25 +314ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:25 +4ms service=bus type=file.edited publishing INFO 2025-12-18T17:41:25 +0ms service=format file=/app/input/dangling_cstr.cpp formatting INFO 2025-12-18T17:41:25 +8ms service=format name=zig ext=.cpp checking INFO 2025-12-18T17:41:25 +1ms service=format name=uv format ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=terraform ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=standardrb ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=ruff ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=rubocop ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=air ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=prettier ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=ocamlformat ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=mix ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=latexindent ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=ktlint ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=htmlbeautifier ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=gofmt ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=gleam ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=dart ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=clang-format ext=.cpp checking INFO 2025-12-18T17:41:25 +0ms service=format name=biome ext=.cpp checking INFO 2025-12-18T17:41:25 +1ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/dangling_cstr.cpp read INFO 2025-12-18T17:41:25 +0ms service=lsp file=/app/input/dangling_cstr.cpp touching file INFO 2025-12-18T17:41:25 +2ms service=bus type=message.part.updated publishing |  Edit app/input/dangling_cstr.cpp INFO 2025-12-18T17:41:26 +199ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:26 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:26 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:26 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:41:26 +0ms service=session.prompt step=14 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:26 +16ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:26 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:26 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:26 +0ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:26 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:26 +1ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:41:26 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=started read INFO 2025-12-18T17:41:26 +1ms service=tool.registry status=started glob INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:41:26 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T17:41:26 +2ms service=tool.registry status=completed duration=2 task INFO 2025-12-18T17:41:26 +1ms service=session.prompt status=completed duration=5 resolveTools INFO 2025-12-18T17:41:26 +6ms service=session.processor process INFO 2025-12-18T17:41:26 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:26 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:26 +5ms service=bus type=session.status publishing INFO 2025-12-18T17:41:26 +222ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:26 +524ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:26 +5ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:26 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:28 +1912ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:28 +2ms service=bus type=file.edited publishing INFO 2025-12-18T17:41:28 +0ms service=format file=/app/input/dangling_cstr.cpp formatting INFO 2025-12-18T17:41:28 +0ms service=format name=zig ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=uv format ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=terraform ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=standardrb ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=ruff ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=rubocop ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=air ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=prettier ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=ocamlformat ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=mix ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=latexindent ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=ktlint ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=htmlbeautifier ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=gofmt ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=gleam ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=dart ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=clang-format ext=.cpp checking INFO 2025-12-18T17:41:28 +0ms service=format name=biome ext=.cpp checking INFO 2025-12-18T17:41:28 +1ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/dangling_cstr.cpp read INFO 2025-12-18T17:41:28 +0ms service=lsp file=/app/input/dangling_cstr.cpp touching file INFO 2025-12-18T17:41:28 +2ms service=bus type=message.part.updated publishing |  Edit app/input/dangling_cstr.cpp INFO 2025-12-18T17:41:29 +342ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:29 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:29 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:29 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:41:29 +0ms service=session.prompt step=15 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:29 +18ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:29 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:29 +1ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:41:29 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=started read INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:29 +1ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T17:41:29 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T17:41:29 +2ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-18T17:41:29 +11ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:29 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:29 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:29 +3ms service=session.processor process INFO 2025-12-18T17:41:29 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:29 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:29 +7ms service=bus type=session.status publishing INFO 2025-12-18T17:41:29 +231ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:29 +376ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:29 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:29 +162ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:30 +1001ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:30 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:32 +1225ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:32 +12ms service=bus type=file.edited publishing INFO 2025-12-18T17:41:32 +0ms service=format file=/app/input/init_order.cpp formatting INFO 2025-12-18T17:41:32 +1ms service=format name=zig ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=uv format ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=terraform ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=standardrb ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=ruff ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=rubocop ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=air ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=prettier ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=ocamlformat ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=mix ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=latexindent ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=ktlint ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=htmlbeautifier ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=gofmt ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=gleam ext=.cpp checking INFO 2025-12-18T17:41:32 +1ms service=format name=dart ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=clang-format ext=.cpp checking INFO 2025-12-18T17:41:32 +0ms service=format name=biome ext=.cpp checking INFO 2025-12-18T17:41:32 +10ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/init_order.cpp read INFO 2025-12-18T17:41:32 +0ms service=lsp file=/app/input/init_order.cpp touching file INFO 2025-12-18T17:41:32 +5ms service=bus type=message.part.updated publishing |  Edit app/input/init_order.cpp INFO 2025-12-18T17:41:32 +200ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:32 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:32 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:32 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:41:32 +0ms service=session.prompt step=16 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:32 +39ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:32 +4ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:32 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:32 +13ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:32 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:41:32 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:32 +1ms service=tool.registry status=started read INFO 2025-12-18T17:41:32 +1ms service=tool.registry status=started glob INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:41:32 +1ms service=tool.registry status=completed duration=1 write INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=completed duration=1 todowrite INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=completed duration=1 todoread INFO 2025-12-18T17:41:32 +0ms service=tool.registry status=completed duration=3 bash INFO 2025-12-18T17:41:32 +1ms service=tool.registry status=completed duration=2 task INFO 2025-12-18T17:41:32 +5ms service=session.prompt status=completed duration=9 resolveTools INFO 2025-12-18T17:41:32 +18ms service=session.processor process INFO 2025-12-18T17:41:32 +1ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:32 +1ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:32 +7ms service=bus type=session.status publishing INFO 2025-12-18T17:41:32 +259ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:33 +418ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:33 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:33 +615ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:34 +1003ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:34 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:36 +1357ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:36 +8ms service=bus type=file.edited publishing INFO 2025-12-18T17:41:36 +0ms service=format file=/app/input/off_by_one.cpp formatting INFO 2025-12-18T17:41:36 +0ms service=format name=zig ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=uv format ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=terraform ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=standardrb ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=ruff ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=rubocop ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=air ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=prettier ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=ocamlformat ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=mix ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=latexindent ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=ktlint ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=htmlbeautifier ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=gofmt ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=gleam ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=dart ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=clang-format ext=.cpp checking INFO 2025-12-18T17:41:36 +0ms service=format name=biome ext=.cpp checking INFO 2025-12-18T17:41:36 +3ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/off_by_one.cpp read INFO 2025-12-18T17:41:36 +0ms service=lsp file=/app/input/off_by_one.cpp touching file INFO 2025-12-18T17:41:36 +2ms service=bus type=message.part.updated publishing |  Edit app/input/off_by_one.cpp INFO 2025-12-18T17:41:36 +158ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:36 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:36 +15ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:36 +4ms service=bus type=session.status publishing INFO 2025-12-18T17:41:36 +0ms service=session.prompt step=17 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:36 +16ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:36 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:36 +1ms service=tool.registry status=started bash INFO 2025-12-18T17:41:36 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=started read INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:41:36 +0ms service=tool.registry status=completed duration=0 bash INFO 2025-12-18T17:41:36 +1ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T17:41:36 +1ms service=session.prompt status=completed duration=3 resolveTools INFO 2025-12-18T17:41:36 +3ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:36 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:36 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:36 +4ms service=session.processor process INFO 2025-12-18T17:41:36 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:36 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:36 +3ms service=bus type=session.status publishing INFO 2025-12-18T17:41:36 +259ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:37 +473ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:37 +47ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:37 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:38 +1635ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:38 +4ms service=bus type=file.edited publishing INFO 2025-12-18T17:41:38 +1ms service=format file=/app/input/int_overflow.cpp formatting INFO 2025-12-18T17:41:38 +0ms service=format name=zig ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=uv format ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=terraform ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=standardrb ext=.cpp checking INFO 2025-12-18T17:41:38 +1ms service=format name=ruff ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=rubocop ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=air ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=prettier ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=ocamlformat ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=mix ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=latexindent ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=ktlint ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=htmlbeautifier ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=gofmt ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=gleam ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=dart ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=clang-format ext=.cpp checking INFO 2025-12-18T17:41:38 +0ms service=format name=biome ext=.cpp checking INFO 2025-12-18T17:41:38 +8ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/int_overflow.cpp read INFO 2025-12-18T17:41:38 +0ms service=lsp file=/app/input/int_overflow.cpp touching file INFO 2025-12-18T17:41:38 +5ms service=bus type=message.part.updated publishing |  Edit app/input/int_overflow.cpp INFO 2025-12-18T17:41:38 +194ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:38 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:38 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:38 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:41:38 +0ms service=session.prompt step=18 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:38 +13ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:38 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:38 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:38 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:38 +0ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:38 +1ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:41:38 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=started read INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 invalid INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 bash INFO 2025-12-18T17:41:38 +0ms service=tool.registry status=completed duration=0 task INFO 2025-12-18T17:41:38 +1ms service=session.prompt status=completed duration=2 resolveTools INFO 2025-12-18T17:41:38 +5ms service=session.processor process INFO 2025-12-18T17:41:38 +1ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:38 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:38 +3ms service=bus type=session.status publishing INFO 2025-12-18T17:41:39 +209ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:39 +487ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:39 +73ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:39 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:41 +2187ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:41 +1ms service=bus type=file.edited publishing INFO 2025-12-18T17:41:41 +0ms service=format file=/app/input/int_overflow.cpp formatting INFO 2025-12-18T17:41:41 +0ms service=format name=zig ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=uv format ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=terraform ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=standardrb ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=ruff ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=rubocop ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=air ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=prettier ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=ocamlformat ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=mix ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=latexindent ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=ktlint ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=htmlbeautifier ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=gofmt ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=gleam ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=dart ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=clang-format ext=.cpp checking INFO 2025-12-18T17:41:41 +0ms service=format name=biome ext=.cpp checking INFO 2025-12-18T17:41:41 +1ms service=file.time sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 file=/app/input/int_overflow.cpp read INFO 2025-12-18T17:41:41 +0ms service=lsp file=/app/input/int_overflow.cpp touching file INFO 2025-12-18T17:41:41 +1ms service=bus type=message.part.updated publishing |  Edit app/input/int_overflow.cpp INFO 2025-12-18T17:41:42 +325ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:42 +0ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:42 +3ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:42 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:41:42 +0ms service=session.prompt step=19 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:42 +20ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:42 +2ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:42 +1ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:42 +3ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:42 +1ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:41:42 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:42 +1ms service=tool.registry status=started read INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:42 +1ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=completed duration=2 invalid INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=completed duration=1 webfetch INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:41:42 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-18T17:41:42 +1ms service=tool.registry status=completed duration=2 task INFO 2025-12-18T17:41:42 +1ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-18T17:41:42 +10ms service=session.processor process INFO 2025-12-18T17:41:42 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:42 +1ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:42 +3ms service=bus type=session.status publishing INFO 2025-12-18T17:41:42 +240ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:42 +386ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:42 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:48 +5545ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:48 +238ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:49 +650ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:49 +1ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:54 +5450ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:55 +126ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:55 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:55 +4ms service=bus type=message.part.updated publishing |  Bash Compile and run all C++ test files with sanitizers /usr/bin/bash: line 1: g++: command not found INFO 2025-12-18T17:41:55 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:55 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:55 +1ms service=bus type=message.updated publishing I'm going to compile each fixed C++ file with sanitizers and run them to verify they build cleanly and produce the expected output. I'll compile all files and run the resulting binaries. INFO 2025-12-18T17:41:55 +12ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:55 +1ms service=bus type=session.status publishing INFO 2025-12-18T17:41:55 +0ms service=session.prompt step=20 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:41:55 +24ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:55 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:41:55 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:41:55 +6ms service=bus type=message.updated publishing INFO 2025-12-18T17:41:55 +1ms service=session.prompt status=started resolveTools INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=started invalid INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=started bash INFO 2025-12-18T17:41:55 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-18T17:41:55 +1ms service=tool.registry status=started read INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=started glob INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=started grep INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=started list INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=started edit INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=started write INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=started task INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=started webfetch INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=started todowrite INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=started todoread INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=completed duration=0 read INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=completed duration=0 glob INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=completed duration=0 grep INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=completed duration=0 list INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=completed duration=0 edit INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-18T17:41:55 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-18T17:41:55 +1ms service=tool.registry status=completed duration=1 task INFO 2025-12-18T17:41:55 +2ms service=session.prompt status=completed duration=5 resolveTools INFO 2025-12-18T17:41:55 +3ms service=session.processor process INFO 2025-12-18T17:41:55 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build stream INFO 2025-12-18T17:41:55 +0ms service=llm providerID=openrouter modelID=openai/gpt-5-mini sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 small=false agent=build params={"options":{"reasoningEffort":"medium"}} params INFO 2025-12-18T17:41:55 +5ms service=bus type=session.status publishing ERROR 2025-12-18T17:41:55 +782ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:55 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:55 +2ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:41:56 +1001ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:41:56 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:41:59 +2598ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:41:59 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +87ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +54ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:00 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:00 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:00 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +107ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +63ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +59ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:00 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +61ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +71ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +70ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +68ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +83ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +56ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:01 +45ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:01 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:01 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +72ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +71ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:01 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +338ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +30ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +114ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +17ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:02 +3ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:02 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:02 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +62ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:02 +67ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +57ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +50ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +13ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:03 +4ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:03 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:03 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +66ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +22ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:04 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:04 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:04 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:04 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +59ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +42ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:05 +31ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:05 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:05 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +66ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +61ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +61ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:05 +71ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:06 +67ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:06 +62ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:06 +73ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:06 +74ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:06 +71ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:06 +76ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:06 +78ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:06 +78ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:06 +118ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:06 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:06 +306ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +207ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +59ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +66ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +87ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +58ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:07 +58ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:07 +11ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:07 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:08 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +56ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +54ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +53ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +52ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:08 +55ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:09 +29ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:09 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:09 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +43ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +49ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:09 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:10 +9ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:10 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:10 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +60ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:10 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +9ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:11 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:11 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:11 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +40ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +38ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +31ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:11 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +16ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:12 +10ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:12 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:12 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +45ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:12 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +44ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +4ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:13 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:13 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:13 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +37ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +47ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:13 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +26ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:14 +9ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:14 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:14 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +41ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:14 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +36ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:15 +12ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:15 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:15 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +48ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +29ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +26ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:15 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +35ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +46ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +5ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:16 +3ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:16 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:16 +55ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +42ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +39ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +19ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +7ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +20ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +25ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +9ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +23ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +28ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +24ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +5ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +22ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +0ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:16 +1ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +32ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +15ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +8ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +12ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +11ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +27ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +12ms service=bus type=message.part.updated publishing ERROR 2025-12-18T17:42:17 +7ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-18T17:42:17 +0ms service=default e=NotFoundError rejection INFO 2025-12-18T17:42:17 +34ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +21ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +13ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +17ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +10ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +2ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +16ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +18ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +14ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +6ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +33ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +128ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +4ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +3ms service=bus type=message.part.updated publishing INFO 2025-12-18T17:42:17 +1ms service=bus type=message.updated publishing **Summary** I fixed the one subtle bug in each source file in-place. I attempted to compile and run all tests with sanitizers, but the environment is missing `g++` so I couldn't run the binaries here. You can compile & run them locally (instructions below). **Changes Made** - `virtual_destructor.cpp` - Made the base destructor virtual so derived destructors run and derived resources are freed. - Key change: `~Plugin()` -> `virtual ~Plugin()`. - `reference_to_temporary.cpp` - Avoided returning a reference to a temporary by returning `std::string` by value from `getAppName()`. - `iterator_invalidation.cpp` - Avoided iterator invalidation by iterating over a snapshot copy: `std::vector snapshot = events_;` and iterating `snapshot` while allowing `events_` to be appended during processing. - `unsigned_underflow.cpp` - Allocated storage for the ring buffer in the constructor (`buffer_.resize(capacity_)`). - Fixed `available()` to handle wrap-around correctly: - if `tail_ >= head_` return `tail_ - head_` - else return `capacity_ - (head_ - tail_)` - `dangling_cstr.cpp` - `formatMessage` now returns `std::string` (not `const char*` to a temporary). - `log` prints the returned `std::string`, preventing a dangling C-string pointer. - `init_order.cpp` - Fixed member initialization order to use the correct values when members are declared in the order `x_, y_, scale_`. Rewrote initializer list as: - `: x_(x * scale), y_(y * scale), scale_(scale)` - `off_by_one.cpp` - Fixed an off-by-one out-of-bounds access in `printTopRow()` by using `for (int i = 0; i < 5; ++i)`. - `int_overflow.cpp` - Prevented 32-bit int overflow by using `long long` for the product: - `calculateTotal` now returns `long long` and performs multiplication in 64-bit. - `printOrder` prints `long long total`. **What I tried** - I attempted to build and run all sources with: - `g++ -std=c++17 -Wall -Wextra -Werror -fsanitize=address,undefined -g -o ` - then executed each binary. - The compile/run step failed because `g++` is not available in this environment: - Error: `/usr/bin/bash: line 1: g++: command not found` **How you can verify locally** 1. From the repo root where the files live, run: - g++ compile & run each (example): - `g++ -std=c++17 -Wall -Wextra -Werror -fsanitize=address,undefined -g virtual_destructor.cpp -o virtual_destructor && ./virtual_destructor` 2. Or run all at once (POSIX shell): - g++ with sanitizers for each file, then run them. Example sequence: - `g++ -std=c++17 -Wall -Wextra -Werror -fsanitize=address,undefined -g virtual_destructor.cpp -o virtual_destructor && ./virtual_destructor` - Repeat for the other files. **Notes / Rationale** - All fixes address lifetime, UB, or overflow issues while keeping changes minimal and consistent with original intent. - I avoided broader refactors and only changed what's necessary to make the code correct and safe. - If you want, I can: - Add small unit tests for each file. - Run the compile & sanitizer checks here if you enable a toolchain (install `g++`) or provide permission to use a network-enabled environment. If you'd like, I can now attempt to run the builds here after you enable/allow a C++ toolchain, or I can produce the exact g++ commands to run for each file. Which would you prefer? INFO 2025-12-18T17:42:17 +11ms service=bus type=message.updated publishing INFO 2025-12-18T17:42:17 +1ms service=bus type=session.status publishing INFO 2025-12-18T17:42:17 +1ms service=session.prompt step=21 sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 loop INFO 2025-12-18T17:42:17 +34ms service=session.prompt sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 exiting loop INFO 2025-12-18T17:42:17 +1ms service=session.compaction pruning INFO 2025-12-18T17:42:17 +1ms service=bus type=message.updated publishing INFO 2025-12-18T17:42:17 +2ms service=bus type=message.updated publishing INFO 2025-12-18T17:42:17 +1ms service=bus type=session.updated publishing INFO 2025-12-18T17:42:17 +0ms service=bus type=session.diff publishing INFO 2025-12-18T17:42:17 +5ms service=session.prompt sessionID=ses_4cd73d287ffeStsrg0AQaFcH05 cancel INFO 2025-12-18T17:42:17 +0ms service=bus type=session.status publishing INFO 2025-12-18T17:42:17 +0ms service=bus type=session.idle publishing INFO 2025-12-18T17:42:17 +2ms service=default directory=/app/input disposing instance INFO 2025-12-18T17:42:17 +1ms service=state key=/app/input waiting for state disposal to complete INFO 2025-12-18T17:42:17 +1ms 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.