[INFO] cloning repository https://github.com/Hamled/uoverse
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hamled/uoverse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHamled%2Fuoverse", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHamled%2Fuoverse'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 046d30644e21c21f1952478177f0954e46583203
[INFO] building Hamled/uoverse against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHamled%2Fuoverse" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Hamled/uoverse on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Hamled/uoverse
[INFO] finished tweaking git repo https://github.com/Hamled/uoverse
[INFO] tweaked toml for git repo https://github.com/Hamled/uoverse written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Hamled/uoverse 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cfe618cbb196fc6b93ddfe03a292a5be5f53a24b8f0cbfc4ad965afac69cb88d
[INFO] running `Command { std: "docker" "start" "-a" "cfe618cbb196fc6b93ddfe03a292a5be5f53a24b8f0cbfc4ad965afac69cb88d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cfe618cbb196fc6b93ddfe03a292a5be5f53a24b8f0cbfc4ad965afac69cb88d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfe618cbb196fc6b93ddfe03a292a5be5f53a24b8f0cbfc4ad965afac69cb88d", kill_on_drop: false }`
[INFO] [stdout] cfe618cbb196fc6b93ddfe03a292a5be5f53a24b8f0cbfc4ad965afac69cb88d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4f76556ba1d8eba5ce0fac3c1ab5f51b6cdc8f5fea7f540a9b6d0e02eec9af38
[INFO] running `Command { std: "docker" "start" "-a" "4f76556ba1d8eba5ce0fac3c1ab5f51b6cdc8f5fea7f540a9b6d0e02eec9af38", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling once_cell v1.12.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling radium v0.5.3
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling serde_derive v1.0.138
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling tracing-core v0.1.28
[INFO] [stderr]    Compiling lexical-core v0.7.6
[INFO] [stderr]    Compiling serde v1.0.138
[INFO] [stderr]    Compiling nom v6.2.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling funty v1.1.0
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling wyz v0.2.0
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling erased-serde v0.3.21
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling hashers v1.0.1
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling paste v1.0.7
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling bitvec v0.19.6
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling nix v0.24.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling ctrlc v3.2.2
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling darling_core v0.12.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling serde_repr v0.1.8
[INFO] [stderr]    Compiling uoverse-server-macros v0.1.0 (/opt/rustwide/workdir/uoverse-server/macros)
[INFO] [stderr]    Compiling tokio v1.19.2
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling uoverse-tools v0.1.0 (/opt/rustwide/workdir/uoverse-tools)
[INFO] [stderr]    Compiling darling_macro v0.12.4
[INFO] [stderr]    Compiling tracing v0.1.35
[INFO] [stderr]    Compiling darling v0.12.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.15
[INFO] [stderr]    Compiling ultimaonline-net-macros v0.1.0 (/opt/rustwide/workdir/ultimaonline-net/macros)
[INFO] [stdout] note: no errors encountered even though delayed bugs were created
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] note: those delayed bugs will now be shown as internal compiler errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: internal compiler error: Encountered anon const with inference variable args but no error reported
[INFO] [stdout]   |
[INFO] [stdout]   = note: delayed at compiler/rustc_trait_selection/src/traits/mod.rs:605:27
[INFO] [stdout]              0: <rustc_errors::DiagCtxtInner>::emit_diagnostic
[INFO] [stdout]              1: <rustc_errors::DiagCtxtHandle>::emit_diagnostic
[INFO] [stdout]              2: <rustc_span::ErrorGuaranteed as rustc_errors::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stdout]              3: <rustc_errors::DiagCtxtHandle>::delayed_bug::<&str>
[INFO] [stdout]              4: rustc_trait_selection::traits::try_evaluate_const.cold
[INFO] [stdout]              5: <rustc_trait_selection::traits::normalize::AssocTypeNormalizer as rustc_type_ir::fold::TypeFolder<rustc_middle::ty::context::TyCtxt>>::fold_const
[INFO] [stdout]              6: <rustc_middle::ty::InstantiatedPredicates as rustc_type_ir::fold::TypeFoldable<rustc_middle::ty::context::TyCtxt>>::try_fold_with::<rustc_trait_selection::traits::normalize::AssocTypeNormalizer>
[INFO] [stdout]              7: <rustc_hir_typeck::fn_ctxt::FnCtxt>::instantiate_value_path
[INFO] [stdout]              8: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_path
[INFO] [stdout]              9: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             10: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             11: <rustc_hir_typeck::fn_ctxt::FnCtxt>::confirm_builtin_call
[INFO] [stdout]             12: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             13: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_match::{closure#0}
[INFO] [stdout]             14: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             15: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_decl
[INFO] [stdout]             16: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_block
[INFO] [stdout]             17: <rustc_hir_typeck::fn_ctxt::FnCtxt>::check_expr_with_expectation_and_args
[INFO] [stdout]             18: rustc_hir_typeck::check::check_fn
[INFO] [stdout]             19: rustc_hir_typeck::typeck_with_fallback::{closure#0}
[INFO] [stdout]             20: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::typeck::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 8]>>
[INFO] [stdout]             21: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_data_structures::vec_cache::VecCache<rustc_span::def_id::LocalDefId, rustc_middle::query::erase::Erased<[u8; 8]>, rustc_query_system::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stdout]             22: rustc_query_impl::query_impl::typeck::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]             23: <rustc_middle::hir::map::Map>::par_body_owners::<rustc_hir_analysis::check_crate::{closure#4}>::{closure#0}
[INFO] [stdout]             24: rustc_hir_analysis::check_crate
[INFO] [stdout]             25: rustc_interface::passes::run_required_analyses
[INFO] [stdout]             26: rustc_interface::passes::analysis
[INFO] [stdout]             27: rustc_query_impl::plumbing::__rust_begin_short_backtrace::<rustc_query_impl::query_impl::analysis::dynamic_query::{closure#2}::{closure#0}, rustc_middle::query::erase::Erased<[u8; 0]>>
[INFO] [stdout]             28: rustc_query_system::query::plumbing::try_execute_query::<rustc_query_impl::DynamicConfig<rustc_query_system::query::caches::SingleCache<rustc_middle::query::erase::Erased<[u8; 0]>>, false, false, false>, rustc_query_impl::plumbing::QueryCtxt, false>
[INFO] [stdout]             29: rustc_query_impl::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace
[INFO] [stdout]             30: rustc_interface::passes::create_and_enter_global_ctxt::<core::option::Option<rustc_interface::queries::Linker>, rustc_driver_impl::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}
[INFO] [stdout]             31: rustc_interface::interface::run_compiler::<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}
[INFO] [stdout]             32: std::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stdout]             33: <<std::thread::Builder>::spawn_unchecked_<rustc_interface::util::run_in_thread_with_globals<rustc_interface::util::run_in_thread_pool_with_globals<rustc_interface::interface::run_compiler<(), rustc_driver_impl::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]             34: std::sys::pal::unix::thread::Thread::new::thread_start
[INFO] [stdout]             35: <unknown>
[INFO] [stdout]             36: clone
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[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: please make sure that you have updated to the latest nightly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-01-08T01_09_09-1300.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.86.0-nightly (334963c95 2025-01-07) 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] end of query stack
[INFO] [stderr] error: could not compile `uoverse-tools` (bin "mapgen")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/bin/rustc --crate-name mapgen --edition=2018 uoverse-tools/src/bin/mapgen.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eeadc9c11989503e -C extra-filename=-b2634bdadf5700aa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-379f547b04d51d02.rlib --extern flate2=/opt/rustwide/target/debug/deps/libflate2-69ea1c3c08ba7d9a.rlib --extern hashers=/opt/rustwide/target/debug/deps/libhashers-be08d8f90942a15e.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-eca4e58f454db637.rlib --extern uoverse_tools=/opt/rustwide/target/debug/deps/libuoverse_tools-4c8c56c34fab615a.rlib --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4f76556ba1d8eba5ce0fac3c1ab5f51b6cdc8f5fea7f540a9b6d0e02eec9af38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f76556ba1d8eba5ce0fac3c1ab5f51b6cdc8f5fea7f540a9b6d0e02eec9af38", kill_on_drop: false }`
[INFO] [stdout] 4f76556ba1d8eba5ce0fac3c1ab5f51b6cdc8f5fea7f540a9b6d0e02eec9af38
