[INFO] cloning repository https://github.com/wujy-cs/kv_raft_with_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wujy-cs/kv_raft_with_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwujy-cs%2Fkv_raft_with_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwujy-cs%2Fkv_raft_with_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f49003951ab52daf62e5246ccaf5d197a9e0936c [INFO] testing wujy-cs/kv_raft_with_rust against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwujy-cs%2Fkv_raft_with_rust" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wujy-cs/kv_raft_with_rust on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wujy-cs/kv_raft_with_rust [INFO] finished tweaking git repo https://github.com/wujy-cs/kv_raft_with_rust [INFO] tweaked toml for git repo https://github.com/wujy-cs/kv_raft_with_rust written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/wujy-cs/kv_raft_with_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96246afeea3b79910d8b64c511ff673adcce8e55bdfaaf3133ff5bca68d557dc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "96246afeea3b79910d8b64c511ff673adcce8e55bdfaaf3133ff5bca68d557dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96246afeea3b79910d8b64c511ff673adcce8e55bdfaaf3133ff5bca68d557dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96246afeea3b79910d8b64c511ff673adcce8e55bdfaaf3133ff5bca68d557dc", kill_on_drop: false }` [INFO] [stdout] 96246afeea3b79910d8b64c511ff673adcce8e55bdfaaf3133ff5bca68d557dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b0ad1643cb6667bca56992ac3f4b285a2dfa62a5def145006037f2257418afb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5b0ad1643cb6667bca56992ac3f4b285a2dfa62a5def145006037f2257418afb", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling protobuf v2.0.5 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling arrayvec v0.4.8 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling raft v0.4.0 (https://github.com/pingcap/raft-rs.git#40157d82) [INFO] [stderr] Compiling cmake v0.1.35 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling lz4-sys v1.8.0 (https://github.com/busyjay/lz4-rs.git?branch=adjust-build#41509fea) [INFO] [stderr] Compiling bzip2-sys v0.1.7 (https://github.com/alexcrichton/bzip2-rs.git#34265a55) [INFO] [stderr] Compiling snappy-sys v0.1.0 (https://github.com/busyjay/rust-snappy.git?branch=static-link#be021783) [INFO] [stderr] Compiling librocksdb_sys v0.1.0 (https://github.com/pingcap/rust-rocksdb.git#05aaf93f) [INFO] [stderr] Compiling grpcio-sys v0.4.1 [INFO] [stderr] error: failed to run custom build command for `libz-sys v1.0.25` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/libz-sys-d4cc4da87bd7cda6/build-script-build` (signal: 11, SIGSEGV: invalid memory reference) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=LIBZ_SYS_STATIC [INFO] [stderr] cargo:rerun-if-changed=build.rs [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/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x562e1785c890 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stderr] 1: 0x562e1785c890 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x562e1785c890 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x562e1785c890 - ::fmt::he009dcaaa75eed60 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x562e1787c50c - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stderr] 5: 0x562e17858422 - std::io::Write::write_fmt::heb7e50902e98831c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stderr] 6: 0x562e1785f025 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x562e1785f025 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x562e1785f025 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x562e1785ecc8 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:227:9 [INFO] [stderr] 10: 0x562e1785f7c1 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stderr] 11: 0x562e1785f2d7 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:497:13 [INFO] [stderr] 12: 0x562e1785cd4c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x562e1785f269 - rust_begin_unwind [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stderr] 14: 0x562e1787b8b1 - core::panicking::panic_fmt::ha0bb065d9a260792 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x562e1787b7fd - core::panicking::panic::h339b30ca166fd852 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/panicking.rs:50:5 [INFO] [stderr] 16: 0x562e1780f5b8 - core::mem::uninitialized::hec460bfb6f346c15 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] 17: 0x562e1780f5b8 - crossbeam_epoch::sync::queue::Queue::new::h52df585f4a31cb2e [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: 0x562e17806c1d - crossbeam_epoch::internal::Global::new::hd315edcb83e571c6 [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: 0x562e17810cf1 - crossbeam_epoch::collector::Collector::new::h9f2afc16cff200d0 [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: 0x562e1780ad1a - ::deref::__static_ref_initialize::h5288e8ed6c2b6e59 [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: 0x562e1780ad1a - core::ops::function::FnOnce::call_once::h0e33148890741e5b [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 22: 0x562e17810447 - lazy_static::lazy::Lazy::get::{{closure}}::hc65c60ac5579fc85 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/inline_lazy.rs:28:29 [INFO] [stderr] 23: 0x562e17812eef - std::sync::once::Once::call_once::{{closure}}::h8fc7a8bf6087caa7 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sync/once.rs:261:41 [INFO] [stderr] 24: 0x562e1785c512 - std::sync::once::Once::call_inner::hdc9f6065669951cf [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sync/once.rs:419:21 [INFO] [stderr] 25: 0x562e17812e65 - std::sync::once::Once::call_once::h27af82d7cf65d2a3 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sync/once.rs:261:9 [INFO] [stderr] 26: 0x562e1780ba09 - lazy_static::lazy::Lazy::get::h47e6220227cd4070 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/inline_lazy.rs:27:9 [INFO] [stderr] 27: 0x562e1780ba09 - ::deref::__stability::h659f72e676576fe1 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/lib.rs:139:21 [INFO] [stderr] 28: 0x562e1780ba09 - ::deref::h548f42f8284fa28e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/lib.rs:141:17 [INFO] [stderr] 29: 0x562e1780ba84 - crossbeam_epoch::default::HANDLE::__init::h9b0d818f17b631a0 [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: 0x562e1780acf9 - core::ops::function::FnOnce::call_once::h00150b6e774f9a3c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 31: 0x562e17809f0c - std::thread::local::lazy::LazyKeyInner::initialize::hb305b5e90336a28d [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/local.rs:304:25 [INFO] [stderr] 32: 0x562e17812f86 - std::thread::local::fast::Key::try_initialize::hee5294d215c46b16 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/local.rs:473:31 [INFO] [stderr] 33: 0x562e178130cb - std::thread::local::fast::Key::get::h0690ecd95fe1bebd [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/local.rs:456:29 [INFO] [stderr] 34: 0x562e1780bacd - crossbeam_epoch::default::HANDLE::__getit::h737b9cc686957b17 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/local.rs:183:26 [INFO] [stderr] 35: 0x562e177e4e3b - std::thread::local::LocalKey::try_with::hcdc239aadb528b59 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/local.rs:271:32 [INFO] [stderr] 36: 0x562e177e4baf - std::thread::local::LocalKey::with::hea28c24532c83141 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/local.rs:248:9 [INFO] [stderr] 37: 0x562e177e1124 - crossbeam_epoch::default::is_pinned::hd19719a1aff10a40 [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: 0x562e177ecf64 - crossbeam_deque::Stealer::steal::h6b110bc5adee6100 [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: 0x562e177db753 - rayon_core::registry::WorkerThread::steal::{{closure}}::h3bb33d5574504615 [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: 0x562e177d887b - core::ops::function::impls:: for &mut F>::call_mut::h0fbdbbe4fe818740 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 41: 0x562e177eeaf1 - core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::hb66cf9e5618e5df1 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2257:32 [INFO] [stderr] 42: 0x562e177e626c - core::iter::adapters::filter_try_fold::{{closure}}::h93d3fca1550ecee8 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/adapters/mod.rs:1078:44 [INFO] [stderr] 43: 0x562e177e5c9c - core::ops::function::impls:: for &mut F>::call_mut::hff5e67b2122953e7 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 44: 0x562e177ea5b3 - core::iter::traits::iterator::Iterator::try_fold::h75def3dc76801a5c [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:1888:21 [INFO] [stderr] 45: 0x562e177e6e12 - as core::iter::traits::iterator::Iterator>::try_fold::hc0eb4876075daa32 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/adapters/chain.rs:105:19 [INFO] [stderr] 46: 0x562e177e49f6 - as core::iter::traits::iterator::Iterator>::try_fold::he4fd93ecd942ffd0 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/adapters/mod.rs:1127:9 [INFO] [stderr] 47: 0x562e177e5e01 - core::iter::traits::iterator::Iterator::find_map::h347a16aa7dfbe3be [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2263:9 [INFO] [stderr] 48: 0x562e177e4a66 - as core::iter::traits::iterator::Iterator>::next::h544feb51f7ecdc8d [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/adapters/mod.rs:1245:9 [INFO] [stderr] 49: 0x562e177db67e - rayon_core::registry::WorkerThread::steal::h897abaffda40ea4e [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: 0x562e177db382 - rayon_core::registry::WorkerThread::wait_until_cold::{{closure}}::h7dcc0b6b80f531f3 [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: 0x562e177f6a33 - core::option::Option::or_else::h83dcbe89a564fdf8 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/option.rs:786:21 [INFO] [stderr] 52: 0x562e177db094 - rayon_core::registry::WorkerThread::wait_until_cold::he02456a3a4865276 [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: 0x562e177daae8 - rayon_core::registry::WorkerThread::wait_until::h4fa00fff1ec097d8 [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: 0x562e177dbbaf - rayon_core::registry::main_loop::h414e5761e1cebaeb [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: 0x562e177da02d - rayon_core::registry::Registry::new::{{closure}}::haad97156dc06923c [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: 0x562e177e118e - std::sys_common::backtrace::__rust_begin_short_backtrace::ha614d9e17886563f [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 57: 0x562e177e5bd2 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hf5ff3595df364c42 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stderr] 58: 0x562e177ed8b2 - as core::ops::function::FnOnce<()>>::call_once::h15b4afea3cafaa7d [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stderr] 59: 0x562e177f3a3e - std::panicking::try::do_call::hcfee3539f343831f [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stderr] 60: 0x562e177f569d - __rust_try [INFO] [stderr] 61: 0x562e177f3723 - std::panicking::try::h2ab86b5a350e2203 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stderr] 62: 0x562e177ee3d2 - std::panic::catch_unwind::hb831dc6cf74e0ac6 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stderr] 63: 0x562e177e5990 - std::thread::Builder::spawn_unchecked::{{closure}}::h3bbc274585ee737e [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stderr] 64: 0x562e177e7fff - core::ops::function::FnOnce::call_once{{vtable.shim}}::h003877f1b7916e48 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 65: 0x562e17866aba - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stderr] 66: 0x562e17866aba - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stderr] 67: 0x562e17866aba - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stderr] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stderr] 68: 0x7f711baf1609 - start_thread [INFO] [stderr] 69: 0x7f711ba12293 - 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" "5b0ad1643cb6667bca56992ac3f4b285a2dfa62a5def145006037f2257418afb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b0ad1643cb6667bca56992ac3f4b285a2dfa62a5def145006037f2257418afb", kill_on_drop: false }` [INFO] [stdout] 5b0ad1643cb6667bca56992ac3f4b285a2dfa62a5def145006037f2257418afb