[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 try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatter-labs%2Feip1962_cpp" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matter-labs/eip1962_cpp on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", 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-7/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" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 681a10e4f84ce6ab72e68c2860ce07a9ec0195e0aea2567d5b1de37bb75cc78e [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" "681a10e4f84ce6ab72e68c2860ce07a9ec0195e0aea2567d5b1de37bb75cc78e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "681a10e4f84ce6ab72e68c2860ce07a9ec0195e0aea2567d5b1de37bb75cc78e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "681a10e4f84ce6ab72e68c2860ce07a9ec0195e0aea2567d5b1de37bb75cc78e", kill_on_drop: false }` [INFO] [stdout] 681a10e4f84ce6ab72e68c2860ce07a9ec0195e0aea2567d5b1de37bb75cc78e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ae7012d179e1caec0af9c069874a9296094e007faf600f780ff7aea4e951999 [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" "0ae7012d179e1caec0af9c069874a9296094e007faf600f780ff7aea4e951999", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling arrayvec v0.4.11 [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 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-e0861d031d67243d/build-script-build` (signal: 6, SIGABRT: process abort signal) [INFO] [stderr] --- stdout [INFO] [stderr] NUM_JOBS = Some("16") [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread 'thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] ' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] 0: 0x559bbd818c00 - std::backtrace_rs::backtrace::libunwind::trace::h448c56741b6011d3 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stderr] 1: 0x559bbd818c00 - std::backtrace_rs::backtrace::trace_unsynchronized::h2d26397c5720fdbb [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x559bbd818c00 - std::sys_common::backtrace::_print_fmt::h720a2f61f75b9f58 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x559bbd818c00 - ::fmt::h8d62bbfda6d5c836 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x559bbd8385cc - core::fmt::write::h1857a60b204f1b6a [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/fmt/mod.rs:1078:17 [INFO] [stderr] 5: 0x559bbd814652 - std::io::Write::write_fmt::h16a9fe7680ac245c [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/io/mod.rs:1516:15 [INFO] [stderr] 6: 0x559bbd81b545 - std::sys_common::backtrace::_print::h9ba51a6db618de7d [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x559bbd81b545 - std::sys_common::backtrace::print::h5f20e41c85e91716 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x559bbd81b545 - std::panicking::default_hook::{{closure}}::h5b7294ca19e8edab [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x559bbd81b09a - std::panicking::default_hook::hb3948d1f74b6ff4c [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x559bbd81bce1 - std::panicking::rust_panic_with_hook::h55d23fef0ad751bc [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:591:17 [INFO] [stderr] 11: 0x559bbd81b7f7 - std::panicking::begin_panic_handler::{{closure}}::h56ae74c6dea6e141 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:495:13 [INFO] [stderr] 12: 0x559bbd81909c - std::sys_common::backtrace::__rust_end_short_backtrace::h3c4721f56689fae4 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x559bbd81b789 - rust_begin_unwind [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:493:5 [INFO] [stderr] 14: 0x559bbd837971 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x559bbd8378bd - core::panicking::panic::h5d1c61fed2502a5f [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/panicking.rs:50:5 [INFO] [stderr] 16: 0x559bbd7ec289 - core::mem::uninitialized::hd117ce92556b7f7e [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/mem/mod.rs:659:9 [INFO] [stderr] 17: 0x559bbd7ec289 - >::entry_of::h9dd098de0285be7d [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: 0x559bbd7f3673 - crossbeam_epoch::sync::list::List::insert::hb35e5b4389a378b5 [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: 0x559bbd7eb2d0 - crossbeam_epoch::internal::Local::register::h8f28db34b37dc461 [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: 0x559bbd7f6a1e - crossbeam_epoch::collector::Collector::register::h49919d348442186a [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: 0x559bbd7f0974 - crossbeam_epoch::default::HANDLE::__init::h720a25fd48ad9f4d [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: 0x559bbd7ee0e9 - core::ops::function::FnOnce::call_once::h5990637ee8923a2b [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 23: 0x559bbd7f62ec - std::thread::local::lazy::LazyKeyInner::initialize::h1bddc47bc5bd2e13 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/thread/local.rs:304:25 [INFO] [stderr] 24: 0x559bbd7f1006 - std::thread::local::fast::Key::try_initialize::h5e17ae6f2d4598c4 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/thread/local.rs:473:31 [INFO] [stderr] 25: 0x559bbd7f114b - std::thread::local::fast::Key::get::h260e452b69b4c95c [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/thread/local.rs:456:29 [INFO] [stderr] 26: 0x559bbd7f09ad - crossbeam_epoch::default::HANDLE::__getit::hd0b470fadc7ced48 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/thread/local.rs:183:26 [INFO] [stderr] 27: 0x559bbd7ccf65 - std::thread::local::LocalKey::try_with::hd51f6416f5f8b9ee [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/thread/local.rs:271:32 [INFO] [stderr] 28: 0x559bbd7bfc93 - crossbeam_epoch::default::with_handle::h491cdca64cbbce85 [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: 0x559bbd7bff6a - crossbeam_epoch::default::is_pinned::hc457bab638e376a4 [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: 0x559bbd7df7c1 - crossbeam_deque::Stealer::steal::h28e096b531e1962a [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: 0x559bbd7beb4a - rayon_core::registry::WorkerThread::steal::{{closure}}::h6a152b6bea1fdac4 [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: 0x559bbd7bb7eb - core::ops::function::impls:: for &mut F>::call_mut::h53c2c92e7875049f [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 33: 0x559bbd7c9aa1 - core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::heb409112b3f3d76e [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/iter/traits/iterator.rs:2257:32 [INFO] [stderr] 34: 0x559bbd7cd87c - core::iter::adapters::filter_try_fold::{{closure}}::h413dd38336d221a3 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/iter/adapters/mod.rs:1078:44 [INFO] [stderr] 35: 0x559bbd7cd1ac - core::ops::function::impls:: for &mut F>::call_mut::hed66ad9fdc8bf9ea [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 36: 0x559bbd7c9ea3 - core::iter::traits::iterator::Iterator::try_fold::h69f8a9a2cdc5d430 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/iter/traits/iterator.rs:1888:21 [INFO] [stderr] 37: 0x559bbd7bf8f2 - as core::iter::traits::iterator::Iterator>::try_fold::h3d8bd9d10064ca8f [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/iter/adapters/chain.rs:105:19 [INFO] [stderr] 38: 0x559bbd7cc456 - as core::iter::traits::iterator::Iterator>::try_fold::he9259e0d06b4d3be [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/iter/adapters/mod.rs:1127:9 [INFO] [stderr] 39: 0x559bbd7cd511 - core::iter::traits::iterator::Iterator::find_map::hbdf9e4819ec57922 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/iter/traits/iterator.rs:2263:9 [INFO] [stderr] 40: 0x559bbd7cc4c6 - as core::iter::traits::iterator::Iterator>::next::h41bd435b7c2000ac [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/iter/adapters/mod.rs:1245:9 [INFO] [stderr] 41: 0x559bbd7bea6b - rayon_core::registry::WorkerThread::steal::h2a3a1fbfa92cc497 [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: 0x559bbd7be772 - rayon_core::registry::WorkerThread::wait_until_cold::{{closure}}::ha28cd9a6182a22e4 [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: 0x559bbd7d8873 - core::option::Option::or_else::he566bff223d8ad95 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/option.rs:786:21 [INFO] [stderr] 44: 0x559bbd7be0a6 - rayon_core::registry::WorkerThread::wait_until_cold::h6bb09231402c33ce [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: 0x559bbd7bdfcb - rayon_core::registry::WorkerThread::wait_until::h52bb94e639280eeb [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: 0x559bbd7bf041 - rayon_core::registry::main_loop::hbbb5abf6eece3d3c [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: 0x559bbd7bbc10 - rayon_core::registry::ThreadBuilder::run::h318666184f4aed50 [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: 0x559bbd7bc171 - ::spawn::{{closure}}::h1c1d8f8ee622280c [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: 0x559bbd7c0435 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdd492de9b994247c [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 50: 0x559bbd7c1401 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3792a5efa921184b [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/thread/mod.rs:475:17 [INFO] [stderr] 51: 0x559bbd7d7321 - as core::ops::function::FnOnce<()>>::call_once::hc96032e7c8998a37 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panic.rs:322:9 [INFO] [stderr] 52: 0x559bbd7c2ab2 - std::panicking::try::do_call::h1a2dfd92da6e19ca [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:379:40 [INFO] [stderr] 53: 0x559bbd7c41cd - __rust_try [INFO] [stderr] 54: 0x559bbd7c28f4 - std::panicking::try::h4cd9bedf9e047099 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panicking.rs:343:19 [INFO] [stderr] 55: 0x559bbd7d7993 - std::panic::catch_unwind::h2f07948d8210fe3e [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/panic.rs:396:14 [INFO] [stderr] 56: 0x559bbd7c11f0 - std::thread::Builder::spawn_unchecked::{{closure}}::hcd8b56017cc0a171 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/thread/mod.rs:474:30 [INFO] [stderr] 57: 0x559bbd7c7a5f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd27389a3aa83085b [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 58: 0x559bbd82312a - as core::ops::function::FnOnce>::call_once::h9e7afb7a0a438236 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/alloc/src/boxed.rs:1307:9 [INFO] [stderr] 59: 0x559bbd82312a - as core::ops::function::FnOnce>::call_once::h70c646c4271337a1 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/alloc/src/boxed.rs:1307:9 [INFO] [stderr] 60: 0x559bbd82312a - std::sys::unix::thread::Thread::new::thread_start::h35d2b8d36f210d02 [INFO] [stderr] at /rustc/3e22d1f9053c0fc87629b3c6d5d9567856368e5d/library/std/src/sys/unix/thread.rs:89:17 [INFO] [stderr] 61: 0x7fd0fa950609 - start_thread [INFO] [stderr] 62: 0x7fd0fa871293 - clone [INFO] [stderr] 63: 0x0 - [INFO] [stderr] Rayon: detected unexpected panic; aborting [INFO] running `Command { std: "docker" "inspect" "0ae7012d179e1caec0af9c069874a9296094e007faf600f780ff7aea4e951999", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ae7012d179e1caec0af9c069874a9296094e007faf600f780ff7aea4e951999", kill_on_drop: false }` [INFO] [stdout] 0ae7012d179e1caec0af9c069874a9296094e007faf600f780ff7aea4e951999