Closed
Description
I've now been waiting for something like half an hour. The machine has a fast (gbit) internet connection.
% RUST_LOG=debug /home/christoph/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo build --verbose
DEBUG:cargo::build: executing; cmd=cargo-build; args=["/home/christoph/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo", "build", "--verbose"]
DEBUG:cargo::core::workspace: find_root - trying /home/christoph/Cargo.toml
DEBUG:cargo::core::workspace: find_root - trying /home/Cargo.toml
DEBUG:cargo::core::workspace: find_root - trying /Cargo.toml
DEBUG:cargo::core::workspace: find_members - only me as a member
DEBUG:cargo::core::registry: load/missing file:///home/christoph/ical-rs
DEBUG:cargo::sources::config: loading: file:///home/christoph/ical-rs
DEBUG:cargo::core::resolver: initial activation: ical v0.4.0 (file:///home/christoph/ical-rs)
DEBUG:cargo::core::registry: load/missing registry https://github.com/rust-lang/crates.io-index
DEBUG:cargo::sources::config: loading: registry https://github.com/rust-lang/crates.io-index
Updating registry `https://github.com/rust-lang/crates.io-index`
(gdb) bt full
#0 0x00007f1e7b2493d3 in __select_nocancel () at ../sysdeps/unix/syscall-template.S:84
No locals.
#1 0x0000559dc9066e08 in wait_for.constprop ()
No symbol table info available.
#2 0x0000559dc9066e6f in curls_read ()
No symbol table info available.
#3 0x0000559dc902e9e1 in bio_read ()
No symbol table info available.
#4 0x0000559dc913e5fb in BIO_read ()
No symbol table info available.
#5 0x0000559dc90d255c in ssl3_read_n ()
No symbol table info available.
#6 0x0000559dc90d43ef in ssl3_read_bytes ()
No symbol table info available.
#7 0x0000559dc90d092b in ssl3_read ()
No symbol table info available.
#8 0x0000559dc902ec6d in openssl_read ()
No symbol table info available.
#9 0x0000559dc9071cdc in recv_stream ()
No symbol table info available.
#10 0x0000559dc90522ee in http_stream_read ()
No symbol table info available.
#11 0x0000559dc9054c01 in git_smart.recv_cb ()
No symbol table info available.
#12 0x0000559dc9057640 in git_smart.download_pack ()
No symbol table info available.
#13 0x0000559dc903d9e2 in git_remote_download ()
No symbol table info available.
#14 0x0000559dc903e576 in git_remote_fetch ()
No symbol table info available.
#15 0x0000559dc9000713 in git2::remote::Remote::fetch::h5c49513016ded9d7 ()
No symbol table info available.
#16 0x0000559dc8eb2cc7 in cargo::sources::git::utils::fetch::_$u7b$$u7b$closure$u7d$$u7d$::h0c5eba56b5993fcb ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#17 0x0000559dc8eb14ee in cargo::sources::git::utils::fetch::hc184d222121d49a6 ()
No symbol table info available.
#18 0x0000559dc8ec4396 in _$LT$cargo..sources..registry..remote..RemoteRegistry$LT$$u27$cfg$GT$$u20$as$u20$cargo..sources..registry..RegistryData$GT$::update_index::h146d86650f79ca85 ()
No symbol table info available.
#19 0x0000559dc8ec9e94 in _$LT$cargo..sources..registry..RegistrySource$LT$$u27$cfg$GT$$u20$as$u20$cargo..core..source..Source$GT$::update::h0b802e936b2ab3c7 ()
No symbol table info available.
#20 0x0000559dc8de11d1 in cargo::core::registry::PackageRegistry::ensure_loaded::h16c29350919f44bd ()
No symbol table info available.
#21 0x0000559dc8de345b in _$LT$cargo..core..registry..PackageRegistry$LT$$u27$cfg$GT$$u20$as$u20$cargo..core..registry..Registry$GT$::query::ha5f5c8419423bc05 ()
No symbol table info available.
#22 0x0000559dc8d705c9 in _$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h95cfc4df317c6a92 ()
No symbol table info available.
#23 0x0000559dc8dcc9d7 in cargo::core::resolver::activate::h8f7013063d87cce6 ()
No symbol table info available.
#24 0x0000559dc8dcf029 in cargo::core::resolver::activate_deps_loop::hac467bfc796b8a8f ()
No symbol table info available.
#25 0x0000559dc8dc8b25 in cargo::core::resolver::resolve::hb8171482df80b73d ()
No symbol table info available.
#26 0x0000559dc8e9d10b in cargo::ops::resolve::resolve_with_previous::h5ae4e7510a561ca4 ()
No symbol table info available.
#27 0x0000559dc8e9beca in cargo::ops::resolve::resolve_with_registry::h4125f15334dec8e0 ()
No symbol table info available.
#28 0x0000559dc8e9a843 in cargo::ops::resolve::resolve_ws_precisely::hcc688f34046c770f ()
No symbol table info available.
#29 0x0000559dc8df6280 in cargo::ops::cargo_compile::compile_ws::hfa7938087fc9ad9f ()
No symbol table info available.
#30 0x0000559dc8df5d56 in cargo::ops::cargo_compile::compile_with_exec::hb47d3f6c100981f5 ()
No symbol table info available.
#31 0x0000559dc8df5bc6 in cargo::ops::cargo_compile::compile::hd43b2af4c0cdd8eb ()
No symbol table info available.
#32 0x0000559dc8c6c46e in cargo::try_execute_builtin_command::h778c447e51525a9f ()
No symbol table info available.
#33 0x0000559dc8c61e7d in cargo::execute::h4c9abcb05bef7426 ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#34 0x0000559dc8c53ee2 in cargo::call_main_without_stdin::h16c43dc4def0d330 ()
No symbol table info available.
#35 0x0000559dc8c60a7e in cargo::main::hac66f0d7b377a4c2 ()
No symbol table info available.
#36 0x0000559dc9269a2b in panic_unwind::__rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:98
No locals.
#37 0x0000559dc92631b1 in std::panicking::try<(),closure> () at /checkout/src/libstd/panicking.rs:433
No locals.
#38 std::panic::catch_unwind<closure,()> () at /checkout/src/libstd/panic.rs:361
No locals.
#39 std::rt::lang_start () at /checkout/src/libstd/rt.rs:59
No locals.
#40 0x00007f1e7b1882b1 in __libc_start_main (main=0x559dc8cd3cf0 <main>, argc=3, argv=0x7ffea7075398, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffea7075388)
at ../csu/libc-start.c:291
result = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 582309565822031027, 94136166547620, 140731700695952, 0, 0, 6688438268297630899, 6706883579287196851}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x3,
0x559dc8cd3cf0 <main>}, data = {prev = 0x0, cleanup = 0x0, canceltype = 3}}}
not_first_call = <optimized out>
#41 0x0000559dc8c480cd in _start ()
No symbol table info available.
(gdb)