/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_20251222_150016/task11_relationship_classifier/openrouter-deepseek-deepseek-chat-v3-0324/workspace to /app No project_name provided - skipping configuration directory setup. Session created successfully! Session ID: 4ea0a042 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/deepseek/deepseek-chat-v3-0324 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 --- # Relationship Classifier Task You are given a relationship classification prompt and a set of test cases. Your task is to act as an LLM classifier and classify each test case according to the provided prompt guidelines. ## Prompt Variables | Variable | Type | Description | | ------------------------------- | ---- | ------------------------------------------------------- | | `primary_name` | str | Name of the primary profile | | `primary_headline` | str | Title/headline of the primary profile | | `primary_bio` | str | Bio of the primary profile | | `candidate_name` | str | Name of the candidate profile | | `candidate_headline` | str | Title/headline of the candidate profile | | `candidate_bio` | str | Bio of the candidate profile | | `interaction_type` | str | Either "candidate_on_primary" or "primary_on_candidate" | | `post_text` | str | The post content (truncated to 500 chars) | | `comment_text` | str | The comment content | | `engagement.totalReactionCount` | int | Number of reactions on the post | | `engagement.totalComments` | int | Number of comments/replies on the post | ## Instructions 1. Read the `classifier_prompt.md` file to understand the classification criteria 2. Read the `test_cases.json` file containing 20 LinkedIn interaction scenarios 3. For each test case, determine whether the two people **know each other personally** based on: - The profiles of both people - The interaction type (who commented on whose post) - The post content - The comment content - The engagement metrics 4. Output your classifications to a file named `results.json` with the following format: ```json { "classifications": [ {"case_index": 0, "knows_each_other": true}, {"case_index": 1, "knows_each_other": false}, ... ] } ``` The `case_index` should match the index of each test case in the `test_cases.json` array (0-indexed). ## Key Classification Guidelines (from the prompt) **Strong Evidence (suggests they know each other):** - Personal familiarity in tone or language - References to shared experiences, meetings, or conversations - Inside jokes or personal nicknames - Mentions of non-work related interactions - Direct personal questions or congratulations - Collaborative language suggesting ongoing relationship **Weak Evidence (suggests they might NOT know each other):** - Generic professional comments ("Great post!", "Thanks for sharing") - Purely transactional or informational exchanges - Formal, distant tone - No personalization or specific references Be objective and evidence-based. Professional courtesy does NOT equal personal connection. 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-22T15:12:14 +451ms service=default version=1.0.155 args=["run","--print-logs"] opencode INFO 2025-12-22T15:12:14 +3ms service=default directory=/app/input creating instance INFO 2025-12-22T15:12:14 +1ms service=project directory=/app/input fromDirectory INFO 2025-12-22T15:12:14 +2ms service=storage index=0 running migration ERROR 2025-12-22T15:12:14 +2ms service=storage index=0 failed to run migration INFO 2025-12-22T15:12:14 +1ms service=storage index=1 running migration INFO 2025-12-22T15:12:14 +4ms service=default directory=/app/input bootstrapping INFO 2025-12-22T15:12:14 +3ms service=config path=/home/cubbi/.config/opencode/config.json loading INFO 2025-12-22T15:12:14 +42ms service=config path=/home/cubbi/.config/opencode/opencode.json loading INFO 2025-12-22T15:12:14 +0ms service=config path=/home/cubbi/.config/opencode/opencode.jsonc loading INFO 2025-12-22T15:12:14 +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-22T15:12:14 +352ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) installed @opencode-ai/plugin@1.0.155 3 packages installed [337.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [12] Saved lockfile done INFO 2025-12-22T15:12:14 +8ms service=plugin path=opencode-copilot-auth@0.0.9 loading plugin INFO 2025-12-22T15:12:14 +2ms service=bun pkg=opencode-copilot-auth version=0.0.9 installing package using Bun's default registry resolution INFO 2025-12-22T15:12:14 +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-22T15:12:14 +115ms service=bun code=0 stdout=bun add v1.3.4 (5eb2145b) installed opencode-copilot-auth@0.0.9 1 package installed [108.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [4] Saved lockfile done INFO 2025-12-22T15:12:14 +4ms service=plugin path=opencode-anthropic-auth@0.0.5 loading plugin INFO 2025-12-22T15:12:14 +1ms service=bun pkg=opencode-anthropic-auth version=0.0.5 installing package using Bun's default registry resolution INFO 2025-12-22T15:12:14 +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-22T15:12:15 +681ms 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 [670.00ms] stderr=Resolving dependencies Resolved, downloaded and extracted [50] Saved lockfile done INFO 2025-12-22T15:12:15 +32ms service=bus type=* subscribing INFO 2025-12-22T15:12:15 +0ms service=bus type=session.updated subscribing INFO 2025-12-22T15:12:15 +0ms service=bus type=message.updated subscribing INFO 2025-12-22T15:12:15 +1ms service=bus type=message.part.updated subscribing INFO 2025-12-22T15:12:15 +0ms service=bus type=session.updated subscribing INFO 2025-12-22T15:12:15 +0ms service=bus type=message.updated subscribing INFO 2025-12-22T15:12:15 +0ms service=bus type=message.part.updated subscribing INFO 2025-12-22T15:12:15 +0ms service=bus type=session.diff subscribing INFO 2025-12-22T15:12:15 +0ms service=format init INFO 2025-12-22T15:12:15 +0ms service=bus type=file.edited subscribing INFO 2025-12-22T15:12:15 +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-22T15:12:15 +3ms service=bus type=command.executed subscribing INFO 2025-12-22T15:12:15 +50ms service=server method=POST path=/session request INFO 2025-12-22T15:12:15 +1ms service=server status=started method=POST path=/session request INFO 2025-12-22T15:12:15 +4ms service=session id=ses_4b961bda3ffeuEwYX0bpvoDRD2 version=1.0.155 projectID=global directory=/app/input title=New session - 2025-12-22T15:12:15.453Z time={"created":1766416335453,"updated":1766416335453} created INFO 2025-12-22T15:12:15 +6ms service=bus type=session.created publishing INFO 2025-12-22T15:12:15 +0ms service=bus type=session.updated publishing INFO 2025-12-22T15:12:15 +3ms service=server status=completed duration=13 method=POST path=/session request INFO 2025-12-22T15:12:15 +1ms service=server method=GET path=/config request INFO 2025-12-22T15:12:15 +0ms service=server status=started method=GET path=/config request INFO 2025-12-22T15:12:15 +1ms service=server status=completed duration=1 method=GET path=/config request INFO 2025-12-22T15:12:15 +4ms service=server method=GET path=/event request INFO 2025-12-22T15:12:15 +0ms service=server status=started method=GET path=/event request INFO 2025-12-22T15:12:15 +0ms service=server event connected INFO 2025-12-22T15:12:15 +2ms service=bus type=* subscribing INFO 2025-12-22T15:12:15 +2ms service=server status=completed duration=4 method=GET path=/event request INFO 2025-12-22T15:12:15 +2ms service=server method=POST path=/session/ses_4b961bda3ffeuEwYX0bpvoDRD2/message request INFO 2025-12-22T15:12:15 +0ms service=server status=started method=POST path=/session/ses_4b961bda3ffeuEwYX0bpvoDRD2/message request INFO 2025-12-22T15:12:15 +5ms service=server status=completed duration=5 method=POST path=/session/ses_4b961bda3ffeuEwYX0bpvoDRD2/message request INFO 2025-12-22T15:12:15 +9ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:15 +4ms service=provider status=started state INFO 2025-12-22T15:12:15 +5ms service=models.dev file={} refreshing INFO 2025-12-22T15:12:15 +17ms service=provider init INFO 2025-12-22T15:12:15 +3ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:15 +2ms service=bus type=session.updated publishing INFO 2025-12-22T15:12:15 +2ms service=bus type=session.status publishing INFO 2025-12-22T15:12:15 +0ms service=session.prompt step=0 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 loop INFO 2025-12-22T15:12:15 +11ms service=provider providerID=openrouter found INFO 2025-12-22T15:12:15 +0ms service=provider providerID=opencode found INFO 2025-12-22T15:12:15 +1ms service=provider providerID=litellm found INFO 2025-12-22T15:12:15 +0ms service=provider status=completed duration=41 state INFO 2025-12-22T15:12:15 +6ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 small=true agent=title stream INFO 2025-12-22T15:12:15 +1ms service=provider status=started providerID=openrouter getSDK INFO 2025-12-22T15:12:15 +0ms service=provider providerID=openrouter pkg=@ai-sdk/openai-compatible using bundled provider INFO 2025-12-22T15:12:15 +1ms service=provider status=completed duration=1 providerID=openrouter getSDK INFO 2025-12-22T15:12:15 +1ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:15 +1ms service=session.prompt status=started resolveTools INFO 2025-12-22T15:12:15 +2ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 small=true agent=title params={"options":{}} params INFO 2025-12-22T15:12:15 +16ms service=tool.registry status=started invalid INFO 2025-12-22T15:12:15 +1ms service=tool.registry status=started bash INFO 2025-12-22T15:12:15 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-22T15:12:15 +1ms service=tool.registry status=started read INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=started glob INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=started grep INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=started list INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=started edit INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=started write INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=started task INFO 2025-12-22T15:12:15 +1ms service=tool.registry status=started webfetch INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=started todowrite INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=started todoread INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=3 invalid INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=1 write INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=2 bash INFO 2025-12-22T15:12:15 +0ms service=tool.registry status=completed duration=1 task INFO 2025-12-22T15:12:15 +7ms service=session.prompt status=completed duration=28 resolveTools INFO 2025-12-22T15:12:15 +16ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:15 +2ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 small=true agent=title stream INFO 2025-12-22T15:12:15 +0ms service=llm providerID=openrouter modelID=anthropic/claude-haiku-4.5 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 small=true agent=title params={"options":{}} params INFO 2025-12-22T15:12:15 +5ms service=bus type=session.updated publishing INFO 2025-12-22T15:12:15 +1ms service=bus type=session.diff publishing INFO 2025-12-22T15:12:15 +14ms service=session.processor process INFO 2025-12-22T15:12:15 +0ms service=llm providerID=openrouter modelID=deepseek/deepseek-chat-v3-0324 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 small=false agent=build stream INFO 2025-12-22T15:12:15 +0ms service=provider status=started providerID=openrouter getSDK INFO 2025-12-22T15:12:15 +0ms service=provider status=completed duration=0 providerID=openrouter getSDK INFO 2025-12-22T15:12:15 +4ms service=llm providerID=openrouter modelID=deepseek/deepseek-chat-v3-0324 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 small=false agent=build params={"options":{}} params INFO 2025-12-22T15:12:15 +3ms service=bus type=session.status publishing ERROR 2025-12-22T15:12:16 +847ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:16 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:16 +271ms service=session.summary title=Classifying LinkedIn relationship interactions title INFO 2025-12-22T15:12:16 +2ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:16 +90ms service=bus type=session.updated publishing INFO 2025-12-22T15:12:17 +404ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:17 +2ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:17 +201ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:17 +57ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:17 +57ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:17 +59ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:17 +56ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:17 +45ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:17 +34ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:17 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:17 +20ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:17 +55ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:17 +61ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:17 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:17 +56ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:18 +65ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:18 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:18 +683ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:18 +7ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:18 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:19 +304ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:19 +8ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:19 +589ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:20 +347ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:20 +7ms service=lsp file=/app/input/test_cases.json touching file INFO 2025-12-22T15:12:20 +1ms service=file.time sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 file=/app/input/test_cases.json read INFO 2025-12-22T15:12:20 +9ms service=bus type=message.part.updated publishing |  Read app/input/test_cases.json ERROR 2025-12-22T15:12:20 +42ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:20 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:20 +331ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:20 +6ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:20 +2ms service=bus type=message.updated publishing I'll help classify the relationships based on the provided guidelines. First, I'll read the classifier prompt and test cases. INFO 2025-12-22T15:12:20 +14ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:20 +1ms service=bus type=session.status publishing INFO 2025-12-22T15:12:20 +0ms service=session.prompt step=1 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 loop INFO 2025-12-22T15:12:20 +4ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:20 +1ms service=bus type=session.updated publishing INFO 2025-12-22T15:12:20 +0ms service=bus type=session.diff publishing INFO 2025-12-22T15:12:20 +11ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:20 +2ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:20 +0ms service=bus type=session.status publishing INFO 2025-12-22T15:12:20 +0ms service=session.prompt step=2 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 loop INFO 2025-12-22T15:12:20 +10ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:20 +2ms service=session.processor process INFO 2025-12-22T15:12:20 +0ms service=llm providerID=openrouter modelID=deepseek/deepseek-chat-v3-0324 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 small=false agent=compaction stream INFO 2025-12-22T15:12:20 +0ms service=llm providerID=openrouter modelID=deepseek/deepseek-chat-v3-0324 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 small=false agent=compaction params={"options":{}} params INFO 2025-12-22T15:12:20 +14ms service=bus type=session.status publishing ERROR 2025-12-22T15:12:21 +940ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:21 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:23 +1729ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +11ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +67ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +13ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +49ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +31ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +33ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:23 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +38ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:24 +28ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:24 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:24 +11ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +115ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +4ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +241ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +46ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:24 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +49ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +34ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +42ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:25 +25ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:25 +1ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:25 +10ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +49ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +32ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +46ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:25 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +42ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:26 +26ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:26 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:26 +15ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +46ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:26 +49ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +32ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +40ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:27 +28ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:27 +1ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:27 +15ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +65ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +24ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +33ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +47ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +33ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:27 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +47ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +38ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:28 +69ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:28 +1ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:28 +26ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +23ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +200ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:28 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +47ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +45ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:29 +41ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:29 +1ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +102ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +17ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +49ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +30ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +61ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +20ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:29 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +46ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +32ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +49ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +25ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:30 +13ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:30 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:30 +24ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:30 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +473ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +2ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +65ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +1ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:31 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:31 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:31 +52ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +13ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +28ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:31 +38ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:32 +887ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:32 +1ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:32 +341ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:33 +1002ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:33 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:33 +227ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:34 +925ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:34 +41ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:34 +38ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:34 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:34 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:34 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:34 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +113ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +10ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +269ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +43ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:35 +40ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:35 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:35 +14ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:35 +24ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +50ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +28ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +78ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +3ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +51ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +30ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +64ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +22ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +46ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:36 +35ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:36 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:36 +12ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:36 +32ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +34ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +64ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +20ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +54ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +32ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +54ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +32ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +47ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:37 +43ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:37 +35ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:37 +1ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:37 +4ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +51ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +32ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +33ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +51ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +248ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +24ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +129ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:38 +33ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:38 +25ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:38 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:38 +14ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +230ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +57ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +26ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +54ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +27ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +53ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +34ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +55ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +25ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:39 +40ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:39 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:39 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:40 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +55ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +25ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +53ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +31ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +33ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:40 +43ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:40 +30ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:40 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:41 +16ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:41 +32ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:41 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:41 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:41 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:41 +151ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:41 +2ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:41 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:41 +17ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:41 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:41 +602ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +35ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:42 +1ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:42 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:42 +50ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +74ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +56ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +54ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +20ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +60ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +27ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:42 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +43ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:43 +30ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:43 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:43 +15ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +49ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +51ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +33ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +49ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:43 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +44ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:44 +11ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:44 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:44 +29ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +54ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +32ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +104ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +1ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +18ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +52ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +31ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +47ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:44 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +41ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:45 +16ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:45 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:45 +24ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +47ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +34ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +53ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +71ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +9ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +33ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:45 +35ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +44ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:46 +13ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:46 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:46 +24ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +131ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +0ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:46 +40ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:47 +179ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:47 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:48 +1051ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +844ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +60ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:49 +18ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:49 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:49 +8ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +47ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +34ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +54ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +29ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:49 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +48ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +50ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:50 +0ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:50 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:50 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +34ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +42ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +37ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +45ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +41ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +44ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:50 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +47ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +49ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:51 +10ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:51 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:51 +28ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +43ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +36ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +58ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +33ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +31ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +46ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +38ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +40ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +31ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +89ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +2ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +1ms service=bus type=message.updated publishing **Conversation Summary and Next Steps** ### **What We've Done** 1. **Task Overview**: We started a relationship classification task where we need to determine if two LinkedIn profiles know each other personally based on their interactions, profiles, and engagement metrics. 2. **Data Viewed**: We examined 20 test cases in `test_cases.json`, each containing: - Profile details (names, headlines, bios) - Interaction types (commenter relationship: `candidate_on_primary` or `primary_on_candidate`) - Post/comment text and engagement metrics (reactions, comments) 3. **Key Criteria**: The guidelines distinguish between: - **Strong evidence** of personal connection (e.g., shared experiences, nicknames, personal questions). - **Weak evidence** (generic praise, formal tone, no personal references). ### **Current Status** - **Missing File**: Attempted to read `classifier_prompt.md` (for detailed guidelines) but it wasn���t found. - **Data Available**: All test cases include ground truth (`knows_each_other` labels) for validation. ### **Next Steps** 1. **Output Creation**: Generate `results.json` with classifications for all 20 test cases. Structure: ```json { "classifications": [ {"case_index": 0, "knows_each_other": true}, {"case_index": 1, "knows_each_other": false}, ... ] } ``` 2. **Criteria Application**: For each case, analyze: - **Personal Tone** (e.g., "Sarah! This is amazing" vs. "Great post!"). - **Shared Context** (references to past events, inside jokes). - **Engagement Depth** (personal questions, future plans). 3. **Automated Decision**: Since we can���t ask follow-ups, default to conservative judgments���only mark `true` for unambiguous personal connections. ### **For New Sessions** - **Persistent Data**: Assume only `test_cases.json` is available (no prompt file). - **Constraints**: Ground truth labels should guide validation but not influence classifications. **Example Classification**: - Case 0 (Sarah/Marcus): `true` (explicit reference to working together). - Case 1 (David/Jennifer): `false` (generic "Congrats"). Let me know if you'd like me to proceed with generating `results.json` or clarify any cases. INFO 2025-12-22T15:12:51 +13ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:51 +0ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:51 +5ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:51 +0ms service=bus type=session.compacted publishing INFO 2025-12-22T15:12:51 +1ms service=bus type=session.status publishing INFO 2025-12-22T15:12:51 +0ms service=session.prompt step=3 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 loop Continue if you have next steps INFO 2025-12-22T15:12:51 +8ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:51 +1ms service=session.prompt status=started resolveTools INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=started invalid INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=started bash INFO 2025-12-22T15:12:51 +0ms service=bash-tool shell=/usr/bin/bash bash tool using shell INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=started read INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=started glob INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=started grep INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=started list INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=started edit INFO 2025-12-22T15:12:51 +1ms service=tool.registry status=started write INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=started task INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=started webfetch INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=started todowrite INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=started todoread INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=1 invalid INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=1 read INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=1 glob INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=1 grep INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=1 list INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=1 edit INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=0 write INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=0 webfetch INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=0 todowrite INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=0 todoread INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=1 bash INFO 2025-12-22T15:12:51 +0ms service=tool.registry status=completed duration=0 task INFO 2025-12-22T15:12:51 +3ms service=session.prompt status=completed duration=4 resolveTools INFO 2025-12-22T15:12:51 +8ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:51 +1ms service=bus type=message.updated publishing INFO 2025-12-22T15:12:51 +0ms service=bus type=session.updated publishing INFO 2025-12-22T15:12:51 +0ms service=bus type=session.diff publishing INFO 2025-12-22T15:12:51 +2ms service=session.processor process INFO 2025-12-22T15:12:51 +0ms service=llm providerID=openrouter modelID=deepseek/deepseek-chat-v3-0324 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 small=false agent=build stream INFO 2025-12-22T15:12:51 +0ms service=llm providerID=openrouter modelID=deepseek/deepseek-chat-v3-0324 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 small=false agent=build params={"options":{}} params INFO 2025-12-22T15:12:51 +3ms service=bus type=session.status publishing ERROR 2025-12-22T15:12:52 +430ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:52 +1ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:53 +1040ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:53 +2ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +715ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +58ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +67ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +66ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +75ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:54 +20ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:54 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:12:54 +76ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +39ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +70ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +72ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +58ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +69ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +80ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +54ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +66ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:54 +69ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:55 +66ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:55 +71ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:55 +69ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:12:55 +66ms service=bus type=message.part.updated publishing ERROR 2025-12-22T15:12:55 +153ms service=acp-command promise={} reason=NotFoundError Unhandled rejection ERROR 2025-12-22T15:12:55 +0ms service=default e=NotFoundError rejection INFO 2025-12-22T15:13:12 +17118ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:13:12 +2ms service=bus type=message.part.updated publishing INFO 2025-12-22T15:13:12 +0ms service=bus type=message.updated publishing Since we've reviewed the test cases and established the classification criteria, I'll proceed to analyze each case and generate the `results.json` file with the relationship classifications. INFO 2025-12-22T15:13:12 +2ms service=bus type=message.updated publishing INFO 2025-12-22T15:13:12 +0ms service=bus type=session.status publishing INFO 2025-12-22T15:13:12 +0ms service=session.prompt step=4 sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 loop INFO 2025-12-22T15:13:12 +5ms service=session.prompt sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 exiting loop INFO 2025-12-22T15:13:12 +0ms service=session.compaction pruning INFO 2025-12-22T15:13:12 +8ms service=bus type=message.updated publishing INFO 2025-12-22T15:13:12 +1ms service=bus type=message.updated publishing INFO 2025-12-22T15:13:12 +1ms service=bus type=session.updated publishing INFO 2025-12-22T15:13:12 +0ms service=bus type=session.diff publishing INFO 2025-12-22T15:13:12 +1ms service=session.prompt sessionID=ses_4b961bda3ffeuEwYX0bpvoDRD2 cancel INFO 2025-12-22T15:13:12 +0ms service=bus type=session.status publishing INFO 2025-12-22T15:13:12 +0ms service=bus type=session.idle publishing INFO 2025-12-22T15:13:12 +2ms service=default directory=/app/input disposing instance INFO 2025-12-22T15:13:12 +0ms service=state key=/app/input waiting for state disposal to complete INFO 2025-12-22T15:13:12 +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.