[INFO] cloning repository https://github.com/IMTMarburg/mbf_bam [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IMTMarburg/mbf_bam" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIMTMarburg%2Fmbf_bam", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIMTMarburg%2Fmbf_bam'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 833f12b2b02cd83ac88c9bec81cebb32522d3871 [INFO] checking IMTMarburg/mbf_bam against master#b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 for pr-79470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIMTMarburg%2Fmbf_bam" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/IMTMarburg/mbf_bam on toolchain b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/IMTMarburg/mbf_bam [INFO] finished tweaking git repo https://github.com/IMTMarburg/mbf_bam [INFO] tweaked toml for git repo https://github.com/IMTMarburg/mbf_bam written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/IMTMarburg/mbf_bam already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5db56904f319326598a076611f73587238627c5c95f0a34885f114f1e450b0b9 [INFO] running `Command { std: "docker" "start" "-a" "5db56904f319326598a076611f73587238627c5c95f0a34885f114f1e450b0b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5db56904f319326598a076611f73587238627c5c95f0a34885f114f1e450b0b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5db56904f319326598a076611f73587238627c5c95f0a34885f114f1e450b0b9", kill_on_drop: false }` [INFO] [stdout] 5db56904f319326598a076611f73587238627c5c95f0a34885f114f1e450b0b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8d9d091c1ef8a4c19abce7d542b2e4b066272fa11281a2ef85ed005f1548245 [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" "c8d9d091c1ef8a4c19abce7d542b2e4b066272fa11281a2ef85ed005f1548245", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling serde v1.0.90 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling feature-probe v0.1.1 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling pyo3 v0.12.1 [INFO] [stderr] Compiling bio v0.25.0 [INFO] [stderr] Checking bit-vec v0.5.1 [INFO] [stderr] Checking custom_derive v0.1.7 [INFO] [stderr] Checking linear-map v1.2.0 [INFO] [stderr] Checking ieee754 v0.2.6 [INFO] [stderr] Checking bytecount v0.3.2 [INFO] [stderr] Checking crossbeam-utils v0.2.2 [INFO] [stderr] Checking instant v0.1.7 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling fs-utils v1.1.0 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling bv v0.10.0 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Checking bit-set v0.5.1 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Compiling newtype_derive v0.1.6 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking url v2.1.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking itertools-num v0.1.3 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking csv-core v0.1.5 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking statrs v0.9.0 [INFO] [stderr] Checking paste v0.1.18 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Compiling cc v1.0.35 [INFO] [stderr] Compiling openssl-src v111.12.0+1.1.1h [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling lzma-sys v0.1.17 [INFO] [stderr] Compiling bzip2-sys v0.1.9+1.0.8 [INFO] [stderr] Compiling curl-sys v0.4.36+curl-7.71.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling hts-sys v1.10.3 [INFO] [stderr] error: failed to run custom build command for `backtrace-sys v0.1.28` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/backtrace-sys-a6c47799a80dfeb9/build-script-build` (signal: 11, SIGSEGV: invalid memory reference) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-cfg=rbt [INFO] [stderr] NUM_JOBS = Some("14") [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/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55c5044cb140 - std::backtrace_rs::backtrace::libunwind::trace::h746c3e9529d524bc [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x55c5044cb140 - std::backtrace_rs::backtrace::trace_unsynchronized::h86340908ff889faa [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55c5044cb140 - std::sys_common::backtrace::_print_fmt::h43f85f9b18230404 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x55c5044cb140 - ::fmt::hc132ae1a5b5aa7cd [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x55c5044eb46c - core::fmt::write::hdf023a0036d2a25f [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/fmt/mod.rs:1078:17 [INFO] [stderr] 5: 0x55c5044c6bb2 - std::io::Write::write_fmt::h8580846154bcb66a [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/io/mod.rs:1519:15 [INFO] [stderr] 6: 0x55c5044cd4a5 - std::sys_common::backtrace::_print::h7ee55fed88d107a3 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x55c5044cd4a5 - std::sys_common::backtrace::print::h54a7d3e52a524177 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x55c5044cd4a5 - std::panicking::default_hook::{{closure}}::h60921e857bf55a40 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x55c5044ccffa - std::panicking::default_hook::hf0f9afb1017317fc [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x55c5044cdc41 - std::panicking::rust_panic_with_hook::h8d66bf42b407aaea [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/panicking.rs:591:17 [INFO] [stderr] 11: 0x55c5044cd757 - std::panicking::begin_panic_handler::{{closure}}::hde71edcd925d0c5e [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/panicking.rs:495:13 [INFO] [stderr] 12: 0x55c5044cb5fc - std::sys_common::backtrace::__rust_end_short_backtrace::h8a3c7d6cea578919 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x55c5044cd6e9 - rust_begin_unwind [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/panicking.rs:493:5 [INFO] [stderr] 14: 0x55c5044ea841 - core::panicking::panic_fmt::h20225113c4a2f8fd [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x55c5044ea78d - core::panicking::panic::h35b77276aa4b0c12 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/panicking.rs:50:5 [INFO] [stderr] 16: 0x55c5044a97f8 - core::mem::uninitialized::h67247e5cac3b96ba [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] 17: 0x55c5044a97f8 - crossbeam_epoch::sync::queue::Queue::new::h22bfb3d66121079d [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: 0x55c5044a0f6d - crossbeam_epoch::internal::Global::new::hc0d043cb34090d12 [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: 0x55c5044abcc1 - crossbeam_epoch::collector::Collector::new::h95956cf5c9126923 [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: 0x55c5044a43ca - ::deref::__static_ref_initialize::h4cc47022c881bc3a [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: 0x55c5044a43ca - core::ops::function::FnOnce::call_once::hf524d3b35536bbb2 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 22: 0x55c5044ab277 - lazy_static::lazy::Lazy::get::{{closure}}::h32d7353a9c6b0d39 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:31:29 [INFO] [stderr] 23: 0x55c5044acd2f - std::sync::once::Once::call_once::{{closure}}::h94e25fb324497c50 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/sync/once.rs:261:41 [INFO] [stderr] 24: 0x55c5044cace2 - std::sync::once::Once::call_inner::hd35c7f7eb6ec0c08 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/sync/once.rs:419:21 [INFO] [stderr] 25: 0x55c5044acca5 - std::sync::once::Once::call_once::h597f800667875527 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/sync/once.rs:261:9 [INFO] [stderr] 26: 0x55c5044a52c9 - lazy_static::lazy::Lazy::get::h14bec9959236fdea [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/inline_lazy.rs:30:9 [INFO] [stderr] 27: 0x55c5044a52c9 - ::deref::__stability::h4c32c38caa6aea25 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs:142:21 [INFO] [stderr] 28: 0x55c5044a52c9 - ::deref::hc599c0d1521d86dc [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs:144:17 [INFO] [stderr] 29: 0x55c5044a5344 - crossbeam_epoch::default::HANDLE::__init::h38fe8b254bc77c93 [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: 0x55c5044a4359 - core::ops::function::FnOnce::call_once::h7bb7dcde545c1136 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 31: 0x55c5044a41bb - std::thread::local::lazy::LazyKeyInner::initialize::h450dbc08bc72a716 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/thread/local.rs:304:25 [INFO] [stderr] 32: 0x55c5044ab386 - std::thread::local::fast::Key::try_initialize::hcaa7d1a0d2621d3f [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/thread/local.rs:473:31 [INFO] [stderr] 33: 0x55c5044ab4cb - std::thread::local::fast::Key::get::h77fccca84425f4f7 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/thread/local.rs:456:29 [INFO] [stderr] 34: 0x55c5044a538d - crossbeam_epoch::default::HANDLE::__getit::hf2c6881f1f0ad862 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/thread/local.rs:183:26 [INFO] [stderr] 35: 0x55c50447e5cb - std::thread::local::LocalKey::try_with::hb49565914428d1a3 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/thread/local.rs:271:32 [INFO] [stderr] 36: 0x55c50447e44f - std::thread::local::LocalKey::with::hfe66f83067c6350b [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/thread/local.rs:248:9 [INFO] [stderr] 37: 0x55c50447bbd4 - crossbeam_epoch::default::is_pinned::h0d068399198a4b44 [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: 0x55c5044859f4 - crossbeam_deque::Stealer::steal::hd55a1a02eb9c3a26 [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: 0x55c504474c03 - rayon_core::registry::WorkerThread::steal::{{closure}}::h8c53b4316d5e0cfb [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: 0x55c504471d3b - core::ops::function::impls:: for &mut F>::call_mut::hba499942af71ca13 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 41: 0x55c504487371 - core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::h699cbb32f6b6707d [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/iter/traits/iterator.rs:2257:32 [INFO] [stderr] 42: 0x55c50448a2ac - core::iter::adapters::filter::filter_try_fold::{{closure}}::hb60f0ef65b90ae71 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/iter/adapters/filter.rs:43:44 [INFO] [stderr] 43: 0x55c504489ddc - core::ops::function::impls:: for &mut F>::call_mut::haf534ce0ac265b6b [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 44: 0x55c504483183 - core::iter::traits::iterator::Iterator::try_fold::h0e3a672e271950a1 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/iter/traits/iterator.rs:1888:21 [INFO] [stderr] 45: 0x55c50447f972 - as core::iter::traits::iterator::Iterator>::try_fold::h184e4cac6715e483 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/iter/adapters/chain.rs:104:19 [INFO] [stderr] 46: 0x55c504489c96 - as core::iter::traits::iterator::Iterator>::try_fold::hc25c9bc76b209771 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/iter/adapters/filter.rs:92:9 [INFO] [stderr] 47: 0x55c50448a1a1 - core::iter::traits::iterator::Iterator::find_map::hfe43cebcb1c71f12 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/iter/traits/iterator.rs:2263:9 [INFO] [stderr] 48: 0x55c50447fdd6 - as core::iter::traits::iterator::Iterator>::next::h323e1a89239a1615 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/iter/adapters/filter_map.rs:61:9 [INFO] [stderr] 49: 0x55c504474b2e - rayon_core::registry::WorkerThread::steal::h70eeb59625c77a36 [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: 0x55c504474832 - rayon_core::registry::WorkerThread::wait_until_cold::{{closure}}::h59accaa2d75912e7 [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: 0x55c50448f7f3 - core::option::Option::or_else::h43602c1cbc0d8bc1 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/option.rs:786:21 [INFO] [stderr] 52: 0x55c504474544 - rayon_core::registry::WorkerThread::wait_until_cold::h3115d29989a46534 [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: 0x55c5044740c8 - rayon_core::registry::WorkerThread::wait_until::hf29c49cebe1eecd1 [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: 0x55c50447505f - rayon_core::registry::main_loop::h2720b8cbe3f6ef07 [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: 0x55c5044734dd - rayon_core::registry::Registry::new::{{closure}}::h74c75557be0cbd03 [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: 0x55c50447bffe - std::sys_common::backtrace::__rust_begin_short_backtrace::h6d329c383b5e6a34 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 57: 0x55c50447f382 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha01b6dd537ec7daa [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/thread/mod.rs:474:17 [INFO] [stderr] 58: 0x55c504486362 - as core::ops::function::FnOnce<()>>::call_once::hf601edf4a224c5ea [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/panic.rs:322:9 [INFO] [stderr] 59: 0x55c50448e8be - std::panicking::try::do_call::h4058bdb1d5ca8616 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/panicking.rs:379:40 [INFO] [stderr] 60: 0x55c50449014d - __rust_try [INFO] [stderr] 61: 0x55c50448e7e3 - std::panicking::try::hb5e247b25725ab6e [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/panicking.rs:343:19 [INFO] [stderr] 62: 0x55c504486d22 - std::panic::catch_unwind::hcadf4e7db7fb2186 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/panic.rs:396:14 [INFO] [stderr] 63: 0x55c50447f170 - std::thread::Builder::spawn_unchecked::{{closure}}::h83ef3b448022e2a0 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/thread/mod.rs:473:30 [INFO] [stderr] 64: 0x55c50448108f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h413edd37cc9f3176 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 65: 0x55c5044d440a - as core::ops::function::FnOnce>::call_once::hea1090dbdcecbf5a [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/alloc/src/boxed.rs:1327:9 [INFO] [stderr] 66: 0x55c5044d440a - as core::ops::function::FnOnce>::call_once::h8d5723d3912bd325 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/alloc/src/boxed.rs:1327:9 [INFO] [stderr] 67: 0x55c5044d440a - std::sys::unix::thread::Thread::new::thread_start::hc17a425ca2995724 [INFO] [stderr] at /rustc/b7ebc6b0c1ba3c27ebb17c0b496ece778ef11e18/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stderr] 68: 0x7feb8692f609 - start_thread [INFO] [stderr] 69: 0x7feb86850293 - 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" "c8d9d091c1ef8a4c19abce7d542b2e4b066272fa11281a2ef85ed005f1548245", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8d9d091c1ef8a4c19abce7d542b2e4b066272fa11281a2ef85ed005f1548245", kill_on_drop: false }` [INFO] [stdout] c8d9d091c1ef8a4c19abce7d542b2e4b066272fa11281a2ef85ed005f1548245