You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| A14 | `unknown shorthand flag: 'd' in -d` / `Command failed with exit code 125: docker compose up -d --pull never` | ARC/DinD sidecar image lacks `docker-compose-plugin`; AWF uses `docker compose` (v2 plugin syntax) to orchestrate containers but the DinD sidecar only has legacy standalone Docker or no Compose support | Add `docker-compose-plugin` to the DinD sidecar Dockerfile: `RUN apt-get update && apt-get install -y docker-compose-plugin` (Debian/Ubuntu) or `RUN apk add docker-compose` (Alpine) | `docker compose version` inside the DinD sidecar β v2 output confirms plugin is present; inspect sidecar Dockerfile for `docker-compose-plugin` | #5729 |
2 β New row A15: Rootless artifact permission repair fails on ARC/DinD due to missing path-prefix translation
Append after the A14 row in the Category A table:
| A15 | `[WARN] Rootless artifact permission repair failed for .../sandbox/firewall/logs (exit 1)`; squid log files unreadable after ARC/DinD run; `awf logs summary` returns `Failed to load logs: EACCES` | `fixArtifactPermissionsForRootless()` binds the log directory into a repair container but does not apply `dockerHostPathPrefix` translation to the bind mount source path; the DinD daemon cannot resolve the runner-local path, so `chmod` exits non-zero | **Open β fix in progress** (PR #5817): workaround β run `chmod -R a+rX` inside the squid container before `docker compose down` while it still owns the log volume; or configure squid to write logs as runner UID | `ls -la <proxy-logs-dir>` after run β files owned by uid 13 (squid) confirm the mode; check AWF logs for `[WARN] Rootless artifact permission repair failed` | #5816 |
(#5753 formally documents that ${RUNNER_TEMP} is the canonical daemon-visible base path for all ARC/DinD artifacts; /tmp, /usr/local/bin, and /home/runner/_work/_tool are all daemon-invisible.)
4 β New error-string lookup entries
Append two rows to the error-string quick-lookup table:
| `unknown shorthand flag: 'd' in -d` from `docker compose up -d` on ARC/DinD | A14 |
| `Rootless artifact permission repair failed for .../sandbox/firewall/logs` on ARC/DinD | A15 |
5 β Add A15 to Known unresolved items
Append to the Known unresolved items section:
- A15 / #5816 β rootless artifact permission repair on ARC/DinD: `fixArtifactPermissionsForRootless()` does not apply `dockerHostPathPrefix` to repair step bind mount; fix tracked in PR #5817
Append two bullet points to the examples list in Β§3, before the FATAL: http_port line:
- `unknown shorthand flag: 'd' in -d` from `docker compose up -d` β A14 (DinD sidecar missing `docker-compose-plugin`)
- `Rootless artifact permission repair failed` on ARC/DinD squid logs β A15 (`dockerHostPathPrefix` not applied to repair bind mount)
Proposed portable agent changes
File: .github/agents/self-hosted-runner-doctor.md
All catalog changes above must be mirrored in the embedded catalog section (starting at the # Self-Hosted Runner Failure Modes heading, around line 116).
1 β New A14 row (mirror of shared catalog Β§1)
Same text as proposed for self-hosted-failure-modes.md A14 row above.
2 β New A15 row (mirror of shared catalog Β§2)
Same text as proposed for self-hosted-failure-modes.md A15 row above.
3 β Update A1 citations (mirror of shared catalog Β§3)
Same citation addition: append , #5753 to the A1 Citations cell.
4 β New error-string lookup entries (mirror of shared catalog Β§4)
Same two rows appended to the embedded error-string quick-lookup table.
5 β Add A15 to Known unresolved items (mirror of shared catalog Β§5)
Same line appended to the embedded Known unresolved items section.
6 β Diagnostic playbook Β§3 examples (mirror of workflow doctor Β§3)
Same two bullet points added to the Match symptom β failure mode examples in the portable agent's Β§3.
Summary
runner-doctorproposals foundProposed knowledge-base changes
File:
.github/workflows/shared/self-hosted-failure-modes.md1 β New row A14: ARC/DinD sidecar missing Docker Compose plugin
Append after the A13 row in the Category A table:
2 β New row A15: Rootless artifact permission repair fails on ARC/DinD due to missing path-prefix translation
Append after the A14 row in the Category A table:
3 β Update A1 citations: add #5753
In the A1 row, replace the Citations cell:
Before:
#2833, #2945, #3553, #3845, #3906, #4023, #4271, #4399, #4727, #4737, #4787After:
#2833, #2945, #3553, #3845, #3906, #4023, #4271, #4399, #4727, #4737, #4787, #5753(#5753 formally documents that
${RUNNER_TEMP}is the canonical daemon-visible base path for all ARC/DinD artifacts;/tmp,/usr/local/bin, and/home/runner/_work/_toolare all daemon-invisible.)4 β New error-string lookup entries
Append two rows to the error-string quick-lookup table:
5 β Add A15 to Known unresolved items
Append to the Known unresolved items section:
Proposed doctor changes
File:
.github/workflows/self-hosted-runner-doctor.mdΒ§3 "Match symptom β failure mode" β add A14 and A15 examples
Append two bullet points to the examples list in Β§3, before the
FATAL: http_portline:Proposed portable agent changes
File:
.github/agents/self-hosted-runner-doctor.mdAll catalog changes above must be mirrored in the embedded catalog section (starting at the
# Self-Hosted Runner Failure Modesheading, around line 116).1 β New A14 row (mirror of shared catalog Β§1)
Same text as proposed for
self-hosted-failure-modes.mdA14 row above.2 β New A15 row (mirror of shared catalog Β§2)
Same text as proposed for
self-hosted-failure-modes.mdA15 row above.3 β Update A1 citations (mirror of shared catalog Β§3)
Same citation addition: append
, #5753to the A1 Citations cell.4 β New error-string lookup entries (mirror of shared catalog Β§4)
Same two rows appended to the embedded error-string quick-lookup table.
5 β Add A15 to Known unresolved items (mirror of shared catalog Β§5)
Same line appended to the embedded Known unresolved items section.
6 β Diagnostic playbook Β§3 examples (mirror of workflow doctor Β§3)
Same two bullet points added to the
Match symptom β failure modeexamples in the portable agent's Β§3.Source issues and PRs
Items reviewed but already covered (citations already in catalog): #5728, #5717, #5708, #5693, #5696, #5653, #5615, #5616, #5545, #5543, #5542, #5541, #5582, #5689, #5646, #5498.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.