[INFO] cloning repository https://github.com/matter-labs/eip1962_cpp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matter-labs/eip1962_cpp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatter-labs%2Feip1962_cpp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatter-labs%2Feip1962_cpp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3e8b0ce2214f94b1ed7106b52d639c035dabd108 [INFO] checking matter-labs/eip1962_cpp against master#50e1dc1536264ab71c0850f346b12309477f29f7 for pr-85073 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatter-labs%2Feip1962_cpp" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matter-labs/eip1962_cpp on toolchain 50e1dc1536264ab71c0850f346b12309477f29f7 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+50e1dc1536264ab71c0850f346b12309477f29f7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/matter-labs/eip1962_cpp [INFO] finished tweaking git repo https://github.com/matter-labs/eip1962_cpp [INFO] tweaked toml for git repo https://github.com/matter-labs/eip1962_cpp written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/matter-labs/eip1962_cpp already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+50e1dc1536264ab71c0850f346b12309477f29f7" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+50e1dc1536264ab71c0850f346b12309477f29f7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f8101e8e0b458b5b693c407240621dd120aba2905e7555062ccda48bf2533daa [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" "f8101e8e0b458b5b693c407240621dd120aba2905e7555062ccda48bf2533daa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8101e8e0b458b5b693c407240621dd120aba2905e7555062ccda48bf2533daa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8101e8e0b458b5b693c407240621dd120aba2905e7555062ccda48bf2533daa", kill_on_drop: false }` [INFO] [stdout] f8101e8e0b458b5b693c407240621dd120aba2905e7555062ccda48bf2533daa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+50e1dc1536264ab71c0850f346b12309477f29f7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 978a0dcde1f7437a0fa5e16fdd3b935a8cd4831fd6973ba61662d8bd89860051 [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" "978a0dcde1f7437a0fa5e16fdd3b935a8cd4831fd6973ba61662d8bd89860051", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling eth_pairings_cpp v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `eth_pairings_cpp v0.2.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/eth_pairings_cpp-e68b673c7526806f/build-script-build` (signal: 6, SIGABRT: process abort signal) [INFO] [stderr] --- stdout [INFO] [stderr] NUM_JOBS = Some("32") [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread 'thread '' panicked at '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalidattempted to leave type `internal::Local` uninitialized, which is invalid', ', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs/rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs::660660::9thread ' [INFO] [stderr] 9 [INFO] [stderr] ' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread 'thread 'thread 'thread '' panicked at '' panicked at '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalidattempted to leave type `internal::Local` uninitialized, which is invalidattempted to leave type `internal::Local` uninitialized, which is invalid', ', ' panicked at '', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs/rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs/rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rsattempted to leave type `internal::Local` uninitialized, which is invalid:::', 660660660::9/rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:9 [INFO] [stderr] :9 [INFO] [stderr] [INFO] [stderr] 660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] 0: 0x55fa828f9610 - std::backtrace_rs::backtrace::libunwind::trace::hdcf4f90f85129e83 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x55fa828f9610 - std::backtrace_rs::backtrace::trace_unsynchronized::h2669e30cb82f6732 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55fa828f9610 - std::sys_common::backtrace::_print_fmt::hfbda19e17f6db318 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x55fa828f9610 - ::fmt::h1a8751bf59281272 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x55fa829193ef - core::fmt::write::h7aa6cd0067dca82a [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/fmt/mod.rs:1094:17 [INFO] [stderr] 5: 0x55fa828f5e65 - std::io::Write::write_fmt::hd7dd3a1df9b6befb [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/io/mod.rs:1584:15 [INFO] [stderr] 6: 0x55fa828fb86b - std::sys_common::backtrace::_print::h551e9ec8a9fa8106 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x55fa828fb86b - std::sys_common::backtrace::print::ha4b1c5e95fa040b3 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x55fa828fb86b - std::panicking::default_hook::{{closure}}::h0b34c9ab7fb9f857 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x55fa828fb34d - std::panicking::default_hook::h3067e8318decd17a [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x55fa828fbe1d - std::panicking::rust_panic_with_hook::h81b8facc50f34daa [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/panicking.rs:591:17 [INFO] [stderr] 11: 0x55fa828fb9e7 - std::panicking::begin_panic_handler::{{closure}}::ha376ab85d95a000e [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/panicking.rs:495:13 [INFO] [stderr] 12: 0x55fa828f9acc - std::sys_common::backtrace::__rust_end_short_backtrace::h6795c8afdd1a77e6 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x55fa828fb979 - rust_begin_unwind [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/panicking.rs:493:5 [INFO] [stderr] 14: 0x55fa82855371 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x55fa828552bd - core::panicking::panic::h3de4db67bd397eb3 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/panicking.rs:50:5 [INFO] [stderr] 16: 0x55fa828d4ff3 - core::mem::uninitialized::h3cfa9e4da9094bd4 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] 17: 0x55fa828d4ff3 - >::entry_of::h90fe197f2af0ba6e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/internal.rs:493:59 [INFO] [stderr] 18: 0x55fa828ddcd0 - crossbeam_epoch::sync::list::List::insert::hb21e704360c4f83f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/sync/list.rs:176:29 [INFO] [stderr] 19: 0x55fa828d43f4 - crossbeam_epoch::internal::Local::register::hf111a9ca52b53ae0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/internal.rs:291:13 [INFO] [stderr] 20: 0x55fa828ddafe - crossbeam_epoch::collector::Collector::register::ha8ff0a1dea4d364e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/collector.rs:39:9 [INFO] [stderr] 21: 0x55fa828d8851 - crossbeam_epoch::default::HANDLE::__init::h8813c02ba0569570 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/default.rs:17:34 [INFO] [stderr] 22: 0x55fa828d70f9 - core::ops::function::FnOnce::call_once::hb795857f9aaad0da [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 23: 0x55fa828d6deb - std::thread::local::lazy::LazyKeyInner::initialize::h201cd99cc9e01745 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/thread/local.rs:408:25 [INFO] [stderr] 24: 0x55fa828d546a - std::thread::local::fast::Key::try_initialize::hcf1351bd6953de4b [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/thread/local.rs:586:31 [INFO] [stderr] 25: 0x55fa828d55bc - std::thread::local::fast::Key::get::h14fac989cd16df56 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/thread/local.rs:569:29 [INFO] [stderr] 26: 0x55fa828d887d - crossbeam_epoch::default::HANDLE::__getit::h84d883559f5d36b1 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/thread/local.rs:287:26 [INFO] [stderr] 27: 0x55fa828b8f15 - std::thread::local::LocalKey::try_with::h3b947e7164258214 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/thread/local.rs:375:32 [INFO] [stderr] 28: 0x55fa828b8563 - crossbeam_epoch::default::with_handle::he98db9668e84cfff [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/default.rs:42:5 [INFO] [stderr] 29: 0x55fa828b87b7 - crossbeam_epoch::default::is_pinned::h5642b705af1aa249 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.7.1/src/default.rs:29:5 [INFO] [stderr] 30: 0x55fa828bdb70 - crossbeam_deque::Stealer::steal::h030111bab7d323aa [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.6.3/src/lib.rs:660:12 [INFO] [stderr] 31: 0x55fa828c23ad - rayon_core::registry::WorkerThread::steal::{{closure}}::hbcb1c44bb15e5763 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:764:27 [INFO] [stderr] 32: 0x55fa828bf13b - core::ops::function::impls:: for &mut F>::call_mut::h147a48f2d6c3d595 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 33: 0x55fa828b7811 - core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::h665ef3bf6a69232e [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/iter/traits/iterator.rs:2384:32 [INFO] [stderr] 34: 0x55fa828ab5ae - core::iter::adapters::filter::filter_try_fold::{{closure}}::ha0676ccdedbbce64 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/iter/adapters/filter.rs:44:44 [INFO] [stderr] 35: 0x55fa828aadac - core::ops::function::impls:: for &mut F>::call_mut::hdcb3705651fde15d [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 36: 0x55fa828b7999 - core::iter::traits::iterator::Iterator::try_fold::h8bebb841785bac0d [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/iter/traits/iterator.rs:2006:21 [INFO] [stderr] 37: 0x55fa828bc38f - as core::iter::traits::iterator::Iterator>::try_fold::h7483d65bffdb898f [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/iter/adapters/chain.rs:104:19 [INFO] [stderr] 38: 0x55fa828aa3bc - as core::iter::traits::iterator::Iterator>::try_fold::h6d50a42b6512e00f [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/iter/adapters/filter.rs:93:9 [INFO] [stderr] 39: 0x55fa828ab4cb - core::iter::traits::iterator::Iterator::find_map::hf96655b1c07d385a [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/iter/traits/iterator.rs:2390:9 [INFO] [stderr] 40: 0x55fa828bc709 - as core::iter::traits::iterator::Iterator>::next::h514f292591a774fa [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/iter/adapters/filter_map.rs:61:9 [INFO] [stderr] 41: 0x55fa828c22e3 - rayon_core::registry::WorkerThread::steal::h0abfc36d66b99527 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:758:9 [INFO] [stderr] 42: 0x55fa828c2032 - rayon_core::registry::WorkerThread::wait_until_cold::{{closure}}::hebf408bb34afb3fc [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:714:29 [INFO] [stderr] 43: 0x55fa828aefef - core::option::Option::or_else::hf56898d9a7e41ee8 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/option.rs:788:21 [INFO] [stderr] 44: 0x55fa828c18ff - rayon_core::registry::WorkerThread::wait_until_cold::hdd334a66e7d9755c [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:712:32 [INFO] [stderr] 45: 0x55fa828c181e - rayon_core::registry::WorkerThread::wait_until::h9bfbbed26f291dfb [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:692:13 [INFO] [stderr] 46: 0x55fa828c28b4 - rayon_core::registry::main_loop::h5c0d76d68dfd4d28 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:812:5 [INFO] [stderr] 47: 0x55fa828bf44d - rayon_core::registry::ThreadBuilder::run::hbf072c4832d37a10 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:58:18 [INFO] [stderr] 48: 0x55fa828bf9bd - ::spawn::{{closure}}::h7de443f45166dec2 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.5.0/src/registry.rs:103:20 [INFO] [stderr] 49: 0x55fa828a3fb0 - std::sys_common::backtrace::__rust_begin_short_backtrace::h925a205aa1c4ed0f [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 50: 0x55fa828b9fad - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h11d30079a3def034 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/thread/mod.rs:481:17 [INFO] [stderr] 51: 0x55fa828a8d41 - as core::ops::function::FnOnce<()>>::call_once::h8069113593ea8bae [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/panic.rs:344:9 [INFO] [stderr] 52: 0x55fa828a45ec - std::panicking::try::do_call::h8d78f965c813da3c [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/panicking.rs:379:40 [INFO] [stderr] 53: 0x55fa828a674d - __rust_try [INFO] [stderr] 54: 0x55fa828a42c7 - std::panicking::try::h0e20c7a4a092214b [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/panicking.rs:343:19 [INFO] [stderr] 55: 0x55fa828a91d1 - std::panic::catch_unwind::hd43368dd68f4d88a [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/panic.rs:431:14 [INFO] [stderr] 56: 0x55fa828b9db1 - std::thread::Builder::spawn_unchecked::{{closure}}::hf01025fcf3c7941e [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/thread/mod.rs:480:30 [INFO] [stderr] 57: 0x55fa828b579f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h767e3e12d7ab7317 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 58: 0x55fa82901517 - as core::ops::function::FnOnce>::call_once::h3aa31cb6360b59d9 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/alloc/src/boxed.rs:1575:9 [INFO] [stderr] 59: 0x55fa82901517 - as core::ops::function::FnOnce>::call_once::h7719d3c7c5841461 [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/alloc/src/boxed.rs:1575:9 [INFO] [stderr] 60: 0x55fa82901517 - std::sys::unix::thread::Thread::new::thread_start::hfbe13ead469fd0bc [INFO] [stderr] at /rustc/50e1dc1536264ab71c0850f346b12309477f29f7/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stderr] 61: 0x7f8dcd870609 - start_thread [INFO] [stderr] 62: 0x7f8dcd791293 - clone [INFO] [stderr] 63: 0x0 - [INFO] [stderr] Rayon: detected unexpected panic; aborting [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: [INFO] running `Command { std: "docker" "inspect" "978a0dcde1f7437a0fa5e16fdd3b935a8cd4831fd6973ba61662d8bd89860051", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "978a0dcde1f7437a0fa5e16fdd3b935a8cd4831fd6973ba61662d8bd89860051", kill_on_drop: false }` [INFO] [stdout] 978a0dcde1f7437a0fa5e16fdd3b935a8cd4831fd6973ba61662d8bd89860051