ci: harden firecracker workflow diagnostics - #956
Closed
AlexMikhalev wants to merge 1 commit into
Closed
Conversation
Improve Firecracker VM creation diagnostics by logging HTTP status/body and handling curl transport errors before JSON parsing. Run cargo nextest directly instead of through rch exec because rch's non-compilation path loses shell quoting around nextest filter expressions. Verification: - workflow YAML parsed - extracted Create VM shell passed bash -n - simulated 201, HTTP 500, and curl transport failure paths - independent review passed
AlexMikhalev
force-pushed
the
release-guardian/firecracker-ci-diagnostics
branch
from
August 7, 2026 18:44
7c5c6d2 to
7e2ed4a
Compare
Contributor
Author
|
Closing as superseded: the complete local CI unblocker set has been collapsed into #955 to avoid circular failing checks between the RLM format/MSRV branch and the Firecracker workflow branch. |
Contributor
Author
|
Superseded by #955. |
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
Evidence
Tracks Gitea #3173 and unblocks diagnosis of the shared Firecracker CI failures affecting PR #953/#954/#955.