Skip to content

Instantly share code, notes, and snippets.

@mysteriouspants
Created July 6, 2020 04:50
Show Gist options
  • Save mysteriouspants/897ff72cc25c38235dbf8800750de592 to your computer and use it in GitHub Desktop.
Save mysteriouspants/897ff72cc25c38235dbf8800750de592 to your computer and use it in GitHub Desktop.
xpm@VEGAS:~$ ./rustup-init
Welcome to Rust!
This will download and install the official compiler for the Rust
programming language, and its package manager, Cargo.
It will add the cargo, rustc, rustup and other commands to
Cargo's bin directory, located at:
/home/xpm/.cargo/bin
This can be modified with the CARGO_HOME environment variable.
Rustup metadata and toolchains will be installed into the Rustup
home directory, located at:
/home/xpm/.rustup
This can be modified with the RUSTUP_HOME environment variable.
This path will then be added to your PATH environment variable by
modifying the profile file located at:
/home/xpm/.profile
You can uninstall at any time with rustup self uninstall and
these changes will be reverted.
Current installation options:
default host triple: x86_64-unknown-linux-gnu
default toolchain: stable
profile: default
modify PATH variable: yes
1) Proceed with installation (default)
2) Customize installation
3) Cancel installation
>
info: profile set to 'default'
info: default host triple is x86_64-unknown-linux-gnu
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: latest update on 2020-06-18, rust version 1.44.1 (c7087fe00 2020-06-17)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
thread 'main' panicked at 'assertion failed: `(left == right)`
left: `22`,
right: `4`', src/libstd/sys/unix/thread.rs:166:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
thread 'main' panicked at 'assertion failed: `(left == right)`
left: `22`,
right: `4`', src/libstd/sys/unix/thread.rs:166:21
stack backtrace:
0: 0x7f0fa6edbc9c - backtrace::backtrace::libunwind::trace::h65597d255cb1398b
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/libunwind.rs:88
1: 0x7f0fa6edbc9c - backtrace::backtrace::trace_unsynchronized::hd4f479d7150ec4a0
at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.40/src/backtrace/mod.rs:66
2: 0x7f0fa6edbc9c - std::sys_common::backtrace::_print_fmt::h015072984a2b172c
at src/libstd/sys_common/backtrace.rs:77
3: 0x7f0fa6edbc9c - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6df05d3335f32194
at src/libstd/sys_common/backtrace.rs:61
4: 0x7f0fa6bba81c - core::fmt::write::h1f444f4312eb6c27
at src/libcore/fmt/mod.rs:1028
5: 0x7f0fa6edb526 - std::io::Write::write_fmt::h8d147888220078ef
at src/libstd/io/mod.rs:1412
6: 0x7f0fa6edb19e - std::sys_common::backtrace::_print::h8a6df0fa81d6af62
at src/libstd/sys_common/backtrace.rs:65
7: 0x7f0fa6edb19e - std::sys_common::backtrace::print::h6f05b4733407e509
at src/libstd/sys_common/backtrace.rs:50
8: 0x7f0fa6edb19e - std::panicking::default_hook::{{closure}}::h0d0a23bd02315dd8
at src/libstd/panicking.rs:188
9: 0x7f0fa6eda943 - std::panicking::default_hook::h8d15a9aecb4efac6
at src/libstd/panicking.rs:205
10: 0x7f0fa6eda943 - std::panicking::rust_panic_with_hook::hbe174577402a475d
at src/libstd/panicking.rs:464
11: 0x7f0fa6eda4be - std::panicking::continue_panic_fmt::h4d855dad868accf3
at src/libstd/panicking.rs:373
12: 0x7f0fa6eda450 - std::panicking::begin_panic_fmt::ha0f013e3301a9528
at src/libstd/panicking.rs:328
13: 0x7f0fa6eaae86 - <rustup::diskio::threaded::Threaded as rustup::diskio::Executor>::join::hf33124263a81d2a4
14: 0x7f0fa6eaa636 - core::ptr::real_drop_in_place::haa8255139d9471a2
15: 0x7f0fa6bd5190 - core::ptr::real_drop_in_place::h04c627b98e68397b
16: 0x7f0fa6e9e777 - rustup::dist::component::package::unpack_without_first_dir::h352b57d236248e9a
17: 0x7f0fa6e762f6 - rustup::dist::manifestation::Manifestation::update::h8c800deec8167b5b
18: 0x7f0fa6e64b8a - rustup::dist::dist::try_update_from_dist_::h113375517e7a85ca
19: 0x7f0fa6e4964c - rustup::toolchain::Toolchain::install::h048b51ffab245b48
20: 0x7f0fa6e46c8c - rustup::toolchain::Toolchain::install_from_dist::h00b9aafeb93470e5
21: 0x7f0fa6b143ee - rustup_init::self_update::install::h4cee0e396cee456b
22: 0x7f0fa6b25ca2 - rustup_init::run_rustup_inner::ha545371fd2dc19a6
23: 0x7f0fa6b22d64 - rustup_init::main::hba9a23e308c96901
24: 0x7f0fa6ab7a03 - std::rt::lang_start::{{closure}}::h1778d9ce6385bef5
25: 0x7f0fa6b2c458 - main
26: 0x7f0fa66570b3 - __libc_start_main
27: 0x7f0fa6ab4029 - <unknown>
thread panicked while panicking. aborting.
Illegal instruction (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment