The Smoke Test workflow's "full installer round-trip" stage fails on main:
✗ github_release_binary.sh fd install failed:
Note the empty error message — the installer's failure output is swallowed, which is itself a defect (silent failure) independent of the root cause. Likely candidate: unauthenticated GitHub API rate-limiting in CI when resolving the fd release, but unverified.
Failing since at least 2026-07-24 (before any recent PR): run 30123292238. Also reproduced on PR #42's branch with identical signature: run 30537430994.
Acceptance criteria:
- Failure output from
github_release_binary.sh is surfaced in the smoke-test log (no empty error lines).
- Root cause of the fd install failure identified and fixed (or the test made hermetic against GitHub API rate limits).
The
Smoke Testworkflow's "full installer round-trip" stage fails onmain:Note the empty error message — the installer's failure output is swallowed, which is itself a defect (silent failure) independent of the root cause. Likely candidate: unauthenticated GitHub API rate-limiting in CI when resolving the fd release, but unverified.
Failing since at least 2026-07-24 (before any recent PR): run 30123292238. Also reproduced on PR #42's branch with identical signature: run 30537430994.
Acceptance criteria:
github_release_binary.shis surfaced in the smoke-test log (no empty error lines).