Skip to content

missing OSX nightly #46391

Closed
Closed
@durka

Description

@durka

Rustup "updates" nightly by apparently deleting rustc.

Another user on IRC reported a similar error "(toolchain not installed)" instead of "(rustc does not exist)".

$ rustup update
info: syncing channel updates for 'stable-x86_64-apple-darwin'
info: syncing channel updates for 'beta-x86_64-apple-darwin'
info: syncing channel updates for 'nightly-x86_64-apple-darwin'
info: latest update on 2017-11-30, rust version 1.24.0-nightly (0a2e9ade8 2017-11-29)
info: removing component 'rustc'
info: removing component 'rust-std'
info: removing component 'cargo'
info: removing component 'rust-docs'
info: removing component 'rust-analysis'
info: checking for self-updates

  stable-x86_64-apple-darwin unchanged - rustc 1.22.1 (05e2e1c41 2017-11-22)
    beta-x86_64-apple-darwin unchanged - rustc 1.23.0-beta.1 (082b0ff02 2017-11-21)
   nightly-x86_64-apple-darwin updated - (rustc does not exist)

durska:xxx alex$ rustc +nightly -vV
error: toolchain 'nightly-x86_64-apple-darwin' does not have the binary `rustc`
durska:xxx alex$ rustup update
info: syncing channel updates for 'stable-x86_64-apple-darwin'
info: syncing channel updates for 'beta-x86_64-apple-darwin'
info: syncing channel updates for 'nightly-x86_64-apple-darwin'
info: checking for self-updates

   stable-x86_64-apple-darwin unchanged - rustc 1.22.1 (05e2e1c41 2017-11-22)
     beta-x86_64-apple-darwin unchanged - rustc 1.23.0-beta.1 (082b0ff02 2017-11-21)
  nightly-x86_64-apple-darwin unchanged - (rustc does not exist)

durska:xxx alex$

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.O-macosOperating system: macOST-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions