-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Cargo caused complete breakage of 4 pipelines #96349
Copy link
Copy link
Closed as not planned
Labels
T-cargoRelevant to the cargo team, which will review and decide on the PR/issue.Relevant to the cargo team, which will review and decide on the PR/issue.requires-nightlyThis issue requires a nightly compiler in some way. When possible, use a F-* label instead.This issue requires a nightly compiler in some way. When possible, use a F-* label instead.
Metadata
Metadata
Assignees
Labels
T-cargoRelevant to the cargo team, which will review and decide on the PR/issue.Relevant to the cargo team, which will review and decide on the PR/issue.requires-nightlyThis issue requires a nightly compiler in some way. When possible, use a F-* label instead.This issue requires a nightly compiler in some way. When possible, use a F-* label instead.
Type
Fields
Give feedbackNo fields configured for issues without a type.
A week ago Cargo dropped allowed_fail field in the test JSON output: 6562069.
This breaking change was never announced and caused 4 pipelines on GitLab to fail due the now missing field.
In the future I think rust should announce such breaking changes before committing the changes.