ci: unblock task branch checks - #955
Open
AlexMikhalev wants to merge 1 commit into
Open
Conversation
AlexMikhalev
force-pushed
the
release-guardian/rlm-format-base-fix
branch
from
August 7, 2026 18:41
75f3970 to
4dcb775
Compare
AlexMikhalev
force-pushed
the
release-guardian/rlm-format-base-fix
branch
from
August 7, 2026 18:48
4dcb775 to
50dc2b2
Compare
AlexMikhalev
force-pushed
the
release-guardian/rlm-format-base-fix
branch
2 times, most recently
from
August 7, 2026 20:10
1f0b8e2 to
a7735e6
Compare
Fix the local base-branch CI blockers shared by PR #953/#954: - apply rustfmt to terraphim_rlm files that failed cargo fmt --check - replace str::floor_char_boundary with MSRV-safe char-boundary logic - harden Firecracker VM creation diagnostics with HTTP status/body logging - keep cargo nextest filter expressions out of rch shell reconstruction - install cargo-nextest with the upstream tarball installer on Firecracker runners - isolate nextest failures with ephemeral server test ports and isolated direct-dispatch test state - run cargo-spawning MCP autocomplete E2E tests in a dedicated serial nextest step - give performance benchmarks enough time to finish Criterion after service benchmarks Leaves the Firecracker VM lifecycle 401/capacity issue tracked separately in Gitea #3173.
AlexMikhalev
force-pushed
the
release-guardian/rlm-format-base-fix
branch
from
August 7, 2026 21:30
a7735e6 to
2791ccd
Compare
Contributor
Author
CI unblocker status updateThis PR carries the base-branch CI fixes needed before judging/rebasing PR #953/#954. Current head: Verified green on the prior run before the final timeout-only amendment:
Remaining external/workflow status from that run:
Local/review verification behind this PR:
|
Contributor
Author
Final CI status for this unblockerCurrent head: Ownable/code/workflow gates are now green:
The only remaining failing check is external infra/auth:
Notes:
Recommended next step: treat PR #955 as the base CI unblocker. Merge/rebase it before re-evaluating PR #953/#954. The remaining Firecracker lifecycle check needs the bigbox/fcctl-web auth fix from #3173. |
This was referenced Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the local base-branch CI blockers shared by PR #953/#954:
Evidence
Unblocks diagnosis/checks for PR #953 and PR #954; tracks Gitea #3173 for Firecracker/fcctl follow-through.