[INFO] cloning repository https://github.com/Tortoaster/werewolf
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Tortoaster/werewolf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTortoaster%2Fwerewolf", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTortoaster%2Fwerewolf'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5deea3bb56d40394a104400d94c90df17a80d397
[INFO] testing Tortoaster/werewolf against 1.99.0-beta.1 for beta-1.99-5
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTortoaster%2Fwerewolf" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Tortoaster/werewolf
[INFO] finished tweaking git repo https://github.com/Tortoaster/werewolf
[INFO] tweaked toml for git repo https://github.com/Tortoaster/werewolf written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Tortoaster/werewolf on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Tortoaster/werewolf already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c1eaff2c821595e4aa52857746e2a6201f1bc27dfa9c6068367c405d369b54e4
[INFO] running `Command { std: "docker" "start" "c1eaff2c821595e4aa52857746e2a6201f1bc27dfa9c6068367c405d369b54e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1eaff2c821595e4aa52857746e2a6201f1bc27dfa9c6068367c405d369b54e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c1eaff2c821595e4aa52857746e2a6201f1bc27dfa9c6068367c405d369b54e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1eaff2c821595e4aa52857746e2a6201f1bc27dfa9c6068367c405d369b54e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c1eaff2c821595e4aa52857746e2a6201f1bc27dfa9c6068367c405d369b54e4" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.27
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.144
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling rustversion v1.0.12
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling serde v1.0.163
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling tokio v1.28.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling axum v0.6.18
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling matchit v0.7.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling serde_derive v1.0.163
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.24
[INFO] [stderr]    Compiling pin-project-internal v1.1.0
[INFO] [stderr]    Compiling pin-project v1.1.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling hyper v0.14.26
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.11
[INFO] [stderr]    Compiling werewolf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/main.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(return_position_impl_trait_in_trait)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `return_position_impl_trait_in_trait` has been stable since `1.75.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `return_position_impl_trait_in_trait` has been stable since 1.75.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(return_position_impl_trait_in_trait)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: internal compiler error: /rustc-dev/f47d5bb13648d5c859f5b438eb7dc834b9729961/compiler/rustc_middle/src/ty/mod.rs:1830:13: item_name: no name for DefPath { data: [DisambiguatedDefPathData { data: TypeNs("param"), disambiguator: 0 }, DisambiguatedDefPathData { data: TypeNs("Parameter"), disambiguator: 0 }, DisambiguatedDefPathData { data: AnonAssocTy("create_form"), disambiguator: 0 }], krate: crate0 }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' (1219) panicked at /rustc-dev/f47d5bb13648d5c859f5b438eb7dc834b9729961/compiler/rustc_middle/src/ty/mod.rs:1830:13:
[INFO] [stderr] Box<dyn Any>
[INFO] [stderr] stack backtrace:
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr]    0:     0x729ae2ced9d6 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stderr]    1:     0x729ae340ba4f - core[7c831bd917ebf35f]::fmt::write
[INFO] [stderr]    2:     0x729ae4693eec - <std[104cf6e2632825ea]::sys::stdio::unix::Stderr as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr]    3:     0x729ae2cc0e3a - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stderr]    4:     0x729ae2ce1c83 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stderr]    5:     0x729ae1c5d0ea - std[104cf6e2632825ea]::panicking::update_hook::<alloc[2fdc3f7464fcf288]::boxed::Box<rustc_driver_impl[f4d229a0c8ac5a64]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    6:     0x729ae2ce2122 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stderr]    7:     0x729ae1c8b334 - std[104cf6e2632825ea]::panicking::begin_panic::<rustc_errors[a4cbaee20011b56]::ExplicitBug>::{closure#0}
[INFO] [stderr]    8:     0x729ae1c83dce - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::begin_panic<rustc_errors[a4cbaee20011b56]::ExplicitBug>::{closure#0}, !>
[INFO] [stderr]    9:     0x729ae1c81f0e - std[104cf6e2632825ea]::panicking::begin_panic::<rustc_errors[a4cbaee20011b56]::ExplicitBug>
[INFO] [stderr]   10:     0x729ae1c96cb1 - <rustc_errors[a4cbaee20011b56]::diagnostic::BugAbort as rustc_errors[a4cbaee20011b56]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stderr]   11:     0x729ae2225969 - rustc_middle[954fe3e16bec5a04]::util::bug::opt_span_bug_fmt::<rustc_span[8903846d21f6f0d]::span_encoding::Span>::{closure#0}
[INFO] [stderr]   12:     0x729ae2225d62 - rustc_middle[954fe3e16bec5a04]::ty::context::tls::with_opt::<rustc_middle[954fe3e16bec5a04]::util::bug::opt_span_bug_fmt<rustc_span[8903846d21f6f0d]::span_encoding::Span>::{closure#0}, !>::{closure#0}
[INFO] [stderr]   13:     0x729ae2210710 - rustc_middle[954fe3e16bec5a04]::ty::context::tls::with_context_opt::<rustc_middle[954fe3e16bec5a04]::ty::context::tls::with_opt<rustc_middle[954fe3e16bec5a04]::util::bug::opt_span_bug_fmt<rustc_span[8903846d21f6f0d]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
[INFO] [stderr]   14:     0x729ae02e3f34 - rustc_middle[954fe3e16bec5a04]::util::bug::bug_fmt
[INFO] [stderr]   15:     0x729ae29e8471 - <rustc_middle[954fe3e16bec5a04]::ty::context::TyCtxt>::item_name::<rustc_span[8903846d21f6f0d]::def_id::DefId>
[INFO] [stderr]   16:     0x729ae2ad92ee - <rustc_trait_selection[8261745d7436e2a6]::error_reporting::TypeErrCtxt>::cmp
[INFO] [stderr]   17:     0x729ae2ac54e0 - <rustc_trait_selection[8261745d7436e2a6]::error_reporting::TypeErrCtxt>::values_str
[INFO] [stderr]   18:     0x729ae2ac71ac - <rustc_trait_selection[8261745d7436e2a6]::error_reporting::TypeErrCtxt>::note_type_err
[INFO] [stderr]   19:     0x729ae2ad4117 - <rustc_trait_selection[8261745d7436e2a6]::error_reporting::TypeErrCtxt>::report_and_explain_type_error
[INFO] [stderr]   20:     0x729ae37bac8f - <rustc_hir_typeck[c090edd6fef8b9e2]::fn_ctxt::FnCtxt>::check_argument_types
[INFO] [stderr]   21:     0x729ae37ac861 - <rustc_hir_typeck[c090edd6fef8b9e2]::fn_ctxt::FnCtxt>::check_expr_method_call
[INFO] [stderr]   22:     0x729ae3747c31 - <rustc_hir_typeck[c090edd6fef8b9e2]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stderr]   23:     0x729ae3744470 - <rustc_hir_typeck[c090edd6fef8b9e2]::fn_ctxt::FnCtxt>::check_expr_block
[INFO] [stderr]   24:     0x729ae3747c03 - <rustc_hir_typeck[c090edd6fef8b9e2]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stderr]   25:     0x729ae373d674 - <rustc_hir_typeck[c090edd6fef8b9e2]::fn_ctxt::FnCtxt>::check_expr_if
[INFO] [stderr]   26:     0x729ae3749537 - <rustc_hir_typeck[c090edd6fef8b9e2]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stderr]   27:     0x729ae3744568 - <rustc_hir_typeck[c090edd6fef8b9e2]::fn_ctxt::FnCtxt>::check_expr_block
[INFO] [stderr]   28:     0x729ae3747c03 - <rustc_hir_typeck[c090edd6fef8b9e2]::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stderr]   29:     0x729ae371f14d - rustc_hir_typeck[c090edd6fef8b9e2]::check::check_fn
[INFO] [stderr]   30:     0x729ae411e13d - rustc_hir_typeck[c090edd6fef8b9e2]::typeck_with_inspect::{closure#0}
[INFO] [stderr]   31:     0x729ae411c680 - rustc_query_impl[3a4626ca803709b4]::query_vtables::typeck_root::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   32:     0x729ae410b435 - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_data_structures[f9f608bc5ea564a]::vec_cache::VecCache<rustc_span[8903846d21f6f0d]::def_id::LocalDefId, rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 8usize]>, rustc_middle[954fe3e16bec5a04]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   33:     0x729ae410b071 - rustc_query_impl[3a4626ca803709b4]::query_vtables::typeck_root::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   34:     0x729ae36621bf - rustc_mir_build[ab3f0697f3504e24]::thir::pattern::check_match::check_match
[INFO] [stderr]   35:     0x729ae36611a9 - rustc_query_impl[3a4626ca803709b4]::query_vtables::check_match::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   36:     0x729ae43c4dbb - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_data_structures[f9f608bc5ea564a]::vec_cache::VecCache<rustc_span[8903846d21f6f0d]::def_id::LocalDefId, rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 1usize]>, rustc_middle[954fe3e16bec5a04]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   37:     0x729ae43c4b31 - rustc_query_impl[3a4626ca803709b4]::query_vtables::check_match::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   38:     0x729ae3f1f162 - rustc_mir_build[ab3f0697f3504e24]::builder::build_mir_inner_impl
[INFO] [stderr]   39:     0x729ae34218f4 - rustc_mir_transform[6d6fd8fa799b6e3a]::mir_built
[INFO] [stderr]   40:     0x729ae410b435 - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_data_structures[f9f608bc5ea564a]::vec_cache::VecCache<rustc_span[8903846d21f6f0d]::def_id::LocalDefId, rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 8usize]>, rustc_middle[954fe3e16bec5a04]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   41:     0x729ae410b167 - rustc_query_impl[3a4626ca803709b4]::query_vtables::mir_built::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   42:     0x729ae343ca75 - rustc_mir_transform[6d6fd8fa799b6e3a]::ffi_unwind_calls::has_ffi_unwind_calls
[INFO] [stderr]   43:     0x729ae343c447 - rustc_query_impl[3a4626ca803709b4]::query_vtables::has_ffi_unwind_calls::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   44:     0x729ae43c4dbb - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_data_structures[f9f608bc5ea564a]::vec_cache::VecCache<rustc_span[8903846d21f6f0d]::def_id::LocalDefId, rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 1usize]>, rustc_middle[954fe3e16bec5a04]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   45:     0x729ae43c4af1 - rustc_query_impl[3a4626ca803709b4]::query_vtables::has_ffi_unwind_calls::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   46:     0x729ae43af611 - rustc_mir_transform[6d6fd8fa799b6e3a]::mir_promoted
[INFO] [stderr]   47:     0x729ae43af492 - rustc_query_impl[3a4626ca803709b4]::query_vtables::mir_promoted::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   48:     0x729ae3cacc83 - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_data_structures[f9f608bc5ea564a]::vec_cache::VecCache<rustc_span[8903846d21f6f0d]::def_id::LocalDefId, rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 16usize]>, rustc_middle[954fe3e16bec5a04]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   49:     0x729ae3cac5e7 - rustc_query_impl[3a4626ca803709b4]::query_vtables::mir_promoted::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   50:     0x729ae440c691 - rustc_borrowck[9e8b42e9bd840514]::mir_borrowck
[INFO] [stderr]   51:     0x729ae440c4d9 - rustc_query_impl[3a4626ca803709b4]::query_vtables::mir_borrowck::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   52:     0x729ae410b435 - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_data_structures[f9f608bc5ea564a]::vec_cache::VecCache<rustc_span[8903846d21f6f0d]::def_id::LocalDefId, rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 8usize]>, rustc_middle[954fe3e16bec5a04]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   53:     0x729ae410aff9 - rustc_query_impl[3a4626ca803709b4]::query_vtables::mir_borrowck::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   54:     0x729ae47c3c85 - rustc_hir_analysis[7a56d32287b241ae]::collect::type_of::opaque::find_opaque_ty_constraints_for_rpit
[INFO] [stderr]   55:     0x729ae47c3972 - rustc_hir_analysis[7a56d32287b241ae]::collect::type_of::type_of_opaque
[INFO] [stderr]   56:     0x729ae342747d - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_middle[954fe3e16bec5a04]::query::caches::DefIdCache<rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   57:     0x729ae3916f46 - rustc_query_impl[3a4626ca803709b4]::query_vtables::type_of_opaque::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   58:     0x729ae3905d28 - rustc_hir_analysis[7a56d32287b241ae]::collect::type_of::type_of
[INFO] [stderr]   59:     0x729ae390ac36 - rustc_query_impl[3a4626ca803709b4]::query_vtables::type_of::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   60:     0x729ae342747d - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_middle[954fe3e16bec5a04]::query::caches::DefIdCache<rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   61:     0x729ae3427123 - rustc_query_impl[3a4626ca803709b4]::query_vtables::type_of::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   62:     0x729ae38468db - <rustc_privacy[165d6f4e2130175a]::ReachEverythingInTheInterfaceVisitor>::ty
[INFO] [stderr]   63:     0x729ae3c87525 - rustc_privacy[165d6f4e2130175a]::effective_visibilities
[INFO] [stderr]   64:     0x729ae469a49a - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_middle[954fe3e16bec5a04]::query::caches::SingleCache<rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 8usize]>>, false>
[INFO] [stderr]   65:     0x729ae45a1f24 - rustc_query_impl[3a4626ca803709b4]::query_vtables::effective_visibilities::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   66:     0x729ae43d6b3e - rustc_hir_analysis[7a56d32287b241ae]::check::check::check_item_type
[INFO] [stderr]   67:     0x729ae43c579c - rustc_hir_analysis[7a56d32287b241ae]::check::wfcheck::check_well_formed
[INFO] [stderr]   68:     0x729ae43c575f - rustc_query_impl[3a4626ca803709b4]::query_vtables::check_well_formed::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   69:     0x729ae43c4dbb - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_data_structures[f9f608bc5ea564a]::vec_cache::VecCache<rustc_span[8903846d21f6f0d]::def_id::LocalDefId, rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 1usize]>, rustc_middle[954fe3e16bec5a04]::dep_graph::graph::DepNodeIndex>, false>
[INFO] [stderr]   70:     0x729ae43c4b55 - rustc_query_impl[3a4626ca803709b4]::query_vtables::check_well_formed::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   71:     0x729ae43c2153 - rustc_hir_analysis[7a56d32287b241ae]::check::wfcheck::check_type_wf
[INFO] [stderr]   72:     0x729ae43c204f - rustc_query_impl[3a4626ca803709b4]::query_vtables::check_type_wf::invoke_provider_fn::__rust_begin_short_backtrace
[INFO] [stderr]   73:     0x729ae46995a3 - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_middle[954fe3e16bec5a04]::query::caches::SingleCache<rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 1usize]>>, false>
[INFO] [stderr]   74:     0x729ae4699353 - rustc_query_impl[3a4626ca803709b4]::query_vtables::check_type_wf::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   75:     0x729ae3b07f64 - rustc_hir_analysis[7a56d32287b241ae]::check_crate
[INFO] [stderr]   76:     0x729ae410c97a - rustc_interface[ac0d84a5b4fdc1f2]::passes::analysis
[INFO] [stderr]   77:     0x729ae469af0a - rustc_query_impl[3a4626ca803709b4]::execution::try_execute_query::<rustc_middle[954fe3e16bec5a04]::query::caches::SingleCache<rustc_middle[954fe3e16bec5a04]::query::erase::ErasedData<[u8; 0usize]>>, false>
[INFO] [stderr]   78:     0x729ae469aceb - rustc_query_impl[3a4626ca803709b4]::query_vtables::analysis::execute_query_non_incr::__rust_end_short_backtrace
[INFO] [stderr]   79:     0x729ae4767e18 - rustc_interface[ac0d84a5b4fdc1f2]::interface::run_compiler::<(), rustc_driver_impl[f4d229a0c8ac5a64]::run_compiler::{closure#0}>::{closure#2}
[INFO] [stderr]   80:     0x729ae4733524 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[ac0d84a5b4fdc1f2]::util::run_in_thread_with_globals<rustc_interface[ac0d84a5b4fdc1f2]::util::run_in_thread_pool_with_globals<rustc_interface[ac0d84a5b4fdc1f2]::interface::run_compiler<(), rustc_driver_impl[f4d229a0c8ac5a64]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   81:     0x729ae47332ed - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<rustc_interface[ac0d84a5b4fdc1f2]::util::run_in_thread_with_globals<rustc_interface[ac0d84a5b4fdc1f2]::util::run_in_thread_pool_with_globals<rustc_interface[ac0d84a5b4fdc1f2]::interface::run_compiler<(), rustc_driver_impl[f4d229a0c8ac5a64]::run_compiler::{closure#0}>::{closure#2}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   82:     0x729ae47d1ec7 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]   83:     0x729addc8307a - <unknown>
[INFO] [stderr]   84:     0x729addd16534 - clone
[INFO] [stderr]   85:                0x0 - <unknown>
[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.99.0-beta.1 (f47d5bb13 2026-08-17) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type bin -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 [typeck_root] type-checking `order::<impl at src/order.rs:33:1: 33:54>::forms`
[INFO] [stderr] #1 [check_match] match-checking `order::<impl at src/order.rs:33:1: 33:54>::forms`
[INFO] [stderr] #2 [mir_built] building MIR for `order::<impl at src/order.rs:33:1: 33:54>::forms`
[INFO] [stderr] #3 [has_ffi_unwind_calls] checking if `order::<impl at src/order.rs:33:1: 33:54>::forms` contains FFI-unwind calls
[INFO] [stderr] #4 [mir_promoted] promoting constants in MIR for `order::<impl at src/order.rs:33:1: 33:54>::forms`
[INFO] [stderr] #5 [mir_borrowck] borrow-checking `order::<impl at src/order.rs:33:1: 33:54>::forms`
[INFO] [stderr] #6 [type_of_opaque] computing type of opaque `order::<impl at src/order.rs:33:1: 33:54>::forms::{opaque#0}`
[INFO] [stderr] #7 [type_of] computing type of `order::<impl at src/order.rs:33:1: 33:54>::forms::{opaque#0}`
[INFO] [stderr] #8 [effective_visibilities] checking effective visibilities
[INFO] [stderr] #9 [check_well_formed] checking that `order::<impl at src/order.rs:23:1: 23:38>` is well-formed
[INFO] [stderr] #10 [check_type_wf] checking that types are well-formed
[INFO] [stderr] #11 [analysis] running analysis passes on crate `werewolf`
[INFO] [stderr] end of query stack
[INFO] [stderr] error: could not compile `werewolf` (bin "werewolf") due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "c1eaff2c821595e4aa52857746e2a6201f1bc27dfa9c6068367c405d369b54e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1eaff2c821595e4aa52857746e2a6201f1bc27dfa9c6068367c405d369b54e4", kill_on_drop: false }`
[INFO] [stdout] c1eaff2c821595e4aa52857746e2a6201f1bc27dfa9c6068367c405d369b54e4
