[INFO] cloning repository https://github.com/AN3223/rustpiano [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AN3223/rustpiano" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAN3223%2Frustpiano", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAN3223%2Frustpiano'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 92f57e82c6ce5711d3d1d9258b92e4e0b0c83ca6 [INFO] testing AN3223/rustpiano against master#c5842b0be783dffa5a49693541acb79115c7eeef for pr-102570 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAN3223%2Frustpiano" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AN3223/rustpiano on toolchain c5842b0be783dffa5a49693541acb79115c7eeef [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AN3223/rustpiano [INFO] finished tweaking git repo https://github.com/AN3223/rustpiano [INFO] tweaked toml for git repo https://github.com/AN3223/rustpiano written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/AN3223/rustpiano already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde v1.0.88 [INFO] [stderr] Downloaded reqwest v0.9.10 [INFO] [stderr] Downloaded gleam v0.6.9 [INFO] [stderr] Downloaded lewton v0.9.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c03130eccc047b21ab73afdf79aaa6bdcdbc16cb6bb93025e7dfd9e94bdbf212 [INFO] running `Command { std: "docker" "start" "-a" "c03130eccc047b21ab73afdf79aaa6bdcdbc16cb6bb93025e7dfd9e94bdbf212", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c03130eccc047b21ab73afdf79aaa6bdcdbc16cb6bb93025e7dfd9e94bdbf212", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c03130eccc047b21ab73afdf79aaa6bdcdbc16cb6bb93025e7dfd9e94bdbf212", kill_on_drop: false }` [INFO] [stdout] c03130eccc047b21ab73afdf79aaa6bdcdbc16cb6bb93025e7dfd9e94bdbf212 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65aef1b0a9521ceefb94e60e6884bc7aafc49ddf65437f95ed4c7c88f82f9bd8 [INFO] running `Command { std: "docker" "start" "-a" "65aef1b0a9521ceefb94e60e6884bc7aafc49ddf65437f95ed4c7c88f82f9bd8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling smallvec v0.6.9 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling wayland-scanner v0.21.11 [INFO] [stderr] Compiling tokio-io v0.1.11 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.3.8 [INFO] [stderr] Compiling nix v0.12.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling unicase v2.2.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling http v0.1.16 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling wayland-sys v0.21.11 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling tokio-current-thread v0.1.4 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling wayland-client v0.21.11 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling string v0.1.3 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling khronos_api v2.2.0 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling khronos_api v3.0.0 [INFO] [stderr] Compiling h2 v0.1.16 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling wayland-protocols v0.21.11 [INFO] [stderr] Compiling wayland-commons v0.21.11 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling approx v0.3.1 [INFO] [stderr] Compiling ordered-float v1.0.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling encoding_rs v0.8.16 [INFO] [stderr] Compiling same-file v1.0.4 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling downcast-rs v1.0.3 [INFO] [stderr] Compiling walkdir v2.2.7 [INFO] [stderr] Compiling rusttype v0.7.5 [INFO] [stderr] Compiling hyper v0.12.24 [INFO] [stderr] Compiling mime v0.3.13 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling adler32 v1.0.3 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling andrew v0.1.6 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling libflate v0.1.20 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling reqwest v0.9.10 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling slice-deque v0.1.16 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling ogg v0.7.0 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling lewton v0.9.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling minimp3 v0.3.2 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling claxon v0.3.2 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stderr] Compiling rodio v0.8.1 [INFO] [stderr] Compiling rustpiano v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `rustpiano v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/rustpiano-bc9c1daa8153ad31/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread '' panicked at 'request failed: Error { kind: Hyper(Error { kind: Connect, cause: Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" } }), url: Some("https://virtualpiano.net/wp-content/themes/twentyfourteen-child/newnotes/a49.mp3") }', build.rs:23:40 [INFO] [stderr] stack backtrace: [INFO] [stderr] thread '' panicked at 'request failed: Error { kind: Hyper(Error { kind: Connect, cause: Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" } }), url: Some("https://virtualpiano.net/wp-content/themes/twentyfourteen-child/newnotes/a53.mp3") }', build.rs:23:40 [INFO] [stderr] thread '' panicked at 'request failed: Error { kind: Hyper(Error { kind: Connect, cause: Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" } }), url: Some("https://virtualpiano.net/wp-content/themes/twentyfourteen-child/newnotes/a55.mp3") }', build.rs:23:40 [INFO] [stderr] thread '' panicked at 'request failed: Error { kind: Hyper(Error { kind: Connect, cause: Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" } }), url: Some("https://virtualpiano.net/wp-content/themes/twentyfourteen-child/newnotes/a50.mp3") }', build.rs:23:40 [INFO] [stderr] thread '' panicked at 'request failed: Error { kind: Hyper(Error { kind: Connect, cause: Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" } }), url: Some("https://virtualpiano.net/wp-content/themes/twentyfourteen-child/newnotes/a52.mp3") }', build.rs:23:40 [INFO] [stderr] thread '' panicked at 'request failed: Error { kind: Hyper(Error { kind: Connect, cause: Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" } }), url: Some("https://virtualpiano.net/wp-content/themes/twentyfourteen-child/newnotes/a51.mp3") }', build.rs:23:40 [INFO] [stderr] thread '' panicked at 'request failed: Error { kind: Hyper(Error { kind: Connect, cause: Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" } }), url: Some("https://virtualpiano.net/wp-content/themes/twentyfourteen-child/newnotes/a54.mp3") }', build.rs:23:40 [INFO] [stderr] 0: 0x560cb4e00200 - std::backtrace_rs::backtrace::libunwind::trace::he04b6d40112d6639 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x560cb4e00200 - std::backtrace_rs::backtrace::trace_unsynchronized::h93bb5736cc0446d6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x560cb4e00200 - std::sys_common::backtrace::_print_fmt::h194608c93e335f88 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x560cb4e00200 - ::fmt::hcd25e852ea89b4f5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x560cb4e1c42e - core::fmt::write::h5fe0ed2793f92a83 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/fmt/mod.rs:1209:17 [INFO] [stderr] 5: 0x560cb4dfb315 - std::io::Write::write_fmt::h3e0c3bcfa829a1de [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/io/mod.rs:1682:15 [INFO] [stderr] 6: 0x560cb4dfffc5 - std::sys_common::backtrace::_print::h137275aa061b9520 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 7: 0x560cb4dfffc5 - std::sys_common::backtrace::print::h0abc92ad99a2e9ea [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 8: 0x560cb4e0185f - std::panicking::default_hook::{{closure}}::had7442d4100942fb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:267:22 [INFO] [stderr] 9: 0x560cb4e0159a - std::panicking::default_hook::he29a4b4ac8c0db9a [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:286:9 [INFO] [stderr] 10: 0x560cb4e01f5c - std::panicking::rust_panic_with_hook::hb248569adc7e19ef [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:688:13 [INFO] [stderr] 11: 0x560cb4e01cf7 - std::panicking::begin_panic_handler::{{closure}}::h8fbe136907bbc5ab [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:579:13 [INFO] [stderr] 12: 0x560cb4e006ac - std::sys_common::backtrace::__rust_end_short_backtrace::hb7948ddc456dafc4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stderr] 13: 0x560cb4e01a12 - rust_begin_unwind [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:575:5 [INFO] [stderr] 14: 0x560cb4a1ac73 - core::panicking::panic_fmt::h1c2fe0c2fa8ba0a1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panicking.rs:65:14 [INFO] [stderr] 15: 0x560cb4a1aed3 - core::result::unwrap_failed::h626970e2865c5d28 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1791:5 [INFO] [stderr] 16: 0x560cb4a23709 - core::result::Result::expect::h022ea9d53bd43f86 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1070:23 [INFO] [stderr] 17: 0x560cb4a1e895 - build_script_build::download_file::heb770a8d72bf9a3b [INFO] [stderr] at /opt/rustwide/workdir/build.rs:23:20 [INFO] [stderr] 18: 0x560cb4a2024d - core::ops::function::Fn::call::h1b815517d9059b11 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:162:5 [INFO] [stderr] 19: 0x560cb4a2146f - as rayon::iter::plumbing::Folder>::consume::h30dd182f4fdac89e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/map.rs:225:27 [INFO] [stderr] 20: 0x560cb4a2523d - as rayon::iter::plumbing::UnindexedProducer>::fold_with::h442e20b7ec7a3144 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/par_bridge.rs:146:30 [INFO] [stderr] 21: 0x560cb4a1e3e5 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:461:9 [INFO] [stderr] 22: 0x560cb4a1e5c1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::he8b9ffe069c453a0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:452:25 [INFO] [stderr] 23: 0x560cb4a26bb7 - rayon_core::join::join_context::{{closure}}::{{closure}}::h89f5568137bf9afb [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:55 [INFO] [stderr] 24: 0x560cb4a20160 - as core::ops::function::FnOnce<()>>::call_once::hbda95b12c4765588 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 25: 0x560cb4a245a9 - std::panicking::try::do_call::h755105b91c6a5cd5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 26: 0x560cb4a2475b - __rust_try [INFO] [stderr] 27: 0x560cb4a241f6 - std::panicking::try::h30d7bb57463bc0e9 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 28: 0x560cb4a26fe0 - std::panic::catch_unwind::h41f6091e243843e6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 29: 0x560cb4a26c27 - rayon_core::unwind::halt_unwinding::h83825d221c031d34 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 30: 0x560cb4a26465 - rayon_core::join::join_context::{{closure}}::h15f054d85d399034 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:24 [INFO] [stderr] 31: 0x560cb4a226f6 - rayon_core::registry::in_worker::h15aac41ff0d170f4 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:705:13 [INFO] [stderr] 32: 0x560cb4a2610b - rayon_core::join::join_context::h1ce6e6288c02a5c9 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:116:5 [INFO] [stderr] 33: 0x560cb4a1e1d8 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:451:21 [INFO] [stderr] 34: 0x560cb4a1e5c1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::he8b9ffe069c453a0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:452:25 [INFO] [stderr] 35: 0x560cb4a26bb7 - rayon_core::join::join_context::{{closure}}::{{closure}}::h89f5568137bf9afb [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:55 [INFO] [stderr] 36: 0x560cb4a20160 - as core::ops::function::FnOnce<()>>::call_once::hbda95b12c4765588 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 37: 0x560cb4a245a9 - std::panicking::try::do_call::h755105b91c6a5cd5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 38: 0x560cb4a2475b - __rust_try [INFO] [stderr] 39: 0x560cb4a241f6 - std::panicking::try::h30d7bb57463bc0e9 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 40: 0x560cb4a26fe0 - std::panic::catch_unwind::h41f6091e243843e6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 41: 0x560cb4a26c27 - rayon_core::unwind::halt_unwinding::h83825d221c031d34 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 42: 0x560cb4a26465 - rayon_core::join::join_context::{{closure}}::h15f054d85d399034 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:24 [INFO] [stderr] 43: 0x560cb4a226f6 - rayon_core::registry::in_worker::h15aac41ff0d170f4 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:705:13 [INFO] [stderr] 44: 0x560cb4a2610b - rayon_core::join::join_context::h1ce6e6288c02a5c9 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:116:5 [INFO] [stderr] 45: 0x560cb4a1e1d8 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:451:21 [INFO] [stderr] 46: 0x560cb4a1e5c1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::he8b9ffe069c453a0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:452:25 [INFO] [stderr] 47: 0x560cb4a26bb7 - rayon_core::join::join_context::{{closure}}::{{closure}}::h89f5568137bf9afb [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:55 [INFO] [stderr] 48: 0x560cb4a20160 - as core::ops::function::FnOnce<()>>::call_once::hbda95b12c4765588 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 49: 0x560cb4a245a9 - std::panicking::try::do_call::h755105b91c6a5cd5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 50: 0x560cb4a2475b - __rust_try [INFO] [stderr] 51: 0x560cb4a241f6 - std::panicking::try::h30d7bb57463bc0e9 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 52: 0x560cb4a26fe0 - std::panic::catch_unwind::h41f6091e243843e6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 53: 0x560cb4a26c27 - rayon_core::unwind::halt_unwinding::h83825d221c031d34 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 54: 0x560cb4a26465 - rayon_core::join::join_context::{{closure}}::h15f054d85d399034 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:24 [INFO] [stderr] 55: 0x560cb4a226f6 - rayon_core::registry::in_worker::h15aac41ff0d170f4 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:705:13 [INFO] [stderr] 56: 0x560cb4a2610b - rayon_core::join::join_context::h1ce6e6288c02a5c9 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:116:5 [INFO] [stderr] 57: 0x560cb4a1e1d8 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:451:21 [INFO] [stderr] 58: 0x560cb4a1e5c1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::he8b9ffe069c453a0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:452:25 [INFO] [stderr] 59: 0x560cb4a26bb7 - rayon_core::join::join_context::{{closure}}::{{closure}}::h89f5568137bf9afb [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:55 [INFO] [stderr] 60: 0x560cb4a20160 - as core::ops::function::FnOnce<()>>::call_once::hbda95b12c4765588 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 61: 0x560cb4a245a9 - std::panicking::try::do_call::h755105b91c6a5cd5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 62: 0x560cb4a2475b - __rust_try [INFO] [stderr] 63: 0x560cb4a241f6 - std::panicking::try::h30d7bb57463bc0e9 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 64: 0x560cb4a26fe0 - std::panic::catch_unwind::h41f6091e243843e6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 65: 0x560cb4a26c27 - rayon_core::unwind::halt_unwinding::h83825d221c031d34 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 66: 0x560cb4a26465 - rayon_core::join::join_context::{{closure}}::h15f054d85d399034 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:24 [INFO] [stderr] 67: 0x560cb4a226f6 - rayon_core::registry::in_worker::h15aac41ff0d170f4 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:705:13 [INFO] [stderr] 68: 0x560cb4a2610b - rayon_core::join::join_context::h1ce6e6288c02a5c9 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:116:5 [INFO] [stderr] 69: 0x560cb4a1e1d8 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:451:21 [INFO] [stderr] 70: 0x560cb4a1e5c1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::he8b9ffe069c453a0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:452:25 [INFO] [stderr] 71: 0x560cb4a26bb7 - rayon_core::join::join_context::{{closure}}::{{closure}}::h89f5568137bf9afb [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:55 [INFO] [stderr] 72: 0x560cb4a20160 - as core::ops::function::FnOnce<()>>::call_once::hbda95b12c4765588 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 73: 0x560cb4a245a9 - std::panicking::try::do_call::h755105b91c6a5cd5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 74: 0x560cb4a2475b - __rust_try [INFO] [stderr] 75: 0x560cb4a241f6 - std::panicking::try::h30d7bb57463bc0e9 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 76: 0x560cb4a26fe0 - std::panic::catch_unwind::h41f6091e243843e6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 77: 0x560cb4a26c27 - rayon_core::unwind::halt_unwinding::h83825d221c031d34 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 78: 0x560cb4a26465 - rayon_core::join::join_context::{{closure}}::h15f054d85d399034 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:24 [INFO] [stderr] 79: 0x560cb4a226f6 - rayon_core::registry::in_worker::h15aac41ff0d170f4 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:705:13 [INFO] [stderr] 80: 0x560cb4a2610b - rayon_core::join::join_context::h1ce6e6288c02a5c9 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:116:5 [INFO] [stderr] 81: 0x560cb4a1e1d8 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:451:21 [INFO] [stderr] 82: 0x560cb4a1e5c1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::he8b9ffe069c453a0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:452:25 [INFO] [stderr] 83: 0x560cb4a26bb7 - rayon_core::join::join_context::{{closure}}::{{closure}}::h89f5568137bf9afb [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:55 [INFO] [stderr] 84: 0x560cb4a20160 - as core::ops::function::FnOnce<()>>::call_once::hbda95b12c4765588 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 85: 0x560cb4a245a9 - std::panicking::try::do_call::h755105b91c6a5cd5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 86: 0x560cb4a2475b - __rust_try [INFO] [stderr] 87: 0x560cb4a241f6 - std::panicking::try::h30d7bb57463bc0e9 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 88: 0x560cb4a26fe0 - std::panic::catch_unwind::h41f6091e243843e6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 89: 0x560cb4a26c27 - rayon_core::unwind::halt_unwinding::h83825d221c031d34 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 90: 0x560cb4a26465 - rayon_core::join::join_context::{{closure}}::h15f054d85d399034 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:128:24 [INFO] [stderr] 91: 0x560cb4a22587 - rayon_core::registry::Registry::in_worker_cold::{{closure}}::h2264e3aa6841455e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:356:13 [INFO] [stderr] 92: 0x560cb4a25cb3 - as rayon_core::job::Job>::execute::{{closure}}::hd838db93c25fb9a6 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:64 [INFO] [stderr] 93: 0x560cb4a20133 - as core::ops::function::FnOnce<()>>::call_once::h5b0c339847f8178f [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 94: 0x560cb4a24413 - std::panicking::try::do_call::h113ef1128ea4b053 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 95: 0x560cb4a2475b - __rust_try [INFO] [stderr] 96: 0x560cb4a242ec - std::panicking::try::h78179a840a6025d2 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 97: 0x560cb4a27023 - std::panic::catch_unwind::h4eae64b594d28c6c [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 98: 0x560cb4a26ced - rayon_core::unwind::halt_unwinding::hf298ed2d83acefa9 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 99: 0x560cb4a25aa1 - as rayon_core::job::Job>::execute::h9d3d592c5955b0e3 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:38 [INFO] [stderr] 100: 0x560cb4a2c21e - rayon_core::job::JobRef::execute::h500cc6368c32d566 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:60:9 [INFO] [stderr] 101: 0x560cb4a3c9c2 - rayon_core::registry::WorkerThread::execute::hef9fa69e0fdde231 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:584:9 [INFO] [stderr] 102: 0x560cb4a3c3cf - rayon_core::registry::WorkerThread::wait_until_cold::h112df55715151c4d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:568:17 [INFO] [stderr] 103: 0x560cb4a3c173 - rayon_core::registry::WorkerThread::wait_until::h69a0a4e1b6ac8e5f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:544:13 [INFO] [stderr] 104: 0x560cb4a3d1a9 - rayon_core::registry::main_loop::h5dba9e92c4dcd52b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:666:5 [INFO] [stderr] 105: 0x560cb4a3b73c - rayon_core::registry::Registry::new::{{closure}}::he9e60d93777a3671 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:135:54 [INFO] [stderr] 106: 0x560cb4a2d741 - std::sys_common::backtrace::__rust_begin_short_backtrace::hb723db4be01092dc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stderr] 107: 0x560cb4a29342 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h500df21e82887eb4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:551:17 [INFO] [stderr] 108: 0x560cb4a28112 - as core::ops::function::FnOnce<()>>::call_once::hedf38d82b2bdc0b3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 109: 0x560cb4a30a32 - std::panicking::try::do_call::hafeeb5ec78fd2ab1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 110: 0x560cb4a3151b - __rust_try [INFO] [stderr] 111: 0x560cb4a3080f - std::panicking::try::hd9854a6135f3c7b0 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 112: 0x560cb4a354b2 - std::panic::catch_unwind::hed779246907a5307 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 113: 0x560cb4a29138 - std::thread::Builder::spawn_unchecked_::{{closure}}::haef7e818e60e3034 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:550:30 [INFO] [stderr] 114: 0x560cb4a360af - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d268caaf9e9c5a3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:510:5 [INFO] [stderr] 115: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::hdc09af53979ab66f [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 116: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::h5cef88e3fa63b616 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 117: 0x560cb4e04973 - std::sys::unix::thread::Thread::new::thread_start::h7ae30531e3efd4f6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 118: 0x7f79210c5609 - start_thread [INFO] [stderr] 119: 0x7f7920e93133 - clone [INFO] [stderr] 120: 0x0 - [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560cb4e00200 - std::backtrace_rs::backtrace::libunwind::trace::he04b6d40112d6639 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x560cb4e00200 - std::backtrace_rs::backtrace::trace_unsynchronized::h93bb5736cc0446d6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x560cb4e00200 - std::sys_common::backtrace::_print_fmt::h194608c93e335f88 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x560cb4e00200 - ::fmt::hcd25e852ea89b4f5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x560cb4e1c42e - core::fmt::write::h5fe0ed2793f92a83 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/fmt/mod.rs:1209:17 [INFO] [stderr] 5: 0x560cb4dfb315 - std::io::Write::write_fmt::h3e0c3bcfa829a1de [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/io/mod.rs:1682:15 [INFO] [stderr] 6: 0x560cb4dfffc5 - std::sys_common::backtrace::_print::h137275aa061b9520 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 7: 0x560cb4dfffc5 - std::sys_common::backtrace::print::h0abc92ad99a2e9ea [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 8: 0x560cb4e0185f - std::panicking::default_hook::{{closure}}::had7442d4100942fb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:267:22 [INFO] [stderr] 9: 0x560cb4e0159a - std::panicking::default_hook::he29a4b4ac8c0db9a [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:286:9 [INFO] [stderr] 10: 0x560cb4e01f5c - std::panicking::rust_panic_with_hook::hb248569adc7e19ef [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:688:13 [INFO] [stderr] 11: 0x560cb4e01cf7 - std::panicking::begin_panic_handler::{{closure}}::h8fbe136907bbc5ab [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:579:13 [INFO] [stderr] 12: 0x560cb4e006ac - std::sys_common::backtrace::__rust_end_short_backtrace::hb7948ddc456dafc4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stderr] 13: 0x560cb4e01a12 - rust_begin_unwind [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:575:5 [INFO] [stderr] 14: 0x560cb4a1ac73 - core::panicking::panic_fmt::h1c2fe0c2fa8ba0a1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panicking.rs:65:14 [INFO] [stderr] 15: 0x560cb4a1aed3 - core::result::unwrap_failed::h626970e2865c5d28 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1791:5 [INFO] [stderr] 16: 0x560cb4a23709 - core::result::Result::expect::h022ea9d53bd43f86 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1070:23 [INFO] [stderr] 17: 0x560cb4a1e895 - build_script_build::download_file::heb770a8d72bf9a3b [INFO] [stderr] at /opt/rustwide/workdir/build.rs:23:20 [INFO] [stderr] 18: 0x560cb4a2024d - core::ops::function::Fn::call::h1b815517d9059b11 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:162:5 [INFO] [stderr] 19: 0x560cb4a2146f - as rayon::iter::plumbing::Folder>::consume::h30dd182f4fdac89e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/map.rs:225:27 [INFO] [stderr] 20: 0x560cb4a2523d - as rayon::iter::plumbing::UnindexedProducer>::fold_with::h442e20b7ec7a3144 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/par_bridge.rs:146:30 [INFO] [stderr] 21: 0x560cb4a1e34c - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:458:33 [INFO] [stderr] 22: 0x560cb4a1e4f1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::ha929bc330e375e57 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:454:25 [INFO] [stderr] 23: 0x560cb4a26b05 - rayon_core::join::join_context::{{closure}}::{{closure}}::h65a1ce6e22badbef [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:122:46 [INFO] [stderr] 24: 0x560cb4a25c7a - as rayon_core::job::Job>::execute::{{closure}}::h04fad4dfb0e8d945 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:64 [INFO] [stderr] 25: 0x560cb4a20100 - as core::ops::function::FnOnce<()>>::call_once::h55779f0554b18b3c [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 26: 0x560cb4a244dd - std::panicking::try::do_call::h19a1e86e026391b7 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 27: 0x560cb4a2475b - __rust_try [INFO] [stderr] 28: 0x560cb4a24106 - std::panicking::try::h1af439646b9a2fcc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 29: 0x560cb4a26fa0 - std::panic::catch_unwind::h3f2d8f7ba544ddbb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 30: 0x560cb4a26c87 - rayon_core::unwind::halt_unwinding::hd949dc16a9c93ed0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 31: 0x560cb4a257e1 - as rayon_core::job::Job>::execute::h089af1c0dba7b148 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:38 [INFO] [stderr] 32: 0x560cb4a2c21e - rayon_core::job::JobRef::execute::h500cc6368c32d566 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:60:9 [INFO] [stderr] 33: 0x560cb4a3c9c2 - rayon_core::registry::WorkerThread::execute::hef9fa69e0fdde231 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:584:9 [INFO] [stderr] 34: 0x560cb4a3c3cf - rayon_core::registry::WorkerThread::wait_until_cold::h112df55715151c4d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:568:17 [INFO] [stderr] 35: 0x560cb4a3c173 - rayon_core::registry::WorkerThread::wait_until::h69a0a4e1b6ac8e5f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:544:13 [INFO] [stderr] 36: 0x560cb4a3d1a9 - rayon_core::registry::main_loop::h5dba9e92c4dcd52b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:666:5 [INFO] [stderr] 37: 0x560cb4a3b73c - rayon_core::registry::Registry::new::{{closure}}::he9e60d93777a3671 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:135:54 [INFO] [stderr] 38: 0x560cb4a2d741 - std::sys_common::backtrace::__rust_begin_short_backtrace::hb723db4be01092dc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stderr] 39: 0x560cb4a29342 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h500df21e82887eb4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:551:17 [INFO] [stderr] 40: 0x560cb4a28112 - as core::ops::function::FnOnce<()>>::call_once::hedf38d82b2bdc0b3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 41: 0x560cb4a30a32 - std::panicking::try::do_call::hafeeb5ec78fd2ab1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 42: 0x560cb4a3151b - __rust_try [INFO] [stderr] 43: 0x560cb4a3080f - std::panicking::try::hd9854a6135f3c7b0 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 44: 0x560cb4a354b2 - std::panic::catch_unwind::hed779246907a5307 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 45: 0x560cb4a29138 - std::thread::Builder::spawn_unchecked_::{{closure}}::haef7e818e60e3034 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:550:30 [INFO] [stderr] 46: 0x560cb4a360af - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d268caaf9e9c5a3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:510:5 [INFO] [stderr] 47: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::hdc09af53979ab66f [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 48: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::h5cef88e3fa63b616 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 49: 0x560cb4e04973 - std::sys::unix::thread::Thread::new::thread_start::h7ae30531e3efd4f6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 50: 0x7f79210c5609 - start_thread [INFO] [stderr] 51: 0x7f7920e93133 - clone [INFO] [stderr] 52: 0x0 - [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560cb4e00200 - std::backtrace_rs::backtrace::libunwind::trace::he04b6d40112d6639 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x560cb4e00200 - std::backtrace_rs::backtrace::trace_unsynchronized::h93bb5736cc0446d6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x560cb4e00200 - std::sys_common::backtrace::_print_fmt::h194608c93e335f88 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x560cb4e00200 - ::fmt::hcd25e852ea89b4f5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x560cb4e1c42e - core::fmt::write::h5fe0ed2793f92a83 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/fmt/mod.rs:1209:17 [INFO] [stderr] 5: 0x560cb4dfb315 - std::io::Write::write_fmt::h3e0c3bcfa829a1de [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/io/mod.rs:1682:15 [INFO] [stderr] 6: 0x560cb4dfffc5 - std::sys_common::backtrace::_print::h137275aa061b9520 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 7: 0x560cb4dfffc5 - std::sys_common::backtrace::print::h0abc92ad99a2e9ea [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 8: 0x560cb4e0185f - std::panicking::default_hook::{{closure}}::had7442d4100942fb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:267:22 [INFO] [stderr] 9: 0x560cb4e0159a - std::panicking::default_hook::he29a4b4ac8c0db9a [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:286:9 [INFO] [stderr] 10: 0x560cb4e01f5c - std::panicking::rust_panic_with_hook::hb248569adc7e19ef [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:688:13 [INFO] [stderr] 11: 0x560cb4e01cf7 - std::panicking::begin_panic_handler::{{closure}}::h8fbe136907bbc5ab [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:579:13 [INFO] [stderr] 12: 0x560cb4e006ac - std::sys_common::backtrace::__rust_end_short_backtrace::hb7948ddc456dafc4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stderr] 13: 0x560cb4e01a12 - rust_begin_unwind [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:575:5 [INFO] [stderr] 14: 0x560cb4a1ac73 - core::panicking::panic_fmt::h1c2fe0c2fa8ba0a1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panicking.rs:65:14 [INFO] [stderr] 15: 0x560cb4a1aed3 - core::result::unwrap_failed::h626970e2865c5d28 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1791:5 [INFO] [stderr] 16: 0x560cb4a23709 - core::result::Result::expect::h022ea9d53bd43f86 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1070:23 [INFO] [stderr] 17: 0x560cb4a1e895 - build_script_build::download_file::heb770a8d72bf9a3b [INFO] [stderr] at /opt/rustwide/workdir/build.rs:23:20 [INFO] [stderr] 18: 0x560cb4a2024d - core::ops::function::Fn::call::h1b815517d9059b11 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:162:5 [INFO] [stderr] 19: 0x560cb4a2146f - as rayon::iter::plumbing::Folder>::consume::h30dd182f4fdac89e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/map.rs:225:27 [INFO] [stderr] 20: 0x560cb4a2523d - as rayon::iter::plumbing::UnindexedProducer>::fold_with::h442e20b7ec7a3144 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/par_bridge.rs:146:30 [INFO] [stderr] 21: 0x560cb4a1e34c - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:458:33 [INFO] [stderr] 22: 0x560cb4a1e4f1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::ha929bc330e375e57 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:454:25 [INFO] [stderr] 23: 0x560cb4a26b05 - rayon_core::join::join_context::{{closure}}::{{closure}}::h65a1ce6e22badbef [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:122:46 [INFO] [stderr] 24: 0x560cb4a25c7a - as rayon_core::job::Job>::execute::{{closure}}::h04fad4dfb0e8d945 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:64 [INFO] [stderr] 25: 0x560cb4a20100 - as core::ops::function::FnOnce<()>>::call_once::h55779f0554b18b3c [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 26: 0x560cb4a244dd - std::panicking::try::do_call::h19a1e86e026391b7 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 27: 0x560cb4a2475b - __rust_try [INFO] [stderr] 28: 0x560cb4a24106 - std::panicking::try::h1af439646b9a2fcc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 29: 0x560cb4a26fa0 - std::panic::catch_unwind::h3f2d8f7ba544ddbb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 30: 0x560cb4a26c87 - rayon_core::unwind::halt_unwinding::hd949dc16a9c93ed0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 31: 0x560cb4a257e1 - as rayon_core::job::Job>::execute::h089af1c0dba7b148 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:38 [INFO] [stderr] 32: 0x560cb4a2c21e - rayon_core::job::JobRef::execute::h500cc6368c32d566 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:60:9 [INFO] [stderr] 33: 0x560cb4a3c9c2 - rayon_core::registry::WorkerThread::execute::hef9fa69e0fdde231 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:584:9 [INFO] [stderr] 34: 0x560cb4a3c3cf - rayon_core::registry::WorkerThread::wait_until_cold::h112df55715151c4d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:568:17 [INFO] [stderr] 35: 0x560cb4a3c173 - rayon_core::registry::WorkerThread::wait_until::h69a0a4e1b6ac8e5f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:544:13 [INFO] [stderr] 36: 0x560cb4a3d1a9 - rayon_core::registry::main_loop::h5dba9e92c4dcd52b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:666:5 [INFO] [stderr] 37: 0x560cb4a3b73c - rayon_core::registry::Registry::new::{{closure}}::he9e60d93777a3671 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:135:54 [INFO] [stderr] 38: 0x560cb4a2d741 - std::sys_common::backtrace::__rust_begin_short_backtrace::hb723db4be01092dc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stderr] 39: 0x560cb4a29342 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h500df21e82887eb4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:551:17 [INFO] [stderr] 40: 0x560cb4a28112 - as core::ops::function::FnOnce<()>>::call_once::hedf38d82b2bdc0b3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 41: 0x560cb4a30a32 - std::panicking::try::do_call::hafeeb5ec78fd2ab1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 42: 0x560cb4a3151b - __rust_try [INFO] [stderr] 43: 0x560cb4a3080f - std::panicking::try::hd9854a6135f3c7b0 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 44: 0x560cb4a354b2 - std::panic::catch_unwind::hed779246907a5307 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 45: 0x560cb4a29138 - std::thread::Builder::spawn_unchecked_::{{closure}}::haef7e818e60e3034 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:550:30 [INFO] [stderr] 46: 0x560cb4a360af - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d268caaf9e9c5a3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:510:5 [INFO] [stderr] 47: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::hdc09af53979ab66f [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 48: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::h5cef88e3fa63b616 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 49: 0x560cb4e04973 - std::sys::unix::thread::Thread::new::thread_start::h7ae30531e3efd4f6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 50: 0x7f79210c5609 - start_thread [INFO] [stderr] 51: 0x7f7920e93133 - clone [INFO] [stderr] 52: 0x0 - [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560cb4e00200 - std::backtrace_rs::backtrace::libunwind::trace::he04b6d40112d6639 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x560cb4e00200 - std::backtrace_rs::backtrace::trace_unsynchronized::h93bb5736cc0446d6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x560cb4e00200 - std::sys_common::backtrace::_print_fmt::h194608c93e335f88 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x560cb4e00200 - ::fmt::hcd25e852ea89b4f5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x560cb4e1c42e - core::fmt::write::h5fe0ed2793f92a83 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/fmt/mod.rs:1209:17 [INFO] [stderr] 5: 0x560cb4dfb315 - std::io::Write::write_fmt::h3e0c3bcfa829a1de [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/io/mod.rs:1682:15 [INFO] [stderr] 6: 0x560cb4dfffc5 - std::sys_common::backtrace::_print::h137275aa061b9520 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 7: 0x560cb4dfffc5 - std::sys_common::backtrace::print::h0abc92ad99a2e9ea [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 8: 0x560cb4e0185f - std::panicking::default_hook::{{closure}}::had7442d4100942fb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:267:22 [INFO] [stderr] 9: 0x560cb4e0159a - std::panicking::default_hook::he29a4b4ac8c0db9a [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:286:9 [INFO] [stderr] 10: 0x560cb4e01f5c - std::panicking::rust_panic_with_hook::hb248569adc7e19ef [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:688:13 [INFO] [stderr] 11: 0x560cb4e01cf7 - std::panicking::begin_panic_handler::{{closure}}::h8fbe136907bbc5ab [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:579:13 [INFO] [stderr] 12: 0x560cb4e006ac - std::sys_common::backtrace::__rust_end_short_backtrace::hb7948ddc456dafc4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stderr] 13: 0x560cb4e01a12 - rust_begin_unwind [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:575:5 [INFO] [stderr] 14: 0x560cb4a1ac73 - core::panicking::panic_fmt::h1c2fe0c2fa8ba0a1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panicking.rs:65:14 [INFO] [stderr] 15: 0x560cb4a1aed3 - core::result::unwrap_failed::h626970e2865c5d28 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1791:5 [INFO] [stderr] 16: 0x560cb4a23709 - core::result::Result::expect::h022ea9d53bd43f86 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1070:23 [INFO] [stderr] 17: 0x560cb4a1e895 - build_script_build::download_file::heb770a8d72bf9a3b [INFO] [stderr] at /opt/rustwide/workdir/build.rs:23:20 [INFO] [stderr] 18: 0x560cb4a2024d - core::ops::function::Fn::call::h1b815517d9059b11 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:162:5 [INFO] [stderr] 19: 0x560cb4a2146f - as rayon::iter::plumbing::Folder>::consume::h30dd182f4fdac89e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/map.rs:225:27 [INFO] [stderr] 20: 0x560cb4a2523d - as rayon::iter::plumbing::UnindexedProducer>::fold_with::h442e20b7ec7a3144 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/par_bridge.rs:146:30 [INFO] [stderr] 21: 0x560cb4a1e34c - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:458:33 [INFO] [stderr] 22: 0x560cb4a1e4f1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::ha929bc330e375e57 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:454:25 [INFO] [stderr] 23: 0x560cb4a26b05 - rayon_core::join::join_context::{{closure}}::{{closure}}::h65a1ce6e22badbef [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:122:46 [INFO] [stderr] 24: 0x560cb4a25c7a - as rayon_core::job::Job>::execute::{{closure}}::h04fad4dfb0e8d945 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:64 [INFO] [stderr] 25: 0x560cb4a20100 - as core::ops::function::FnOnce<()>>::call_once::h55779f0554b18b3c [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 26: 0x560cb4a244dd - std::panicking::try::do_call::h19a1e86e026391b7 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 27: 0x560cb4a2475b - __rust_try [INFO] [stderr] 28: 0x560cb4a24106 - std::panicking::try::h1af439646b9a2fcc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 29: 0x560cb4a26fa0 - std::panic::catch_unwind::h3f2d8f7ba544ddbb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 30: 0x560cb4a26c87 - rayon_core::unwind::halt_unwinding::hd949dc16a9c93ed0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 31: 0x560cb4a257e1 - as rayon_core::job::Job>::execute::h089af1c0dba7b148 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:38 [INFO] [stderr] 32: 0x560cb4a2c21e - rayon_core::job::JobRef::execute::h500cc6368c32d566 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:60:9 [INFO] [stderr] 33: 0x560cb4a3c9c2 - rayon_core::registry::WorkerThread::execute::hef9fa69e0fdde231 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:584:9 [INFO] [stderr] 34: 0x560cb4a3c3cf - rayon_core::registry::WorkerThread::wait_until_cold::h112df55715151c4d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:568:17 [INFO] [stderr] 35: 0x560cb4a3c173 - rayon_core::registry::WorkerThread::wait_until::h69a0a4e1b6ac8e5f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:544:13 [INFO] [stderr] 36: 0x560cb4a3d1a9 - rayon_core::registry::main_loop::h5dba9e92c4dcd52b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:666:5 [INFO] [stderr] 37: 0x560cb4a3b73c - rayon_core::registry::Registry::new::{{closure}}::he9e60d93777a3671 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:135:54 [INFO] [stderr] 38: 0x560cb4a2d741 - std::sys_common::backtrace::__rust_begin_short_backtrace::hb723db4be01092dc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stderr] 39: 0x560cb4a29342 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h500df21e82887eb4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:551:17 [INFO] [stderr] 40: 0x560cb4a28112 - as core::ops::function::FnOnce<()>>::call_once::hedf38d82b2bdc0b3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 41: 0x560cb4a30a32 - std::panicking::try::do_call::hafeeb5ec78fd2ab1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 42: 0x560cb4a3151b - __rust_try [INFO] [stderr] 43: 0x560cb4a3080f - std::panicking::try::hd9854a6135f3c7b0 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 44: 0x560cb4a354b2 - std::panic::catch_unwind::hed779246907a5307 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 45: 0x560cb4a29138 - std::thread::Builder::spawn_unchecked_::{{closure}}::haef7e818e60e3034 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:550:30 [INFO] [stderr] 46: 0x560cb4a360af - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d268caaf9e9c5a3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:510:5 [INFO] [stderr] 47: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::hdc09af53979ab66f [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 48: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::h5cef88e3fa63b616 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 49: 0x560cb4e04973 - std::sys::unix::thread::Thread::new::thread_start::h7ae30531e3efd4f6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 50: 0x7f79210c5609 - start_thread [INFO] [stderr] 51: 0x7f7920e93133 - clone [INFO] [stderr] 52: 0x0 - [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560cb4e00200 - std::backtrace_rs::backtrace::libunwind::trace::he04b6d40112d6639 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x560cb4e00200 - std::backtrace_rs::backtrace::trace_unsynchronized::h93bb5736cc0446d6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x560cb4e00200 - std::sys_common::backtrace::_print_fmt::h194608c93e335f88 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x560cb4e00200 - ::fmt::hcd25e852ea89b4f5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x560cb4e1c42e - core::fmt::write::h5fe0ed2793f92a83 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/fmt/mod.rs:1209:17 [INFO] [stderr] 5: 0x560cb4dfb315 - std::io::Write::write_fmt::h3e0c3bcfa829a1de [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/io/mod.rs:1682:15 [INFO] [stderr] 6: 0x560cb4dfffc5 - std::sys_common::backtrace::_print::h137275aa061b9520 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 7: 0x560cb4dfffc5 - std::sys_common::backtrace::print::h0abc92ad99a2e9ea [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 8: 0x560cb4e0185f - std::panicking::default_hook::{{closure}}::had7442d4100942fb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:267:22 [INFO] [stderr] 9: 0x560cb4e0159a - std::panicking::default_hook::he29a4b4ac8c0db9a [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:286:9 [INFO] [stderr] 10: 0x560cb4e01f5c - std::panicking::rust_panic_with_hook::hb248569adc7e19ef [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:688:13 [INFO] [stderr] 11: 0x560cb4e01cf7 - std::panicking::begin_panic_handler::{{closure}}::h8fbe136907bbc5ab [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:579:13 [INFO] [stderr] 12: 0x560cb4e006ac - std::sys_common::backtrace::__rust_end_short_backtrace::hb7948ddc456dafc4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stderr] 13: 0x560cb4e01a12 - rust_begin_unwind [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:575:5 [INFO] [stderr] 14: 0x560cb4a1ac73 - core::panicking::panic_fmt::h1c2fe0c2fa8ba0a1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panicking.rs:65:14 [INFO] [stderr] 15: 0x560cb4a1aed3 - core::result::unwrap_failed::h626970e2865c5d28 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1791:5 [INFO] [stderr] 16: 0x560cb4a23709 - core::result::Result::expect::h022ea9d53bd43f86 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1070:23 [INFO] [stderr] 17: 0x560cb4a1e895 - build_script_build::download_file::heb770a8d72bf9a3b [INFO] [stderr] at /opt/rustwide/workdir/build.rs:23:20 [INFO] [stderr] 18: 0x560cb4a2024d - core::ops::function::Fn::call::h1b815517d9059b11 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:162:5 [INFO] [stderr] 19: 0x560cb4a2146f - as rayon::iter::plumbing::Folder>::consume::h30dd182f4fdac89e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/map.rs:225:27 [INFO] [stderr] 20: 0x560cb4a2523d - as rayon::iter::plumbing::UnindexedProducer>::fold_with::h442e20b7ec7a3144 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/par_bridge.rs:146:30 [INFO] [stderr] 21: 0x560cb4a1e34c - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:458:33 [INFO] [stderr] 22: 0x560cb4a1e4f1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::ha929bc330e375e57 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:454:25 [INFO] [stderr] 23: 0x560cb4a26b05 - rayon_core::join::join_context::{{closure}}::{{closure}}::h65a1ce6e22badbef [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:122:46 [INFO] [stderr] 24: 0x560cb4a25c7a - as rayon_core::job::Job>::execute::{{closure}}::h04fad4dfb0e8d945 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:64 [INFO] [stderr] 25: 0x560cb4a20100 - as core::ops::function::FnOnce<()>>::call_once::h55779f0554b18b3c [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 26: 0x560cb4a244dd - std::panicking::try::do_call::h19a1e86e026391b7 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 27: 0x560cb4a2475b - __rust_try [INFO] [stderr] 28: 0x560cb4a24106 - std::panicking::try::h1af439646b9a2fcc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 29: 0x560cb4a26fa0 - std::panic::catch_unwind::h3f2d8f7ba544ddbb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 30: 0x560cb4a26c87 - rayon_core::unwind::halt_unwinding::hd949dc16a9c93ed0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 31: 0x560cb4a257e1 - as rayon_core::job::Job>::execute::h089af1c0dba7b148 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:38 [INFO] [stderr] 32: 0x560cb4a2c21e - rayon_core::job::JobRef::execute::h500cc6368c32d566 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:60:9 [INFO] [stderr] 33: 0x560cb4a3c9c2 - rayon_core::registry::WorkerThread::execute::hef9fa69e0fdde231 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:584:9 [INFO] [stderr] 34: 0x560cb4a3c3cf - rayon_core::registry::WorkerThread::wait_until_cold::h112df55715151c4d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:568:17 [INFO] [stderr] 35: 0x560cb4a3c173 - rayon_core::registry::WorkerThread::wait_until::h69a0a4e1b6ac8e5f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:544:13 [INFO] [stderr] 36: 0x560cb4a3d1a9 - rayon_core::registry::main_loop::h5dba9e92c4dcd52b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:666:5 [INFO] [stderr] 37: 0x560cb4a3b73c - rayon_core::registry::Registry::new::{{closure}}::he9e60d93777a3671 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:135:54 [INFO] [stderr] 38: 0x560cb4a2d741 - std::sys_common::backtrace::__rust_begin_short_backtrace::hb723db4be01092dc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stderr] 39: 0x560cb4a29342 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h500df21e82887eb4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:551:17 [INFO] [stderr] 40: 0x560cb4a28112 - as core::ops::function::FnOnce<()>>::call_once::hedf38d82b2bdc0b3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 41: 0x560cb4a30a32 - std::panicking::try::do_call::hafeeb5ec78fd2ab1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 42: 0x560cb4a3151b - __rust_try [INFO] [stderr] 43: 0x560cb4a3080f - std::panicking::try::hd9854a6135f3c7b0 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 44: 0x560cb4a354b2 - std::panic::catch_unwind::hed779246907a5307 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 45: 0x560cb4a29138 - std::thread::Builder::spawn_unchecked_::{{closure}}::haef7e818e60e3034 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:550:30 [INFO] [stderr] 46: 0x560cb4a360af - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d268caaf9e9c5a3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:510:5 [INFO] [stderr] 47: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::hdc09af53979ab66f [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 48: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::h5cef88e3fa63b616 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 49: 0x560cb4e04973 - std::sys::unix::thread::Thread::new::thread_start::h7ae30531e3efd4f6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 50: 0x7f79210c5609 - start_thread [INFO] [stderr] 51: 0x7f7920e93133 - clone [INFO] [stderr] 52: 0x0 - [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560cb4e00200 - std::backtrace_rs::backtrace::libunwind::trace::he04b6d40112d6639 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x560cb4e00200 - std::backtrace_rs::backtrace::trace_unsynchronized::h93bb5736cc0446d6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x560cb4e00200 - std::sys_common::backtrace::_print_fmt::h194608c93e335f88 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x560cb4e00200 - ::fmt::hcd25e852ea89b4f5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x560cb4e1c42e - core::fmt::write::h5fe0ed2793f92a83 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/fmt/mod.rs:1209:17 [INFO] [stderr] 5: 0x560cb4dfb315 - std::io::Write::write_fmt::h3e0c3bcfa829a1de [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/io/mod.rs:1682:15 [INFO] [stderr] 6: 0x560cb4dfffc5 - std::sys_common::backtrace::_print::h137275aa061b9520 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 7: 0x560cb4dfffc5 - std::sys_common::backtrace::print::h0abc92ad99a2e9ea [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 8: 0x560cb4e0185f - std::panicking::default_hook::{{closure}}::had7442d4100942fb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:267:22 [INFO] [stderr] 9: 0x560cb4e0159a - std::panicking::default_hook::he29a4b4ac8c0db9a [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:286:9 [INFO] [stderr] 10: 0x560cb4e01f5c - std::panicking::rust_panic_with_hook::hb248569adc7e19ef [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:688:13 [INFO] [stderr] 11: 0x560cb4e01cf7 - std::panicking::begin_panic_handler::{{closure}}::h8fbe136907bbc5ab [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:579:13 [INFO] [stderr] 12: 0x560cb4e006ac - std::sys_common::backtrace::__rust_end_short_backtrace::hb7948ddc456dafc4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stderr] 13: 0x560cb4e01a12 - rust_begin_unwind [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:575:5 [INFO] [stderr] 14: 0x560cb4a1ac73 - core::panicking::panic_fmt::h1c2fe0c2fa8ba0a1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panicking.rs:65:14 [INFO] [stderr] 15: 0x560cb4a1aed3 - core::result::unwrap_failed::h626970e2865c5d28 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1791:5 [INFO] [stderr] 16: 0x560cb4a23709 - core::result::Result::expect::h022ea9d53bd43f86 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1070:23 [INFO] [stderr] 17: 0x560cb4a1e895 - build_script_build::download_file::heb770a8d72bf9a3b [INFO] [stderr] at /opt/rustwide/workdir/build.rs:23:20 [INFO] [stderr] 18: 0x560cb4a2024d - core::ops::function::Fn::call::h1b815517d9059b11 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:162:5 [INFO] [stderr] 19: 0x560cb4a2146f - as rayon::iter::plumbing::Folder>::consume::h30dd182f4fdac89e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/map.rs:225:27 [INFO] [stderr] 20: 0x560cb4a2523d - as rayon::iter::plumbing::UnindexedProducer>::fold_with::h442e20b7ec7a3144 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/par_bridge.rs:146:30 [INFO] [stderr] 21: 0x560cb4a1e34c - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:458:33 [INFO] [stderr] 22: 0x560cb4a1e4f1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::ha929bc330e375e57 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:454:25 [INFO] [stderr] 23: 0x560cb4a26b05 - rayon_core::join::join_context::{{closure}}::{{closure}}::h65a1ce6e22badbef [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:122:46 [INFO] [stderr] 24: 0x560cb4a25c7a - as rayon_core::job::Job>::execute::{{closure}}::h04fad4dfb0e8d945 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:64 [INFO] [stderr] 25: 0x560cb4a20100 - as core::ops::function::FnOnce<()>>::call_once::h55779f0554b18b3c [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 26: 0x560cb4a244dd - std::panicking::try::do_call::h19a1e86e026391b7 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 27: 0x560cb4a2475b - __rust_try [INFO] [stderr] 28: 0x560cb4a24106 - std::panicking::try::h1af439646b9a2fcc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 29: 0x560cb4a26fa0 - std::panic::catch_unwind::h3f2d8f7ba544ddbb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 30: 0x560cb4a26c87 - rayon_core::unwind::halt_unwinding::hd949dc16a9c93ed0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 31: 0x560cb4a257e1 - as rayon_core::job::Job>::execute::h089af1c0dba7b148 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:38 [INFO] [stderr] 32: 0x560cb4a2c21e - rayon_core::job::JobRef::execute::h500cc6368c32d566 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:60:9 [INFO] [stderr] 33: 0x560cb4a3c9c2 - rayon_core::registry::WorkerThread::execute::hef9fa69e0fdde231 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:584:9 [INFO] [stderr] 34: 0x560cb4a3c3cf - rayon_core::registry::WorkerThread::wait_until_cold::h112df55715151c4d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:568:17 [INFO] [stderr] 35: 0x560cb4a3c173 - rayon_core::registry::WorkerThread::wait_until::h69a0a4e1b6ac8e5f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:544:13 [INFO] [stderr] 36: 0x560cb4a3d1a9 - rayon_core::registry::main_loop::h5dba9e92c4dcd52b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:666:5 [INFO] [stderr] 37: 0x560cb4a3b73c - rayon_core::registry::Registry::new::{{closure}}::he9e60d93777a3671 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:135:54 [INFO] [stderr] 38: 0x560cb4a2d741 - std::sys_common::backtrace::__rust_begin_short_backtrace::hb723db4be01092dc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stderr] 39: 0x560cb4a29342 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h500df21e82887eb4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:551:17 [INFO] [stderr] 40: 0x560cb4a28112 - as core::ops::function::FnOnce<()>>::call_once::hedf38d82b2bdc0b3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 41: 0x560cb4a30a32 - std::panicking::try::do_call::hafeeb5ec78fd2ab1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 42: 0x560cb4a3151b - __rust_try [INFO] [stderr] 43: 0x560cb4a3080f - std::panicking::try::hd9854a6135f3c7b0 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 44: 0x560cb4a354b2 - std::panic::catch_unwind::hed779246907a5307 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 45: 0x560cb4a29138 - std::thread::Builder::spawn_unchecked_::{{closure}}::haef7e818e60e3034 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:550:30 [INFO] [stderr] 46: 0x560cb4a360af - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d268caaf9e9c5a3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:510:5 [INFO] [stderr] 47: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::hdc09af53979ab66f [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 48: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::h5cef88e3fa63b616 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 49: 0x560cb4e04973 - std::sys::unix::thread::Thread::new::thread_start::h7ae30531e3efd4f6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 50: 0x7f79210c5609 - start_thread [INFO] [stderr] 51: 0x7f7920e93133 - clone [INFO] [stderr] 52: 0x0 - [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x560cb4e00200 - std::backtrace_rs::backtrace::libunwind::trace::he04b6d40112d6639 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x560cb4e00200 - std::backtrace_rs::backtrace::trace_unsynchronized::h93bb5736cc0446d6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x560cb4e00200 - std::sys_common::backtrace::_print_fmt::h194608c93e335f88 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stderr] 3: 0x560cb4e00200 - ::fmt::hcd25e852ea89b4f5 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x560cb4e1c42e - core::fmt::write::h5fe0ed2793f92a83 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/fmt/mod.rs:1209:17 [INFO] [stderr] 5: 0x560cb4dfb315 - std::io::Write::write_fmt::h3e0c3bcfa829a1de [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/io/mod.rs:1682:15 [INFO] [stderr] 6: 0x560cb4dfffc5 - std::sys_common::backtrace::_print::h137275aa061b9520 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 7: 0x560cb4dfffc5 - std::sys_common::backtrace::print::h0abc92ad99a2e9ea [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 8: 0x560cb4e0185f - std::panicking::default_hook::{{closure}}::had7442d4100942fb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:267:22 [INFO] [stderr] 9: 0x560cb4e0159a - std::panicking::default_hook::he29a4b4ac8c0db9a [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:286:9 [INFO] [stderr] 10: 0x560cb4e01f5c - std::panicking::rust_panic_with_hook::hb248569adc7e19ef [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:688:13 [INFO] [stderr] 11: 0x560cb4e01cf7 - std::panicking::begin_panic_handler::{{closure}}::h8fbe136907bbc5ab [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:579:13 [INFO] [stderr] 12: 0x560cb4e006ac - std::sys_common::backtrace::__rust_end_short_backtrace::hb7948ddc456dafc4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stderr] 13: 0x560cb4e01a12 - rust_begin_unwind [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:575:5 [INFO] [stderr] 14: 0x560cb4a1ac73 - core::panicking::panic_fmt::h1c2fe0c2fa8ba0a1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panicking.rs:65:14 [INFO] [stderr] 15: 0x560cb4a1aed3 - core::result::unwrap_failed::h626970e2865c5d28 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1791:5 [INFO] [stderr] 16: 0x560cb4a23709 - core::result::Result::expect::h022ea9d53bd43f86 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/result.rs:1070:23 [INFO] [stderr] 17: 0x560cb4a1e895 - build_script_build::download_file::heb770a8d72bf9a3b [INFO] [stderr] at /opt/rustwide/workdir/build.rs:23:20 [INFO] [stderr] 18: 0x560cb4a2024d - core::ops::function::Fn::call::h1b815517d9059b11 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:162:5 [INFO] [stderr] 19: 0x560cb4a2146f - as rayon::iter::plumbing::Folder>::consume::h30dd182f4fdac89e [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/map.rs:225:27 [INFO] [stderr] 20: 0x560cb4a2523d - as rayon::iter::plumbing::UnindexedProducer>::fold_with::h442e20b7ec7a3144 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/par_bridge.rs:146:30 [INFO] [stderr] 21: 0x560cb4a1e34c - rayon::iter::plumbing::bridge_unindexed_producer_consumer::h911fe9882168ae45 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:458:33 [INFO] [stderr] 22: 0x560cb4a1e4f1 - rayon::iter::plumbing::bridge_unindexed_producer_consumer::{{closure}}::ha929bc330e375e57 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-1.0.3/src/iter/plumbing/mod.rs:454:25 [INFO] [stderr] 23: 0x560cb4a26b05 - rayon_core::join::join_context::{{closure}}::{{closure}}::h65a1ce6e22badbef [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/join/mod.rs:122:46 [INFO] [stderr] 24: 0x560cb4a25c7a - as rayon_core::job::Job>::execute::{{closure}}::h04fad4dfb0e8d945 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:64 [INFO] [stderr] 25: 0x560cb4a20100 - as core::ops::function::FnOnce<()>>::call_once::h55779f0554b18b3c [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 26: 0x560cb4a244dd - std::panicking::try::do_call::h19a1e86e026391b7 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 27: 0x560cb4a2475b - __rust_try [INFO] [stderr] 28: 0x560cb4a24106 - std::panicking::try::h1af439646b9a2fcc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 29: 0x560cb4a26fa0 - std::panic::catch_unwind::h3f2d8f7ba544ddbb [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 30: 0x560cb4a26c87 - rayon_core::unwind::halt_unwinding::hd949dc16a9c93ed0 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/unwind.rs:18:5 [INFO] [stderr] 31: 0x560cb4a257e1 - as rayon_core::job::Job>::execute::h089af1c0dba7b148 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:113:38 [INFO] [stderr] 32: 0x560cb4a2c21e - rayon_core::job::JobRef::execute::h500cc6368c32d566 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/job.rs:60:9 [INFO] [stderr] 33: 0x560cb4a3c9c2 - rayon_core::registry::WorkerThread::execute::hef9fa69e0fdde231 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:584:9 [INFO] [stderr] 34: 0x560cb4a3c3cf - rayon_core::registry::WorkerThread::wait_until_cold::h112df55715151c4d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:568:17 [INFO] [stderr] 35: 0x560cb4a3c173 - rayon_core::registry::WorkerThread::wait_until::h69a0a4e1b6ac8e5f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:544:13 [INFO] [stderr] 36: 0x560cb4a3d1a9 - rayon_core::registry::main_loop::h5dba9e92c4dcd52b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:666:5 [INFO] [stderr] 37: 0x560cb4a3b73c - rayon_core::registry::Registry::new::{{closure}}::he9e60d93777a3671 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:135:54 [INFO] [stderr] 38: 0x560cb4a2d741 - std::sys_common::backtrace::__rust_begin_short_backtrace::hb723db4be01092dc [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stderr] 39: 0x560cb4a29342 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h500df21e82887eb4 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:551:17 [INFO] [stderr] 40: 0x560cb4a28112 - as core::ops::function::FnOnce<()>>::call_once::hedf38d82b2bdc0b3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] 41: 0x560cb4a30a32 - std::panicking::try::do_call::hafeeb5ec78fd2ab1 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:483:40 [INFO] [stderr] 42: 0x560cb4a3151b - __rust_try [INFO] [stderr] 43: 0x560cb4a3080f - std::panicking::try::hd9854a6135f3c7b0 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panicking.rs:447:19 [INFO] [stderr] 44: 0x560cb4a354b2 - std::panic::catch_unwind::hed779246907a5307 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/panic.rs:137:14 [INFO] [stderr] 45: 0x560cb4a29138 - std::thread::Builder::spawn_unchecked_::{{closure}}::haef7e818e60e3034 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/thread/mod.rs:550:30 [INFO] [stderr] 46: 0x560cb4a360af - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d268caaf9e9c5a3 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/core/src/ops/function.rs:510:5 [INFO] [stderr] 47: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::hdc09af53979ab66f [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 48: 0x560cb4e04973 - as core::ops::function::FnOnce>::call_once::h5cef88e3fa63b616 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/alloc/src/boxed.rs:2000:9 [INFO] [stderr] 49: 0x560cb4e04973 - std::sys::unix::thread::Thread::new::thread_start::h7ae30531e3efd4f6 [INFO] [stderr] at /rustc/c5842b0be783dffa5a49693541acb79115c7eeef/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 50: 0x7f79210c5609 - start_thread [INFO] [stderr] 51: 0x7f7920e93133 - clone [INFO] [stderr] 52: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "65aef1b0a9521ceefb94e60e6884bc7aafc49ddf65437f95ed4c7c88f82f9bd8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65aef1b0a9521ceefb94e60e6884bc7aafc49ddf65437f95ed4c7c88f82f9bd8", kill_on_drop: false }` [INFO] [stdout] 65aef1b0a9521ceefb94e60e6884bc7aafc49ddf65437f95ed4c7c88f82f9bd8