[INFO] cloning repository https://github.com/MarvinKlemp/fs-totp-client [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MarvinKlemp/fs-totp-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarvinKlemp%2Ffs-totp-client", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarvinKlemp%2Ffs-totp-client'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cf89f4720a5b915fce8fb2a9b2e5d66d53d28cf7 [INFO] testing MarvinKlemp/fs-totp-client against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMarvinKlemp%2Ffs-totp-client" "/workspace/builds/worker-32/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-32/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MarvinKlemp/fs-totp-client on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/MarvinKlemp/fs-totp-client [INFO] finished tweaking git repo https://github.com/MarvinKlemp/fs-totp-client [INFO] tweaked toml for git repo https://github.com/MarvinKlemp/fs-totp-client written to /workspace/builds/worker-32/source/Cargo.toml [INFO] crate git repo https://github.com/MarvinKlemp/fs-totp-client already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rayon v0.8.2 [INFO] [stderr] Downloaded text_io v0.1.7 [INFO] [stderr] Downloaded ring v0.12.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea84ad93f5ec5bf80f161b819936bbb0f705884855ffefae349cfe566dc65182 [INFO] running `Command { std: "docker" "start" "-a" "ea84ad93f5ec5bf80f161b819936bbb0f705884855ffefae349cfe566dc65182", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea84ad93f5ec5bf80f161b819936bbb0f705884855ffefae349cfe566dc65182", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea84ad93f5ec5bf80f161b819936bbb0f705884855ffefae349cfe566dc65182", kill_on_drop: false }` [INFO] [stdout] ea84ad93f5ec5bf80f161b819936bbb0f705884855ffefae349cfe566dc65182 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0763f9ea1233e91f096e38f5794fd96ec5958471850005fa5ca55e19417774b9 [INFO] running `Command { std: "docker" "start" "-a" "0763f9ea1233e91f096e38f5794fd96ec5958471850005fa5ca55e19417774b9", kill_on_drop: false }` [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling text_io v0.1.7 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.3.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] error: failed to run custom build command for `ring v0.12.1` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/ring-9c54b8eb62a46377/build-script-build` (signal: 11, SIGSEGV: invalid memory reference) [INFO] [stderr] --- stderr [INFO] [stderr] thread '' panicked at 'attempted to leave type `nodrop::imp::NoDrop<(epoch::Epoch, garbage::Bag)>` uninitialized, which is invalid', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.0/src/sync/queue.rs:57:28 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x561e889ba8dd - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x561e889ba8dd - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x561e889ba8dd - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x561e889ba8dd - ::fmt::h606862f787600875 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x561e889dd3bc - core::fmt::write::he803f0f418caf762 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stderr] 5: 0x561e889b5898 - std::io::Write::write_fmt::h70bc45872f37e7bb [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stderr] 6: 0x561e889bcc47 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x561e889bcc47 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x561e889bcc47 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x561e889bc910 - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x561e889bd399 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stderr] 11: 0x561e889bd049 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:586:13 [INFO] [stderr] 12: 0x561e889bada4 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 13: 0x561e889bcd99 - rust_begin_unwind [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stderr] 14: 0x561e888e6483 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stderr] 15: 0x561e888e634d - core::panicking::panic::h4241c5ccea17faca [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:48:5 [INFO] [stderr] 16: 0x561e8895be45 - core::mem::uninitialized::h0c9772ee52fbfe61 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/mem/mod.rs:676:9 [INFO] [stderr] 17: 0x561e8895be45 - crossbeam_epoch::sync::queue::Queue::new::ha98687504cc5181e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.0/src/sync/queue.rs:57:28 [INFO] [stderr] 18: 0x561e88956e7a - crossbeam_epoch::internal::Global::new::hf1cd863e1630af50 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.0/src/internal.rs:63:20 [INFO] [stderr] 19: 0x561e8895cd11 - crossbeam_epoch::collector::Collector::new::h8895070bd67f6abc [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.0/src/collector.rs:32:38 [INFO] [stderr] 20: 0x561e88959a4a - ::deref::__static_ref_initialize::h03000180c44cafc7 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.0/src/default.rs:12:39 [INFO] [stderr] 21: 0x561e88959a4a - core::ops::function::FnOnce::call_once::h64c0dea37a8b0b3b [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 22: 0x561e8895a393 - lazy_static::lazy::Lazy::get::{{closure}}::h8d87bb1cd7656e67 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.11/src/lazy.rs:24:45 [INFO] [stderr] 23: 0x561e8895d47e - std::sync::once::Once::call_once::{{closure}}::hd0ffb9d78dc5e825 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sync/once.rs:269:41 [INFO] [stderr] 24: 0x561e888e570a - std::sync::once::Once::call_inner::h1194de3de13a0148 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sync/once.rs:426:21 [INFO] [stderr] 25: 0x561e8895d405 - std::sync::once::Once::call_once::h2b66c91625e7beb9 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sync/once.rs:269:9 [INFO] [stderr] 26: 0x561e8895d211 - lazy_static::lazy::Lazy::get::hae3be7e3e426a0c6 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.11/src/lazy.rs:23:13 [INFO] [stderr] 27: 0x561e8895d211 - ::deref::__stability::h36512ce47a5573e9 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.11/src/lib.rs:138:25 [INFO] [stderr] 28: 0x561e8895d211 - ::deref::h785d075e1b727198 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.11/src/lib.rs:140:21 [INFO] [stderr] 29: 0x561e8895d241 - crossbeam_epoch::default::HANDLE::__init::he81a72bfea2efad3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.0/src/default.rs:17:29 [INFO] [stderr] 30: 0x561e88959a69 - core::ops::function::FnOnce::call_once::hce4d104bc6ee3b8f [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 31: 0x561e8895cdcc - std::thread::local::lazy::LazyKeyInner::initialize::h89f6a54921236e9b [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/local.rs:445:25 [INFO] [stderr] 32: 0x561e8895d058 - std::thread::local::fast::Key::try_initialize::h6f69e3db2a497013 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/local.rs:623:31 [INFO] [stderr] 33: 0x561e8895cf74 - std::thread::local::fast::Key::get::h168ede4be14086fc [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/local.rs:606:29 [INFO] [stderr] 34: 0x561e88938b9d - crossbeam_epoch::default::HANDLE::__getit::h689120475c853fb6 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/local.rs:325:26 [INFO] [stderr] 35: 0x561e88938458 - std::thread::local::LocalKey::try_with::h154a05f5ddfd3792 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/local.rs:412:32 [INFO] [stderr] 36: 0x561e8893835f - std::thread::local::LocalKey::with::h87afd80b8e081c6d [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/local.rs:389:9 [INFO] [stderr] 37: 0x561e8893817e - crossbeam_epoch::default::is_pinned::h3c765873970f6946 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.0/src/default.rs:33:5 [INFO] [stderr] 38: 0x561e88930a54 - crossbeam_deque::Stealer::steal::h49056192727c7f71 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.2.0/src/lib.rs:714:12 [INFO] [stderr] 39: 0x561e8893bfe3 - rayon_core::registry::WorkerThread::steal::{{closure}}::h2b8fd6ba62396fe1 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.0/src/registry.rs:622:27 [INFO] [stderr] 40: 0x561e8893cb5b - core::ops::function::impls:: for &mut F>::call_mut::h15b79cec167eb6ca [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 41: 0x561e8893e2c1 - core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::h0eb556b5d0548317 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/traits/iterator.rs:2603:32 [INFO] [stderr] 42: 0x561e88926349 - core::iter::adapters::filter::filter_try_fold::{{closure}}::h08639927c0baec62 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/adapters/filter.rs:44:44 [INFO] [stderr] 43: 0x561e889260dc - core::ops::function::impls:: for &mut F>::call_mut::ha449db3a115d14b1 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 44: 0x561e8893de6d - core::iter::traits::iterator::Iterator::try_fold::he0116c1333775313 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/traits/iterator.rs:2109:21 [INFO] [stderr] 45: 0x561e88938c9e - as core::iter::traits::iterator::Iterator>::try_fold::h6afcfe4e9f6fb911 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/adapters/chain.rs:104:19 [INFO] [stderr] 46: 0x561e88926416 - as core::iter::traits::iterator::Iterator>::try_fold::he25b139107c561d9 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/adapters/filter.rs:93:9 [INFO] [stderr] 47: 0x561e8892681b - core::iter::traits::iterator::Iterator::find_map::hc90efda21aea5dc4 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/traits/iterator.rs:2609:9 [INFO] [stderr] 48: 0x561e889264d9 - as core::iter::traits::iterator::Iterator>::next::h955e7d2d61b49765 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/iter/adapters/filter_map.rs:61:9 [INFO] [stderr] 49: 0x561e8893bf22 - rayon_core::registry::WorkerThread::steal::h0703803b12ca10e6 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.0/src/registry.rs:616:9 [INFO] [stderr] 50: 0x561e8893bbc2 - rayon_core::registry::WorkerThread::wait_until_cold::{{closure}}::h051a67716215f430 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.0/src/registry.rs:564:48 [INFO] [stderr] 51: 0x561e889252f5 - core::option::Option::or_else::h13db5215bbc54d8c [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/option.rs:1348:21 [INFO] [stderr] 52: 0x561e8893b91c - rayon_core::registry::WorkerThread::wait_until_cold::he74c138eda36bbde [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.0/src/registry.rs:563:32 [INFO] [stderr] 53: 0x561e8893b3b3 - rayon_core::registry::WorkerThread::wait_until::h57ab7d7307cf24f4 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.0/src/registry.rs:543:13 [INFO] [stderr] 54: 0x561e8893c601 - rayon_core::registry::main_loop::he5630e61adef50e3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.0/src/registry.rs:674:5 [INFO] [stderr] 55: 0x561e8893a9cc - rayon_core::registry::Registry::new::{{closure}}::h62bd5fe5700e8fa7 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.0/src/registry.rs:134:54 [INFO] [stderr] 56: 0x561e8892eeae - std::sys_common::backtrace::__rust_begin_short_backtrace::h79b9a08e55cb5660 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stderr] 57: 0x561e88932d42 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h102d85a44c115b07 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stderr] 58: 0x561e88934dc2 - as core::ops::function::FnOnce<()>>::call_once::ha9a92cf6ca2210bd [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 59: 0x561e88933f44 - std::panicking::try::do_call::h614fff6265dfc436 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stderr] 60: 0x561e889341eb - __rust_try [INFO] [stderr] 61: 0x561e88933e30 - std::panicking::try::hea8cd95e914dde50 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stderr] 62: 0x561e88926742 - std::panic::catch_unwind::hd2482cbcac7254d9 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stderr] 63: 0x561e88932b41 - std::thread::Builder::spawn_unchecked_::{{closure}}::hc2fcdc8c607cf199 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stderr] 64: 0x561e8892746f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h407c23f0abcfc3b3 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 65: 0x561e889c3ec3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stderr] 66: 0x561e889c3ec3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stderr] 67: 0x561e889c3ec3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stderr] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 68: 0x7ff548a06609 - start_thread [INFO] [stderr] 69: 0x7ff548925163 - clone [INFO] [stderr] 70: 0x0 - [INFO] running `Command { std: "docker" "inspect" "0763f9ea1233e91f096e38f5794fd96ec5958471850005fa5ca55e19417774b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0763f9ea1233e91f096e38f5794fd96ec5958471850005fa5ca55e19417774b9", kill_on_drop: false }` [INFO] [stdout] 0763f9ea1233e91f096e38f5794fd96ec5958471850005fa5ca55e19417774b9