Skip to content

components missing from beta #111340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
matthiaskrgr opened this issue May 8, 2023 · 5 comments
Closed

components missing from beta #111340

matthiaskrgr opened this issue May 8, 2023 · 5 comments
Labels
C-bug Category: This is a bug. P-critical Critical priority regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-release Relevant to the release subteam, which will review and decide on the PR/issue.

Comments

@matthiaskrgr
Copy link
Member

$rustup update

info: latest update on 2023-05-08, rust version 1.70.0-beta.4 (2013813b6 2023-05-07)
error: some components unavailable for download for channel 'beta': 'clippy' for target 'x86_64-unknown-linux-gnu', 'rustfmt' for target 'x86_64-unknown-linux-gnu'If you don't need the components, you could try a minimal installation with:
error:
error:     rustup toolchain add beta --profile minimal
@matthiaskrgr matthiaskrgr added the C-bug Category: This is a bug. label May 8, 2023
@matthiaskrgr
Copy link
Member Author

#111201
cc @Mark-Simulacrum / @krasimirgg

@matthiaskrgr matthiaskrgr added the regression-from-stable-to-beta Performance or correctness regression from stable to beta. label May 8, 2023
@rustbot rustbot added the I-prioritize Issue: Indicates that prioritization has been requested for this issue. label May 8, 2023
@Noratrieb Noratrieb added T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-release Relevant to the release subteam, which will review and decide on the PR/issue. labels May 8, 2023
@wiktor-k
Copy link

wiktor-k commented May 8, 2023

FWIW I also encountered this issue via my crate's CI matrix build (stable/beta/nightly; breaks only on beta).

@Mark-Simulacrum
Copy link
Member

Mark-Simulacrum commented May 8, 2023

Thanks for flagging this! This is due to optimizations in promote-release, rust-lang/promote-release#68 should resolve this (may need a few iterations). We'll probably also need to manually produce a new beta ~tonight once that lands, since we'll otherwise skip the extra release due to already having artifacts shipped for the latest commit.

@Mark-Simulacrum
Copy link
Member

We should have a new beta which doesn't have this problem in 40ish minutes.

@Mark-Simulacrum Mark-Simulacrum added P-critical Critical priority and removed I-prioritize Issue: Indicates that prioritization has been requested for this issue. labels May 8, 2023
@Mark-Simulacrum
Copy link
Member

Should be fixed. Thanks for filing an issue!

oxalica added a commit to oxalica/rust-overlay that referenced this issue May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. P-critical Critical priority regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-release Relevant to the release subteam, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

5 participants