[INFO] cloning repository https://github.com/qvntm/nhashmap [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qvntm/nhashmap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqvntm%2Fnhashmap", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqvntm%2Fnhashmap'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d95fce1c1b72a3bb13b392d6ff50cf1d4d5c184f [INFO] testing qvntm/nhashmap against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqvntm%2Fnhashmap" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/qvntm/nhashmap on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/qvntm/nhashmap [INFO] finished tweaking git repo https://github.com/qvntm/nhashmap [INFO] tweaked toml for git repo https://github.com/qvntm/nhashmap written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/qvntm/nhashmap already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93eeb8a5484b1958781521d225910998f50250eecab9b757d9a35b72f309677d [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" "93eeb8a5484b1958781521d225910998f50250eecab9b757d9a35b72f309677d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93eeb8a5484b1958781521d225910998f50250eecab9b757d9a35b72f309677d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93eeb8a5484b1958781521d225910998f50250eecab9b757d9a35b72f309677d", kill_on_drop: false }` [INFO] [stdout] 93eeb8a5484b1958781521d225910998f50250eecab9b757d9a35b72f309677d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8988287bfdb239743f5a43dca892ee918fda8286dde2afd0121032d799321d17 [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" "8988287bfdb239743f5a43dca892ee918fda8286dde2afd0121032d799321d17", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling arr_macro_impl v0.1.3 [INFO] [stderr] Compiling arr_macro v0.1.3 [INFO] [stderr] Compiling nested_map v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 33.80s [INFO] running `Command { std: "docker" "inspect" "8988287bfdb239743f5a43dca892ee918fda8286dde2afd0121032d799321d17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8988287bfdb239743f5a43dca892ee918fda8286dde2afd0121032d799321d17", kill_on_drop: false }` [INFO] [stdout] 8988287bfdb239743f5a43dca892ee918fda8286dde2afd0121032d799321d17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8ef626e761a2548e632ea87deaee032434240c6d2e1c19df1855e0a44c791fe [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" "d8ef626e761a2548e632ea87deaee032434240c6d2e1c19df1855e0a44c791fe", kill_on_drop: false }` [INFO] [stderr] Compiling nested_map v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.42s [INFO] running `Command { std: "docker" "inspect" "d8ef626e761a2548e632ea87deaee032434240c6d2e1c19df1855e0a44c791fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8ef626e761a2548e632ea87deaee032434240c6d2e1c19df1855e0a44c791fe", kill_on_drop: false }` [INFO] [stdout] d8ef626e761a2548e632ea87deaee032434240c6d2e1c19df1855e0a44c791fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4ea66b9bcc76d1d24f0fd970a6e681c35d0a458aad8af467c462512e6a1bce03 [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" "4ea66b9bcc76d1d24f0fd970a6e681c35d0a458aad8af467c462512e6a1bce03", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/nested_map-ac4a7e939f4da3be [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/rustwide/target/debug/deps/basic_test-32f01844723d264a [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test smoke ... ok [INFO] [stdout] test insert_same_bucket ... ok [INFO] [stdout] test insert_rayon ... FAILED [INFO] [stdout] test insert_many ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- insert_rayon stdout ---- [INFO] [stdout] thread '' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(5)`', tests/basic_test.rs:49:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] thread '' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(37505)`', tests/basic_test.rs:49:9 [INFO] [stdout] thread '' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(31260)`', tests/basic_test.rs:49:9 [INFO] [stdout] thread '' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(43830)`', tests/basic_test.rs:49:9 [INFO] [stdout] thread '' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(36120)`', tests/basic_test.rs:49:9 [INFO] [stdout] thread '' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(28710)`', tests/basic_test.rs:49:9 [INFO] [stdout] thread '' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(36325)`', tests/basic_test.rs:49:9 [INFO] [stdout] thread '' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(33185)`', tests/basic_test.rs:49:9 [INFO] [stdout] thread '' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(32115)`', tests/basic_test.rs:49:9 [INFO] [stdout] thread '' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(43980)`', tests/basic_test.rs:49:9 [INFO] [stdout] thread '' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `None`, [INFO] [stdout] right: `Some(31935)`', tests/basic_test.rs:49:9 [INFO] [stdout] 0: 0x555e8270be80 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x555e8270be80 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555e8270be80 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555e8270be80 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555e8272f0dc - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x555e82677196 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x555e82705e4d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x555e8270e5a5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x555e8270e5a5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x555e8270e5a5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x555e8270e1f2 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x555e8270ed41 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x555e8270e887 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x555e8270c33c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x555e8270e7e9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x555e8270e79b - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x555e8266898d - basic_test::insert_rayon::{{closure}}::h8f5e56735f52846c [INFO] [stdout] at /opt/rustwide/workdir/tests/basic_test.rs:49:9 [INFO] [stdout] 17: 0x555e82666899 - core::ops::function::impls:: for &F>::call_mut::h174b50ae62b54e6f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:247:13 [INFO] [stdout] 18: 0x555e8266b00a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h3062e661c7969a32 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:675:29 [INFO] [stdout] 19: 0x555e82675cb0 - core::iter::traits::iterator::Iterator::fold::hc2555bcbdedc5d99 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2023:21 [INFO] [stdout] 20: 0x555e82675e07 - core::iter::traits::iterator::Iterator::for_each::h0872ec75560f8f1a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:678:9 [INFO] [stdout] 21: 0x555e8266952d - as rayon::iter::plumbing::Folder>::consume_iter::hd2c8bf106951b4a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/for_each.rs:55:9 [INFO] [stdout] 22: 0x555e8266b11a - rayon::iter::plumbing::Producer::fold_with::h95c8543c14b74ad3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:110:9 [INFO] [stdout] 23: 0x555e82671395 - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:438:13 [INFO] [stdout] 24: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 25: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 26: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 27: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 28: 0x555e826727ad - __rust_try [INFO] [stdout] 29: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 30: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 31: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 32: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 33: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 34: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 35: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 36: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 37: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 38: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 39: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 40: 0x555e826727ad - __rust_try [INFO] [stdout] 41: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 42: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 43: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 44: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 45: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 46: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 47: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 48: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 49: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 50: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 51: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 52: 0x555e826727ad - __rust_try [INFO] [stdout] 53: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 54: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 55: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 56: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 57: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 58: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 59: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 60: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 61: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 62: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 63: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 64: 0x555e826727ad - __rust_try [INFO] [stdout] 65: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 66: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 68: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 69: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 70: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 71: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 72: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 73: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 74: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 75: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 76: 0x555e826727ad - __rust_try [INFO] [stdout] 77: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 78: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 79: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 80: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 81: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 82: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 83: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 84: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 85: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 86: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 87: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 88: 0x555e826727ad - __rust_try [INFO] [stdout] 89: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 90: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 91: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 92: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 93: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 94: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 95: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 96: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 97: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 98: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 99: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 100: 0x555e826727ad - __rust_try [INFO] [stdout] 101: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 102: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 103: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 104: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 105: 0x555e8266a5dd - rayon_core::registry::Registry::in_worker_cold::{{closure}}::{{closure}}::hb5a4c3e629b40c88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:447:21 [INFO] [stdout] 106: 0x555e82673f44 - as rayon_core::job::Job>::execute::call::{{closure}}::h55ae42dd731887b5 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 107: 0x555e826753e0 - as core::ops::function::FnOnce<()>>::call_once::hd3312496cac90559 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 108: 0x555e826722a0 - std::panicking::try::do_call::h2e773ec26fe9b2b3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 109: 0x555e826727ad - __rust_try [INFO] [stdout] 110: 0x555e82671b10 - std::panicking::try::h0b208a73aec9fb08 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 111: 0x555e82675712 - std::panic::catch_unwind::h5e6c2be971c6c14b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 112: 0x555e826741a2 - rayon_core::unwind::halt_unwinding::h57075a1ae234b390 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 113: 0x555e826734d8 - as rayon_core::job::Job>::execute::h30cbd14fc7939bc3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 114: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 115: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 116: 0x555e826b6108 - rayon_core::registry::WorkerThread::wait_until_cold::h135b9459c4fb794d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 117: 0x555e826b5eeb - rayon_core::registry::WorkerThread::wait_until::h5d53a85a10e46a7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 118: 0x555e826b6f38 - rayon_core::registry::main_loop::haebbf460f4d7ffaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:759:5 [INFO] [stdout] 119: 0x555e826b3e50 - rayon_core::registry::ThreadBuilder::run::he857ab0bf38d8d7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:56:18 [INFO] [stdout] 120: 0x555e826b43b1 - ::spawn::{{closure}}::h097d1d944e4556c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:101:20 [INFO] [stdout] 121: 0x555e826be3b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he248d053eb93e92b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 122: 0x555e826b9d31 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6a3e4e31ccd43a92 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 123: 0x555e826cccf1 - as core::ops::function::FnOnce<()>>::call_once::hef53ac180f135390 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 124: 0x555e826bd0f2 - std::panicking::try::do_call::h436a29a4873ffd4a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 125: 0x555e826be30d - __rust_try [INFO] [stdout] 126: 0x555e826bcef4 - std::panicking::try::h328ed72a0fba9783 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 127: 0x555e826cd2f3 - std::panic::catch_unwind::hbf664c0a2f5f0c55 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 128: 0x555e826b9af0 - std::thread::Builder::spawn_unchecked::{{closure}}::hf9b4efb9a94c2eea [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 129: 0x555e826c39cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0cf60e02049e2a2d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 130: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 131: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 132: 0x555e8271525a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 133: 0x7fb45d9d1609 - start_thread [INFO] [stdout] 134: 0x7fb45d7a3293 - clone [INFO] [stdout] 135: 0x0 - [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555e8270be80 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x555e8270be80 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555e8270be80 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555e8270be80 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555e8272f0dc - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x555e82677196 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x555e82705e4d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x555e8270e5a5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x555e8270e5a5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x555e8270e5a5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x555e8270e1f2 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x555e8270ed41 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x555e8270e887 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x555e8270c33c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x555e8270e7e9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x555e8270e79b - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x555e8266898d - basic_test::insert_rayon::{{closure}}::h8f5e56735f52846c [INFO] [stdout] at /opt/rustwide/workdir/tests/basic_test.rs:49:9 [INFO] [stdout] 17: 0x555e82666899 - core::ops::function::impls:: for &F>::call_mut::h174b50ae62b54e6f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:247:13 [INFO] [stdout] 18: 0x555e8266b00a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h3062e661c7969a32 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:675:29 [INFO] [stdout] 19: 0x555e82675cb0 - core::iter::traits::iterator::Iterator::fold::hc2555bcbdedc5d99 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2023:21 [INFO] [stdout] 20: 0x555e82675e07 - core::iter::traits::iterator::Iterator::for_each::h0872ec75560f8f1a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:678:9 [INFO] [stdout] 21: 0x555e8266952d - as rayon::iter::plumbing::Folder>::consume_iter::hd2c8bf106951b4a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/for_each.rs:55:9 [INFO] [stdout] 22: 0x555e8266b11a - rayon::iter::plumbing::Producer::fold_with::h95c8543c14b74ad3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:110:9 [INFO] [stdout] 23: 0x555e82671395 - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:438:13 [INFO] [stdout] 24: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 25: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 26: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 27: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 28: 0x555e826727ad - __rust_try [INFO] [stdout] 29: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 30: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 31: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 32: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 33: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 34: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 35: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 36: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 37: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 38: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 39: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 40: 0x555e826727ad - __rust_try [INFO] [stdout] 41: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 42: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 43: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 44: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 45: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 46: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 47: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 48: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 49: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 50: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 51: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 52: 0x555e826727ad - __rust_try [INFO] [stdout] 53: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 54: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 55: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 56: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 57: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 58: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 59: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 60: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 61: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 62: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 63: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 64: 0x555e826727ad - __rust_try [INFO] [stdout] 65: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 66: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 68: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 69: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 70: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 71: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 72: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 73: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 74: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 75: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 76: 0x555e826727ad - __rust_try [INFO] [stdout] 77: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 78: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 79: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 80: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 81: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 82: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 83: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 84: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 85: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 86: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 87: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 88: 0x555e826727ad - __rust_try [INFO] [stdout] 89: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 90: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 91: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 92: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 93: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 94: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 95: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 96: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 97: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 98: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 99: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 100: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 101: 0x555e826727ad - __rust_try [INFO] [stdout] 102: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 103: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 104: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 105: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 106: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 107: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 108: 0x555e826b6108 - rayon_core::registry::WorkerThread::wait_until_cold::h135b9459c4fb794d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 109: 0x555e826b5eeb - rayon_core::registry::WorkerThread::wait_until::h5d53a85a10e46a7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 110: 0x555e826b6f38 - rayon_core::registry::main_loop::haebbf460f4d7ffaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:759:5 [INFO] [stdout] 111: 0x555e826b3e50 - rayon_core::registry::ThreadBuilder::run::he857ab0bf38d8d7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:56:18 [INFO] [stdout] 112: 0x555e826b43b1 - ::spawn::{{closure}}::h097d1d944e4556c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:101:20 [INFO] [stdout] 113: 0x555e826be3b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he248d053eb93e92b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 114: 0x555e826b9d31 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6a3e4e31ccd43a92 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 115: 0x555e826cccf1 - as core::ops::function::FnOnce<()>>::call_once::hef53ac180f135390 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 116: 0x555e826bd0f2 - std::panicking::try::do_call::h436a29a4873ffd4a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 117: 0x555e826be30d - __rust_try [INFO] [stdout] 118: 0x555e826bcef4 - std::panicking::try::h328ed72a0fba9783 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 119: 0x555e826cd2f3 - std::panic::catch_unwind::hbf664c0a2f5f0c55 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 120: 0x555e826b9af0 - std::thread::Builder::spawn_unchecked::{{closure}}::hf9b4efb9a94c2eea [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 121: 0x555e826c39cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0cf60e02049e2a2d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 122: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 123: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 124: 0x555e8271525a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 125: 0x7fb45d9d1609 - start_thread [INFO] [stdout] 126: 0x7fb45d7a3293 - clone [INFO] [stdout] 127: 0x0 - [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555e8270be80 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x555e8270be80 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555e8270be80 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555e8270be80 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555e8272f0dc - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x555e82677196 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x555e82705e4d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x555e8270e5a5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x555e8270e5a5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x555e8270e5a5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x555e8270e1f2 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x555e8270ed41 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x555e8270e887 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x555e8270c33c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x555e8270e7e9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x555e8270e79b - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x555e8266898d - basic_test::insert_rayon::{{closure}}::h8f5e56735f52846c [INFO] [stdout] at /opt/rustwide/workdir/tests/basic_test.rs:49:9 [INFO] [stdout] 17: 0x555e82666899 - core::ops::function::impls:: for &F>::call_mut::h174b50ae62b54e6f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:247:13 [INFO] [stdout] 18: 0x555e8266b00a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h3062e661c7969a32 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:675:29 [INFO] [stdout] 19: 0x555e82675cb0 - core::iter::traits::iterator::Iterator::fold::hc2555bcbdedc5d99 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2023:21 [INFO] [stdout] 20: 0x555e82675e07 - core::iter::traits::iterator::Iterator::for_each::h0872ec75560f8f1a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:678:9 [INFO] [stdout] 21: 0x555e8266952d - as rayon::iter::plumbing::Folder>::consume_iter::hd2c8bf106951b4a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/for_each.rs:55:9 [INFO] [stdout] 22: 0x555e8266b11a - rayon::iter::plumbing::Producer::fold_with::h95c8543c14b74ad3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:110:9 [INFO] [stdout] 23: 0x555e82671395 - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:438:13 [INFO] [stdout] 24: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 25: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 26: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 27: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 28: 0x555e826727ad - __rust_try [INFO] [stdout] 29: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 30: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 31: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 32: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 33: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 34: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 35: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 36: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 37: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 38: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 39: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 40: 0x555e826727ad - __rust_try [INFO] [stdout] 41: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 42: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 43: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 44: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 45: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 46: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 47: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 48: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 49: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 50: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 51: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 52: 0x555e826727ad - __rust_try [INFO] [stdout] 53: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 54: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 55: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 56: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 57: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 58: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 59: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 60: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 61: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 62: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 63: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 64: 0x555e826727ad - __rust_try [INFO] [stdout] 65: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 66: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 68: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 69: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 70: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 71: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 72: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 73: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 74: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 75: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 76: 0x555e826727ad - __rust_try [INFO] [stdout] 77: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 78: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 79: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 80: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 81: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 82: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 83: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 84: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 85: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 86: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 87: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 88: 0x555e826727ad - __rust_try [INFO] [stdout] 89: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 90: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 91: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 92: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 93: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 94: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 95: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 96: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 97: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 98: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 99: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 100: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 101: 0x555e826727ad - __rust_try [INFO] [stdout] 102: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 103: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 104: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 105: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 106: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 107: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 108: 0x555e826b64c8 - rayon_core::registry::WorkerThread::wait_until_cold::h20a306c5ddb30c43 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 109: 0x555e826b5dbb - rayon_core::registry::WorkerThread::wait_until::h4b91ed428753bdad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 110: 0x555e8266d9a3 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:180:17 [INFO] [stdout] 111: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 112: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 113: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 114: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 115: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 116: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 117: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 118: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 119: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 120: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 121: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 122: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 123: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 124: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 125: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 126: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 127: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 128: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 129: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 130: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 131: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 132: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 133: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 134: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 135: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 136: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 137: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 138: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 139: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 140: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 141: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 142: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 143: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 144: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 145: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 146: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 147: 0x555e826727ad - __rust_try [INFO] [stdout] 148: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 149: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 150: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 151: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 152: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 153: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 154: 0x555e826b64c8 - rayon_core::registry::WorkerThread::wait_until_cold::h20a306c5ddb30c43 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 155: 0x555e826b5dbb - rayon_core::registry::WorkerThread::wait_until::h4b91ed428753bdad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 156: 0x555e8266d9a3 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:180:17 [INFO] [stdout] 157: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 158: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 159: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 160: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 161: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 162: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 163: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 164: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 165: 0x555e826727ad - __rust_try [INFO] [stdout] 166: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 167: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 168: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 169: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 170: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 171: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 172: 0x555e826b6108 - rayon_core::registry::WorkerThread::wait_until_cold::h135b9459c4fb794d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 173: 0x555e826b5eeb - rayon_core::registry::WorkerThread::wait_until::h5d53a85a10e46a7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 174: 0x555e826b6f38 - rayon_core::registry::main_loop::haebbf460f4d7ffaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:759:5 [INFO] [stdout] 175: 0x555e826b3e50 - rayon_core::registry::ThreadBuilder::run::he857ab0bf38d8d7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:56:18 [INFO] [stdout] 176: 0x555e826b43b1 - ::spawn::{{closure}}::h097d1d944e4556c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:101:20 [INFO] [stdout] 177: 0x555e826be3b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he248d053eb93e92b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 178: 0x555e826b9d31 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6a3e4e31ccd43a92 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 179: 0x555e826cccf1 - as core::ops::function::FnOnce<()>>::call_once::hef53ac180f135390 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 180: 0x555e826bd0f2 - std::panicking::try::do_call::h436a29a4873ffd4a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 181: 0x555e826be30d - __rust_try [INFO] [stdout] 182: 0x555e826bcef4 - std::panicking::try::h328ed72a0fba9783 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 183: 0x555e826cd2f3 - std::panic::catch_unwind::hbf664c0a2f5f0c55 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 184: 0x555e826b9af0 - std::thread::Builder::spawn_unchecked::{{closure}}::hf9b4efb9a94c2eea [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 185: 0x555e826c39cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0cf60e02049e2a2d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 186: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 187: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 188: 0x555e8271525a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 189: 0x7fb45d9d1609 - start_thread [INFO] [stdout] 190: 0x7fb45d7a3293 - clone [INFO] [stdout] 191: 0x0 - [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555e8270be80 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x555e8270be80 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555e8270be80 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555e8270be80 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555e8272f0dc - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x555e82677196 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x555e82705e4d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x555e8270e5a5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x555e8270e5a5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x555e8270e5a5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x555e8270e1f2 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x555e8270ed41 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x555e8270e887 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x555e8270c33c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x555e8270e7e9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x555e8270e79b - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x555e8266898d - basic_test::insert_rayon::{{closure}}::h8f5e56735f52846c [INFO] [stdout] at /opt/rustwide/workdir/tests/basic_test.rs:49:9 [INFO] [stdout] 17: 0x555e82666899 - core::ops::function::impls:: for &F>::call_mut::h174b50ae62b54e6f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:247:13 [INFO] [stdout] 18: 0x555e8266b00a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h3062e661c7969a32 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:675:29 [INFO] [stdout] 19: 0x555e82675cb0 - core::iter::traits::iterator::Iterator::fold::hc2555bcbdedc5d99 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2023:21 [INFO] [stdout] 20: 0x555e82675e07 - core::iter::traits::iterator::Iterator::for_each::h0872ec75560f8f1a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:678:9 [INFO] [stdout] 21: 0x555e8266952d - as rayon::iter::plumbing::Folder>::consume_iter::hd2c8bf106951b4a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/for_each.rs:55:9 [INFO] [stdout] 22: 0x555e8266b11a - rayon::iter::plumbing::Producer::fold_with::h95c8543c14b74ad3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:110:9 [INFO] [stdout] 23: 0x555e82671395 - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:438:13 [INFO] [stdout] 24: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 25: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 26: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 27: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 28: 0x555e826727ad - __rust_try [INFO] [stdout] 29: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 30: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 31: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 32: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 33: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 34: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 35: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 36: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 37: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 38: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 39: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 40: 0x555e826727ad - __rust_try [INFO] [stdout] 41: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 42: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 43: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 44: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 45: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 46: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 47: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 48: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 49: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 50: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 51: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 52: 0x555e826727ad - __rust_try [INFO] [stdout] 53: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 54: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 55: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 56: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 57: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 58: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 59: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 60: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 61: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 62: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 63: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 64: 0x555e826727ad - __rust_try [INFO] [stdout] 65: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 66: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 68: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 69: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 70: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 71: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 72: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 73: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 74: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 75: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 76: 0x555e826727ad - __rust_try [INFO] [stdout] 77: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 78: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 79: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 80: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 81: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 82: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 83: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 84: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 85: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 86: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 87: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 88: 0x555e826727ad - __rust_try [INFO] [stdout] 89: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 90: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 91: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 92: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 93: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 94: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 95: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 96: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 97: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 98: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 99: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 100: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 101: 0x555e826727ad - __rust_try [INFO] [stdout] 102: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 103: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 104: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 105: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 106: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 107: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 108: 0x555e826b6108 - rayon_core::registry::WorkerThread::wait_until_cold::h135b9459c4fb794d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 109: 0x555e826b5eeb - rayon_core::registry::WorkerThread::wait_until::h5d53a85a10e46a7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 110: 0x555e826b6f38 - rayon_core::registry::main_loop::haebbf460f4d7ffaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:759:5 [INFO] [stdout] 111: 0x555e826b3e50 - rayon_core::registry::ThreadBuilder::run::he857ab0bf38d8d7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:56:18 [INFO] [stdout] 112: 0x555e826b43b1 - ::spawn::{{closure}}::h097d1d944e4556c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:101:20 [INFO] [stdout] 113: 0x555e826be3b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he248d053eb93e92b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 114: 0x555e826b9d31 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6a3e4e31ccd43a92 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 115: 0x555e826cccf1 - as core::ops::function::FnOnce<()>>::call_once::hef53ac180f135390 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 116: 0x555e826bd0f2 - std::panicking::try::do_call::h436a29a4873ffd4a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 117: 0x555e826be30d - __rust_try [INFO] [stdout] 118: 0x555e826bcef4 - std::panicking::try::h328ed72a0fba9783 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 119: 0x555e826cd2f3 - std::panic::catch_unwind::hbf664c0a2f5f0c55 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 120: 0x555e826b9af0 - std::thread::Builder::spawn_unchecked::{{closure}}::hf9b4efb9a94c2eea [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 121: 0x555e826c39cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0cf60e02049e2a2d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 122: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 123: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 124: 0x555e8271525a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 125: 0x7fb45d9d1609 - start_thread [INFO] [stdout] 126: 0x7fb45d7a3293 - clone [INFO] [stdout] 127: 0x0 - [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555e8270be80 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x555e8270be80 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555e8270be80 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555e8270be80 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555e8272f0dc - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x555e82677196 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x555e82705e4d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x555e8270e5a5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x555e8270e5a5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x555e8270e5a5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x555e8270e1f2 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x555e8270ed41 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x555e8270e887 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x555e8270c33c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x555e8270e7e9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x555e8270e79b - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x555e8266898d - basic_test::insert_rayon::{{closure}}::h8f5e56735f52846c [INFO] [stdout] at /opt/rustwide/workdir/tests/basic_test.rs:49:9 [INFO] [stdout] 17: 0x555e82666899 - core::ops::function::impls:: for &F>::call_mut::h174b50ae62b54e6f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:247:13 [INFO] [stdout] 18: 0x555e8266b00a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h3062e661c7969a32 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:675:29 [INFO] [stdout] 19: 0x555e82675cb0 - core::iter::traits::iterator::Iterator::fold::hc2555bcbdedc5d99 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2023:21 [INFO] [stdout] 20: 0x555e82675e07 - core::iter::traits::iterator::Iterator::for_each::h0872ec75560f8f1a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:678:9 [INFO] [stdout] 21: 0x555e8266952d - as rayon::iter::plumbing::Folder>::consume_iter::hd2c8bf106951b4a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/for_each.rs:55:9 [INFO] [stdout] 22: 0x555e8266b11a - rayon::iter::plumbing::Producer::fold_with::h95c8543c14b74ad3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:110:9 [INFO] [stdout] 23: 0x555e82671395 - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:438:13 [INFO] [stdout] 24: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 25: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 26: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 27: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 28: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 29: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 30: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 31: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 32: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 33: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 34: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 35: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 36: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 37: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 38: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 39: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 40: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 41: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 42: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 43: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 44: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 45: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 46: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 47: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 48: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 49: 0x555e826727ad - __rust_try [INFO] [stdout] 50: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 51: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 52: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 53: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 54: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 55: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 56: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 57: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 58: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 59: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 60: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 61: 0x555e826727ad - __rust_try [INFO] [stdout] 62: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 63: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 64: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 65: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 66: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 67: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 68: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 69: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 70: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 71: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 72: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 73: 0x555e826727ad - __rust_try [INFO] [stdout] 74: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 75: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 76: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 77: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 78: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 79: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 80: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 81: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 82: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 83: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 84: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 85: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 86: 0x555e826727ad - __rust_try [INFO] [stdout] 87: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 88: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 89: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 90: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 91: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 92: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 93: 0x555e826b6108 - rayon_core::registry::WorkerThread::wait_until_cold::h135b9459c4fb794d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 94: 0x555e826b5eeb - rayon_core::registry::WorkerThread::wait_until::h5d53a85a10e46a7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 95: 0x555e826b6f38 - rayon_core::registry::main_loop::haebbf460f4d7ffaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:759:5 [INFO] [stdout] 96: 0x555e826b3e50 - rayon_core::registry::ThreadBuilder::run::he857ab0bf38d8d7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:56:18 [INFO] [stdout] 97: 0x555e826b43b1 - ::spawn::{{closure}}::h097d1d944e4556c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:101:20 [INFO] [stdout] 98: 0x555e826be3b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he248d053eb93e92b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 99: 0x555e826b9d31 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6a3e4e31ccd43a92 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 100: 0x555e826cccf1 - as core::ops::function::FnOnce<()>>::call_once::hef53ac180f135390 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 101: 0x555e826bd0f2 - std::panicking::try::do_call::h436a29a4873ffd4a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 102: 0x555e826be30d - __rust_try [INFO] [stdout] 103: 0x555e826bcef4 - std::panicking::try::h328ed72a0fba9783 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 104: 0x555e826cd2f3 - std::panic::catch_unwind::hbf664c0a2f5f0c55 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 105: 0x555e826b9af0 - std::thread::Builder::spawn_unchecked::{{closure}}::hf9b4efb9a94c2eea [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 106: 0x555e826c39cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0cf60e02049e2a2d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 107: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 108: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 109: 0x555e8271525a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 110: 0x7fb45d9d1609 - start_thread [INFO] [stdout] 111: 0x7fb45d7a3293 - clone [INFO] [stdout] 112: 0x0 - [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555e8270be80 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x555e8270be80 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555e8270be80 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555e8270be80 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555e8272f0dc - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x555e82677196 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x555e82705e4d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x555e8270e5a5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x555e8270e5a5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x555e8270e5a5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x555e8270e1f2 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x555e8270ed41 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x555e8270e887 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x555e8270c33c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x555e8270e7e9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x555e8270e79b - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x555e8266898d - basic_test::insert_rayon::{{closure}}::h8f5e56735f52846c [INFO] [stdout] at /opt/rustwide/workdir/tests/basic_test.rs:49:9 [INFO] [stdout] 17: 0x555e82666899 - core::ops::function::impls:: for &F>::call_mut::h174b50ae62b54e6f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:247:13 [INFO] [stdout] 18: 0x555e8266b00a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h3062e661c7969a32 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:675:29 [INFO] [stdout] 19: 0x555e82675cb0 - core::iter::traits::iterator::Iterator::fold::hc2555bcbdedc5d99 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2023:21 [INFO] [stdout] 20: 0x555e82675e07 - core::iter::traits::iterator::Iterator::for_each::h0872ec75560f8f1a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:678:9 [INFO] [stdout] 21: 0x555e8266952d - as rayon::iter::plumbing::Folder>::consume_iter::hd2c8bf106951b4a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/for_each.rs:55:9 [INFO] [stdout] 22: 0x555e8266b11a - rayon::iter::plumbing::Producer::fold_with::h95c8543c14b74ad3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:110:9 [INFO] [stdout] 23: 0x555e82671395 - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:438:13 [INFO] [stdout] 24: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 25: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 26: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 27: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 28: 0x555e826727ad - __rust_try [INFO] [stdout] 29: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 30: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 31: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 32: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 33: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 34: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 35: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 36: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 37: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 38: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 39: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 40: 0x555e826727ad - __rust_try [INFO] [stdout] 41: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 42: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 43: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 44: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 45: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 46: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 47: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 48: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 49: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 50: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 51: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 52: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 53: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 54: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 55: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 56: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 57: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 58: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 59: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 60: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 61: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 62: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 63: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 64: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 65: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 66: 0x555e826727ad - __rust_try [INFO] [stdout] 67: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 68: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 69: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 70: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 71: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 72: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 73: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 74: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 75: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 76: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 77: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 78: 0x555e826727ad - __rust_try [INFO] [stdout] 79: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 80: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 81: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 82: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 83: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 84: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 85: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 86: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 87: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 88: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 89: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 90: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 91: 0x555e826727ad - __rust_try [INFO] [stdout] 92: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 93: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 94: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 95: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 96: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 97: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 98: 0x555e826b6108 - rayon_core::registry::WorkerThread::wait_until_cold::h135b9459c4fb794d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 99: 0x555e826b5eeb - rayon_core::registry::WorkerThread::wait_until::h5d53a85a10e46a7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 100: 0x555e826b6f38 - rayon_core::registry::main_loop::haebbf460f4d7ffaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:759:5 [INFO] [stdout] 101: 0x555e826b3e50 - rayon_core::registry::ThreadBuilder::run::he857ab0bf38d8d7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:56:18 [INFO] [stdout] 102: 0x555e826b43b1 - ::spawn::{{closure}}::h097d1d944e4556c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:101:20 [INFO] [stdout] 103: 0x555e826be3b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he248d053eb93e92b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 104: 0x555e826b9d31 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6a3e4e31ccd43a92 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 105: 0x555e826cccf1 - as core::ops::function::FnOnce<()>>::call_once::hef53ac180f135390 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 106: 0x555e826bd0f2 - std::panicking::try::do_call::h436a29a4873ffd4a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 107: 0x555e826be30d - __rust_try [INFO] [stdout] 108: 0x555e826bcef4 - std::panicking::try::h328ed72a0fba9783 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 109: 0x555e826cd2f3 - std::panic::catch_unwind::hbf664c0a2f5f0c55 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 110: 0x555e826b9af0 - std::thread::Builder::spawn_unchecked::{{closure}}::hf9b4efb9a94c2eea [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 111: 0x555e826c39cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0cf60e02049e2a2d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 112: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 113: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 114: 0x555e8271525a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 115: 0x7fb45d9d1609 - start_thread [INFO] [stdout] 116: 0x7fb45d7a3293 - clone [INFO] [stdout] 117: 0x0 - [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555e8270be80 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x555e8270be80 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555e8270be80 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555e8270be80 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555e8272f0dc - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x555e82677196 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x555e82705e4d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x555e8270e5a5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x555e8270e5a5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x555e8270e5a5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x555e8270e1f2 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x555e8270ed41 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x555e8270e887 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x555e8270c33c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x555e8270e7e9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x555e8270e79b - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x555e8266898d - basic_test::insert_rayon::{{closure}}::h8f5e56735f52846c [INFO] [stdout] at /opt/rustwide/workdir/tests/basic_test.rs:49:9 [INFO] [stdout] 17: 0x555e82666899 - core::ops::function::impls:: for &F>::call_mut::h174b50ae62b54e6f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:247:13 [INFO] [stdout] 18: 0x555e8266b00a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h3062e661c7969a32 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:675:29 [INFO] [stdout] 19: 0x555e82675cb0 - core::iter::traits::iterator::Iterator::fold::hc2555bcbdedc5d99 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2023:21 [INFO] [stdout] 20: 0x555e82675e07 - core::iter::traits::iterator::Iterator::for_each::h0872ec75560f8f1a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:678:9 [INFO] [stdout] 21: 0x555e8266952d - as rayon::iter::plumbing::Folder>::consume_iter::hd2c8bf106951b4a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/for_each.rs:55:9 [INFO] [stdout] 22: 0x555e8266b11a - rayon::iter::plumbing::Producer::fold_with::h95c8543c14b74ad3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:110:9 [INFO] [stdout] 23: 0x555e82671395 - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:438:13 [INFO] [stdout] 24: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 25: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 26: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 27: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 28: 0x555e826727ad - __rust_try [INFO] [stdout] 29: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 30: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 31: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 32: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 33: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 34: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 35: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 36: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 37: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 38: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 39: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 40: 0x555e826727ad - __rust_try [INFO] [stdout] 41: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 42: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 43: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 44: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 45: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 46: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 47: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 48: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 49: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 50: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 51: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 52: 0x555e826727ad - __rust_try [INFO] [stdout] 53: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 54: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 55: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 56: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 57: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 58: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 59: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 60: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 61: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 62: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 63: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 64: 0x555e826727ad - __rust_try [INFO] [stdout] 65: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 66: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 67: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 68: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 69: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 70: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 71: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 72: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 73: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 74: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 75: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 76: 0x555e826727ad - __rust_try [INFO] [stdout] 77: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 78: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 79: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 80: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 81: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 82: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 83: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 84: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 85: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 86: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 87: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 88: 0x555e826727ad - __rust_try [INFO] [stdout] 89: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 90: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 91: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 92: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 93: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 94: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 95: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 96: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 97: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 98: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 99: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 100: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 101: 0x555e826727ad - __rust_try [INFO] [stdout] 102: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 103: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 104: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 105: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 106: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 107: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 108: 0x555e826b6108 - rayon_core::registry::WorkerThread::wait_until_cold::h135b9459c4fb794d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 109: 0x555e826b5eeb - rayon_core::registry::WorkerThread::wait_until::h5d53a85a10e46a7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 110: 0x555e826b6f38 - rayon_core::registry::main_loop::haebbf460f4d7ffaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:759:5 [INFO] [stdout] 111: 0x555e826b3e50 - rayon_core::registry::ThreadBuilder::run::he857ab0bf38d8d7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:56:18 [INFO] [stdout] 112: 0x555e826b43b1 - ::spawn::{{closure}}::h097d1d944e4556c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:101:20 [INFO] [stdout] 113: 0x555e826be3b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he248d053eb93e92b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 114: 0x555e826b9d31 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6a3e4e31ccd43a92 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 115: 0x555e826cccf1 - as core::ops::function::FnOnce<()>>::call_once::hef53ac180f135390 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 116: 0x555e826bd0f2 - std::panicking::try::do_call::h436a29a4873ffd4a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 117: 0x555e826be30d - __rust_try [INFO] [stdout] 118: 0x555e826bcef4 - std::panicking::try::h328ed72a0fba9783 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 119: 0x555e826cd2f3 - std::panic::catch_unwind::hbf664c0a2f5f0c55 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 120: 0x555e826b9af0 - std::thread::Builder::spawn_unchecked::{{closure}}::hf9b4efb9a94c2eea [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 121: 0x555e826c39cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0cf60e02049e2a2d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 122: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 123: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 124: 0x555e8271525a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 125: 0x7fb45d9d1609 - start_thread [INFO] [stdout] 126: 0x7fb45d7a3293 - clone [INFO] [stdout] 127: 0x0 - [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555e8270be80 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x555e8270be80 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555e8270be80 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555e8270be80 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555e8272f0dc - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x555e82677196 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x555e82705e4d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x555e8270e5a5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x555e8270e5a5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x555e8270e5a5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x555e8270e1f2 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x555e8270ed41 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x555e8270e887 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x555e8270c33c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x555e8270e7e9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x555e8270e79b - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x555e8266898d - basic_test::insert_rayon::{{closure}}::h8f5e56735f52846c [INFO] [stdout] at /opt/rustwide/workdir/tests/basic_test.rs:49:9 [INFO] [stdout] 17: 0x555e82666899 - core::ops::function::impls:: for &F>::call_mut::h174b50ae62b54e6f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:247:13 [INFO] [stdout] 18: 0x555e8266b00a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h3062e661c7969a32 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:675:29 [INFO] [stdout] 19: 0x555e82675cb0 - core::iter::traits::iterator::Iterator::fold::hc2555bcbdedc5d99 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2023:21 [INFO] [stdout] 20: 0x555e82675e07 - core::iter::traits::iterator::Iterator::for_each::h0872ec75560f8f1a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:678:9 [INFO] [stdout] 21: 0x555e8266952d - as rayon::iter::plumbing::Folder>::consume_iter::hd2c8bf106951b4a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/for_each.rs:55:9 [INFO] [stdout] 22: 0x555e8266b11a - rayon::iter::plumbing::Producer::fold_with::h95c8543c14b74ad3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:110:9 [INFO] [stdout] 23: 0x555e82671395 - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:438:13 [INFO] [stdout] 24: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 25: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 26: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 27: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 28: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 29: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 30: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 31: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 32: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 33: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 34: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 35: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 36: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 37: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 38: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 39: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 40: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 41: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 42: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 43: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 44: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 45: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 46: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 47: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 48: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 49: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 50: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 51: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 52: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 53: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 54: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 55: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 56: 0x555e826727ad - __rust_try [INFO] [stdout] 57: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 58: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 59: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 60: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 61: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 62: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 63: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 64: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 65: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 66: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 67: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 68: 0x555e826727ad - __rust_try [INFO] [stdout] 69: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 70: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 71: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 72: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 73: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 74: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 75: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 76: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 77: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 78: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 79: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 80: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 81: 0x555e826727ad - __rust_try [INFO] [stdout] 82: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 83: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 84: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 85: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 86: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 87: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 88: 0x555e826b6108 - rayon_core::registry::WorkerThread::wait_until_cold::h135b9459c4fb794d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 89: 0x555e826b5eeb - rayon_core::registry::WorkerThread::wait_until::h5d53a85a10e46a7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 90: 0x555e826b6f38 - rayon_core::registry::main_loop::haebbf460f4d7ffaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:759:5 [INFO] [stdout] 91: 0x555e826b3e50 - rayon_core::registry::ThreadBuilder::run::he857ab0bf38d8d7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:56:18 [INFO] [stdout] 92: 0x555e826b43b1 - ::spawn::{{closure}}::h097d1d944e4556c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:101:20 [INFO] [stdout] 93: 0x555e826be3b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he248d053eb93e92b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 94: 0x555e826b9d31 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6a3e4e31ccd43a92 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 95: 0x555e826cccf1 - as core::ops::function::FnOnce<()>>::call_once::hef53ac180f135390 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 96: 0x555e826bd0f2 - std::panicking::try::do_call::h436a29a4873ffd4a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 97: 0x555e826be30d - __rust_try [INFO] [stdout] 98: 0x555e826bcef4 - std::panicking::try::h328ed72a0fba9783 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 99: 0x555e826cd2f3 - std::panic::catch_unwind::hbf664c0a2f5f0c55 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 100: 0x555e826b9af0 - std::thread::Builder::spawn_unchecked::{{closure}}::hf9b4efb9a94c2eea [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 101: 0x555e826c39cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0cf60e02049e2a2d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 102: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 103: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 104: 0x555e8271525a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 105: 0x7fb45d9d1609 - start_thread [INFO] [stdout] 106: 0x7fb45d7a3293 - clone [INFO] [stdout] 107: 0x0 - [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555e8270be80 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x555e8270be80 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555e8270be80 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555e8270be80 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555e8272f0dc - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x555e82677196 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x555e82705e4d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x555e8270e5a5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x555e8270e5a5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x555e8270e5a5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x555e8270e1f2 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x555e8270ed41 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x555e8270e887 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x555e8270c33c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x555e8270e7e9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x555e8270e79b - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x555e8266898d - basic_test::insert_rayon::{{closure}}::h8f5e56735f52846c [INFO] [stdout] at /opt/rustwide/workdir/tests/basic_test.rs:49:9 [INFO] [stdout] 17: 0x555e82666899 - core::ops::function::impls:: for &F>::call_mut::h174b50ae62b54e6f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:247:13 [INFO] [stdout] 18: 0x555e8266b00a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h3062e661c7969a32 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:675:29 [INFO] [stdout] 19: 0x555e82675cb0 - core::iter::traits::iterator::Iterator::fold::hc2555bcbdedc5d99 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2023:21 [INFO] [stdout] 20: 0x555e82675e07 - core::iter::traits::iterator::Iterator::for_each::h0872ec75560f8f1a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:678:9 [INFO] [stdout] 21: 0x555e8266952d - as rayon::iter::plumbing::Folder>::consume_iter::hd2c8bf106951b4a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/for_each.rs:55:9 [INFO] [stdout] 22: 0x555e8266b11a - rayon::iter::plumbing::Producer::fold_with::h95c8543c14b74ad3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:110:9 [INFO] [stdout] 23: 0x555e82671395 - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:438:13 [INFO] [stdout] 24: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 25: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 26: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 27: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 28: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 29: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 30: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 31: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 32: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 33: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 34: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 35: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 36: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 37: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 38: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 39: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 40: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 41: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 42: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 43: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 44: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 45: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 46: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 47: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 48: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 49: 0x555e826727ad - __rust_try [INFO] [stdout] 50: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 51: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 52: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 53: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 54: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 55: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 56: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 57: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 58: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 59: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 60: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 61: 0x555e826727ad - __rust_try [INFO] [stdout] 62: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 63: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 64: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 65: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 66: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 67: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 68: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 69: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 70: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 71: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 72: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 73: 0x555e826727ad - __rust_try [INFO] [stdout] 74: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 75: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 76: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 77: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 78: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 79: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 80: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 81: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 82: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 83: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 84: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 85: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 86: 0x555e826727ad - __rust_try [INFO] [stdout] 87: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 88: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 89: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 90: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 91: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 92: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 93: 0x555e826b64c8 - rayon_core::registry::WorkerThread::wait_until_cold::h20a306c5ddb30c43 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 94: 0x555e826b5dbb - rayon_core::registry::WorkerThread::wait_until::h4b91ed428753bdad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 95: 0x555e8266d9a3 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:180:17 [INFO] [stdout] 96: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 97: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 98: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 99: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 100: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 101: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 102: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 103: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 104: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 105: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 106: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 107: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 108: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 109: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 110: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 111: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 112: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 113: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 114: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 115: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 116: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 117: 0x555e826727ad - __rust_try [INFO] [stdout] 118: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stderr] error: test failed, to rerun pass '--test basic_test' [INFO] [stdout] 119: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 120: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 121: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 122: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 123: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 124: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 125: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 126: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 127: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 128: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 129: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 130: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 131: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 132: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 133: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 134: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 135: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 136: 0x555e826727ad - __rust_try [INFO] [stdout] 137: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 138: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 139: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 140: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 141: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 142: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 143: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 144: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 145: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 146: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 147: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 148: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 149: 0x555e826727ad - __rust_try [INFO] [stdout] 150: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 151: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 152: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 153: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 154: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 155: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 156: 0x555e826b64c8 - rayon_core::registry::WorkerThread::wait_until_cold::h20a306c5ddb30c43 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 157: 0x555e826b5dbb - rayon_core::registry::WorkerThread::wait_until::h4b91ed428753bdad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 158: 0x555e8266d9a3 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:180:17 [INFO] [stdout] 159: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 160: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 161: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 162: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 163: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 164: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 165: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 166: 0x555e826727ad - __rust_try [INFO] [stdout] 167: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 168: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 169: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 170: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 171: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 172: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 173: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 174: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 175: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 176: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 177: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 178: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 179: 0x555e826727ad - __rust_try [INFO] [stdout] 180: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 181: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 182: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 183: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 184: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 185: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 186: 0x555e826b6108 - rayon_core::registry::WorkerThread::wait_until_cold::h135b9459c4fb794d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 187: 0x555e826b5eeb - rayon_core::registry::WorkerThread::wait_until::h5d53a85a10e46a7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 188: 0x555e826b6f38 - rayon_core::registry::main_loop::haebbf460f4d7ffaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:759:5 [INFO] [stdout] 189: 0x555e826b3e50 - rayon_core::registry::ThreadBuilder::run::he857ab0bf38d8d7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:56:18 [INFO] [stdout] 190: 0x555e826b43b1 - ::spawn::{{closure}}::h097d1d944e4556c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:101:20 [INFO] [stdout] 191: 0x555e826be3b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he248d053eb93e92b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 192: 0x555e826b9d31 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6a3e4e31ccd43a92 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 193: 0x555e826cccf1 - as core::ops::function::FnOnce<()>>::call_once::hef53ac180f135390 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 194: 0x555e826bd0f2 - std::panicking::try::do_call::h436a29a4873ffd4a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 195: 0x555e826be30d - __rust_try [INFO] [stdout] 196: 0x555e826bcef4 - std::panicking::try::h328ed72a0fba9783 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 197: 0x555e826cd2f3 - std::panic::catch_unwind::hbf664c0a2f5f0c55 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 198: 0x555e826b9af0 - std::thread::Builder::spawn_unchecked::{{closure}}::hf9b4efb9a94c2eea [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 199: 0x555e826c39cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0cf60e02049e2a2d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 200: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 201: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 202: 0x555e8271525a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 203: 0x7fb45d9d1609 - start_thread [INFO] [stdout] 204: 0x7fb45d7a3293 - clone [INFO] [stdout] 205: 0x0 - [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555e8270be80 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x555e8270be80 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555e8270be80 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555e8270be80 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555e8272f0dc - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x555e82677196 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x555e82705e4d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x555e8270e5a5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x555e8270e5a5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x555e8270e5a5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x555e8270e1f2 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x555e8270ed41 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x555e8270e887 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x555e8270c33c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x555e8270e7e9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x555e8270e79b - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x555e8266898d - basic_test::insert_rayon::{{closure}}::h8f5e56735f52846c [INFO] [stdout] at /opt/rustwide/workdir/tests/basic_test.rs:49:9 [INFO] [stdout] 17: 0x555e82666899 - core::ops::function::impls:: for &F>::call_mut::h174b50ae62b54e6f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:247:13 [INFO] [stdout] 18: 0x555e8266b00a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h3062e661c7969a32 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:675:29 [INFO] [stdout] 19: 0x555e82675cb0 - core::iter::traits::iterator::Iterator::fold::hc2555bcbdedc5d99 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2023:21 [INFO] [stdout] 20: 0x555e82675e07 - core::iter::traits::iterator::Iterator::for_each::h0872ec75560f8f1a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:678:9 [INFO] [stdout] 21: 0x555e8266952d - as rayon::iter::plumbing::Folder>::consume_iter::hd2c8bf106951b4a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/for_each.rs:55:9 [INFO] [stdout] 22: 0x555e8266b11a - rayon::iter::plumbing::Producer::fold_with::h95c8543c14b74ad3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:110:9 [INFO] [stdout] 23: 0x555e82671395 - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:438:13 [INFO] [stdout] 24: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 25: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 26: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 27: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 28: 0x555e826727ad - __rust_try [INFO] [stdout] 29: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 30: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 31: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 32: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 33: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 34: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 35: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 36: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 37: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 38: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 39: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 40: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 41: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 42: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 43: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 44: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 45: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 46: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 47: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 48: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 49: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 50: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 51: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 52: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 53: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 54: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 55: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 56: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 57: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 58: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 59: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 60: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 61: 0x555e826727ad - __rust_try [INFO] [stdout] 62: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 63: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 64: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 65: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 66: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 67: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 68: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 69: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 70: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 71: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 72: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 73: 0x555e826727ad - __rust_try [INFO] [stdout] 74: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 75: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 76: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 77: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 78: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 79: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 80: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 81: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 82: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 83: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 84: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 85: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 86: 0x555e826727ad - __rust_try [INFO] [stdout] 87: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 88: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 89: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 90: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 91: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 92: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 93: 0x555e826b6108 - rayon_core::registry::WorkerThread::wait_until_cold::h135b9459c4fb794d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 94: 0x555e826b5eeb - rayon_core::registry::WorkerThread::wait_until::h5d53a85a10e46a7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 95: 0x555e826b6f38 - rayon_core::registry::main_loop::haebbf460f4d7ffaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:759:5 [INFO] [stdout] 96: 0x555e826b3e50 - rayon_core::registry::ThreadBuilder::run::he857ab0bf38d8d7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:56:18 [INFO] [stdout] 97: 0x555e826b43b1 - ::spawn::{{closure}}::h097d1d944e4556c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:101:20 [INFO] [stdout] 98: 0x555e826be3b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he248d053eb93e92b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 99: 0x555e826b9d31 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6a3e4e31ccd43a92 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 100: 0x555e826cccf1 - as core::ops::function::FnOnce<()>>::call_once::hef53ac180f135390 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 101: 0x555e826bd0f2 - std::panicking::try::do_call::h436a29a4873ffd4a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 102: 0x555e826be30d - __rust_try [INFO] [stdout] 103: 0x555e826bcef4 - std::panicking::try::h328ed72a0fba9783 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 104: 0x555e826cd2f3 - std::panic::catch_unwind::hbf664c0a2f5f0c55 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 105: 0x555e826b9af0 - std::thread::Builder::spawn_unchecked::{{closure}}::hf9b4efb9a94c2eea [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 106: 0x555e826c39cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0cf60e02049e2a2d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 107: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 108: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 109: 0x555e8271525a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 110: 0x7fb45d9d1609 - start_thread [INFO] [stdout] 111: 0x7fb45d7a3293 - clone [INFO] [stdout] 112: 0x0 - [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x555e8270be80 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x555e8270be80 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x555e8270be80 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x555e8270be80 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x555e8272f0dc - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x555e82677196 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x555e82705e4d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x555e8270e5a5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x555e8270e5a5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x555e8270e5a5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x555e8270e1f2 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x555e8270ed41 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x555e8270e887 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x555e8270c33c - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x555e8270e7e9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x555e8270e79b - std::panicking::begin_panic_fmt::h4a7e15187eac098d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:437:5 [INFO] [stdout] 16: 0x555e8266898d - basic_test::insert_rayon::{{closure}}::h8f5e56735f52846c [INFO] [stdout] at /opt/rustwide/workdir/tests/basic_test.rs:49:9 [INFO] [stdout] 17: 0x555e82666899 - core::ops::function::impls:: for &F>::call_mut::h174b50ae62b54e6f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:247:13 [INFO] [stdout] 18: 0x555e8266b00a - core::iter::traits::iterator::Iterator::for_each::call::{{closure}}::h3062e661c7969a32 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:675:29 [INFO] [stdout] 19: 0x555e82675cb0 - core::iter::traits::iterator::Iterator::fold::hc2555bcbdedc5d99 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:2023:21 [INFO] [stdout] 20: 0x555e82675e07 - core::iter::traits::iterator::Iterator::for_each::h0872ec75560f8f1a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/iter/traits/iterator.rs:678:9 [INFO] [stdout] 21: 0x555e8266952d - as rayon::iter::plumbing::Folder>::consume_iter::hd2c8bf106951b4a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/for_each.rs:55:9 [INFO] [stdout] 22: 0x555e8266b11a - rayon::iter::plumbing::Producer::fold_with::h95c8543c14b74ad3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:110:9 [INFO] [stdout] 23: 0x555e82671395 - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:438:13 [INFO] [stdout] 24: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 25: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 26: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 27: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 28: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 29: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 30: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 31: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 32: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 33: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 34: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 35: 0x555e826727ad - __rust_try [INFO] [stdout] 36: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 37: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 38: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 39: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 40: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 41: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 42: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 43: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 44: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 45: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 46: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 47: 0x555e826727ad - __rust_try [INFO] [stdout] 48: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 49: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 50: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 51: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 52: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 53: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 54: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 55: 0x555e8267160a - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::h691094f5b86abb88 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:418:21 [INFO] [stdout] 56: 0x555e8266dc0c - rayon_core::join::join_context::call_a::{{closure}}::h32a4db59de04a7e9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:125:17 [INFO] [stdout] 57: 0x555e82675320 - as core::ops::function::FnOnce<()>>::call_once::h630743044822e11c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 58: 0x555e826723c7 - std::panicking::try::do_call::h5876a51b9a34696c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 59: 0x555e826727ad - __rust_try [INFO] [stdout] 60: 0x555e82671c50 - std::panicking::try::h3974e47530e2ce1e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 61: 0x555e82675672 - std::panic::catch_unwind::h0fef09e4436a622f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 62: 0x555e8267431f - rayon_core::unwind::halt_unwinding::he6ef1b53f44e40b6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 63: 0x555e8266d4a9 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:146:24 [INFO] [stdout] 64: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 65: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 66: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 67: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 68: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 69: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 70: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 71: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 72: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 73: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 74: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 75: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 76: 0x555e82672a28 - rayon_core::job::StackJob::run_inline::ha6d9310d63067556 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:97:9 [INFO] [stdout] 77: 0x555e8266d79d - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:166:36 [INFO] [stdout] 78: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 79: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 80: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 81: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 82: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 83: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 84: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 85: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 86: 0x555e826727ad - __rust_try [INFO] [stdout] 87: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 88: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 89: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 90: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 91: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 92: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 93: 0x555e826b64c8 - rayon_core::registry::WorkerThread::wait_until_cold::h20a306c5ddb30c43 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 94: 0x555e826b5dbb - rayon_core::registry::WorkerThread::wait_until::h4b91ed428753bdad [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 95: 0x555e8266d9a3 - rayon_core::join::join_context::{{closure}}::h5f63cc1cc38a8fc4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:180:17 [INFO] [stdout] 96: 0x555e8266a889 - rayon_core::registry::in_worker::h39f86f9ab9c4a2ac [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:799:13 [INFO] [stdout] 97: 0x555e8266c7f3 - rayon_core::join::join_context::h63c8e41a0f3157db [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:133:5 [INFO] [stdout] 98: 0x555e8267130c - rayon::iter::plumbing::bridge_producer_consumer::helper::h759994e9c10f4d00 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:416:47 [INFO] [stdout] 99: 0x555e826717c6 - rayon::iter::plumbing::bridge_producer_consumer::helper::{{closure}}::hdd53f4ef12504dc9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.3.0/src/iter/plumbing/mod.rs:427:21 [INFO] [stdout] 100: 0x555e8266dd63 - rayon_core::join::join_context::call_b::{{closure}}::h140d1ff9487108bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/join/mod.rs:130:25 [INFO] [stdout] 101: 0x555e82673fe4 - as rayon_core::job::Job>::execute::call::{{closure}}::hc7895d163877c69c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:113:21 [INFO] [stdout] 102: 0x555e826752e0 - as core::ops::function::FnOnce<()>>::call_once::h3cb5dcf56ac6ba44 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 103: 0x555e82672367 - std::panicking::try::do_call::h5825671cc8546353 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 104: 0x555e826727ad - __rust_try [INFO] [stdout] 105: 0x555e82672150 - std::panicking::try::hbf09d2aba4ae590b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 106: 0x555e826757b2 - std::panic::catch_unwind::h877cda0a6e7272e3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 107: 0x555e8267411f - rayon_core::unwind::halt_unwinding::h3e1428170a8ba3a4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/unwind.rs:17:5 [INFO] [stdout] 108: 0x555e82673764 - as rayon_core::job::Job>::execute::h46a00dcb45e20143 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:119:38 [INFO] [stdout] 109: 0x555e826cedbe - rayon_core::job::JobRef::execute::h37b7038e0489aaa8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/job.rs:59:9 [INFO] [stdout] 110: 0x555e826b67c5 - rayon_core::registry::WorkerThread::execute::hd57432174b18eda0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:681:9 [INFO] [stdout] 111: 0x555e826b6108 - rayon_core::registry::WorkerThread::wait_until_cold::h135b9459c4fb794d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:665:17 [INFO] [stdout] 112: 0x555e826b5eeb - rayon_core::registry::WorkerThread::wait_until::h5d53a85a10e46a7d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:639:13 [INFO] [stdout] 113: 0x555e826b6f38 - rayon_core::registry::main_loop::haebbf460f4d7ffaa [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:759:5 [INFO] [stdout] 114: 0x555e826b3e50 - rayon_core::registry::ThreadBuilder::run::he857ab0bf38d8d7f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:56:18 [INFO] [stdout] 115: 0x555e826b43b1 - ::spawn::{{closure}}::h097d1d944e4556c2 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.7.0/src/registry.rs:101:20 [INFO] [stdout] 116: 0x555e826be3b5 - std::sys_common::backtrace::__rust_begin_short_backtrace::he248d053eb93e92b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 117: 0x555e826b9d31 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6a3e4e31ccd43a92 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 118: 0x555e826cccf1 - as core::ops::function::FnOnce<()>>::call_once::hef53ac180f135390 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 119: 0x555e826bd0f2 - std::panicking::try::do_call::h436a29a4873ffd4a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 120: 0x555e826be30d - __rust_try [INFO] [stdout] 121: 0x555e826bcef4 - std::panicking::try::h328ed72a0fba9783 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 122: 0x555e826cd2f3 - std::panic::catch_unwind::hbf664c0a2f5f0c55 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 123: 0x555e826b9af0 - std::thread::Builder::spawn_unchecked::{{closure}}::hf9b4efb9a94c2eea [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 124: 0x555e826c39cf - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0cf60e02049e2a2d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 125: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 126: 0x555e8271525a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 127: 0x555e8271525a - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 128: 0x7fb45d9d1609 - start_thread [INFO] [stdout] 129: 0x7fb45d7a3293 - clone [INFO] [stdout] 130: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] insert_rayon [INFO] [stdout] [INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4ea66b9bcc76d1d24f0fd970a6e681c35d0a458aad8af467c462512e6a1bce03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ea66b9bcc76d1d24f0fd970a6e681c35d0a458aad8af467c462512e6a1bce03", kill_on_drop: false }` [INFO] [stdout] 4ea66b9bcc76d1d24f0fd970a6e681c35d0a458aad8af467c462512e6a1bce03