dotnet / dotnet/maui

[aw] CI Failure Fixer (main) reported incomplete result

Open
#37,867 0 comments 0 reactions 0 assignees View on GitHub
agentic-workflows
Dominant language
C#
Stars
23.3k
Forks
2k
Avg merge
1d 15h
Merged PRs (30d)
290

Description

### Workflow Failure

**Workflow:** [CI Failure Fixer (main)](https://github.com/dotnet/maui/blob/main/.github/workflows/ci-status-fix.md)
**Branch:** main
**Run:** https://github.com/dotnet/maui/actions/runs/33031902595

> [!WARNING]
> **Missing Tools Reported**: The agent reported missing tools during execution.

**Missing Tools:**
- **Azure DevOps public build/timeline/log retrieval**: security

Alternatives:

| Tool | Alternative |
| --- | --- |
| Azure DevOps public build/timeline/log retrieval | Provide prefetched latest-five build timelines/logs or enable the approved AzDO investigation capability. |

> [!WARNING]
> **Task Could Not Be Completed**: The agent reported that the task could not be performed due to an infrastructure or tool failure.

**Reasons:**
- The CI-fix analysis completed with terminal coverage for all 13 issues, but the required Register-CiFixSafeOutputExpectation.ps1 invocation was blocked by the shell security allowlist, so the workflow cannot safely emit its mandatory registered completion no-op.

Coverage is persisted at /tmp/gh-aw/agent/coverage.txt. No repository changes or PR mutations were made. The safe-output registrar must be permitted before the completion signal can satisfy the workflow's fail-closed post-step.

This is a structured incompletion signal (`report_incomplete`), not a real task outcome. Any other safe outputs emitted alongside this signal (e.g., comments) describe the failure state, not a completed review or action.

### Action Required

**Assign this issue to an agent** to debug and fix the issue.

Debug with any coding agent

Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):

````
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md

The failed workflow run is at https://github.com/dotnet/maui/actions/runs/33031902595
````

Manually invoke the agent

Debug this workflow failure using your favorite Agent CLI and the `agentic-workflows` prompt.

- Start your agent
- Load the `agentic-workflows` skill from `.github/skills/agentic-workflows/SKILL.md` or
- Type `debug the agentic workflow ci-status-fix failure in https://github.com/dotnet/maui/actions/runs/33031902595`

> [!TIP]
>
> Stop reporting this workflow as a failure
>
> To stop a workflow from creating failure issues, set `report-failure-as-issue: false` in its frontmatter:
> ```yaml
> safe-outputs:
> report-failure-as-issue: false
> ```
>
>

> Generated from [CI Failure Fixer (main)](https://github.com/dotnet/maui/actions/runs/33031902595) · 262.1 AIC · [◷](https://github.com/search?q=repo%3Adotnet%2Fmaui+is%3Aissue+%22gh-aw-workflow-id%3A+ci-status-fix%22&type=issues)
> - [x] expires on Sep 3, 2026, 2:11 AM UTC

Contributor guide

Open the contributing guide

Research direction

Start with .github/workflows/ci-status-fix.md and the gh-aw debug guide referenced in the issue, then inspect the failed run and its coverage at /tmp/gh-aw/agent/coverage.txt. Trace why Register-CiFixSafeOutputExpectation.ps1 was blocked by the shell security allowlist; done means the workflow can register its mandatory completion no-op and rerun without report_incomplete.

Written by the indexing model from the issue text.

Assessment

Tech stack
github-actions, powershell
Domain
ci-cd, devops, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.