[INFO] cloning repository https://github.com/duodenim/vulkan-compute-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/duodenim/vulkan-compute-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduodenim%2Fvulkan-compute-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduodenim%2Fvulkan-compute-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1f99f9599af10ed14e62734ccc2c06fed063ca29 [INFO] checking duodenim/vulkan-compute-example against master#c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 for pr-86194 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduodenim%2Fvulkan-compute-example" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/duodenim/vulkan-compute-example on toolchain c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/duodenim/vulkan-compute-example [INFO] finished tweaking git repo https://github.com/duodenim/vulkan-compute-example [INFO] tweaked toml for git repo https://github.com/duodenim/vulkan-compute-example written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/duodenim/vulkan-compute-example already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96677379def94602afb545fff7560ad7652e6de0ff4cc1b838a5e7c8ce5096d0 [INFO] running `Command { std: "docker" "start" "-a" "96677379def94602afb545fff7560ad7652e6de0ff4cc1b838a5e7c8ce5096d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96677379def94602afb545fff7560ad7652e6de0ff4cc1b838a5e7c8ce5096d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96677379def94602afb545fff7560ad7652e6de0ff4cc1b838a5e7c8ce5096d0", kill_on_drop: false }` [INFO] [stdout] 96677379def94602afb545fff7560ad7652e6de0ff4cc1b838a5e7c8ce5096d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e949be50c930595e45299390e023fb61e25f31bf5ae2cf5d452d6828aa4f9142 [INFO] running `Command { std: "docker" "start" "-a" "e949be50c930595e45299390e023fb61e25f31bf5ae2cf5d452d6828aa4f9142", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Checking rand_core v0.4.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling sdl2-sys v0.32.5 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.3 [INFO] [stderr] Checking rand_os v0.1.2 [INFO] [stderr] Checking ash v0.27.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Checking sdl2 v0.32.1 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling vk-mem v0.1.3 (https://github.com/afpatmin/vk-mem-rs#101d441d) [INFO] [stderr] error: failed to run custom build command for `backtrace-sys v0.1.28` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/backtrace-sys-0fe16d2fe5d9d40b/build-script-build` (signal: 11, SIGSEGV: invalid memory reference) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-cfg=rbt [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread '' panicked at 'attempted to leave type `nodrop::NoDrop<(epoch::Epoch, garbage::Bag)>` uninitialized, which is invalid', /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x559a448331c0 - std::backtrace_rs::backtrace::libunwind::trace::hfa838fc631229987 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x559a448331c0 - std::backtrace_rs::backtrace::trace_unsynchronized::h93a23e36ec026219 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x559a448331c0 - std::sys_common::backtrace::_print_fmt::hba56c7f796a4152f [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x559a448331c0 - ::fmt::h214637f1e26310e1 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x559a44852a6c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/fmt/mod.rs:1110:17 [INFO] [stderr] 5: 0x559a4482fb15 - std::io::Write::write_fmt::heb07fc0616bbd06d [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/io/mod.rs:1588:15 [INFO] [stderr] 6: 0x559a448353bb - std::sys_common::backtrace::_print::h2c2441c37e894fb5 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x559a448353bb - std::sys_common::backtrace::print::h4fb679ac439362ea [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x559a448353bb - std::panicking::default_hook::{{closure}}::h56bbadec2356e5d2 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x559a44834e91 - std::panicking::default_hook::hb25822b45f6fdc4e [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x559a44835a84 - std::panicking::rust_panic_with_hook::h4da5578e7277d2d4 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/panicking.rs:622:17 [INFO] [stderr] 11: 0x559a44835537 - std::panicking::begin_panic_handler::{{closure}}::h003783ddb3cba4e8 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/panicking.rs:517:13 [INFO] [stderr] 12: 0x559a4483369c - std::sys_common::backtrace::__rust_end_short_backtrace::hd138d2032731ed21 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x559a448354c9 - rust_begin_unwind [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/panicking.rs:515:5 [INFO] [stderr] 14: 0x559a4478e3d1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/panicking.rs:92:14 [INFO] [stderr] 15: 0x559a4478e31d - core::panicking::panic::h3de4db67bd397eb3 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/panicking.rs:50:5 [INFO] [stderr] 16: 0x559a44815dd8 - core::mem::uninitialized::hf5b6942bb45514c5 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/mem/mod.rs:660:9 [INFO] [stderr] 17: 0x559a44815dd8 - crossbeam_epoch::sync::queue::Queue::new::he4cf3dd8b548b118 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/sync/queue.rs:57:28 [INFO] [stderr] 18: 0x559a44812efa - crossbeam_epoch::internal::Global::new::h8270681df0257366 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/internal.rs:63:20 [INFO] [stderr] 19: 0x559a4480ea91 - crossbeam_epoch::collector::Collector::new::h53ee8b2a147860b4 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/collector.rs:32:38 [INFO] [stderr] 20: 0x559a44811a9a - ::deref::__static_ref_initialize::h94c642c9f7ee474d [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/default.rs:12:39 [INFO] [stderr] 21: 0x559a44811a9a - core::ops::function::FnOnce::call_once::h3247fb952735609d [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 22: 0x559a4480dd17 - lazy_static::lazy::Lazy::get::{{closure}}::h7594d74ca7cc1b44 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/inline_lazy.rs:28:29 [INFO] [stderr] 23: 0x559a448106be - std::sync::once::Once::call_once::{{closure}}::h8bafda2d3cc7caae [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/sync/once.rs:261:41 [INFO] [stderr] 24: 0x559a4478da3c - std::sync::once::Once::call_inner::h490f4a9a787d923b [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/sync/once.rs:418:21 [INFO] [stderr] 25: 0x559a44810646 - std::sync::once::Once::call_once::h822080485ad8748e [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/sync/once.rs:261:9 [INFO] [stderr] 26: 0x559a44817fd6 - lazy_static::lazy::Lazy::get::h4be1ea2ba74b444a [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/inline_lazy.rs:27:9 [INFO] [stderr] 27: 0x559a44817fd6 - ::deref::__stability::h7b60cacbb44bc785 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/lib.rs:139:21 [INFO] [stderr] 28: 0x559a44817fd6 - ::deref::h071ab56c77edf75b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.2.0/src/lib.rs:141:17 [INFO] [stderr] 29: 0x559a44818041 - crossbeam_epoch::default::HANDLE::__init::hca3aa59ed1d285f7 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/default.rs:17:29 [INFO] [stderr] 30: 0x559a44811ab9 - core::ops::function::FnOnce::call_once::h7dcd794acf5ce83c [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 31: 0x559a4481136b - std::thread::local::lazy::LazyKeyInner::initialize::h71ab5afa7a4318b6 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/thread/local.rs:432:25 [INFO] [stderr] 32: 0x559a44810770 - std::thread::local::fast::Key::try_initialize::h765f479444711868 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/thread/local.rs:610:31 [INFO] [stderr] 33: 0x559a448108b7 - std::thread::local::fast::Key::get::h69c49f474896ac3d [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/thread/local.rs:593:29 [INFO] [stderr] 34: 0x559a447ed9bd - crossbeam_epoch::default::HANDLE::__getit::h5167a654aebaea6b [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/thread/local.rs:311:26 [INFO] [stderr] 35: 0x559a447f334b - std::thread::local::LocalKey::try_with::hbf8739c96bf11c24 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/thread/local.rs:399:32 [INFO] [stderr] 36: 0x559a447f305f - std::thread::local::LocalKey::with::hc91bbf0651bb4b0b [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/thread/local.rs:376:9 [INFO] [stderr] 37: 0x559a447ed9de - crossbeam_epoch::default::is_pinned::hfb4fddb0cbe0aa03 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.3.1/src/default.rs:33:5 [INFO] [stderr] 38: 0x559a447f2bd4 - crossbeam_deque::Stealer::steal::h116e161cb5844003 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/crossbeam-deque-0.2.0/src/lib.rs:714:12 [INFO] [stderr] 39: 0x559a447e0db3 - rayon_core::registry::WorkerThread::steal::{{closure}}::h6c45656fa1c1242a [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:614:27 [INFO] [stderr] 40: 0x559a447ddffb - core::ops::function::impls:: for &mut F>::call_mut::h70f1d0b7e401456f [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 41: 0x559a447f7f91 - core::iter::traits::iterator::Iterator::find_map::check::{{closure}}::h581e9cdb8679a6a5 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/iter/traits/iterator.rs:2350:32 [INFO] [stderr] 42: 0x559a447e3231 - core::iter::adapters::filter::filter_try_fold::{{closure}}::hf502446e8b24dee8 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/iter/adapters/filter.rs:44:44 [INFO] [stderr] 43: 0x559a447e292c - core::ops::function::impls:: for &mut F>::call_mut::h38b12b621fbb08d5 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/ops/function.rs:269:13 [INFO] [stderr] 44: 0x559a447f9b29 - core::iter::traits::iterator::Iterator::try_fold::hd946fcd882a761fc [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/iter/traits/iterator.rs:1972:21 [INFO] [stderr] 45: 0x559a447f73e4 - as core::iter::traits::iterator::Iterator>::try_fold::h9b8ed56d0f42aa30 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/iter/adapters/chain.rs:104:19 [INFO] [stderr] 46: 0x559a447e1edc - as core::iter::traits::iterator::Iterator>::try_fold::ha8fe4fa55d86d4a9 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/iter/adapters/filter.rs:93:9 [INFO] [stderr] 47: 0x559a447e2a8b - core::iter::traits::iterator::Iterator::find_map::h87f1fc42a84eadcb [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/iter/traits/iterator.rs:2356:9 [INFO] [stderr] 48: 0x559a447f4509 - as core::iter::traits::iterator::Iterator>::next::h2fb722aa8dc37176 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/iter/adapters/filter_map.rs:61:9 [INFO] [stderr] 49: 0x559a447e0cfe - rayon_core::registry::WorkerThread::steal::he4a6ef10291e6870 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:608:9 [INFO] [stderr] 50: 0x559a447e0a22 - rayon_core::registry::WorkerThread::wait_until_cold::{{closure}}::h35ace2f1948ffefd [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:565:48 [INFO] [stderr] 51: 0x559a447eae11 - core::option::Option::or_else::hf76da57af362f54b [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/option.rs:790:21 [INFO] [stderr] 52: 0x559a447e0367 - rayon_core::registry::WorkerThread::wait_until_cold::h00dde1cdcfc5b796 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:564:32 [INFO] [stderr] 53: 0x559a447e014c - rayon_core::registry::WorkerThread::wait_until::h943125e3990a1c14 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:544:13 [INFO] [stderr] 54: 0x559a447e1335 - rayon_core::registry::main_loop::hbf91a0fe2d61bcba [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:666:5 [INFO] [stderr] 55: 0x559a447df6bc - rayon_core::registry::Registry::new::{{closure}}::h29f2e9eb37df64ef [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.4.1/src/registry.rs:135:54 [INFO] [stderr] 56: 0x559a447fcc6e - std::sys_common::backtrace::__rust_begin_short_backtrace::h8703adaeb9405d65 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 57: 0x559a447f4082 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd8f84c6f78193600 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/thread/mod.rs:481:17 [INFO] [stderr] 58: 0x559a447e1a72 - as core::ops::function::FnOnce<()>>::call_once::hcaa074979a57c210 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/panic.rs:347:9 [INFO] [stderr] 59: 0x559a447e89f4 - std::panicking::try::do_call::hc578fc5a05390f56 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/panicking.rs:401:40 [INFO] [stderr] 60: 0x559a447e99dd - __rust_try [INFO] [stderr] 61: 0x559a447e8720 - std::panicking::try::h3b4ef700f86b9d1e [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/panicking.rs:365:19 [INFO] [stderr] 62: 0x559a447e28f2 - std::panic::catch_unwind::h91cf192d3ba51a37 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/panic.rs:434:14 [INFO] [stderr] 63: 0x559a447f3e7c - std::thread::Builder::spawn_unchecked::{{closure}}::hc065cb5a4204ae17 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/thread/mod.rs:480:30 [INFO] [stderr] 64: 0x559a447f4eef - core::ops::function::FnOnce::call_once{{vtable.shim}}::h31c559ae46d95c66 [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 65: 0x559a4483b7d7 - as core::ops::function::FnOnce>::call_once::hd1f9b751a68dd2ac [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/alloc/src/boxed.rs:1575:9 [INFO] [stderr] 66: 0x559a4483b7d7 - as core::ops::function::FnOnce>::call_once::h22d732940e85619f [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/alloc/src/boxed.rs:1575:9 [INFO] [stderr] 67: 0x559a4483b7d7 - std::sys::unix::thread::Thread::new::thread_start::h04c7a9e17ed1032c [INFO] [stderr] at /rustc/c5fbcd35a8217a17f6b63a22217ace06cf8f5f02/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stderr] 68: 0x7f2ea5a2e609 - start_thread [INFO] [stderr] 69: 0x7f2ea594f293 - clone [INFO] [stderr] 70: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e949be50c930595e45299390e023fb61e25f31bf5ae2cf5d452d6828aa4f9142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e949be50c930595e45299390e023fb61e25f31bf5ae2cf5d452d6828aa4f9142", kill_on_drop: false }` [INFO] [stdout] e949be50c930595e45299390e023fb61e25f31bf5ae2cf5d452d6828aa4f9142