Preserve sanitized OCI runtime failure details #148
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #126 review noted that packaged OCI executor failures should provide meaningful diagnostics.
execute_packaged_oci_runtime_with_executorcurrently maps any executorOciSetupDiagnosticto a generic message, losing useful non-secret details fromrun_packaged_oci_runtime_commandsuch asstd::io::ErrorKindor runtime exit status.Keep the existing redaction guarantees, but preserve sanitized failure context so operators can distinguish spawn failures from runtime non-zero exits.
Source feedback: PR #126 comment 2953.