Skip to content
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

nightly-2024-11-10 is unavailable #132838

Closed
taiki-e opened this issue Nov 10, 2024 · 2 comments
Closed

nightly-2024-11-10 is unavailable #132838

taiki-e opened this issue Nov 10, 2024 · 2 comments
Labels
C-bug Category: This is a bug. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Comments

@taiki-e
Copy link
Member

taiki-e commented Nov 10, 2024

When trying to test the code that depends on the change merged yesterday, I noticed that the toolchain is nightly-2024-11-09 which is the same as yesterday's latest nightly.

$ rustup update nightly-2024-11-10
info: syncing channel updates for 'nightly-2024-11-10-aarch64-apple-darwin'
error: no release found for 'nightly-2024-11-10'

Stack backtrace:
   0: std::backtrace::Backtrace::capture
   1: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
   2: rustup::dist::dist::try_update_from_dist_
   3: rustup::install::InstallMethod::install
   4: rustup::toolchain::distributable::DistributableToolchain::install
   5: rustup::cli::rustup_mode::update
   6: rustup::cli::rustup_mode::main
   7: rustup_init::main
   8: std::sys_common::backtrace::__rust_begin_short_backtrace
   9: _main

rustup-components-history also shows this nightly-2024-11-09 as "last_available".
https://github.com/rust-lang/rustup-components-history/blob/gh-pages/aarch64-apple-darwin/rustc.json#L9

If this is due to a temporary failure, it is not a problem for me as I will just wait until tomorrow, but I have opened the issue in case it is not.

cc @rust-lang/infra

@rustbot label +T-infra

Meta

rustc --version --verbose:

rustc 1.84.0-nightly (59cec72a5 2024-11-08)
binary: rustc
commit-hash: 59cec72a57af178767a7b8e7f624b06cc50f1087
commit-date: 2024-11-08
host: aarch64-apple-darwin
release: 1.84.0-nightly
LLVM version: 19.1.3

rustup --version --verbose:

rustup --version --verbose
rustup 1.27.1 (54dd3d00f 2024-04-24)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.84.0-nightly (59cec72a5 2024-11-08)`
@taiki-e taiki-e added the C-bug Category: This is a bug. label Nov 10, 2024
@rustbot rustbot added needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Nov 10, 2024
@saethlin saethlin removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Nov 10, 2024
@taiki-e
Copy link
Member Author

taiki-e commented Nov 11, 2024

nightly-2024-11-11 is available (nightly-2024-11-10 is unavailable, though), so it appears that the problem here was temporary or has already been fixed.

@taiki-e taiki-e closed this as completed Nov 11, 2024
@RalfJung
Copy link
Member

This may have been caused by #132845

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. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants