[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#8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346 for pr-86194 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatter-labs%2Feip1962_cpp" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matter-labs/eip1962_cpp on toolchain 8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "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-6/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" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb8feaddb32ec2286f290db1506ba503055d6b5a16255e5815dea254b8919225 [INFO] running `Command { std: "docker" "start" "-a" "cb8feaddb32ec2286f290db1506ba503055d6b5a16255e5815dea254b8919225", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb8feaddb32ec2286f290db1506ba503055d6b5a16255e5815dea254b8919225", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb8feaddb32ec2286f290db1506ba503055d6b5a16255e5815dea254b8919225", kill_on_drop: false }` [INFO] [stdout] cb8feaddb32ec2286f290db1506ba503055d6b5a16255e5815dea254b8919225 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b870beeafbb64df5da89bdb2fc28043e803ba2fa801bb974020389f94980e3ec [INFO] running `Command { std: "docker" "start" "-a" "b870beeafbb64df5da89bdb2fc28043e803ba2fa801bb974020389f94980e3ec", kill_on_drop: false }` [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [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 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-b6ea49f41b2a3b58/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/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/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/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rsthread ':660:' panicked at '9attempted to leave type `internal::Local` uninitialized, which is invalid [INFO] [stderr] ', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] thread '' panicked at 'attempted to leave type `internal::Local` uninitialized, which is invalid', /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] 0: 0x558dc003d7a0 - std::backtrace_rs::backtrace::libunwind::trace::hfa838fc631229987 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x558dc003d7a0 - std::backtrace_rs::backtrace::trace_unsynchronized::h93a23e36ec026219 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x558dc003d7a0 - std::sys_common::backtrace::_print_fmt::hba56c7f796a4152f [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x558dc003d7a0 - ::fmt::h214637f1e26310e1 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x558dc005d02c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/fmt/mod.rs:1110:17 [INFO] [stderr] 5: 0x558dc003a0b5 - std::io::Write::write_fmt::heb07fc0616bbd06d [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/io/mod.rs:1588:15 [INFO] [stderr] 6: 0x558dc003f9eb - std::sys_common::backtrace::_print::h2c2441c37e894fb5 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x558dc003f9eb - std::sys_common::backtrace::print::h4fb679ac439362ea [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x558dc003f9eb - std::panicking::default_hook::{{closure}}::h56bbadec2356e5d2 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x558dc003f4c1 - std::panicking::default_hook::hb25822b45f6fdc4e [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x558dc00400b4 - std::panicking::rust_panic_with_hook::h4da5578e7277d2d4 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/panicking.rs:622:17 [INFO] [stderr] 11: 0x558dc003fb67 - std::panicking::begin_panic_handler::{{closure}}::h003783ddb3cba4e8 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/panicking.rs:517:13 [INFO] [stderr] 12: 0x558dc003dc7c - std::sys_common::backtrace::__rust_end_short_backtrace::hd138d2032731ed21 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x558dc003faf9 - rust_begin_unwind [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/panicking.rs:515:5 [INFO] [stderr] 14: 0x558dbff963d1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x558dbff9631d - core::panicking::panic::h3de4db67bd397eb3 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/panicking.rs:50:5 [INFO] [stderr] 16: 0x558dc0011e43 - core::mem::uninitialized::h710e83bb209225a8 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] 17: 0x558dc0011e43 - >::entry_of::hc4db3b57c480c6a2 [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: 0x558dc0012270 - crossbeam_epoch::sync::list::List::insert::h97e7258b73bebaa9 [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: 0x558dc00112a5 - crossbeam_epoch::internal::Local::register::hfc1066eb68681025 [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: 0x558dc001b23e - crossbeam_epoch::collector::Collector::register::hff23d1793fded189 [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: 0x558dc0014be1 - crossbeam_epoch::default::HANDLE::__init::h2761580d5759e8d2 [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: 0x558dc0013c09 - core::ops::function::FnOnce::call_once::hf588412359d17192 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 23: 0x558dc00138fb - std::thread::local::lazy::LazyKeyInner::initialize::h3dd85ad8e0797b72 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/thread/local.rs:432:25 [INFO] [stderr] 24: 0x558dc0012960 - std::thread::local::fast::Key::try_initialize::h4673fc6e7258edff [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/thread/local.rs:610:31 [INFO] [stderr] 25: 0x558dc0012aa7 - std::thread::local::fast::Key::get::h39f450266c76b5e6 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/thread/local.rs:593:29 [INFO] [stderr] 26: 0x558dbffe51fd - crossbeam_epoch::default::HANDLE::__getit::hbb766d0957d06dd1 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/thread/local.rs:311:26 [INFO] [stderr] 27: 0x558dbfffa905 - std::thread::local::LocalKey::try_with::h3a62c26e41f739e6 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/thread/local.rs:399:32 [INFO] [stderr] 28: 0x558dbffe4f93 - crossbeam_epoch::default::with_handle::h7fc3986c596a5a0a [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: 0x558dbffe5217 - crossbeam_epoch::default::is_pinned::he1401aa6e5e3ef07 [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: 0x558dbffeab60 - crossbeam_deque::Stealer::steal::hfe2cb7c7c698faa6 [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: 0x558dc0003fad - rayon_core::registry::WorkerThread::steal::{{closure}}::h83fd5e66394c3c8b [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: 0x558dc0000d8b - core::ops::function::impls:: for &mut F>::call_mut::h83ed8b0eb0446561 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 33: 0x558dbfffcc21 - core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::hb96b67d8ee0c2b67 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/iter/traits/iterator.rs:2350:32 [INFO] [stderr] 34: 0x558dbffef5c1 - core::iter::adapters::filter::filter_try_fold::{{closure}}::heae639b776bed8b2 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/iter/adapters/filter.rs:44:44 [INFO] [stderr] 35: 0x558dbffef3ec - core::ops::function::impls:: for &mut F>::call_mut::had01c54215965ea0 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 36: 0x558dbfff70e9 - core::iter::traits::iterator::Iterator::try_fold::hf5d6eff8cf5015f1 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/iter/traits/iterator.rs:1972:21 [INFO] [stderr] 37: 0x558dc0004cd4 - as core::iter::traits::iterator::Iterator>::try_fold::hfac3d32eb2373f0b [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/iter/adapters/chain.rs:104:19 [INFO] [stderr] 38: 0x558dbffeee5c - as core::iter::traits::iterator::Iterator>::try_fold::h62d46f75ce6b845d [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/iter/adapters/filter.rs:93:9 [INFO] [stderr] 39: 0x558dbffef49b - core::iter::traits::iterator::Iterator::find_map::had80dcaa49b0ee12 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/iter/traits/iterator.rs:2356:9 [INFO] [stderr] 40: 0x558dc0005019 - as core::iter::traits::iterator::Iterator>::next::hef0ccc4ccf71ebc2 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/iter/adapters/filter_map.rs:61:9 [INFO] [stderr] 41: 0x558dc0003ee2 - rayon_core::registry::WorkerThread::steal::h4fb4ea2ae83f25ca [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: 0x558dc0003c22 - rayon_core::registry::WorkerThread::wait_until_cold::{{closure}}::he7871c9af1a69054 [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: 0x558dbffe7691 - core::option::Option::or_else::h5648792325755b63 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/option.rs:790:21 [INFO] [stderr] 44: 0x558dc00038fa - rayon_core::registry::WorkerThread::wait_until_cold::hfdae60d55bdde3e7 [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: 0x558dc000340f - rayon_core::registry::WorkerThread::wait_until::hb50bd3b99c54de18 [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: 0x558dc00045f7 - rayon_core::registry::main_loop::h15f8a011105862a3 [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: 0x558dc000105d - rayon_core::registry::ThreadBuilder::run::h66c6a142308c6007 [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: 0x558dc000158d - ::spawn::{{closure}}::h4c9ad186a30541d6 [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: 0x558dbfff64e0 - std::sys_common::backtrace::__rust_begin_short_backtrace::h1c8b9d46fd2035d6 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 50: 0x558dbffffccd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2092b43d17da6b66 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/thread/mod.rs:481:17 [INFO] [stderr] 51: 0x558dbffeed91 - as core::ops::function::FnOnce<()>>::call_once::hc34c4e3f43c911b4 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/panic.rs:347:9 [INFO] [stderr] 52: 0x558dbfff43fc - std::panicking::try::do_call::h98d8a5c29ca70eb7 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/panicking.rs:401:40 [INFO] [stderr] 53: 0x558dbfff649d - __rust_try [INFO] [stderr] 54: 0x558dbfff40d7 - std::panicking::try::h56e079fac4561e84 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/panicking.rs:365:19 [INFO] [stderr] 55: 0x558dbffef291 - std::panic::catch_unwind::ha098fa4b436cb6a0 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/panic.rs:434:14 [INFO] [stderr] 56: 0x558dbffffadc - std::thread::Builder::spawn_unchecked::{{closure}}::hf1fc029d7bb9c591 [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/thread/mod.rs:480:30 [INFO] [stderr] 57: 0x558dbfffaf0f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h802c2f5b809292bc [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 58: 0x558dc0045d97 - as core::ops::function::FnOnce>::call_once::hd1f9b751a68dd2ac [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/alloc/src/boxed.rs:1575:9 [INFO] [stderr] 59: 0x558dc0045d97 - as core::ops::function::FnOnce>::call_once::h22d732940e85619f [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/alloc/src/boxed.rs:1575:9 [INFO] [stderr] 60: 0x558dc0045d97 - std::sys::unix::thread::Thread::new::thread_start::h04c7a9e17ed1032c [INFO] [stderr] at /rustc/8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stderr] 61: 0x7fa8ec450609 - start_thread [INFO] [stderr] 62: 0x7fa8ec371293 - clone [INFO] [stderr] 63: 0x0 - [INFO] [stderr] Rayon: detected unexpected panic; aborting [INFO] running `Command { std: "docker" "inspect" "b870beeafbb64df5da89bdb2fc28043e803ba2fa801bb974020389f94980e3ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b870beeafbb64df5da89bdb2fc28043e803ba2fa801bb974020389f94980e3ec", kill_on_drop: false }` [INFO] [stdout] b870beeafbb64df5da89bdb2fc28043e803ba2fa801bb974020389f94980e3ec