[INFO] cloning repository https://github.com/rugyoga/chess-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rugyoga/chess-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frugyoga%2Fchess-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frugyoga%2Fchess-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 66bb5a88392c83ba96306c75124a3b39abb5835b [INFO] checking rugyoga/chess-rust against master#4fa76a4a7742bb9c1febe33019f5a9e7e4839a65 for pr-83744 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frugyoga%2Fchess-rust" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rugyoga/chess-rust on toolchain 4fa76a4a7742bb9c1febe33019f5a9e7e4839a65 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rugyoga/chess-rust [INFO] finished tweaking git repo https://github.com/rugyoga/chess-rust [INFO] tweaked toml for git repo https://github.com/rugyoga/chess-rust written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/rugyoga/chess-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f6250b7d6b3f6b1dd5578a74139ed270a3fac38257ecad6f5f02f06f29ddaa38 [INFO] running `Command { std: "docker" "start" "-a" "f6250b7d6b3f6b1dd5578a74139ed270a3fac38257ecad6f5f02f06f29ddaa38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f6250b7d6b3f6b1dd5578a74139ed270a3fac38257ecad6f5f02f06f29ddaa38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6250b7d6b3f6b1dd5578a74139ed270a3fac38257ecad6f5f02f06f29ddaa38", kill_on_drop: false }` [INFO] [stdout] f6250b7d6b3f6b1dd5578a74139ed270a3fac38257ecad6f5f02f06f29ddaa38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+4fa76a4a7742bb9c1febe33019f5a9e7e4839a65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] beb6f33a5fcd03eb188fbfa7a577c220fb4046bf1d7dff4a0ef9ce423d006b38 [INFO] running `Command { std: "docker" "start" "-a" "beb6f33a5fcd03eb188fbfa7a577c220fb4046bf1d7dff4a0ef9ce423d006b38", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.3.1 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Checking num-complex v0.3.1 [INFO] [stderr] Checking num v0.3.1 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Checking chess v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: generic arguments must come before the first constraint [INFO] [stdout] --> src/pieces.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | -------- ^^^^ generic argument [INFO] [stdout] | | [INFO] [stdout] | constraint [INFO] [stdout] | [INFO] [stdout] help: move the constraint after the generic argument [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: associated type bounds are unstable [INFO] [stdout] --> src/pieces.rs:9:25 [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #52662 for more information [INFO] [stdout] = help: add `#![feature(associated_type_bounds)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pieces.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Copy` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: generic arguments must come before the first constraint [INFO] [stdout] --> src/pieces.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | -------- ^^^^ generic argument [INFO] [stdout] | | [INFO] [stdout] | constraint [INFO] [stdout] | [INFO] [stdout] help: move the constraint after the generic argument [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: associated type bounds are unstable [INFO] [stdout] --> src/pieces.rs:9:25 [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #52662 for more information [INFO] [stdout] = help: add `#![feature(associated_type_bounds)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pieces.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | ^^^^ help: use `dyn`: `dyn Copy` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'Box', /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/panic.rs:59:5 [INFO] [stdout] error[E0107]: this struct takes 2 type arguments but only 1 type argument was supplied [INFO] [stdout] --> src/pieces.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | ^^^^^ ---- supplied 1 type argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 type arguments [INFO] [stdout] | [INFO] [stdout] note: struct defined here, with 2 type parameters: `T`, `Copy` [INFO] [stdout] --> src/pieces.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Board { [INFO] [stdout] | ^^^^^ - ---- [INFO] [stdout] help: add missing type argument [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] stack backtrace: [INFO] [stdout] error: internal compiler error: compiler/rustc_ty_utils/src/ty.rs:209:14: associated_item_def_ids: not impl or trait [INFO] [stdout] --> src/pieces.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / pub struct Board { [INFO] [stdout] 6 | | squares: [T;64] [INFO] [stdout] 7 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'Box', /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/panic.rs:59:5 [INFO] [stdout] error[E0107]: this struct takes 2 type arguments but only 1 type argument was supplied [INFO] [stdout] --> src/pieces.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | ^^^^^ ---- supplied 1 type argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 type arguments [INFO] [stdout] | [INFO] [stdout] note: struct defined here, with 2 type parameters: `T`, `Copy` [INFO] [stdout] --> src/pieces.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Board { [INFO] [stdout] | ^^^^^ - ---- [INFO] [stdout] help: add missing type argument [INFO] [stdout] | [INFO] [stdout] 9 | impl Clone for Board { fn clone(&self) -> Self { *self } } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] stack backtrace: [INFO] [stdout] error: internal compiler error: compiler/rustc_ty_utils/src/ty.rs:209:14: associated_item_def_ids: not impl or trait [INFO] [stdout] --> src/pieces.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / pub struct Board { [INFO] [stdout] 6 | | squares: [T;64] [INFO] [stdout] 7 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 0: 0x7f92fbc09dd0 - std::backtrace_rs::backtrace::libunwind::trace::hec7eaac9435d3512 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x7f92fbc09dd0 - std::backtrace_rs::backtrace::trace_unsynchronized::h42791b8fa12b7daa [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7f92fbc09dd0 - std::sys_common::backtrace::_print_fmt::h3da3ebe04fb665a8 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x7f92fbc09dd0 - ::fmt::he40bcdde3c4491cd [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x7f92fbc7b06f - core::fmt::write::h2c729149c08098ab [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/core/src/fmt/mod.rs:1094:17 [INFO] [stderr] 5: 0x7f92fbbfe865 - std::io::Write::write_fmt::h28e0f2f58b8d7b7e [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/io/mod.rs:1578:15 [INFO] [stderr] 6: 0x7f92fbc0d9bb - std::sys_common::backtrace::_print::h7f0223b1e3d898fc [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x7f92fbc0d9bb - std::sys_common::backtrace::print::h58edd634a14c2d4c [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x7f92fbc0d9bb - std::panicking::default_hook::{{closure}}::h71657a7591430164 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/panicking.rs:208:50 [INFO] [stderr] 0: 0x7f981460add0 - std::backtrace_rs::backtrace::libunwind::trace::hec7eaac9435d3512 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x7f981460add0 - std::backtrace_rs::backtrace::trace_unsynchronized::h42791b8fa12b7daa [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7f981460add0 - std::sys_common::backtrace::_print_fmt::h3da3ebe04fb665a8 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x7f981460add0 - ::fmt::he40bcdde3c4491cd [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x7f981467c06f - core::fmt::write::h2c729149c08098ab [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/core/src/fmt/mod.rs:1094:17 [INFO] [stderr] 5: 0x7f98145ff865 - std::io::Write::write_fmt::h28e0f2f58b8d7b7e [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/io/mod.rs:1578:15 [INFO] [stderr] 9: 0x7f92fbc0d49d - std::panicking::default_hook::hcdf4eb5db072c85b [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/panicking.rs:225:9 [INFO] [stderr] 6: 0x7f981460e9bb - std::sys_common::backtrace::_print::h7f0223b1e3d898fc [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x7f981460e9bb - std::sys_common::backtrace::print::h58edd634a14c2d4c [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x7f981460e9bb - std::panicking::default_hook::{{closure}}::h71657a7591430164 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x7f981460e49d - std::panicking::default_hook::hcdf4eb5db072c85b [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x7f92fc3cafed - rustc_driver::report_ice::hc702a08d9fb7377c [INFO] [stderr] 10: 0x7f9814dcbfed - rustc_driver::report_ice::hc702a08d9fb7377c [INFO] [stderr] 11: 0x7f92ed0500c3 - as core::ops::function::Fn>::call::hbcca81bc268a650a [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/alloc/src/boxed.rs:1560:9 [INFO] [stderr] 12: 0x7f92ed04e896 - proc_macro::bridge::client::::enter::{{closure}}::{{closure}}::hb4103780f7ddefe8 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/proc_macro/src/bridge/client.rs:320:21 [INFO] [stderr] 13: 0x7f92fbc0e0d0 - std::panicking::rust_panic_with_hook::hfb91e961ffb5b8e0 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/panicking.rs:595:17 [INFO] [stderr] 11: 0x7f9805a500c3 - as core::ops::function::Fn>::call::hbcca81bc268a650a [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/alloc/src/boxed.rs:1560:9 [INFO] [stderr] 12: 0x7f9805a4e896 - proc_macro::bridge::client::::enter::{{closure}}::{{closure}}::hb4103780f7ddefe8 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/proc_macro/src/bridge/client.rs:320:21 [INFO] [stderr] 13: 0x7f981460f0d0 - std::panicking::rust_panic_with_hook::hfb91e961ffb5b8e0 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/panicking.rs:595:17 [INFO] [stderr] 14: 0x7f9814f4504e - std::panicking::begin_panic::{{closure}}::h3f74e828871d2ade [INFO] [stderr] 14: 0x7f92fc54404e - std::panicking::begin_panic::{{closure}}::h3f74e828871d2ade [INFO] [stderr] 15: 0x7f92fc543f99 - std::sys_common::backtrace::__rust_end_short_backtrace::h335e5ec60118bf94 [INFO] [stderr] 16: 0x7f92fc544022 - std::panicking::begin_panic::h8f0dbc2eb458f880 [INFO] [stderr] 17: 0x7f92fc545990 - std::panic::panic_any::h08524ac21170b8a9 [INFO] [stderr] 18: 0x7f92fc545135 - rustc_errors::HandlerInner::span_bug::h202eebe0aeea15ea [INFO] [stderr] 15: 0x7f9814f44f99 - std::sys_common::backtrace::__rust_end_short_backtrace::h335e5ec60118bf94 [INFO] [stderr] 16: 0x7f9814f45022 - std::panicking::begin_panic::h8f0dbc2eb458f880 [INFO] [stderr] 17: 0x7f9814f46990 - std::panic::panic_any::h08524ac21170b8a9 [INFO] [stderr] 18: 0x7f9814f46135 - rustc_errors::HandlerInner::span_bug::h202eebe0aeea15ea [INFO] [stderr] 19: 0x7f9814f46163 - rustc_errors::Handler::span_bug::h0147b04718cde97a [INFO] [stderr] 19: 0x7f92fc545163 - rustc_errors::Handler::span_bug::h0147b04718cde97a [INFO] [stderr] 20: 0x7f92fc54de29 - rustc_middle::ty::context::tls::with_opt::hf8c8f17b86051856 [INFO] [stderr] 21: 0x7f92fc54ded0 - rustc_middle::util::bug::opt_span_bug_fmt::he0a16972298dc33f [INFO] [stderr] 22: 0x7f92fc54de9c - rustc_middle::util::bug::span_bug_fmt::h010bb4ff84313269 [INFO] [stderr] 20: 0x7f9814f4ee29 - rustc_middle::ty::context::tls::with_opt::hf8c8f17b86051856 [INFO] [stderr] 21: 0x7f9814f4eed0 - rustc_middle::util::bug::opt_span_bug_fmt::he0a16972298dc33f [INFO] [stderr] 22: 0x7f9814f4ee9c - rustc_middle::util::bug::span_bug_fmt::h010bb4ff84313269 [INFO] [stderr] 23: 0x7f92fdff3a39 - rustc_ty_utils::ty::associated_item_def_ids::h1498f335bbbaac51 [INFO] [stderr] 24: 0x7f92fd7b8549 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h2781af5639bbb84c [INFO] [stderr] 23: 0x7f98169f4a39 - rustc_ty_utils::ty::associated_item_def_ids::h1498f335bbbaac51 [INFO] [stderr] 24: 0x7f98161b9549 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h2781af5639bbb84c [INFO] [stderr] 25: 0x7f92fd79e643 - rustc_data_structures::stack::ensure_sufficient_stack::hc87e2cd988f9f910 [INFO] [stderr] 26: 0x7f92fd76782c - rustc_query_system::query::plumbing::force_query_with_job::h9501801d1354c6d9 [INFO] [stderr] 25: 0x7f981619f643 - rustc_data_structures::stack::ensure_sufficient_stack::hc87e2cd988f9f910 [INFO] [stderr] 26: 0x7f981616882c - rustc_query_system::query::plumbing::force_query_with_job::h9501801d1354c6d9 [INFO] [stderr] 27: 0x7f981614bd37 - rustc_query_system::query::plumbing::get_query_impl::hc5a1c8cadea9489a [INFO] [stderr] 27: 0x7f92fd74ad37 - rustc_query_system::query::plumbing::get_query_impl::hc5a1c8cadea9489a [INFO] [stderr] 28: 0x7f92fd7c9dea - ::associated_item_def_ids::hefd7524cbd45690f [INFO] [stderr] 29: 0x7f92fd4f2a6e - rustc_ty_utils::ty::associated_items::h776709785fcd766b [INFO] [stderr] 28: 0x7f98161cadea - ::associated_item_def_ids::hefd7524cbd45690f [INFO] [stderr] 29: 0x7f9815ef3a6e - rustc_ty_utils::ty::associated_items::h776709785fcd766b [INFO] [stderr] 30: 0x7f92fd77dcfc - rustc_query_impl:: for rustc_query_impl::queries::associated_items>::compute::hc18a9859b41fb540 [INFO] [stderr] 30: 0x7f981617ecfc - rustc_query_impl:: for rustc_query_impl::queries::associated_items>::compute::hc18a9859b41fb540 [INFO] [stderr] 31: 0x7f92fd7bef91 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::ha5e8066e6620f125 [INFO] [stderr] 32: 0x7f92fd79c3ff - rustc_data_structures::stack::ensure_sufficient_stack::h42ef3c7acf1b2439 [INFO] [stderr] 33: 0x7f92fd75e3e8 - rustc_query_system::query::plumbing::force_query_with_job::h1e0195a8da9c8a85 [INFO] [stderr] 31: 0x7f98161bff91 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::ha5e8066e6620f125 [INFO] [stderr] 32: 0x7f981619d3ff - rustc_data_structures::stack::ensure_sufficient_stack::h42ef3c7acf1b2439 [INFO] [stderr] 34: 0x7f92fd74ba21 - rustc_query_system::query::plumbing::get_query_impl::hc73e000621dc20b7 [INFO] [stderr] 35: 0x7f92fd7c9f4a - ::associated_items::hc6d783895b8f3c8c [INFO] [stderr] 33: 0x7f981615f3e8 - rustc_query_system::query::plumbing::force_query_with_job::h1e0195a8da9c8a85 [INFO] [stderr] 34: 0x7f981614ca21 - rustc_query_system::query::plumbing::get_query_impl::hc73e000621dc20b7 [INFO] [stderr] 35: 0x7f98161caf4a - ::associated_items::hc6d783895b8f3c8c [INFO] [stderr] 36: 0x7f92fd69daf4 - ::visit_path::h127ad141f296fd1f [INFO] [stderr] 37: 0x7f92fd6a592b - ::visit_ty::hbcfacd5d76d43722 [INFO] [stderr] 36: 0x7f981609eaf4 - ::visit_path::h127ad141f296fd1f [INFO] [stderr] 37: 0x7f98160a692b - ::visit_ty::hbcfacd5d76d43722 [INFO] [stderr] 38: 0x7f92fd67e5e1 - rustc_hir::intravisit::walk_item::h6549fa1baf987ca2 [INFO] [stderr] 38: 0x7f981607f5e1 - rustc_hir::intravisit::walk_item::h6549fa1baf987ca2 [INFO] [stderr] 39: 0x7f92fd697c92 - ::visit_item::h6974f9cf91f87500 [INFO] [stderr] 39: 0x7f9816098c92 - ::visit_item::h6974f9cf91f87500 [INFO] [stderr] 40: 0x7f92fd694411 - rustc_resolve::late::lifetimes::do_resolve::hb27182104f89d716 [INFO] [stderr] 41: 0x7f92fd6a5832 - rustc_resolve::late::lifetimes::resolve_lifetimes::h43a0d282c3dd3be8 [INFO] [stderr] 40: 0x7f9816095411 - rustc_resolve::late::lifetimes::do_resolve::hb27182104f89d716 [INFO] [stderr] 41: 0x7f98160a6832 - rustc_resolve::late::lifetimes::resolve_lifetimes::h43a0d282c3dd3be8 [INFO] [stderr] 42: 0x7f92fd77e1af - rustc_query_impl:: for rustc_query_impl::queries::resolve_lifetimes>::compute::h9cc22383b5ee64b5 [INFO] [stderr] 43: 0x7f92fd7c34d4 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::hf7e563a29f70090d [INFO] [stderr] 44: 0x7f92fd79dc11 - rustc_data_structures::stack::ensure_sufficient_stack::ha1457a5222034944 [INFO] [stderr] 45: 0x7f92fd760037 - rustc_query_system::query::plumbing::force_query_with_job::h294fa58e43533920 [INFO] [stderr] 46: 0x7f92fd735064 - rustc_query_system::query::plumbing::get_query_impl::h5a6e0535ccae1ea5 [INFO] [stderr] 47: 0x7f92fd7cb92f - ::resolve_lifetimes::h6c208837c631d562 [INFO] [stderr] 48: 0x7f92fd695867 - rustc_resolve::late::lifetimes::resolve_lifetimes_for::h5bd71c365dca14dd [INFO] [stderr] 42: 0x7f981617f1af - rustc_query_impl:: for rustc_query_impl::queries::resolve_lifetimes>::compute::h9cc22383b5ee64b5 [INFO] [stderr] 43: 0x7f98161c44d4 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::hf7e563a29f70090d [INFO] [stderr] 44: 0x7f981619ec11 - rustc_data_structures::stack::ensure_sufficient_stack::ha1457a5222034944 [INFO] [stderr] 45: 0x7f9816161037 - rustc_query_system::query::plumbing::force_query_with_job::h294fa58e43533920 [INFO] [stderr] 46: 0x7f9816136064 - rustc_query_system::query::plumbing::get_query_impl::h5a6e0535ccae1ea5 [INFO] [stderr] 47: 0x7f98161cc92f - ::resolve_lifetimes::h6c208837c631d562 [INFO] [stderr] 48: 0x7f9816096867 - rustc_resolve::late::lifetimes::resolve_lifetimes_for::h5bd71c365dca14dd [INFO] [stderr] 49: 0x7f92fd692e88 - core::ops::function::FnOnce::call_once::h6babc61efaea22b6 [INFO] [stderr] 49: 0x7f9816093e88 - core::ops::function::FnOnce::call_once::h6babc61efaea22b6 [INFO] [stderr] 50: 0x7f92fd7c1565 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::hd59c582179cbbf12 [INFO] [stderr] 51: 0x7f92fd769a3e - rustc_query_system::query::plumbing::force_query_with_job::ha9517f3ed67935df [INFO] [stderr] 50: 0x7f98161c2565 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::hd59c582179cbbf12 [INFO] [stderr] 51: 0x7f981616aa3e - rustc_query_system::query::plumbing::force_query_with_job::ha9517f3ed67935df [INFO] [stderr] 52: 0x7f92fd72d5f4 - rustc_query_system::query::plumbing::get_query_impl::h265c36376d8a0d6a [INFO] [stderr] 52: 0x7f981612e5f4 - rustc_query_system::query::plumbing::get_query_impl::h265c36376d8a0d6a [INFO] [stderr] 53: 0x7f92fd7cbc1f - ::late_bound_vars_map::h69c26a413f399e5c [INFO] [stderr] 53: 0x7f98161ccc1f - ::late_bound_vars_map::h69c26a413f399e5c [INFO] [stderr] 54: 0x7f981675c351 - rustc_middle::ty::context::TyCtxt::late_bound_vars::h61d8c121e38ac0dc [INFO] [stderr] 55: 0x7f9815fcce1f - ::instantiate_poly_trait_ref::hc017e34b62cd3c1c [INFO] [stderr] 56: 0x7f9816ab2086 - ::conv_object_ty_poly_trait_ref::he32582f98951d9bd [INFO] [stderr] 57: 0x7f9815fce4a5 - ::ast_ty_to_ty_inner::h66cfb91645657373 [INFO] [stderr] 58: 0x7f9815fcca44 - <::create_substs_for_ast_path::SubstsForAstPathCtxt as rustc_typeck::astconv::CreateSubstsForGenericArgsCtxt>::provided_kind::h19ec5e05e5706787 [INFO] [stderr] 59: 0x7f9815fca18e - ::create_substs_for_ast_path::h109b4358be7e238c [INFO] [stderr] 60: 0x7f9815fc2d24 - ::ast_path_substs_for_ty::h1639db06c4c99fb1 [INFO] [stderr] 61: 0x7f9815fc37f1 - ::ast_path_to_ty::h3505abd4100ad3b1 [INFO] [stderr] 62: 0x7f9815fcdf63 - ::ast_ty_to_ty_inner::h66cfb91645657373 [INFO] [stderr] 63: 0x7f98160145cf - rustc_typeck::collect::type_of::type_of::h8700645309678b13 [INFO] [stderr] 64: 0x7f98161b8eaf - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h230e15718e7c5c65 [INFO] [stderr] 65: 0x7f981619dc40 - rustc_data_structures::stack::ensure_sufficient_stack::h67bca1aceaa14dcc [INFO] [stderr] 66: 0x7f9816166c23 - rustc_query_system::query::plumbing::force_query_with_job::h840ac02aa0ee2e5e [INFO] [stderr] 67: 0x7f981613c39e - rustc_query_system::query::plumbing::get_query_impl::h7a7ea0db356d1a1a [INFO] [stderr] 54: 0x7f92fdd5b351 - rustc_middle::ty::context::TyCtxt::late_bound_vars::h61d8c121e38ac0dc [INFO] [stderr] 68: 0x7f98161c9f4a - ::type_of::h01d9e06c4b59c342 [INFO] [stderr] 69: 0x7f9816b3cd64 - rustc_typeck::collect::impl_trait_ref::he71f176f2cad5cb6 [INFO] [stderr] 70: 0x7f98161c0359 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::hacab611b22f47668 [INFO] [stderr] 71: 0x7f981619e6b0 - rustc_data_structures::stack::ensure_sufficient_stack::h8aa39c4ca03d7287 [INFO] [stderr] 72: 0x7f98161647ec - rustc_query_system::query::plumbing::force_query_with_job::h539bd19e818eddd4 [INFO] [stderr] 73: 0x7f98161521e8 - rustc_query_system::query::plumbing::get_query_impl::hdd90f829db3e3ce0 [INFO] [stderr] 74: 0x7f98161caffa - ::impl_trait_ref::h0e2aa38b98b194e8 [INFO] [stderr] 75: 0x7f98167645d6 - rustc_middle::ty::::trait_id_of_impl::hbd48ac6d9789028f [INFO] [stderr] 76: 0x7f9816068f1a - rustc_typeck::collect::codegen_fn_attrs::h8a958128f3b11c1a [INFO] [stderr] 55: 0x7f92fd5cbe1f - ::instantiate_poly_trait_ref::hc017e34b62cd3c1c [INFO] [stderr] 77: 0x7f981617efac - rustc_query_impl:: for rustc_query_impl::queries::codegen_fn_attrs>::compute::h677381775c0d0141 [INFO] [stderr] 78: 0x7f98161b9bdf - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h2d4ba40ba932270c [INFO] [stderr] 56: 0x7f92fe0b1086 - ::conv_object_ty_poly_trait_ref::he32582f98951d9bd [INFO] [stderr] 57: 0x7f92fd5cd4a5 - ::ast_ty_to_ty_inner::h66cfb91645657373 [INFO] [stderr] 58: 0x7f92fd5cba44 - <::create_substs_for_ast_path::SubstsForAstPathCtxt as rustc_typeck::astconv::CreateSubstsForGenericArgsCtxt>::provided_kind::h19ec5e05e5706787 [INFO] [stderr] 59: 0x7f92fd5c918e - ::create_substs_for_ast_path::h109b4358be7e238c [INFO] [stderr] 60: 0x7f92fd5c1d24 - ::ast_path_substs_for_ty::h1639db06c4c99fb1 [INFO] [stderr] 61: 0x7f92fd5c27f1 - ::ast_path_to_ty::h3505abd4100ad3b1 [INFO] [stderr] 62: 0x7f92fd5ccf63 - ::ast_ty_to_ty_inner::h66cfb91645657373 [INFO] [stderr] 63: 0x7f92fd6135cf - rustc_typeck::collect::type_of::type_of::h8700645309678b13 [INFO] [stderr] 64: 0x7f92fd7b7eaf - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h230e15718e7c5c65 [INFO] [stderr] 65: 0x7f92fd79cc40 - rustc_data_structures::stack::ensure_sufficient_stack::h67bca1aceaa14dcc [INFO] [stderr] 66: 0x7f92fd765c23 - rustc_query_system::query::plumbing::force_query_with_job::h840ac02aa0ee2e5e [INFO] [stderr] 67: 0x7f92fd73b39e - rustc_query_system::query::plumbing::get_query_impl::h7a7ea0db356d1a1a [INFO] [stderr] 68: 0x7f92fd7c8f4a - ::type_of::h01d9e06c4b59c342 [INFO] [stderr] 69: 0x7f92fe13bd64 - rustc_typeck::collect::impl_trait_ref::he71f176f2cad5cb6 [INFO] [stderr] 70: 0x7f92fd7bf359 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::hacab611b22f47668 [INFO] [stderr] 71: 0x7f92fd79d6b0 - rustc_data_structures::stack::ensure_sufficient_stack::h8aa39c4ca03d7287 [INFO] [stderr] 72: 0x7f92fd7637ec - rustc_query_system::query::plumbing::force_query_with_job::h539bd19e818eddd4 [INFO] [stderr] 73: 0x7f92fd7511e8 - rustc_query_system::query::plumbing::get_query_impl::hdd90f829db3e3ce0 [INFO] [stderr] 74: 0x7f92fd7c9ffa - ::impl_trait_ref::h0e2aa38b98b194e8 [INFO] [stderr] 75: 0x7f92fdd635d6 - rustc_middle::ty::::trait_id_of_impl::hbd48ac6d9789028f [INFO] [stderr] 76: 0x7f92fd667f1a - rustc_typeck::collect::codegen_fn_attrs::h8a958128f3b11c1a [INFO] [stderr] 77: 0x7f92fd77dfac - rustc_query_impl:: for rustc_query_impl::queries::codegen_fn_attrs>::compute::h677381775c0d0141 [INFO] [stderr] 78: 0x7f92fd7b8bdf - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h2d4ba40ba932270c [INFO] [stderr] 79: 0x7f92fd79d340 - rustc_data_structures::stack::ensure_sufficient_stack::h80a34f04e8f12d76 [INFO] [stderr] 80: 0x7f92fd768ba1 - rustc_query_system::query::plumbing::force_query_with_job::ha14e41ef35773e0e [INFO] [stderr] 81: 0x7f92fd732950 - rustc_query_system::query::plumbing::get_query_impl::h4665f941269c93c8 [INFO] [stderr] 82: 0x7f92fd7cae3a - ::codegen_fn_attrs::h4f6c7f91f7b625cd [INFO] [stderr] 83: 0x7f92fd83bfce - rustc_passes::check_attr::CheckAttrVisitor::check_attributes::hc41a9daf786290c3 [INFO] [stderr] 84: 0x7f92fd8404b9 - ::visit_impl_item::hbe9b71d79e465314 [INFO] [stderr] 85: 0x7f92fd8434f6 - rustc_middle::hir::map::Map::visit_item_likes_in_module::h7ad3f8a68b724482 [INFO] [stderr] 86: 0x7f92fd8406fb - rustc_passes::check_attr::check_mod_attrs::h5bfa0378cf647f16 [INFO] [stderr] 87: 0x7f92fd7bd465 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h72348ac35dc93b12 [INFO] [stderr] 88: 0x7f92fd76954e - rustc_query_system::query::plumbing::force_query_with_job::ha360c90018dc8028 [INFO] [stderr] 89: 0x7f92fd743c2f - rustc_query_system::query::plumbing::get_query_impl::hb0915bea79cc5a36 [INFO] [stderr] 90: 0x7f92fe31b8cd - ::check_mod_attrs::hfbfbb708d9f33b01 [INFO] [stderr] 91: 0x7f92fde7b687 - as core::ops::function::FnOnce<()>>::call_once::h5c2aa7d2d67c22d2 [INFO] [stderr] 92: 0x7f92fde6eda9 - rustc_session::utils::::time::h87ce2cadbd15a8e2 [INFO] [stderr] 93: 0x7f92fde7a504 - rustc_interface::passes::analysis::h160570422579c2d5 [INFO] [stderr] 94: 0x7f92fe30c6d5 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::he407d9ce7941b7b6 [INFO] [stderr] 79: 0x7f981619e340 - rustc_data_structures::stack::ensure_sufficient_stack::h80a34f04e8f12d76 [INFO] [stderr] 95: 0x7f92fe2789c7 - rustc_data_structures::stack::ensure_sufficient_stack::h72184a1ac229b28d [INFO] [stderr] 80: 0x7f9816169ba1 - rustc_query_system::query::plumbing::force_query_with_job::ha14e41ef35773e0e [INFO] [stderr] 81: 0x7f9816133950 - rustc_query_system::query::plumbing::get_query_impl::h4665f941269c93c8 [INFO] [stderr] 96: 0x7f92fe21e061 - rustc_query_system::query::plumbing::force_query_with_job::h6aa9028ef834134a [INFO] [stderr] 82: 0x7f98161cbe3a - ::codegen_fn_attrs::h4f6c7f91f7b625cd [INFO] [stderr] 97: 0x7f92fe1ffda0 - rustc_query_system::query::plumbing::get_query_impl::he4de6736fab65d41 [INFO] [stderr] 83: 0x7f981623cfce - rustc_passes::check_attr::CheckAttrVisitor::check_attributes::hc41a9daf786290c3 [INFO] [stderr] 98: 0x7f92fe31a2ff - ::analysis::hfa83cae56bde2739 [INFO] [stderr] 84: 0x7f98162414b9 - ::visit_impl_item::hbe9b71d79e465314 [INFO] [stderr] 99: 0x7f92fde57efa - rustc_interface::passes::QueryContext::enter::h13dc1c8896464389 [INFO] [stderr] 85: 0x7f98162444f6 - rustc_middle::hir::map::Map::visit_item_likes_in_module::h7ad3f8a68b724482 [INFO] [stderr] 100: 0x7f92fde3ccf5 - rustc_interface::queries::::enter::h022bc5d96316a497 [INFO] [stderr] 86: 0x7f98162416fb - rustc_passes::check_attr::check_mod_attrs::h5bfa0378cf647f16 [INFO] [stderr] 101: 0x7f92fde3bc74 - rustc_span::with_source_map::h71765ec8b8fd9951 [INFO] [stderr] 87: 0x7f98161be465 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::h72348ac35dc93b12 [INFO] [stderr] 102: 0x7f92fde3dcc1 - rustc_interface::interface::create_compiler_and_run::hb7fa0da3b5c16631 [INFO] [stderr] 88: 0x7f981616a54e - rustc_query_system::query::plumbing::force_query_with_job::ha360c90018dc8028 [INFO] [stderr] 103: 0x7f92fde57508 - scoped_tls::ScopedKey::set::he6d088ee8831445a [INFO] [stderr] 89: 0x7f9816144c2f - rustc_query_system::query::plumbing::get_query_impl::hb0915bea79cc5a36 [INFO] [stderr] 104: 0x7f92fde57a24 - std::sys_common::backtrace::__rust_begin_short_backtrace::hab4e36ec9faa9780 [INFO] [stderr] 105: 0x7f92fde5b315 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h32361ced26b14e7a [INFO] [stderr] 90: 0x7f9816d1c8cd - ::check_mod_attrs::hfbfbb708d9f33b01 [INFO] [stderr] 106: 0x7f92fbc1dfe3 - as core::ops::function::FnOnce>::call_once::h6bc35b6a67165211 [INFO] [stderr] 91: 0x7f981687c687 - as core::ops::function::FnOnce<()>>::call_once::h5c2aa7d2d67c22d2 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/alloc/src/boxed.rs:1546:9 [INFO] [stderr] 92: 0x7f981686fda9 - rustc_session::utils::::time::h87ce2cadbd15a8e2 [INFO] [stderr] 107: 0x7f92fbc1dfe3 - as core::ops::function::FnOnce>::call_once::h22a1030555589216 [INFO] [stderr] 93: 0x7f981687b504 - rustc_interface::passes::analysis::h160570422579c2d5 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/alloc/src/boxed.rs:1546:9 [INFO] [stderr] 94: 0x7f9816d0d6d5 - rustc_query_system::dep_graph::graph::DepGraph::with_task_impl::he407d9ce7941b7b6 [INFO] [stderr] 108: 0x7f92fbc1dfe3 - std::sys::unix::thread::Thread::new::thread_start::h729365a01fb88184 [INFO] [stderr] 95: 0x7f9816c799c7 - rustc_data_structures::stack::ensure_sufficient_stack::h72184a1ac229b28d [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stderr] 96: 0x7f9816c1f061 - rustc_query_system::query::plumbing::force_query_with_job::h6aa9028ef834134a [INFO] [stderr] 109: 0x7f92fbb3a609 - start_thread [INFO] [stderr] 97: 0x7f9816c00da0 - rustc_query_system::query::plumbing::get_query_impl::he4de6736fab65d41 [INFO] [stderr] 110: 0x7f92fba4e293 - clone [INFO] [stderr] 98: 0x7f9816d1b2ff - ::analysis::hfa83cae56bde2739 [INFO] [stderr] 111: 0x0 - [INFO] [stderr] 99: 0x7f9816858efa - rustc_interface::passes::QueryContext::enter::h13dc1c8896464389 [INFO] [stderr] [INFO] [stderr] 100: 0x7f981683dcf5 - rustc_interface::queries::::enter::h022bc5d96316a497 [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] 101: 0x7f981683cc74 - rustc_span::with_source_map::h71765ec8b8fd9951 [INFO] [stderr] [INFO] [stderr] 102: 0x7f981683ecc1 - rustc_interface::interface::create_compiler_and_run::hb7fa0da3b5c16631 [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] 103: 0x7f9816858508 - scoped_tls::ScopedKey::set::he6d088ee8831445a [INFO] [stderr] [INFO] [stderr] note: rustc 1.53.0-nightly (4fa76a4a7 2021-04-02) running on x86_64-unknown-linux-gnu [INFO] [stderr] 104: 0x7f9816858a24 - std::sys_common::backtrace::__rust_begin_short_backtrace::hab4e36ec9faa9780 [INFO] [stderr] [INFO] [stderr] 105: 0x7f981685c315 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h32361ced26b14e7a [INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2 --crate-type bin [INFO] [stderr] [INFO] [stderr] 106: 0x7f981461efe3 - as core::ops::function::FnOnce>::call_once::h6bc35b6a67165211 [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/alloc/src/boxed.rs:1546:9 [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] 107: 0x7f981461efe3 - as core::ops::function::FnOnce>::call_once::h22a1030555589216 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/alloc/src/boxed.rs:1546:9 [INFO] [stderr] 108: 0x7f981461efe3 - std::sys::unix::thread::Thread::new::thread_start::h729365a01fb88184 [INFO] [stderr] at /rustc/4fa76a4a7742bb9c1febe33019f5a9e7e4839a65/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stderr] 109: 0x7f981453b609 - start_thread [INFO] [stderr] 110: 0x7f981444f293 - clone [INFO] [stderr] 111: 0x0 - [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.53.0-nightly (4fa76a4a7 2021-04-02) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [associated_item_def_ids] collecting associated items of `pieces::Board` [INFO] [stderr] #1 [associated_items] collecting associated items of pieces::Board [INFO] [stderr] #2 [resolve_lifetimes] resolving lifetimes [INFO] [stderr] #3 [late_bound_vars_map] looking up late bound vars [INFO] [stderr] #4 [type_of] computing type of `pieces::` [INFO] [stderr] #5 [impl_trait_ref] computing trait implemented by `pieces::` [INFO] [stderr] #6 [codegen_fn_attrs] computing codegen attributes of `pieces::::clone` [INFO] [stderr] #7 [check_mod_attrs] checking attributes in module `pieces` [INFO] [stderr] #8 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] #0 [associated_item_def_ids] collecting associated items of `pieces::Board` [INFO] [stderr] #1 [associated_items] collecting associated items of pieces::Board [INFO] [stderr] #2 [resolve_lifetimes] resolving lifetimes [INFO] [stderr] #3 [late_bound_vars_map] looking up late bound vars [INFO] [stderr] #4 [type_of] computing type of `pieces::` [INFO] [stderr] #5 [impl_trait_ref] computing trait implemented by `pieces::` [INFO] [stderr] #6 [codegen_fn_attrs] computing codegen attributes of `pieces::::clone` [INFO] [stderr] #7 [check_mod_attrs] checking attributes in module `pieces` [INFO] [stderr] #8 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chess` [INFO] [stdout] Some errors have detailed explanations: E0107, E0658. [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0107, E0658. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "beb6f33a5fcd03eb188fbfa7a577c220fb4046bf1d7dff4a0ef9ce423d006b38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "beb6f33a5fcd03eb188fbfa7a577c220fb4046bf1d7dff4a0ef9ce423d006b38", kill_on_drop: false }` [INFO] [stdout] beb6f33a5fcd03eb188fbfa7a577c220fb4046bf1d7dff4a0ef9ce423d006b38