/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_20251226_150020/task13_meeting_action_items/openrouter-openai-gpt-oss-120b/workspace to /app No project_name provided - skipping configuration directory setup. Session created successfully! Session ID: e0c373e5 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 353 models to OpenCode configuration Set default model to openrouter/openai/gpt-oss-120b 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 --- TASK BEGIN --- # Meeting Action Items Extraction for Michal You are analyzing meeting transcripts to extract action items specifically for a person named **Michal**. ## Input Files The `input/` directory contains JSON files with meeting transcripts. Each file has the following structure: - `title` - Meeting title - `timestamp` - Meeting date in ISO format - `raw_data.room_name` - Room/channel name - `raw_data.short_summary` - Brief summary - `raw_data.long_summary` - Detailed summary - `raw_data.transcript` - Full conversation transcript ## Your Task For each JSON file in the `input/` directory, extract **all action items assigned to or involving Michal**. Check for variations like "Michal", "michal", "Michael", "Micha��". ## Output Format Create corresponding JSON files in the current directory with the same names as the input files (e.g., `1.json`, `2.json`, etc.). Each output file must follow this exact schema: ```json { "action_items": [ {"action_item": "Description of task for Michal", "deadline": null}, {"action_item": "Another task with date", "deadline": "2025-12-20"}, {"action_item": "Task with datetime", "deadline": "2025-12-20T10:00:00"} ] } ``` ## Action Item Fields - **action_item**: A clear description of what Michal needs to do - **deadline**: Any mentioned deadline in ISO 8601 format (e.g., "2025-12-20" or "2025-12-20T10:00:00"), or null if not specified ## Important Guidelines - **Be conservative**. Only create an action item if you're sure it stems from the conversation and is clearly assigned to or involves Michal. - Include all commitments, tasks, and follow-ups for Michal that are explicitly mentioned in the meeting. - Deadlines must be in valid ISO 8601 format (date only like "2025-12-20" or full datetime like "2025-12-20T10:00:00") - If Michal has no action items in a meeting, return an empty action_items array: `{"action_items": []}` PS: You are currently working in an automated system and cannot ask any questions or have back and forth with a user. --- TASK END --- INFO 2025-12-26T15:24:06 +614ms service=default version=1.0.155 args=["run","--print-logs"] opencode INFO 2025-12-26T15:24:06 +2ms service=default directory=/app/input creating instance INFO 2025-12-26T15:24:06 +1ms service=project directory=/app/input fromDirectory INFO 2025-12-26T15:24:06 +2ms service=storage index=0 running migration ERROR 2025-12-26T15:24:06 +2ms service=storage index=0 failed to run migration INFO 2025-12-26T15:24:06 +0ms service=storage index=1 running migration INFO 2025-12-26T15:24:06 +4ms service=default directory=/app/input bootstrapping INFO 2025-12-26T15:24:06 +5ms service=config path=/home/cubbi/.config/opencode/config.json loading INFO 2025-12-26T15:24:06 +44ms service=config path=/home/cubbi/.config/opencode/opencode.json loading INFO 2025-12-26T15:24:06 +3ms service=config path=/home/cubbi/.config/opencode/opencode.jsonc loading INFO 2025-12-26T15:24:06 +5ms 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-26T15:24:06 +401ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) installed @opencode-ai/plugin@1.0.155 3 packages installed [386.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [12] Saved lockfile done INFO 2025-12-26T15:24:06 +6ms service=plugin path=opencode-copilot-auth@0.0.9 loading plugin INFO 2025-12-26T15:24:06 +2ms service=bun pkg=opencode-copilot-auth version=0.0.9 installing package using Bun's default registry resolution INFO 2025-12-26T15:24:06 +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-26T15:24:06 +88ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) installed opencode-copilot-auth@0.0.9 1 package installed [80.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [4] Saved lockfile done INFO 2025-12-26T15:24:06 +5ms service=plugin path=opencode-anthropic-auth@0.0.5 loading plugin INFO 2025-12-26T15:24:06 +1ms service=bun pkg=opencode-anthropic-auth version=0.0.5 installing package using Bun's default registry resolution INFO 2025-12-26T15:24:06 +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-26T15:24:07 +598ms 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 [582.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [50] Saved lockfile done INFO 2025-12-26T15:24:07 +57ms service=bus type=* subscribing INFO 2025-12-26T15:24:07 +0ms service=bus type=session.updated subscribing INFO 2025-12-26T15:24:07 +0ms service=bus type=message.updated subscribing INFO 2025-12-26T15:24:07 +0ms service=bus type=message.part.updated subscribing INFO 2025-12-26T15:24:07 +0ms service=bus type=session.updated subscribing INFO 2025-12-26T15:24:07 +0ms service=bus type=message.updated subscribing INFO 2025-12-26T15:24:07 +0ms service=bus type=message.part.updated subscribing INFO 2025-12-26T15:24:07 +0ms service=bus type=session.diff subscribing INFO 2025-12-26T15:24:07 +1ms service=format init INFO 2025-12-26T15:24:07 +0ms service=bus type=file.edited subscribing INFO 2025-12-26T15:24:07 +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-26T15:24:07 +3ms service=bus type=command.executed subscribing INFO 2025-12-26T15:24:07 +42ms service=server method=POST path=/session request INFO 2025-12-26T15:24:07 +1ms service=server status=started method=POST path=/session request INFO 2025-12-26T15:24:07 +4ms service=session id=ses_4a4bd7035ffeVb7IPv4qgl0zzv version=1.0.155 projectID=global directory=/app/input title=New session - 2025-12-26T15:24:07.499Z time={"created":1766762647499,"updated":1766762647499} created INFO 2025-12-26T15:24:07 +4ms service=bus type=session.created publishing INFO 2025-12-26T15:24:07 +0ms service=bus type=session.updated publishing INFO 2025-12-26T15:24:07 +2ms service=server status=completed duration=11 method=POST path=/session request INFO 2025-12-26T15:24:07 +1ms service=server method=GET path=/config request INFO 2025-12-26T15:24:07 +0ms service=server status=started method=GET path=/config request INFO 2025-12-26T15:24:07 +1ms service=server status=completed duration=1 method=GET path=/config request INFO 2025-12-26T15:24:07 +4ms service=server method=GET path=/event request INFO 2025-12-26T15:24:07 +0ms service=server status=started method=GET path=/event request INFO 2025-12-26T15:24:07 +0ms service=server event connected INFO 2025-12-26T15:24:07 +2ms service=bus type=* subscribing INFO 2025-12-26T15:24:07 +1ms service=server status=completed duration=3 method=GET path=/event request INFO 2025-12-26T15:24:07 +1ms service=server method=POST path=/session/ses_4a4bd7035ffeVb7IPv4qgl0zzv/message request INFO 2025-12-26T15:24:07 +0ms service=server status=started method=POST path=/session/ses_4a4bd7035ffeVb7IPv4qgl0zzv/message request INFO 2025-12-26T15:24:07 +5ms service=server status=completed duration=5 method=POST path=/session/ses_4a4bd7035ffeVb7IPv4qgl0zzv/message request INFO 2025-12-26T15:24:07 +12ms service=bus type=message.updated publishing INFO 2025-12-26T15:24:07 +3ms service=provider status=started state INFO 2025-12-26T15:24:07 +4ms service=models.dev file={} refreshing INFO 2025-12-26T15:24:07 +22ms service=provider init INFO 2025-12-26T15:24:07 +11ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:07 +11ms service=bus type=session.updated publishing INFO 2025-12-26T15:24:07 +6ms service=bus type=session.status publishing INFO 2025-12-26T15:24:07 +0ms service=session.prompt step=0 sessionID=ses_4a4bd7035ffeVb7IPv4qgl0zzv loop INFO 2025-12-26T15:24:07 +18ms service=provider providerID=openrouter found INFO 2025-12-26T15:24:07 +5ms service=provider providerID=opencode found INFO 2025-12-26T15:24:07 +1ms service=provider providerID=litellm found INFO 2025-12-26T15:24:07 +0ms service=provider status=completed duration=78 state INFO 2025-12-26T15:24:07 +6ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4a4bd7035ffeVb7IPv4qgl0zzv small=true agent=title stream INFO 2025-12-26T15:24:07 +1ms service=provider status=started providerID=openrouter getSDK INFO 2025-12-26T15:24:07 +0ms service=provider providerID=openrouter pkg=@ai-sdk/openai-compatible using bundled provider INFO 2025-12-26T15:24:07 +1ms service=provider status=completed duration=0 providerID=openrouter getSDK INFO 2025-12-26T15:24:07 +3ms service=bus type=message.updated publishing INFO 2025-12-26T15:24:07 +1ms service=session.prompt status=started resolveTools INFO 2025-12-26T15:24:07 +1ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4a4bd7035ffeVb7IPv4qgl0zzv small=true agent=title params={"options":{}} params INFO 2025-12-26T15:24:07 +15ms service=tool.registry status=started invalid INFO 2025-12-26T15:24:07 +1ms service=tool.registry status=started bash INFO 2025-12-26T15:24:07 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-26T15:24:07 +1ms service=tool.registry status=started read INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=started glob INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=started grep INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=started list INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=started edit INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=started write INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=started task INFO 2025-12-26T15:24:07 +1ms service=tool.registry status=started webfetch INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=started todowrite INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=started todoread INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=completed duration=3 invalid INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-26T15:24:07 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-26T15:24:07 +1ms service=tool.registry status=completed duration=2 task INFO 2025-12-26T15:24:07 +7ms service=session.prompt status=completed duration=27 resolveTools INFO 2025-12-26T15:24:07 +11ms service=bus type=message.updated publishing INFO 2025-12-26T15:24:07 +1ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4a4bd7035ffeVb7IPv4qgl0zzv small=true agent=title stream INFO 2025-12-26T15:24:07 +0ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4a4bd7035ffeVb7IPv4qgl0zzv small=true agent=title params={"options":{}} params INFO 2025-12-26T15:24:07 +3ms service=bus type=session.updated publishing INFO 2025-12-26T15:24:07 +4ms service=session.processor process INFO 2025-12-26T15:24:07 +0ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_4a4bd7035ffeVb7IPv4qgl0zzv small=false agent=build stream INFO 2025-12-26T15:24:07 +0ms service=provider status=started providerID=openrouter getSDK INFO 2025-12-26T15:24:07 +0ms service=provider status=completed duration=0 providerID=openrouter getSDK INFO 2025-12-26T15:24:07 +1ms service=llm providerID=openrouter modelID=openai/gpt-oss-120b sessionID=ses_4a4bd7035ffeVb7IPv4qgl0zzv small=false agent=build params={"options":{}} params INFO 2025-12-26T15:24:07 +1ms service=bus type=session.status publishing INFO 2025-12-26T15:24:07 +2ms service=bus type=session.diff publishing ERROR 2025-12-26T15:24:08 +830ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:08 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:08 +9ms service=session.summary title=Extracting action items for Michal title INFO 2025-12-26T15:24:08 +1ms service=bus type=message.updated publishing INFO 2025-12-26T15:24:08 +221ms service=bus type=session.updated publishing ERROR 2025-12-26T15:24:09 +782ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:09 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:14 +4769ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +26ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +4ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +390ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:14 +127ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:15 +278ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:15 +39ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:15 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:15 +63ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:15 +215ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:15 +372ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:16 +119ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:16 +269ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:16 +37ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:16 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:16 +182ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:16 +268ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:16 +124ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:17 +70ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:17 +27ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:17 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:17 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:17 +268ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:17 +225ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:17 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:17 +157ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +414ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +103ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +66ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:18 +18ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:18 +290ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:18 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:18 +144ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:19 +767ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:19 +233ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:19 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:19 +38ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:20 +649ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:20 +334ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:20 +17ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:20 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:21 +309ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:21 +581ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:22 +424ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:22 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:22 +695ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:23 +437ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:23 +567ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:23 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:24 +134ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:24 +430ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:25 +571ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:25 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:27 +2092ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:27 +461ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:28 +543ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:28 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:28 +837ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:29 +454ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:29 +551ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:29 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:31 +1425ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +315ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +49ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +27ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +14ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +26ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +14ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:31 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +407ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:32 +27ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:32 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:32 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +31ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +13ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +36ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +31ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +4ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +3ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +28ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +13ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +5ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:32 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +39ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +3ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +29ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +14ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +30ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +9ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +27ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +9ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +15ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:33 +0ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:33 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:33 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +28ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +10ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +27ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +15ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +30ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +6ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +3ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +14ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:33 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +38ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +9ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +3ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +14ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +30ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +15ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +32ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +5ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +20ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:34 +3ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:34 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:34 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +37ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +9ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +42ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +5ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +14ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +29ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:34 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +30ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +15ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +3ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +16ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:35 +82ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:35 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:35 +448ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +51ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:35 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +45ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +26ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +10ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +26ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +28ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +13ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +34ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +8ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +32ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +9ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:36 +12ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:36 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:36 +10ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:36 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +27ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +14ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +32ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +4ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +13ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +26ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +32ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +5ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +26ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +12ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +27ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +14ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +28ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +12ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +35ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +8ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:37 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:37 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:37 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:37 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +31ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +15ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +14ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +53ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +32ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +5ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +26ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +39ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +33ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +6ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:38 +0ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:38 +1ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:38 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:38 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +27ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +13ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +3ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +27ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +15ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +80ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +32ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +12ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +18ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +29ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +19ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +24ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +25ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +21ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +42ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +5ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +57ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +2ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +4ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +22ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +23ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +20ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +29ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +14ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-26T15:24:39 +0ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-26T15:24:39 +0ms service=default e=NotFoundError rejection INFO 2025-12-26T15:24:39 +17ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:39 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:40 +65ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:40 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:40 +0ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:40 +1ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:40 +45ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:40 +3ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:40 +16ms service=bus type=message.part.updated publishing INFO 2025-12-26T15:24:40 +3ms service=bus type=message.updated publishing assistantWe need to see directory structure.assistantLet's see output.We didn't capture output. Need to view result.assistantWe need to read the result. Actually list returns paths. Let's capture.assistantProbably the directory path is /app/input/input? Let's list root.assistantWe need to inspect files.assistantWe need to see output. Possibly tool returns list but not displayed. Might need to read printed output. Maybe need to use bash to ls.assistantWe need output.assistantWe still need output. Possibly the system didn't show. Might need to view result. Usually the tool returns. Let's assume output is something like: input/ meeting1.json meeting2.json We need to read each JSON. Let's try to read a file list manually. Use glob pattern "**/*.json".assistantWe need output again. The system not showing. Possibly my tool calls are not returning displayed. Might need to read specific known file names. Perhaps there are files like 1.json, 2.json. Let's attempt reading /app/input/input/1.json.assistantWe need output. If file not exist, maybe path is different. Look at root file list again with bash.assistantNeed output. Could be that the environment returns but not displayed. Possibly need to capture in variable but not possible. Let's assume there are some files. Could be the repository's input folder contains files. Since we can't view, maybe need to fetch via web? No. Maybe the tool output is not shown due to formatting. I think we should request to read the directory listing via cat? Actually we used ls -R. Let's see again.assistantIf no output, maybe directory empty. Could be that path is /app/input (no subfolder). Actually problem says input/ directory contains JSON files. The working directory is /app/input. So JSON files should be directly in /app/input. Let's list there.assistantWe still not see output. Something's off with tool response display. Maybe we need to capture the tool's output to include in answer. The system may omit but we need to assume. Given constraints, perhaps we should assume there are files like "meeting1.json", etc. But we need to generate output files accordingly. Without actual content we cannot extract action items. Possibility: The test harness expects us to process all JSON files and produce empty action_items if none. Must actually read files. I think the tool should return content. Perhaps my calls didn't specify offset/limit; default reads 2000 lines. That should work. Maybe the path is /app/input/1.json etc. Let's attempt to read any file via glob then read each through read. Use glob to get file list then iterate. But need to capture list output. Maybe we can use the tool 'read' with pattern? No. We can use bash to cat the directory listing and pipe to something. For reading the list, maybe use 'ls -1' and capture output. Let's try bash capturing.assistantWe still not see output. Could be that the tool output is not displayed in this chat. Might need to use a different method: the system may require me to request the output explicitly. But typical OpenAI sandbox returns output directly. Assume that the tool output is not shown due to some bug, but we can proceed assuming there are some files. However to be safe, we could create generic placeholder output? Might fail. Alternative: Maybe the JSON files are in /app/input/input as earlier. Let's try reading all files via "cat".assistantAgain no output. Maybe the environment forbids reading files? Could be no files. If there are none, output empty. But likely there are files. Given difficulty, perhaps we can ask to list repository structure via git? Not a repo. We can check .gitignore. Probably not. Given time, maybe we can produce an empty action_items for each file listed in directory (if none). But we need files. I think the tool output is suppressed but we can still proceed by assuming file names: "1.json", "2.json". The problem statement mentions output files like 1.json, 2.json. So probably inputs are named similarly. So we can read /app/input/1.json etc. Let's attempt reading /app/input/1.json again, maybe it works.assistantassistantassistantI wasn���t able to locate any JSON files in the���`/app/input`���directory, so I couldn���t extract any action items for Michal. If you can provide the paths or contents of the transcript files, I���ll be able to process them and generate the required output JSON files. INFO 2025-12-26T15:24:40 +11ms service=bus type=message.updated publishing INFO 2025-12-26T15:24:40 +1ms service=bus type=session.status publishing INFO 2025-12-26T15:24:40 +0ms service=session.prompt step=1 sessionID=ses_4a4bd7035ffeVb7IPv4qgl0zzv loop INFO 2025-12-26T15:24:40 +3ms service=bus type=message.updated publishing INFO 2025-12-26T15:24:40 +1ms service=bus type=message.updated publishing INFO 2025-12-26T15:24:40 +4ms service=bus type=session.updated publishing INFO 2025-12-26T15:24:40 +1ms service=bus type=session.diff publishing INFO 2025-12-26T15:24:40 +12ms service=session.prompt sessionID=ses_4a4bd7035ffeVb7IPv4qgl0zzv exiting loop INFO 2025-12-26T15:24:40 +0ms service=session.compaction pruning INFO 2025-12-26T15:24:40 +4ms service=session.prompt sessionID=ses_4a4bd7035ffeVb7IPv4qgl0zzv cancel INFO 2025-12-26T15:24:40 +0ms service=bus type=session.status publishing INFO 2025-12-26T15:24:40 +0ms service=bus type=session.idle publishing INFO 2025-12-26T15:24:40 +5ms service=default directory=/app/input disposing instance INFO 2025-12-26T15:24:40 +0ms service=state key=/app/input waiting for state disposal to complete INFO 2025-12-26T15:24:40 +2ms 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.