[INFO] fetching crate bounded 0.1.2... [INFO] testing bounded-0.1.2 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate bounded 0.1.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate bounded 0.1.2 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bounded 0.1.2 [INFO] finished tweaking crates.io crate bounded 0.1.2 [INFO] tweaked toml for crates.io crate bounded 0.1.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f02bfea9b530289a1ab58ff07625a6ff6d86fc485618c4e4e23f4ba866df16b9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f02bfea9b530289a1ab58ff07625a6ff6d86fc485618c4e4e23f4ba866df16b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f02bfea9b530289a1ab58ff07625a6ff6d86fc485618c4e4e23f4ba866df16b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f02bfea9b530289a1ab58ff07625a6ff6d86fc485618c4e4e23f4ba866df16b9", kill_on_drop: false }` [INFO] [stdout] f02bfea9b530289a1ab58ff07625a6ff6d86fc485618c4e4e23f4ba866df16b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--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] e8e5abb6bae1014c977a90f90000b8abbd424e38ef1469eedfa4ce13c9ed05d1 [INFO] running `Command { std: "docker" "start" "-a" "e8e5abb6bae1014c977a90f90000b8abbd424e38ef1469eedfa4ce13c9ed05d1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling derive_more v0.99.14 [INFO] [stderr] Compiling bounded v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Bound` [INFO] [stdout] --> src/lib.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | Add, AddAssign, Bound, Div, DivAssign, Mul, MulAssign, RangeBounds, Sub, SubAssign, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RangeBounds` [INFO] [stdout] --> src/lib.rs:8:60 [INFO] [stdout] | [INFO] [stdout] 8 | Add, AddAssign, Bound, Div, DivAssign, Mul, MulAssign, RangeBounds, Sub, SubAssign, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.29s [INFO] running `Command { std: "docker" "inspect" "e8e5abb6bae1014c977a90f90000b8abbd424e38ef1469eedfa4ce13c9ed05d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8e5abb6bae1014c977a90f90000b8abbd424e38ef1469eedfa4ce13c9ed05d1", kill_on_drop: false }` [INFO] [stdout] e8e5abb6bae1014c977a90f90000b8abbd424e38ef1469eedfa4ce13c9ed05d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 539bdf60192cdd53e1f8c51d1c10be02be3a5f1450ce448fa0b2eb5840e08d85 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "539bdf60192cdd53e1f8c51d1c10be02be3a5f1450ce448fa0b2eb5840e08d85", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Bound` [INFO] [stdout] --> src/lib.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | Add, AddAssign, Bound, Div, DivAssign, Mul, MulAssign, RangeBounds, Sub, SubAssign, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RangeBounds` [INFO] [stdout] --> src/lib.rs:8:60 [INFO] [stdout] | [INFO] [stdout] 8 | Add, AddAssign, Bound, Div, DivAssign, Mul, MulAssign, RangeBounds, Sub, SubAssign, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bounded v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] = note: see issue #44580 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'Box', /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:59:5 [INFO] [stdout] error: internal compiler error: compiler/rustc_symbol_mangling/src/v0.rs:568:17: symbol_names: unsupported constant of type `Bound` (Const { ty: std::collections::Bound, val: Value(ByRef { alloc: Allocation { bytes: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], relocations: Relocations(SortedMap { data: [] }), init_mask: InitMask { blocks: [65535], len: Size { raw: 16 } }, align: Align { pow2: 3 }, mutability: Not, extra: () }, offset: Size { raw: 0 } }) }) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7f06a85dc4c0 - std[77c0456e0eb29f0c]::backtrace_rs::backtrace::libunwind::trace [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x7f06a85dc4c0 - std[77c0456e0eb29f0c]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7f06a85dc4c0 - std[77c0456e0eb29f0c]::sys_common::backtrace::_print_fmt [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x7f06a85dc4c0 - ::fmt [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x7f06a8649e9c - core[ee1ca6415511a9c4]::fmt::write [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/fmt/mod.rs:1110:17 [INFO] [stderr] 5: 0x7f06a85cde15 - ::write_fmt [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/io/mod.rs:1584:15 [INFO] [stderr] 6: 0x7f06a85e020b - std[77c0456e0eb29f0c]::sys_common::backtrace::_print [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x7f06a85e020b - std[77c0456e0eb29f0c]::sys_common::backtrace::print [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x7f06a85e020b - std[77c0456e0eb29f0c]::panicking::default_hook::{closure#1} [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x7f06a85dfce1 - std[77c0456e0eb29f0c]::panicking::default_hook [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x7f06a8d95afd - rustc_driver[483abbcf9e72e7cf]::report_ice [INFO] [stderr] 11: 0x7f069bf767b3 - core[ee1ca6415511a9c4]::ops::function::Fn<(&'a core[ee1ca6415511a9c4]::panic::PanicInfo<'b>,), Output = ()> + core[ee1ca6415511a9c4]::marker::Sync + core[ee1ca6415511a9c4]::marker::Send> as core[ee1ca6415511a9c4]::ops::function::Fn<(&core[ee1ca6415511a9c4]::panic::PanicInfo,)>>::call [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1589:9 [INFO] [stderr] 12: 0x7f069bfbbab8 - ::enter::<(), proc_macro[e58d1b019c558bcf]::bridge::client::run_client proc_macro[e58d1b019c558bcf]::TokenStream>>::expand1::run proc_macro[e58d1b019c558bcf]::TokenStream>::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}::{closure#0} [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/proc_macro/src/bridge/client.rs:320:21 [INFO] [stderr] 13: 0x7f06a85e0a16 - std[77c0456e0eb29f0c]::panicking::rust_panic_with_hook [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:626:17 [INFO] [stderr] 14: 0x7f06a9d5734b - std[77c0456e0eb29f0c]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 15: 0x7f06a9d57296 - std[77c0456e0eb29f0c]::sys_common::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 16: 0x7f06a9d5861f - std[77c0456e0eb29f0c]::panicking::begin_panic:: [INFO] [stderr] 17: 0x7f06a9d7073d - std[77c0456e0eb29f0c]::panic::panic_any:: [INFO] [stderr] 18: 0x7f06a9d735da - ::bug [INFO] [stderr] 19: 0x7f06a9d73080 - ::bug [INFO] [stderr] 20: 0x7f06a9cad450 - rustc_middle[4cd8eb4e66530e50]::ty::context::tls::with_opt::::{closure#0}, ()> [INFO] [stderr] 21: 0x7f06a9cb2500 - rustc_middle[4cd8eb4e66530e50]::util::bug::opt_span_bug_fmt:: [INFO] [stderr] 22: 0x7f06a9cb2476 - rustc_middle[4cd8eb4e66530e50]::util::bug::bug_fmt [INFO] [stderr] 23: 0x7f06aaedc957 - ::print_const [INFO] [stderr] 24: 0x7f06aa4b6f79 - ::print_def_path [INFO] [stderr] 25: 0x7f06aa4b31ac - rustc_symbol_mangling[e3ac7cad7aae7613]::v0::mangle [INFO] [stderr] 26: 0x7f06aa4bffba - rustc_symbol_mangling[e3ac7cad7aae7613]::symbol_name_provider [INFO] [stderr] 27: 0x7f06aa18c183 - >::compute [INFO] [stderr] 28: 0x7f06aa1d3766 - >::with_task_impl:: fn(&'a mut rustc_middle[4cd8eb4e66530e50]::ich::hcx::StableHashingContext, &'b rustc_middle[4cd8eb4e66530e50]::ty::SymbolName) -> core[ee1ca6415511a9c4]::option::Option> [INFO] [stderr] 29: 0x7f06aa1df9af - rustc_data_structures[52e6d6087bd5b52c]::stack::ensure_sufficient_stack::<(rustc_middle[4cd8eb4e66530e50]::ty::SymbolName, rustc_query_system[195a98efe178d20a]::dep_graph::graph::DepNodeIndex), rustc_query_system[195a98efe178d20a]::query::plumbing::force_query_with_job, rustc_query_impl[73652419363b7eb3]::plumbing::QueryCtxt>::{closure#0}::{closure#0}> [INFO] [stderr] 30: 0x7f06aa179d3d - rustc_query_system[195a98efe178d20a]::query::plumbing::force_query_with_job::, rustc_query_impl[73652419363b7eb3]::plumbing::QueryCtxt> [INFO] [stderr] 31: 0x7f06aa1676f8 - rustc_query_system[195a98efe178d20a]::query::plumbing::get_query_impl::> [INFO] [stderr] 32: 0x7f06aa1bba13 - ::symbol_name [INFO] [stderr] 33: 0x7f06aa7b2ea7 - ::symbol_name [INFO] [stderr] 34: 0x7f06aa2fc197 - as alloc[cda43b294bbfc5d0]::vec::spec_from_iter::SpecFromIter<(&rustc_middle[4cd8eb4e66530e50]::mir::mono::MonoItem, rustc_middle[4cd8eb4e66530e50]::ty::SymbolName), core[ee1ca6415511a9c4]::iter::adapters::map::Map, rustc_mir[cd7939ebf13d5829]::monomorphize::partitioning::assert_symbols_are_distinct>::{closure#0}>>>::from_iter [INFO] [stderr] 35: 0x7f06aa496cbf - rustc_mir[cd7939ebf13d5829]::monomorphize::partitioning::assert_symbols_are_distinct::> [INFO] [stderr] 36: 0x7f06aae4018d - rustc_data_structures[52e6d6087bd5b52c]::sync::join:: [INFO] [stderr] 37: 0x7f06aa497138 - rustc_mir[cd7939ebf13d5829]::monomorphize::partitioning::collect_and_partition_mono_items [INFO] [stderr] 38: 0x7f06aac9d9fd - >::compute [INFO] [stderr] 39: 0x7f06aad1c24c - >::with_task_impl::>, &[rustc_middle[4cd8eb4e66530e50]::mir::mono::CodegenUnit]), for<'a, 'b> fn(&'a mut rustc_middle[4cd8eb4e66530e50]::ich::hcx::StableHashingContext, &'b (&std[77c0456e0eb29f0c]::collections::hash::set::HashSet>, &[rustc_middle[4cd8eb4e66530e50]::mir::mono::CodegenUnit])) -> core[ee1ca6415511a9c4]::option::Option> [INFO] [stderr] 40: 0x7f06aad3afbe - rustc_data_structures[52e6d6087bd5b52c]::stack::ensure_sufficient_stack::<((&std[77c0456e0eb29f0c]::collections::hash::set::HashSet>, &[rustc_middle[4cd8eb4e66530e50]::mir::mono::CodegenUnit]), rustc_query_system[195a98efe178d20a]::dep_graph::graph::DepNodeIndex), rustc_query_system[195a98efe178d20a]::query::plumbing::force_query_with_job>, &[rustc_middle[4cd8eb4e66530e50]::mir::mono::CodegenUnit])>, rustc_query_impl[73652419363b7eb3]::plumbing::QueryCtxt>::{closure#0}::{closure#0}> [INFO] [stderr] 41: 0x7f06aac63e6d - rustc_query_system[195a98efe178d20a]::query::plumbing::force_query_with_job::>, &[rustc_middle[4cd8eb4e66530e50]::mir::mono::CodegenUnit])>, rustc_query_impl[73652419363b7eb3]::plumbing::QueryCtxt> [INFO] [stderr] 42: 0x7f06aac41717 - rustc_query_system[195a98efe178d20a]::query::plumbing::get_query_impl::>, &[rustc_middle[4cd8eb4e66530e50]::mir::mono::CodegenUnit])>> [INFO] [stderr] 43: 0x7f06aacefc49 - ::collect_and_partition_mono_items [INFO] [stderr] 44: 0x7f06aa9339e6 - ::codegen_crate [INFO] [stderr] 45: 0x7f06aa8bf11b - ::enter::<::ongoing_codegen::{closure#0}::{closure#0}, core[ee1ca6415511a9c4]::result::Result, rustc_errors[a6601eba5631ab8e]::ErrorReported>> [INFO] [stderr] 46: 0x7f06aa8c9136 - ::ongoing_codegen [INFO] [stderr] 47: 0x7f06aa88e524 - ::enter::, rustc_errors[a6601eba5631ab8e]::ErrorReported>> [INFO] [stderr] 48: 0x7f06aa88b56c - rustc_span[41f5d8395d191526]::with_source_map::, rustc_interface[2a693571f116958c]::interface::create_compiler_and_run, rustc_driver[483abbcf9e72e7cf]::run_compiler::{closure#1}>::{closure#0}> [INFO] [stderr] 49: 0x7f06aa88f3c8 - >::set::, rustc_driver[483abbcf9e72e7cf]::run_compiler::{closure#1}>::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), rustc_errors[a6601eba5631ab8e]::ErrorReported>>::{closure#0}::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), rustc_errors[a6601eba5631ab8e]::ErrorReported>> [INFO] [stderr] 50: 0x7f06aa8b2eab - std[77c0456e0eb29f0c]::sys_common::backtrace::__rust_begin_short_backtrace::, rustc_driver[483abbcf9e72e7cf]::run_compiler::{closure#1}>::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), rustc_errors[a6601eba5631ab8e]::ErrorReported>>::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), rustc_errors[a6601eba5631ab8e]::ErrorReported>>::{closure#0}, ()> [INFO] [stderr] 51: 0x7f06aa889f35 - <::spawn_unchecked, rustc_driver[483abbcf9e72e7cf]::run_compiler::{closure#1}>::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), rustc_errors[a6601eba5631ab8e]::ErrorReported>>::{closure#0}, core[ee1ca6415511a9c4]::result::Result<(), rustc_errors[a6601eba5631ab8e]::ErrorReported>>::{closure#0}, ()>::{closure#0} as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 52: 0x7f06a85ecf47 - > as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stderr] 53: 0x7f06a85ecf47 - >> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stderr] 54: 0x7f06a85ecf47 - ::new::thread_start [INFO] [stderr] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stderr] 55: 0x7f06a850d609 - start_thread [INFO] [stderr] 56: 0x7f06a8421293 - clone [INFO] [stderr] 57: 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.54.0-nightly (ce59db7a1 2021-05-20) 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 [symbol_name] computing the symbol for `temp::temp::::Included(0_usize), std::collections::Bound::::Included(9_usize)>` [INFO] [stderr] #1 [collect_and_partition_mono_items] collect_and_partition_mono_items [INFO] [stderr] end of query stack [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bounded` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "539bdf60192cdd53e1f8c51d1c10be02be3a5f1450ce448fa0b2eb5840e08d85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "539bdf60192cdd53e1f8c51d1c10be02be3a5f1450ce448fa0b2eb5840e08d85", kill_on_drop: false }` [INFO] [stdout] 539bdf60192cdd53e1f8c51d1c10be02be3a5f1450ce448fa0b2eb5840e08d85