-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
src tarballs are vendored without respecting lockfile #79010
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-releaseRelevant to the release subteam, which will review and decide on the PR/issue.Relevant to the release subteam, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Milestone
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.P-highHigh priorityHigh priorityT-releaseRelevant to the release subteam, which will review and decide on the PR/issue.Relevant to the release subteam, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is with 1.48.0-beta.8, and previously all passed in 1.47.0. On Debian I see this failure on all architectures.
test [ui] ui/feature-gates/feature-gate-cfg-version.rs ... FAILED
It seems the failure is due to
version_checkbeing upgraded from 0.9.1 to 0.9.2 which now treats 1.65536.2 as malformed for some reason, even though I can't see this mentioned as part of https://semver.org/SergioBenitez/version_check@v0.9.1...v0.9.2
Shouldn't this have been caught by rust CI, or is this not run on beta releases?