Skip to content

Can't install nightly-2019-01-10 #57488

Closed
@pietroalbini

Description

@pietroalbini
Member

Installing rust nightly with rustup returns this error:

info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: latest update on 2019-01-10, rust version 1.33.0-nightly (6ecad3383 2019-01-09)
info: downloading component 'rustc'
error: failed to parse url: nightly/2019-01-10/rustc-nightly-x86_64-unknown-linux-gnu.tar.xz
info: caused by: relative URL without a base

We're aware of this and a fix is pending in #57484. Sorry for the trouble!

Activity

added
P-highHigh priority
T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
C-bugCategory: This is a bug.
on Jan 10, 2019
pinned this issue on Jan 10, 2019
dwijnand

dwijnand commented on Jan 10, 2019

@dwijnand
Member

You can mitigate this by using rustup install nightly-2019-01-09 instead of today's nightly, and then use +nightly-2019-01-09 in place of +nightly.

added a commit that references this issue on Jan 10, 2019

16 remaining items

added a commit that references this issue on Jan 10, 2019

Auto merge of #57484 - alexcrichton:fix-nightlies, r=Mark-Simulacru

c2d381d
pietroalbini

pietroalbini commented on Jan 11, 2019

@pietroalbini
MemberAuthor

The issue will be fixed in the next nightly. Sorry for the trouble.

dwijnand

dwijnand commented on Jan 11, 2019

@dwijnand
Member

No, I think it's fixed (despite finishing 20 minutes after UTC midnight 😅)

pietroalbini

pietroalbini commented on Jan 11, 2019

@pietroalbini
MemberAuthor

Oh, ok then 🎉🎉🎉

unpinned this issue on Jan 11, 2019
added a commit that references this issue on Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.P-highHigh priorityT-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

      Participants

      @dwijnand@pietroalbini@jens1o@NathanIceSea

      Issue actions

        Can't install nightly-2019-01-10 · Issue #57488 · rust-lang/rust