[INFO] cloning repository https://github.com/krishnakumar4a4/desync-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/krishnakumar4a4/desync-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishnakumar4a4%2Fdesync-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishnakumar4a4%2Fdesync-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3b9a91296ad9944aecc6f679218d8a6e1080abd6 [INFO] testing krishnakumar4a4/desync-rs against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrishnakumar4a4%2Fdesync-rs" "/workspace/builds/worker-86/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-86/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/krishnakumar4a4/desync-rs on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/krishnakumar4a4/desync-rs [INFO] finished tweaking git repo https://github.com/krishnakumar4a4/desync-rs [INFO] tweaked toml for git repo https://github.com/krishnakumar4a4/desync-rs written to /workspace/builds/worker-86/source/Cargo.toml [INFO] crate git repo https://github.com/krishnakumar4a4/desync-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d53c8aa51614bc0dc7133ae8110b998ec11fb3afb44daf195aac52941778b87e [INFO] running `Command { std: "docker" "start" "-a" "d53c8aa51614bc0dc7133ae8110b998ec11fb3afb44daf195aac52941778b87e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d53c8aa51614bc0dc7133ae8110b998ec11fb3afb44daf195aac52941778b87e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d53c8aa51614bc0dc7133ae8110b998ec11fb3afb44daf195aac52941778b87e", kill_on_drop: false }` [INFO] [stdout] d53c8aa51614bc0dc7133ae8110b998ec11fb3afb44daf195aac52941778b87e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-86/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ee5a9f52ed98dbc4b33d0d729fcbda2400e0e8dc84570a1c5565261337aef8c [INFO] running `Command { std: "docker" "start" "-a" "3ee5a9f52ed98dbc4b33d0d729fcbda2400e0e8dc84570a1c5565261337aef8c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.51 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling futures v0.1.26 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling string v0.1.3 [INFO] [stderr] Compiling arc-swap v0.3.10 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling antidote v1.0.0 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling tokio-trace-core v0.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling tokio-executor v0.1.7 [INFO] [stderr] Compiling tokio-sync v0.1.4 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling http v0.1.17 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling blob v0.2.1 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling serde_yaml v0.8.8 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling cc v1.0.34 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling tokio-threadpool v0.1.13 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling h2 v0.1.18 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] Compiling zstd-sys v1.4.8+zstd.1.3.8 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.18 [INFO] [stderr] error: failed to run custom build command for `zstd-sys v1.4.8+zstd.1.3.8` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/zstd-sys-51346933ab11d3ec/build-script-build` (signal: 11, SIGSEGV: invalid memory reference) [INFO] [stderr] --- stdout [INFO] [stderr] NUM_JOBS = Some("128") [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread '' panicked at 'attempted to leave type `nodrop::NoDrop<(epoch::Epoch, garbage::Bag)>` uninitialized, which is invalid', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/mem/mod.rs:663:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x562c6e270380 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x562c6e270380 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x562c6e270380 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x562c6e270380 - ::fmt::he1640d5f0d93f618 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x562c6e29001c - core::fmt::write::h88012e1f01caeebf [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stderr] 5: 0x562c6e26ca45 - std::io::Write::write_fmt::h360fa85b30182555 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stderr] 6: 0x562c6e27257b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x562c6e27257b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x562c6e27257b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x562c6e272051 - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x562c6e272c44 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stderr] 11: 0x562c6e2726f7 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:517:13 [INFO] [stderr] 12: 0x562c6e27087c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x562c6e272689 - rust_begin_unwind [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stderr] 14: 0x562c6e1aa421 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x562c6e1aa36d - core::panicking::panic::h344f23ad26057b48 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:50:5 [INFO] [stderr] 16: 0x562c6e256dc8 - core::mem::uninitialized::hf04a1650fccaecb9 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/mem/mod.rs:663:9 [INFO] [stderr] 17: 0x562c6e256dc8 - crossbeam_epoch::sync::queue::Queue::new::hefe4b7352ee3a48e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/sync/queue.rs:57:28 [INFO] [stderr] 18: 0x562c6e24d94a - crossbeam_epoch::internal::Global::new::hdf56798bcb306eb8 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/internal.rs:63:20 [INFO] [stderr] 19: 0x562c6e250621 - crossbeam_epoch::collector::Collector::new::h5baf8b33d981a4f1 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/collector.rs:32:38 [INFO] [stderr] 20: 0x562c6e24be6a - ::deref::__static_ref_initialize::h45a5d1f9e9d1b9ae [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/default.rs:12:39 [INFO] [stderr] 21: 0x562c6e24be6a - core::ops::function::FnOnce::call_once::hd86029d419c8d21e [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 22: 0x562c6e250017 - lazy_static::lazy::Lazy::get::{{closure}}::hb120925a82505131 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.3.0/src/inline_lazy.rs:28:29 [INFO] [stderr] 23: 0x562c6e24f34e - std::sync::once::Once::call_once::{{closure}}::h2f22ff464cfff65e [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sync/once.rs:261:41 [INFO] [stderr] 24: 0x562c6e1a9a0c - std::sync::once::Once::call_inner::hde8ba9bafe28b43e [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sync/once.rs:418:21 [INFO] [stderr] 25: 0x562c6e24f2d8 - std::sync::once::Once::call_once::ha97c68d3067028f3 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sync/once.rs:261:9 [INFO] [stderr] 26: 0x562c6e250b36 - lazy_static::lazy::Lazy::get::ha0aace5636e46742 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.3.0/src/inline_lazy.rs:27:9 [INFO] [stderr] 27: 0x562c6e250b36 - ::deref::__stability::h3ddea29526bc29ce [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.3.0/src/lib.rs:138:21 [INFO] [stderr] 28: 0x562c6e250b36 - ::deref::h2c2c1873935476dd [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.3.0/src/lib.rs:140:17 [INFO] [stderr] 29: 0x562c6e250ba1 - crossbeam_epoch::default::HANDLE::__init::h30890080162ee35b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/default.rs:17:29 [INFO] [stderr] 30: 0x562c6e24be49 - core::ops::function::FnOnce::call_once::hca9b89656da7a1d2 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 31: 0x562c6e25314c - std::thread::local::lazy::LazyKeyInner::initialize::h0d71711307856b2f [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:431:25 [INFO] [stderr] 32: 0x562c6e24c920 - std::thread::local::fast::Key::try_initialize::h0c177331bc51859a [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:609:31 [INFO] [stderr] 33: 0x562c6e24ca67 - std::thread::local::fast::Key::get::h14549252af9f25ca [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:592:29 [INFO] [stderr] 34: 0x562c6e21d5ed - crossbeam_epoch::default::HANDLE::__getit::h43bc2c2d679eafad [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:311:26 [INFO] [stderr] 35: 0x562c6e2383a8 - std::thread::local::LocalKey::try_with::h8ddd040055009a29 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:398:32 [INFO] [stderr] 36: 0x562c6e23817f - std::thread::local::LocalKey::with::h51c94cf2dde1cda6 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/local.rs:375:9 [INFO] [stderr] 37: 0x562c6e21d60e - crossbeam_epoch::default::is_pinned::h9b364d84ecfb1e70 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/default.rs:33:5 [INFO] [stderr] 38: 0x562c6e22baf4 - crossbeam_deque::Stealer::steal::h3c0854953ef91abf [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: 0x562c6e2315c3 - rayon_core::registry::WorkerThread::steal::{{closure}}::h7fb0ed37e09f3aad [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:614:27 [INFO] [stderr] 40: 0x562c6e22e84b - core::ops::function::impls:: for &mut F>::call_mut::h79d50988c4fb5f3d [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 41: 0x562c6e21e221 - core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::h6e00c1843fdcaf14 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/traits/iterator.rs:2411:32 [INFO] [stderr] 42: 0x562c6e21f481 - core::iter::adapters::filter::filter_try_fold::{{closure}}::h49d016633ff2b6ab [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/adapters/filter.rs:44:44 [INFO] [stderr] 43: 0x562c6e21f25c - core::ops::function::impls:: for &mut F>::call_mut::h55be6e9317ff6748 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 44: 0x562c6e238d23 - core::iter::traits::iterator::Iterator::try_fold::he2ee173c099841c5 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/traits/iterator.rs:1998:21 [INFO] [stderr] 45: 0x562c6e23777e - as core::iter::traits::iterator::Iterator>::try_fold::hdf3cd7b603a5ead6 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/adapters/chain.rs:104:19 [INFO] [stderr] 46: 0x562c6e21ed9c - as core::iter::traits::iterator::Iterator>::try_fold::h0a3804872765bb74 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/adapters/filter.rs:93:9 [INFO] [stderr] 47: 0x562c6e21f35b - core::iter::traits::iterator::Iterator::find_map::h6aa74d986071c278 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/traits/iterator.rs:2417:9 [INFO] [stderr] 48: 0x562c6e21d579 - as core::iter::traits::iterator::Iterator>::next::hdc7454cba8b5dea6 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/iter/adapters/filter_map.rs:61:9 [INFO] [stderr] 49: 0x562c6e23150e - rayon_core::registry::WorkerThread::steal::hcaab9f0378025a2c [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:608:9 [INFO] [stderr] 50: 0x562c6e231232 - rayon_core::registry::WorkerThread::wait_until_cold::{{closure}}::h26543cdc70dc1a76 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:565:48 [INFO] [stderr] 51: 0x562c6e21c211 - core::option::Option::or_else::h25d3c4151fc7eb8e [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/option.rs:1124:21 [INFO] [stderr] 52: 0x562c6e230f47 - rayon_core::registry::WorkerThread::wait_until_cold::hbb5b9fc17f251412 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:564:32 [INFO] [stderr] 53: 0x562c6e230a6c - rayon_core::registry::WorkerThread::wait_until::h73f801420588dbdd [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:544:13 [INFO] [stderr] 54: 0x562c6e231b4e - rayon_core::registry::main_loop::h0aa39a3a2a81361c [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:666:5 [INFO] [stderr] 55: 0x562c6e22fedc - rayon_core::registry::Registry::new::{{closure}}::hdd722628154187f4 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:135:54 [INFO] [stderr] 56: 0x562c6e2251be - std::sys_common::backtrace::__rust_begin_short_backtrace::h75533319fbdcc661 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 57: 0x562c6e234e22 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h749d74624dec3c74 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stderr] 58: 0x562c6e21d532 - as core::ops::function::FnOnce<()>>::call_once::hd036b97ec9baf012 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stderr] 59: 0x562c6e22c724 - std::panicking::try::do_call::hde4cfc4c6e6273b8 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stderr] 60: 0x562c6e22d0ed - __rust_try [INFO] [stderr] 61: 0x562c6e22c5c0 - std::panicking::try::hfa50e2f0e65263e5 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stderr] 62: 0x562c6e21e022 - std::panic::catch_unwind::he64bc22d88855c77 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stderr] 63: 0x562c6e234c1c - std::thread::Builder::spawn_unchecked::{{closure}}::h3dc49adf7735f4da [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stderr] 64: 0x562c6e22210f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hf64094060b3a1b4f [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 65: 0x562c6e278de7 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stderr] 66: 0x562c6e278de7 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stderr] 67: 0x562c6e278de7 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stderr] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stderr] 68: 0x7f974431c609 - start_thread [INFO] [stderr] 69: 0x7f97440ee293 - clone [INFO] [stderr] 70: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3ee5a9f52ed98dbc4b33d0d729fcbda2400e0e8dc84570a1c5565261337aef8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ee5a9f52ed98dbc4b33d0d729fcbda2400e0e8dc84570a1c5565261337aef8c", kill_on_drop: false }` [INFO] [stdout] 3ee5a9f52ed98dbc4b33d0d729fcbda2400e0e8dc84570a1c5565261337aef8c