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

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

Closed
pietroalbini opened this issue Jan 10, 2019 · 6 comments · Fixed by #57484
Closed

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

pietroalbini opened this issue Jan 10, 2019 · 6 comments · Fixed by #57484
Labels
C-bug Category: This is a bug. P-high High priority T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Comments

@pietroalbini
Copy link
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!

@dwijnand
Copy link
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.

@jens1o
Copy link
Contributor

jens1o commented Jan 10, 2019

Thanks for pinning this, just wanted to file a new issue. :)

@NathanIceSea
Copy link

failed to parse url again 😅😂!

ruuda added a commit to ruuda/claxon that referenced this issue Jan 10, 2019
Temporarily disable builds that use the nightly toolchain, as it cannot
be installed at the moment due to [1]. This issue will sort itself out
soon, after which this commit can be reverted.

It's a bit of a coincidence that the Travis cron build happened to run
today, of all days; had it run tomorrow, then I probably would not have
noticed a thing.

[1]: rust-lang/rust#57488
bors added a commit that referenced this issue Jan 10, 2019
Integrate miri into build-manifest

This fixes a mistake where miri was accidentally left out of the
build-manifest parsing, meaning that today's nightly generated a
manifest with invalid urls!

Fixes #57488.
@pietroalbini pietroalbini reopened this Jan 11, 2019
@pietroalbini
Copy link
Member Author

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

@dwijnand
Copy link
Member

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

@pietroalbini
Copy link
Member Author

Oh, ok then 🎉🎉🎉

@pietroalbini pietroalbini unpinned this issue Jan 11, 2019
alecmocatta added a commit to alecmocatta/palaver that referenced this issue Jan 11, 2019
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-high High priority T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants