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

rust update nightly failure after run "brew upgrade" on macos #1607

Closed
ixre opened this issue Jan 10, 2019 · 4 comments
Closed

rust update nightly failure after run "brew upgrade" on macos #1607

ixre opened this issue Jan 10, 2019 · 4 comments

Comments

@ixre
Copy link

ixre commented Jan 10, 2019

rust update nightly failure after run "brew upgrade" on macos, I try some times.still failure.
reinstall rustup is same too.

anonymous:notes sonven$ rustup -v update nightly
verbose: read metadata version: '12'
verbose: installing toolchain 'nightly-x86_64-apple-darwin'
verbose: toolchain directory: '/Users/sonven/.rustup/toolchains/nightly-x86_64-apple-darwin'
info: syncing channel updates for 'nightly-x86_64-apple-darwin'
verbose: creating temp file: /Users/sonven/.rustup/tmp/0w5a0s3bsjw880v6_file
verbose: downloading file from: 'https://static.rust-lang.org/dist/channel-rust-nightly.toml.sha256'
verbose: downloading with curl
verbose: deleted temp file: /Users/sonven/.rustup/tmp/0w5a0s3bsjw880v6_file
verbose: no update hash at: '/Users/sonven/.rustup/update-hashes/nightly-x86_64-apple-darwin'
verbose: creating temp file: /Users/sonven/.rustup/tmp/_jc9gnsaj8d44rgr_file.toml
verbose: downloading file from: 'https://static.rust-lang.org/dist/channel-rust-nightly.toml'
verbose: downloading with curl
299.6 KiB / 299.6 KiB (100 %) 112.0 KiB/s ETA:   0 s                
verbose: checksum passed
verbose: deleted temp file: /Users/sonven/.rustup/tmp/_jc9gnsaj8d44rgr_file.toml
info: latest update on 2019-01-10, rust version 1.33.0-nightly (6ecad3383 2019-01-09)
info: downloading component 'rustc'
verbose: removing toolchain directory: '/Users/sonven/.rustup/toolchains/nightly-x86_64-apple-darwin'
error: failed to parse url: nightly/2019-01-10/rustc-nightly-x86_64-apple-darwin.tar.xz
info: caused by: relative URL without a base
@softprops
Copy link

softprops commented Jan 10, 2019

Seeing this in my rust nightly Travis logs as well

Installing Rust
1.02s$ curl -sSf https://build.travis-ci.com/files/rustup-init.sh | sh -s -- --default-toolchain=$TRAVIS_RUST_VERSION -y
info: downloading installer
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

@FingerDancing
Copy link

The same problem, when I update
image
Then I uninstalled nightly, reloading
image

@ehuss
Copy link
Contributor

ehuss commented Jan 10, 2019

Thanks for the reports! This is a known issue and should be fixed by rust-lang/rust#57484.

@pietroalbini
Copy link
Member

Sorry for the trouble caused by this! Let's track the issue on rust-lang/rust#57488.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants