Skip to content

[aw] Failure Investigator (6h) #6

[aw] Failure Investigator (6h)

[aw] Failure Investigator (6h) #6

Triggered via schedule April 18, 2026 01:10
Status Success
Total duration 15m 3s
Artifacts 5
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 12 warnings, and 1 notice
agent
The action 'Execute GitHub Copilot CLI' has timed out after 15 minutes.\nSet output 'agentic_engine_timeout'\n```\n\n**Note:** TQS succeeded on 6 other runs in the same window — this failure is specific to closed-PR branch checkout scenarios.\n\n</details>\n\n<details>\n<summary>Cluster 3: Copilot Shell Permission Denied (Daily Safe Output Integrator + Daily Project Performance)</summary>\n\nThe agent completed its analysis correctly (all 41 safe-output types confirmed covered) and tried to call `safeoutputs noop` via bash — but the Copilot CLI blocked every shell invocation:\n\n```\n✗ safeoutputs noop --message \"...\"\n └ Permission denied and could not request permission from user\n\n✗ /home/runner/work/_temp/gh-aw/mcp-cli/bin/safeoutputs noop --message \"...\"\n └ Permission denied and could not request permission from user\n```\n\nAfter 8+ failed attempts (shell, node bridge, MCP HTTP, Python HTTP), the Copilot CLI timed out (20–32 min). **This is distinct from #26931** (MCP server connections blocked by org policy) — MCP connections were healthy, only the shell tool invocation was blocked.\n\n</details>\n\n### Existing Issue Correlation\n\n- **#26929** (codex 401): Confirmed still active — added Daily Observability Report run as second affected workflow\n- **#26909** (TQS): 2 new timeout failures from closed-PR branch pattern; 6 successful runs in same window\n- **#26931** (Copilot MCP policy): Related to TQS but different root cause (timeout vs policy block)\n- **#26928** (Auto-Triage Issues): ✅ **Closed** — 3 consecutive successes confirmed fixed\n- **#26955** (Daily Safe Output Integrator): Diagnosed: Copilot shell permission blocks `safeoutputs` CLI\n- **#26964** (Daily Project Performance): Same root cause as #26955\n\n### Sub-Issues Created\n\n- **#26965** — Copilot CLI shell permission blocks safeoutputs noop (parent: this issue)\n\n### Proposed Fix Roadmap\n\n| Priority | Action | Owner |\n|----------|--------|-------|\n| P0 | Rotate `OPENAI_API_KEY` — codex engine fails 100% until fixed | Admin |\n| P1 | Instruct Copilot agent to use MCP `noop` tool, not bash CLI | Workflow author |\n| P1 | Handle Copilot CLI graceful exit when PR branch deleted | AWF team |\n\n**References:**\n- This analysis run: [§24593391631](https://github.com/github/gh-aw/actions/runs/24593391631)\n"},"caller":{"type":"direct"}}],"stop_reason":null,"stop_sequence":null,"stop_details":null,"usage":{"input_tokens":1,"cache_creation_input_tokens":108,"cache_read_input_tokens":123368,"cache_creation":{"ephemeral_5m_input_tokens":108,"ephemeral_1h_input_tokens":0},"output_tokens":8,"service_tier":"standard","inference_geo":"global"},"context_management":null},"parent_tool_use_id":null,"session_id":"73263a68-6895-4b1c-a0b6-850aed6bd375","uuid":"eba8a9d1-195d-4e30-82c5-afb71675b0e1"}
agent
The action 'Execute GitHub Copilot CLI' has timed out after 20 minutes.\n```\n\nThe agent (correctly) found all 41 safe-output types covered and attempted `safeoutputs noop` via 8+ different methods. Every shell-based invocation was blocked. The MCP tool (`noop`) was available but the agent tried CLI invocation first and exhausted the timeout retrying shell approaches.\n\n### Root Cause\n\nThe Copilot CLI shell tool allowlist in automated/non-interactive mode does not permit execution of the `safeoutputs` binary path. The agent should use the MCP tool (`noop`) directly instead of falling back to bash CLI invocation.\n\n### Proposed Remediation\n\n1. **Agent prompt**: Instruct the Copilot agent to prefer the MCP `safeoutputs` tool over the CLI binary when calling `noop`. The agent should use `mcp_tool(\"noop\", ...)` not `bash(\"safeoutputs noop ...\")`.\n2. **Copilot shell allowlist**: If CLI-mode invocation is required, add `safeoutputs` to the workflow's Copilot CLI shell command allowlist.\n3. **System prompt update**: Add explicit guidance that in Copilot CLI runs, safe outputs must be emitted via the MCP tool endpoint, not the shell binary.\n\n### Success Criteria\n\nDaily Safe Output Integrator and Daily Project Performance Summary Generator complete with `noop` in safe outputs within the timeout window, with no \"Permission denied\" errors in agent logs.\n\n**References:**\n- Parent group: #26930\n- Codex 401 tracking: #26929\n- Copilot MCP policy tracking: #26931\n","temporary_id":"aw_ShPerm1"},"caller":{"type":"direct"}}],"stop_reason":null,"stop_sequence":null,"stop_details":null,"usage":{"input_tokens":1,"cache_creation_input_tokens":4154,"cache_read_input_tokens":118122,"cache_creation":{"ephemeral_5m_input_tokens":4154,"ephemeral_1h_input_tokens":0},"output_tokens":53,"service_tier":"standard","inference_geo":"global"},"context_management":null},"parent_tool_use_id":null,"session_id":"73263a68-6895-4b1c-a0b6-850aed6bd375","uuid":"5abdc9af-c643-46ac-a5b4-65b520891d2f"}
agent
', 'timed out', '401 unauthorized', 'reconnect', 'permission denied', 'noop', 'safeoutputs']):\n # Print line with a bit of context\n print(f\"Line {i}: {line[:200]}\")\nEOF"},"caller":{"type":"direct"}}],"stop_reason":null,"stop_sequence":null,"stop_details":null,"usage":{"input_tokens":1,"cache_creation_input_tokens":1344,"cache_read_input_tokens":95938,"cache_creation":{"ephemeral_5m_input_tokens":1344,"ephemeral_1h_input_tokens":0},"output_tokens":9,"service_tier":"standard","inference_geo":"global"},"context_management":null},"parent_tool_use_id":null,"session_id":"73263a68-6895-4b1c-a0b6-850aed6bd375","uuid":"ae1369ae-0355-4697-ace9-f5cb0d083f5b"}
agent
The action 'Execute GitHub Copilot CLI' has timed out after 15 minutes.\n4119:2026-04-17T23:09:07.0733049Z ✓ $ exec 3<>/dev/tcp/127.0.0.1/80 && echo \"GET /mcp/safeoutputs HTTP/1.0 Host: 127.0.0.1 \" >&3 && timeout 3 cat <&3 | head -20 && exec 3>&-\n4577:2026-04-17T23:09:07.2208923Z [2026-04-17T22:53:47Z] [DEBUG] [launcher:launcher] Using startup timeout: 30s\n4650:2026-04-17T23:09:07.2278969Z [2026-04-17T22:53:47Z] [DEBUG] [launcher:launcher] Starting server with timeout: serverID=github, sessionID=, timeout=30s\n4946:2026-04-17T23:09:07.2800942Z Attempting connection (timeout: 10s)...\n4950:2026-04-17T23:09:07.2801908Z Attempting connection (timeout: 10s)...\n5081:2026-04-17T23:09:07.2863736Z launcher:launcher Using startup timeout: 30s +1ms\n5155:2026-04-17T23:09:07.2905468Z 2026/04/17 22:53:47 [LAUNCHER] Starting server with 30s timeout\n5156:2026-04-17T23:09:07.2906041Z launcher:launcher Starting server with timeout: serverID=github, sessionID=, timeout=30s +390µs\n6034:2026-04-17T23:09:08.7843499Z Set output 'agentic_engine_timeout'\n6035:2026-04-17T23:09:08.7845594Z Set output 'checkout_pr_success'\n6036:2026-04-17T23:09:08.7846291Z Set output 'effective_tokens'\n6037:2026-04-17T23:09:08.7846620Z Set output 'has_patch'\n6038:2026-04-17T23:09:08.7846957Z Set output 'inference_access_error'\n6039:2026-04-17T23:09:08.7847295Z Set output 'mcp_policy_error'\n---\n1610:2026-04-17T23:46:01.9770005Z \u001b[36;1m# Set outputs for next steps\u001b[0m\n2080:2026-04-17T23:46:08.0928465Z [info] Retrying up to 120 times with exponential backoff (250ms to 1s, ~120s total timeout)\n2139:2026-04-17T23:46:08.1695047Z Attempting connection (timeout: 10s)...\n2143:2026-04-17T23:46:08.2410499Z Attempting connection (timeout: 10s)...\n3230:2026-04-18T00:01:22.1511539Z ##[error]The action 'Execute GitHub Copilot CLI' has timed out after 15 minutes.\n4628:2026-04-18T00:01:24.2465709Z [2026-04-17T23:46:03Z] [DEBUG] [launcher:launcher] Using startup timeout: 30s\n4717:2026-04-18T00:01:24.2560009Z [2026-04-17T23:46:03Z] [DEBUG] [launcher:launcher] Starting server with timeout: serverID=github, sessionID=, timeout=30s\n4997:2026-04-18T00:01:24.3158789Z Attempting connection (timeout: 10s)...\n5001:2026-04-18T00:01:24.3159629Z Attempting connection (timeout: 10s)...\n5132:2026-04-18T00:01:24.3208183Z launcher:launcher Using startup timeout: 30s +1ms\n5214:2026-04-18T00:01:24.3229333Z 2026/04/17 23:46:03 [LAUNCHER] Starting server with 30s timeout\n5215:2026-04-18T00:01:24.3229661Z launcher:launcher Starting server with timeout: serverID=github, sessionID=, timeout=30s +314µs\n6086:2026-04-18T00:01:26.5133922Z Set output 'agentic_engine_timeout'\n6087:2026-04-18T00:01:26.5135560Z Set output 'checkout_pr_success'\n6088:2026-04-18T00:01:26.5136327Z Set output 'effective_tokens'\n6089:2026-04-18T00:01:26.5136662Z Set output 'has_patch'\n6090:2026-04-18T00:01:26.5136962Z Set output 'inference_access_error'\n6091:2026-04-18T00:01:26.5137290Z Set output 'mcp_policy_error'\n6092:2026-04-18T00:01:26.5137582Z Set output 'model'\n6093:2026-04-18T00:01:26.5137867Z Set output 'model_not_supported_error'","is_error":false}]},"parent_tool_use_id":null,"session_id":"73263a68-6895-4b1c-a0b6-850aed6bd375","uuid":"849d7984-57ca-4049-bc97-9fcd97a0392d","timestamp":"2026-04-18T01:16:18.442Z","tool_use_result":{"stdout":"1509:2026-04-17T22:53:45.8401328Z \u001b[36;1m# Set outputs for next steps\u001b[0m\n1979:2026-04-17T22:53:51.9625368Z [info] Retrying up to 120 times with exponential backoff (250ms to 1s, ~120s total timeout)\n2038:2026-04-17T22:53:52.0458098Z Attempting connection (timeout: 10s)...\n2042:2026-04-17T22:53:52.1214601Z Attempting connection (timeout: 10s)...\n2963:2026-04-17T23:03:10.4466721Z │ \" >&3 && timeout 3 cat <&3 | head -20 && exec 3>&-\n3138:2026-04-17T23:09:05.2981035Z ##[error]The action 'Execute GitHub Copilot CLI' has timed out after 15 minutes.\n4119:2026-04-17T23:09:07.0733049Z ✓ $ exec 3<>/dev/tcp/127.0.0.1/80 && echo \"GET /mcp/safeoutputs HTTP/1.0 Host: 127.0.0.1 \" >&3 && timeout 3 cat <&3 | head -20 &
agent
The action 'Execute GitHub Copilot CLI' has timed out after 15 minutes.`). That's the root cause here.\n\nAlso, the DIFC (Dynamic Information Flow Control) is enabled, and `mcp_policy_error` is set. Let me check what the mcp_policy_error is.\n\nAlso I see the PR branch was already closed/deleted, which is why there's a timeout - the Copilot CLI might have been waiting/running on a PR that was no longer valid.\n\n\nNow let me look at the second Test Quality Sentinel failure and the other issues to see if there's a pattern.","signature":"Ev0FClsIDBgCKkAr4evbxj3HhfZ6luzLbBh5r80bOoI4FAhVLo7r1G0mBtxUBnNgcsU5aBfVGMpNkB7Y8jEpQ+G2vQ6wtobAKxivMhFjbGF1ZGUtc29ubmV0LTQtNjgAEgzA6oBprVvxDMwFPEYaDEuEfbxkAPOyvsr6hSIwvzSSD1ijUkz8kS4nYKpmwHzFOh5e8nAH76gHUbBQZk97ymp+OMa1d6NOCUxqL+KgKs8EdUi0+mrHKD0PoLKOBb+41HiQydQqB/veDmJM5FCi5cK3G5LTD/tpzEVs0yKdbSQHOv3Tohxkkn50mhc7j/jky0uQFmaBUcIPU7Cw3C/wzbOa+n/74G41fmEfVwWiSlyPaG83NGMJZWd4cOKvhWRYrQbV/5Knkh45H5x/jg/4+BwSfz9uPJRQLEwTo64+bRyGAfC24bECPqz0JI9WEpjvYHjGXsM3G3FXpXbIOB/HiZrRn3EySvkCoPdRG6Iv0Lhw1Y/8/HZd1LrVB5xheTc7DHTL5RwDmWg1YwI4UK7PxyFGCF6UJ9LaKr+tFC0QqyWT7LUgAw/liOhZPNYaauAqXZm4mKXHZsxWnCqVCL8qr3SDCdOZsIvpm9NrDXCRWcxUtnBt2QyKZLFOsKYLl5RgJRATb5OeCpp0LGofVWpG21kBN1oM5xGQQd76eE8vuiWLXFXTZwBEKDGUFNLt4jZerqWuP9vxvPQSwFuOW7YQ3VobkRp2J7sBNjc0EoeE4eA4O4UdhWBPLlJiZHpH4XBv+l5bl5CluL7yrwjqo3vOYuE3wdUkvt1NBbEMLvXnj98VMkFF75vcqcRSSgYV5O4Hl2Fmx2+qlJkEnufo/y9+kSeGoPMk3W8709XTuCru85Q+dbFotzBYL0bIOnwxyipqfhX4CWWh0fq/WZfv9F/IX3mZFuaMcArbHIErD1XRdptY+C7i0i7zlg9BH2fAWP+Vre68ZiHsT3vUewntfyhLMLgMxkl+5XiTZ+GIBUhSOJC435WFkbHZe9sPqSlEJTmKGAE="}],"stop_reason":null,"stop_sequence":null,"stop_details":null,"usage":{"input_tokens":850,"cache_creation_input_tokens":651,"cache_read_input_tokens":73844,"cache_creation":{"ephemeral_5m_input_tokens":651,"ephemeral_1h_input_tokens":0},"output_tokens":8,"service_tier":"standard","inference_geo":"global"},"context_management":null},"parent_tool_use_id":null,"session_id":"73263a68-6895-4b1c-a0b6-850aed6bd375","uuid":"1c68af86-2c42-4757-a303-e1d116a3f6b9"}
agent
The action 'Execute GitHub Copilot CLI' has timed out after 15 minutes.\n3774:2026-04-17T23:09:06.9018891Z GH_AW_AGENT_OUTPUT: /tmp/gh-aw/sandbox/agent/logs/\n4634:2026-04-17T23:09:07.2262898Z [2026-04-17T22:53:47Z] [DEBUG] [server:unified] Auto-enabled DIFC: non-noop guard, global policy, or per-server guard policies detected\n4638:2026-04-17T23:09:07.2266253Z [2026-04-17T22:53:47Z] [INFO] [backend] DIFC enabled: registering sys tools...\n5093:2026-04-17T23:09:07.2870089Z 2026/04/17 22:53:47 [DIFC] MCP_GATEWAY_WASM_GUARDS_DIR=/guards\n5095:2026-04-17T23:09:07.2871350Z 2026/04/17 22:53:47 [DIFC] guard policy for MCP server 'github': {\"allow-only\":{\"min-integrity\":\"approved\",\"repos\":\"all\"}}\n5101:2026-04-17T23:09:07.2874782Z 2026/04/17 22:53:47 [DIFC] Loaded discovered WASM guard for server 'github' from file: 00-github-guard.wasm\n5115:2026-04-17T23:09:07.2882500Z 2026/04/17 22:53:47 [DIFC] Registered guard 'github' for server 'github'\n5116:2026-04-17T23:09:07.2882976Z 2026/04/17 22:53:47 [DIFC] guard policy for MCP server 'safeoutputs': {\"write-sink\":{\"accept\":[\"*\"]}}\n5130:2026-04-17T23:09:07.2890847Z 2026/04/17 22:53:47 [DIFC] Created write-sink guard for server 'safeoutputs' with 1 accept patterns\n5142:2026-04-17T23:09:07.2897591Z 2026/04/17 22:53:47 [DIFC] Registered guard 'write-sink' for server 'safeoutputs'\n5143:2026-04-17T23:09:07.2898163Z server:unified Auto-enabled DIFC: non-noop guard, global policy, or per-server guard policies detected +126ms\n6039:2026-04-17T23:09:08.7847295Z Set output 'mcp_policy_error'","is_error":false}]},"parent_tool_use_id":null,"session_id":"73263a68-6895-4b1c-a0b6-850aed6bd375","uuid":"eb6be5b9-91db-4d33-9cd9-3fbedc87c64d","timestamp":"2026-04-18T01:16:07.654Z","tool_use_result":{"stdout":"2316:2026-04-17T22:53:52.7275395Z GH_AW_AGENT_FOLDERS: .agents .claude .codex .crush .gemini .github\n2317:2026-04-17T22:53:52.7275808Z GH_AW_AGENT_FILES: .crush.json AGENTS.md CLAUDE.md GEMINI.md\n3138:2026-04-17T23:09:05.2981035Z ##[error]The action 'Execute GitHub Copilot CLI' has timed out after 15 minutes.\n3774:2026-04-17T23:09:06.9018891Z GH_AW_AGENT_OUTPUT: /tmp/gh-aw/sandbox/agent/logs/\n4634:2026-04-17T23:09:07.2262898Z [2026-04-17T22:53:47Z] [DEBUG] [server:unified] Auto-enabled DIFC: non-noop guard, global policy, or per-server guard policies detected\n4638:2026-04-17T23:09:07.2266253Z [2026-04-17T22:53:47Z] [INFO] [backend] DIFC enabled: registering sys tools...\n5093:2026-04-17T23:09:07.2870089Z 2026/04/17 22:53:47 [DIFC] MCP_GATEWAY_WASM_GUARDS_DIR=/guards\n5095:2026-04-17T23:09:07.2871350Z 2026/04/17 22:53:47 [DIFC] guard policy for MCP server 'github': {\"allow-only\":{\"min-integrity\":\"approved\",\"repos\":\"all\"}}\n5101:2026-04-17T23:09:07.2874782Z 2026/04/17 22:53:47 [DIFC] Loaded discovered WASM guard for server 'github' from file: 00-github-guard.wasm\n5115:2026-04-17T23:09:07.2882500Z 2026/04/17 22:53:47 [DIFC] Registered guard 'github' for server 'github'\n5116:2026-04-17T23:09:07.2882976Z 2026/04/17 22:53:47 [DIFC] guard policy for MCP server 'safeoutputs': {\"write-sink\":{\"accept\":[\"*\"]}}\n5130:2026-04-17T23:09:07.2890847Z 2026/04/17 22:53:47 [DIFC] Created write-sink guard for server 'safeoutputs' with 1 accept patterns\n5142:2026-04-17T23:09:07.2897591Z 2026/04/17 22:53:47 [DIFC] Registered guard 'write-sink' for server 'safeoutputs'\n5143:2026-04-17T23:09:07.2898163Z server:unified Auto-enabled DIFC: non-noop guard, global policy, or per-server guard policies detected +126ms\n6039:2026-04-17T23:09:08.7847295Z Set output 'mcp_policy_error'","stderr":"","interrupted":false,"isImage":false,"noOutputExpected":false}}
detection
The action 'Execute GitHub Copilot CLI' has timed out after 20 minutes.\\n```\\n\\nThe agent (correctly) found all 41 safe-output types covered and attempted `safeoutputs noop` via 8+ different methods. Every shell-based invocation was blocked. The MCP tool (`noop`) was available but the agent tried CLI invocation first and exhausted the timeout retrying shell approaches.\\n\\n### Root Cause\\n\\nThe Copilot CLI shell tool allowlist in automated/non-interactive mode does not permit execution of the `safeoutputs` binary path. The agent should use the MCP tool (`noop`) directly instead of falling back to bash CLI invocation.\\n\\n### Proposed Remediation\\n\\n1. **Agent prompt**: Instruct the Copilot agent to prefer the MCP `safeoutputs` tool over the CLI binary when calling `noop`. The agent should use `mcp_tool(\\\"noop\\\", ...)` not `bash(\\\"safeoutputs noop ...\\\")`.\\n2. **Copilot shell allowlist**: If CLI-mode invocation is required, add `safeoutputs` to the workflow's Copilot CLI shell command allowlist.\\n3. **System prompt update**: Add explicit guidance that in Copilot CLI runs, safe outputs must be emitted via the MCP tool endpoint, not the shell binary.\\n\\n### Success Criteria\\n\\nDaily Safe Output Integrator and Daily Project Performance Summary Generator complete with `noop` in safe outputs within the timeout window, with no \\\"Permission denied\\\" errors in agent logs.\\n\\n**References:**\\n- Parent group: #26930\\n- Codex 401 tracking: #26929\\n- Copilot MCP policy tracking: #26931\",\"temporary_id\":\"aw_ShPerm1\",\"title\":\"Copilot CLI shell permission blocks safeoutputs noop — Daily Safe Output Integrator and related workflows\",\"type\":\"create_issue\"},{\"parent_issue_number\":26930,\"sub_issue_number\":26965,\"type\":\"link_sub_issue\"},{\"body\":\"---\\n\\n## [aw-fi] 6h Analysis: 2026-04-18 01:10 UTC\\n\\n### Executive Summary\\n\\n6 failures across 29 runs (79% success) in the window Apr 17 19:10 – Apr 18 01:10 UTC. Three distinct failure clusters: codex 401 auth (2 runs), Copilot CLI 15-min timeout on closed PR (2 runs), and Copilot shell permission denied for safeoutputs (2 runs). One tracking issue closed (Auto-Triage Issues, now fixed). One new sub-issue created for the previously undiagnosed shell permission pattern.\\n\\n### Failure Clusters\\n\\n| Cluster | Runs | Engine | Existing Issue | Priority |\\n|---------|------|--------|---------------|---------|\\n| Codex 401 auth (`OPENAI_API_KEY` invalid) | [§24590101486](https://github.com/github/gh-aw/actions/runs/24590101486), [§24591527202](https://github.com/github/gh-aw/actions/runs/24591527202) | codex | #26929, #26911, #26958 | P0 |\\n| Copilot CLI 15-min timeout (closed PR branch) | [§24590162684](https://github.com/github/gh-aw/actions/runs/24590162684), [§24591525620](https://github.com/github/gh-aw/actions/runs/24591525620) | copilot | #26909, #26931 | P1 |\\n| Copilot shell permission denied for `safeoutputs noop` | [§24590461053](https://github.com/github/gh-aw/actions/runs/24590461053), [§24591062937](https://github.com/github/gh-aw/actions/runs/24591062937) | copilot | #26955, #26964 | P1 |\\n\\n### Evidence Highlights\\n\\n<details>\\n<summary>Cluster 1: Codex 401 (AI Moderator + Daily Observability Report)</summary>\\n\\n```\\nERROR: Reconnecting... 5/5\\nERROR: unexpected status 401 Unauthorized: Missing bearer or basic authentication in header,\\n url: (api.openai.com/redacted),\\n cf-ray: 9edf09437f8dced7-SJC\\n```\\n\\nRoot cause: `OPENAI_API_KEY` secret is invalid or expired. Both workflows hit `api.openai.com/v1/responses`, exhaust 5 reconnect retries, and abort. Firewall allows `api.openai.com:443` — the key itself is rejected.\\n\\n</details>\\n\\n<details>\\n<summary>Cluster 2: Copilot CLI Timeout (Test Quality Sentinel × 2)</summary>\\n\\nBoth failures were PR-triggered. PR #26945 (`copilot/resolve-mcpserverconfig-naming-conflicts`) was merged/closed before the workflow ran. The checkout step correctly detected the closed PR (`i️ PR #26945 is now closed — treating checkout failure as expect
agent
Failed to scan directory /tmp/gh-aw/aw-mcp/logs/run-24589395385/workflow-logs/detection: EACCES: permission denied, scandir '/tmp/gh-aw/aw-mcp/logs/run-24589395385/workflow-logs/detection'
agent
Failed to scan directory /tmp/gh-aw/aw-mcp/logs/run-24589395385/workflow-logs/conclusion: EACCES: permission denied, scandir '/tmp/gh-aw/aw-mcp/logs/run-24589395385/workflow-logs/conclusion'
agent
Failed to scan directory /tmp/gh-aw/aw-mcp/logs/run-24589395385/workflow-logs/agent: EACCES: permission denied, scandir '/tmp/gh-aw/aw-mcp/logs/run-24589395385/workflow-logs/agent'
agent
Failed to scan directory /tmp/gh-aw/aw-mcp/logs/run-24589395385/workflow-logs/activation: EACCES: permission denied, scandir '/tmp/gh-aw/aw-mcp/logs/run-24589395385/workflow-logs/activation'
agent
Failed to scan directory /tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/safe_outputs: EACCES: permission denied, scandir '/tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/safe_outputs'
agent
Failed to scan directory /tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/pre_activation: EACCES: permission denied, scandir '/tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/pre_activation'
agent
Failed to scan directory /tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/detection: EACCES: permission denied, scandir '/tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/detection'
agent
Failed to scan directory /tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/conclusion: EACCES: permission denied, scandir '/tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/conclusion'
agent
Failed to scan directory /tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/agent: EACCES: permission denied, scandir '/tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/agent'
agent
Failed to scan directory /tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/activation: EACCES: permission denied, scandir '/tmp/gh-aw/aw-mcp/logs/run-24589395383/workflow-logs/activation'
agent
PR state: closed (merged after workflow was triggered)\n869:2026-04-17T22:53:32.8284246Z ##[warning]Checkout failed (expected for closed PR): The process '/usr/bin/git' failed with exit code 128\n871:2026-04-17T22:53:32.8288539Z ##[warning]This is expected behavior when a PR is closed - the branch may have been deleted.","is_error":false}]},"parent_tool_use_id":null,"session_id":"73263a68-6895-4b1c-a0b6-850aed6bd375","uuid":"9e891ff8-a90b-48ad-87ee-603a0aa4149f","timestamp":"2026-04-18T01:16:18.444Z","tool_use_result":{"stdout":"2026-04-17T23:09:08.7847295Z Set output 'mcp_policy_error'\n2026-04-17T23:09:08.7847610Z Set output 'model'\n2026-04-17T23:09:08.7847908Z Set output 'model_not_supported_error'\n===\n864:2026-04-17T22:53:32.8244251Z ℹ️ PR #26945 is now closed (was 'open' in webhook payload) — treating checkout failure as expected\n868:2026-04-17T22:53:32.8281018Z ##[warning]PR state: closed (merged after workflow was triggered)\n869:2026-04-17T22:53:32.8284246Z ##[warning]Checkout failed (expected for closed PR): The process '/usr/bin/git' failed with exit code 128\n871:2026-04-17T22:53:32.8288539Z ##[warning]This is expected behavior when a PR is closed - the branch may have been deleted.","stderr":"","interrupted":false,"isImage":false,"noOutputExpected":false}}
agent
GitHub MCP guard policy automatically applied for public repository. min-integrity='approved' and repos='all' ensure only approved-integrity content is accessible.
agent
Safe Outputs MCP Server Startup Log

Artifacts

Produced during runtime
Name Size Digest
activation Expired
22.9 KB
sha256:23f03c2b184db0679d1ae68de135b6c581b487c0ad74377f34f1e01a9a7dc604
agent Expired
473 KB
sha256:743e8c70eaaa925a94bed941fc661a8c1d9e73098ddccff79dff6bd1e210c74d
detection Expired
22 KB
sha256:d2bd800a151ae71c4b495ac61d7e8de65085cac518782af9f2c9c8d4d1d7ce95
github~gh-aw~ILELRI.dockerbuild Expired
23.8 KB
sha256:37f9f77741e5049f21a1b4adbd1ec8f6b9ee69c0239d82133065e7943fa0505e
safe-outputs-items Expired
568 Bytes
sha256:502fb1b69f2a252daa69f2f2a87a6341ef2773ac612e6933ef97bae7aea20f72