[INFO] cloning repository https://github.com/RedType/owl-scheme [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RedType/owl-scheme" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedType%2Fowl-scheme", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedType%2Fowl-scheme'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6221feb2f8994816c91f081a4180c62ebecdc79a [INFO] checking RedType/owl-scheme against try#7d2afcda7a9c043d5175cbca3ab08f0acf02b13a for pr-140824 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRedType%2Fowl-scheme" "/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/RedType/owl-scheme on toolchain 7d2afcda7a9c043d5175cbca3ab08f0acf02b13a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7d2afcda7a9c043d5175cbca3ab08f0acf02b13a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/RedType/owl-scheme [INFO] finished tweaking git repo https://github.com/RedType/owl-scheme [INFO] tweaked toml for git repo https://github.com/RedType/owl-scheme written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/RedType/owl-scheme 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" "+7d2afcda7a9c043d5175cbca3ab08f0acf02b13a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+7d2afcda7a9c043d5175cbca3ab08f0acf02b13a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf3f5e8befa4cfa4853653eadcae936e474c982517928f2b41bc6359683e54ba [INFO] running `Command { std: "docker" "start" "-a" "bf3f5e8befa4cfa4853653eadcae936e474c982517928f2b41bc6359683e54ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf3f5e8befa4cfa4853653eadcae936e474c982517928f2b41bc6359683e54ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf3f5e8befa4cfa4853653eadcae936e474c982517928f2b41bc6359683e54ba", kill_on_drop: false }` [INFO] [stdout] bf3f5e8befa4cfa4853653eadcae936e474c982517928f2b41bc6359683e54ba [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+7d2afcda7a9c043d5175cbca3ab08f0acf02b13a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0757f92685ec658a81bcdc8988615db91f43b44205514ad38a14d0a150799deb [INFO] running `Command { std: "docker" "start" "-a" "0757f92685ec658a81bcdc8988615db91f43b44205514ad38a14d0a150799deb", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking is_terminal_polyfill v1.70.0 [INFO] [stderr] Checking anstyle-parse v0.2.4 [INFO] [stderr] Checking anstyle v1.0.7 [INFO] [stderr] Checking anstyle-query v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Checking colorchoice v1.0.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Checking anstream v0.6.14 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking clap_lex v0.7.1 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking clap_builder v4.5.8 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking num-complex v0.4.4 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Checking num v0.4.1 [INFO] [stderr] Checking prime_factorization v1.0.4 [INFO] [stderr] Compiling clap_derive v4.5.8 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling gc_derive v0.5.0 [INFO] [stderr] Checking gc v0.5.0 [INFO] [stderr] Checking clap v4.5.8 [INFO] [stderr] Checking owl-scheme v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at /rustc/7d2afcda7a9c043d5175cbca3ab08f0acf02b13a/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/canonical.rs:417:13: [INFO] [stderr] assertion failed: goals.is_empty() [INFO] [stderr] stack backtrace: [INFO] [stderr] [INFO] [stderr] thread 'rustc' panicked at /rustc/7d2afcda7a9c043d5175cbca3ab08f0acf02b13a/compiler/rustc_next_trait_solver/src/solve/eval_ctxt/canonical.rs:417:13: [INFO] [stderr] assertion failed: goals.is_empty() [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x749880526a13 - ::fmt::h2e21c62a24abbc15 [INFO] [stderr] 1: 0x749880c059c7 - core::fmt::write::he722e62da8c1e9e8 [INFO] [stderr] 0: 0x7bfe66926a13 - ::fmt::h2e21c62a24abbc15 [INFO] [stderr] 1: 0x7bfe670059c7 - core::fmt::write::he722e62da8c1e9e8 [INFO] [stderr] 2: 0x749881cde611 - std::io::Write::write_fmt::hcb7e25f2599a2273 [INFO] [stderr] 2: 0x7bfe680de611 - std::io::Write::write_fmt::hcb7e25f2599a2273 [INFO] [stderr] 3: 0x749880526872 - std::sys::backtrace::BacktraceLock::print::h5bbc6bf022f4b4e4 [INFO] [stderr] 4: 0x74988052a46a - std::panicking::default_hook::{{closure}}::h1fedd83de2eb085e [INFO] [stderr] 5: 0x749880529fef - std::panicking::default_hook::h2b7ba9a6fb124ab7 [INFO] [stderr] 3: 0x7bfe66926872 - std::sys::backtrace::BacktraceLock::print::h5bbc6bf022f4b4e4 [INFO] [stderr] 4: 0x7bfe6692a46a - std::panicking::default_hook::{{closure}}::h1fedd83de2eb085e [INFO] [stderr] 5: 0x7bfe66929fef - std::panicking::default_hook::h2b7ba9a6fb124ab7 [INFO] [stderr] 6: 0x7bfe65962a33 - std[9f1634e1770eb41b]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7bfe6692ace3 - std::panicking::rust_panic_with_hook::h84a58634492b5ed6 [INFO] [stderr] 6: 0x74987f562a33 - std[9f1634e1770eb41b]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x74988052ace3 - std::panicking::rust_panic_with_hook::h84a58634492b5ed6 [INFO] [stderr] 8: 0x74988052a9a6 - std::panicking::begin_panic_handler::{{closure}}::h521406465ff7da15 [INFO] [stderr] 9: 0x749880526ed9 - std::sys::backtrace::__rust_end_short_backtrace::h020019c2da31dea5 [INFO] [stderr] 10: 0x74988052a69d - __rustc[dfb5731ed8a4fdce]::rust_begin_unwind [INFO] [stderr] 8: 0x7bfe6692a9a6 - std::panicking::begin_panic_handler::{{closure}}::h521406465ff7da15 [INFO] [stderr] 9: 0x7bfe66926ed9 - std::sys::backtrace::__rust_end_short_backtrace::h020019c2da31dea5 [INFO] [stderr] 10: 0x7bfe6692a69d - __rustc[dfb5731ed8a4fdce]::rust_begin_unwind [INFO] [stderr] 11: 0x7bfe63286840 - core::panicking::panic_fmt::h23bc8c485ba3bdce [INFO] [stderr] 12: 0x7bfe6328b75c - core::panicking::panic::hb5a42c0c815031aa [INFO] [stderr] 11: 0x74987ce86840 - core::panicking::panic_fmt::h23bc8c485ba3bdce [INFO] [stderr] 12: 0x74987ce8b75c - core::panicking::panic::hb5a42c0c815031aa [INFO] [stderr] 13: 0x749881994da8 - >::unify_query_var_values [INFO] [stderr] 13: 0x7bfe67d94da8 - >::unify_query_var_values [INFO] [stderr] 14: 0x7498819c90e0 - >::evaluate_goal_raw [INFO] [stderr] 14: 0x7bfe67dc90e0 - >::evaluate_goal_raw [INFO] [stderr] 15: 0x7bfe67dc7de4 - >::evaluate_goal [INFO] [stderr] 16: 0x7bfe67dc3566 - >::evaluate_added_goals_step [INFO] [stderr] 17: 0x7bfe67dc4483 - >::evaluate_added_goals_and_make_canonical_response::{closure#0} [INFO] [stderr] 18: 0x7bfe67d9c2e1 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>::{closure#2} [INFO] [stderr] 19: 0x7bfe67dcd632 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}> [INFO] [stderr] 20: 0x7bfe67dc8a0c - >::evaluate_goal_raw [INFO] [stderr] 21: 0x7bfe67dc7de4 - >::evaluate_goal [INFO] [stderr] 22: 0x7bfe67dc3566 - >::evaluate_added_goals_step [INFO] [stderr] 23: 0x7bfe67dc4483 - >::evaluate_added_goals_and_make_canonical_response::{closure#0} [INFO] [stderr] 24: 0x7bfe67d9c1c7 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>::{closure#2} [INFO] [stderr] 25: 0x7bfe67dcd632 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}> [INFO] [stderr] 26: 0x7bfe67dc8a0c - >::evaluate_goal_raw [INFO] [stderr] 27: 0x7bfe67dc7de4 - >::evaluate_goal [INFO] [stderr] 28: 0x7bfe67dbfd37 - >::enter_root::, ::evaluate_root_goal::{closure#0}> [INFO] [stderr] 15: 0x7498819c7de4 - >::evaluate_goal [INFO] [stderr] 16: 0x7498819c3566 - >::evaluate_added_goals_step [INFO] [stderr] 17: 0x7498819c4483 - >::evaluate_added_goals_and_make_canonical_response::{closure#0} [INFO] [stderr] 18: 0x74988199c2e1 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>::{closure#2} [INFO] [stderr] 19: 0x7498819cd632 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}> [INFO] [stderr] 20: 0x7498819c8a0c - >::evaluate_goal_raw [INFO] [stderr] 21: 0x7498819c7de4 - >::evaluate_goal [INFO] [stderr] 22: 0x7498819c3566 - >::evaluate_added_goals_step [INFO] [stderr] 23: 0x7498819c4483 - >::evaluate_added_goals_and_make_canonical_response::{closure#0} [INFO] [stderr] 24: 0x74988199c1c7 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}>::{closure#2} [INFO] [stderr] 25: 0x7498819cd632 - , rustc_middle[ca36681cdfe77c9]::ty::context::TyCtxt>>::with_new_goal::<>::evaluate_canonical_goal::{closure#0}::{closure#0}::{closure#0}> [INFO] [stderr] 26: 0x7498819c8a0c - >::evaluate_goal_raw [INFO] [stderr] 27: 0x7498819c7de4 - >::evaluate_goal [INFO] [stderr] 28: 0x7498819bfd37 - >::enter_root::, ::evaluate_root_goal::{closure#0}> [INFO] [stderr] 29: 0x7bfe67dbf953 - as rustc_infer[49edb712e4b86dd1]::traits::engine::TraitEngine>::select_where_possible [INFO] [stderr] 30: 0x7bfe67638df3 - rustc_hir_analysis[5041d215529f28a0]::impl_wf_check::lint_object_blanket_impl [INFO] [stderr] 31: 0x7bfe67637127 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 29: 0x7498819bf953 - as rustc_infer[49edb712e4b86dd1]::traits::engine::TraitEngine>::select_where_possible [INFO] [stderr] 30: 0x749881238df3 - rustc_hir_analysis[5041d215529f28a0]::impl_wf_check::lint_object_blanket_impl [INFO] [stderr] 31: 0x749881237127 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 32: 0x74988123658e - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 32: 0x7bfe6763658e - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 33: 0x749881236292 - rustc_query_impl[1e0fe24521a74974]::query_impl::lint_object_blanket_impl::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 33: 0x7bfe67636292 - rustc_query_impl[1e0fe24521a74974]::query_impl::lint_object_blanket_impl::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 34: 0x749880c175f1 - rustc_hir_analysis[5041d215529f28a0]::check::wfcheck::check_well_formed [INFO] [stderr] 35: 0x749880c15b53 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 36: 0x7498815e2971 - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::, rustc_query_system[f183c25d7af511e9]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 37: 0x7498815e244a - rustc_query_impl[1e0fe24521a74974]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 38: 0x7498815e32b5 - rustc_hir_analysis[5041d215529f28a0]::check::wfcheck::check_mod_type_wf [INFO] [stderr] 39: 0x7498815e30cd - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 40: 0x7498817ff784 - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 41: 0x7498817ff511 - rustc_query_impl[1e0fe24521a74974]::query_impl::check_mod_type_wf::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 42: 0x749880ebe272 - rustc_hir_analysis[5041d215529f28a0]::check_crate [INFO] [stderr] 34: 0x7bfe670175f1 - rustc_hir_analysis[5041d215529f28a0]::check::wfcheck::check_well_formed [INFO] [stderr] 35: 0x7bfe67015b53 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 36: 0x7bfe679e2971 - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::, rustc_query_system[f183c25d7af511e9]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 37: 0x7bfe679e244a - rustc_query_impl[1e0fe24521a74974]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 38: 0x7bfe679e32b5 - rustc_hir_analysis[5041d215529f28a0]::check::wfcheck::check_mod_type_wf [INFO] [stderr] 39: 0x7bfe679e30cd - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 40: 0x7bfe67bff784 - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 41: 0x7bfe67bff511 - rustc_query_impl[1e0fe24521a74974]::query_impl::check_mod_type_wf::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 42: 0x7bfe672be272 - rustc_hir_analysis[5041d215529f28a0]::check_crate [INFO] [stderr] 43: 0x7bfe6732ecb7 - rustc_interface[44156eaaaec47894]::passes::run_required_analyses [INFO] [stderr] 44: 0x7bfe67c046de - rustc_interface[44156eaaaec47894]::passes::analysis [INFO] [stderr] 45: 0x7bfe67c046b5 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 46: 0x7bfe67fa3e7a - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 47: 0x7bfe67fa3b4f - rustc_query_impl[1e0fe24521a74974]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 48: 0x7bfe68198cc7 - rustc_interface[44156eaaaec47894]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[42a242be3c4966e5]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 49: 0x7bfe68126166 - rustc_interface[44156eaaaec47894]::interface::run_compiler::<(), rustc_driver_impl[42a242be3c4966e5]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 50: 0x7bfe680d24fe - std[9f1634e1770eb41b]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 51: 0x7bfe680d2974 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b3634ab4c33436ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 52: 0x7bfe680d3d6b - std::sys::pal::unix::thread::Thread::new::thread_start::h3211d0154e7514f1 [INFO] [stderr] 53: 0x7bfe69672aa4 - [INFO] [stderr] 54: 0x7bfe696ffa34 - clone [INFO] [stderr] 55: 0x0 - [INFO] [stderr] [INFO] [stderr] 43: 0x749880f2ecb7 - rustc_interface[44156eaaaec47894]::passes::run_required_analyses [INFO] [stderr] 44: 0x7498818046de - rustc_interface[44156eaaaec47894]::passes::analysis [INFO] [stderr] 45: 0x7498818046b5 - rustc_query_impl[1e0fe24521a74974]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 46: 0x749881ba3e7a - rustc_query_system[f183c25d7af511e9]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[1e0fe24521a74974]::plumbing::QueryCtxt, false> [INFO] [stderr] 47: 0x749881ba3b4f - rustc_query_impl[1e0fe24521a74974]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 48: 0x749881d98cc7 - rustc_interface[44156eaaaec47894]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[42a242be3c4966e5]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 49: 0x749881d26166 - rustc_interface[44156eaaaec47894]::interface::run_compiler::<(), rustc_driver_impl[42a242be3c4966e5]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 50: 0x749881cd24fe - std[9f1634e1770eb41b]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 51: 0x749881cd2974 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b3634ab4c33436ca]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 52: 0x749881cd3d6b - std::sys::pal::unix::thread::Thread::new::thread_start::h3211d0154e7514f1 [INFO] [stderr] 53: 0x7498833dcaa4 - [INFO] [stderr] 54: 0x749883469a34 - clone [INFO] [stderr] 55: 0x0 - [INFO] [stderr] [INFO] [stderr] error: 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: 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-05-09T21_29_59-920.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.88.0-nightly (7d2afcda7 2025-05-09) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C opt-level=1 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [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: 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-05-09T21_29_59-919.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.88.0-nightly (7d2afcda7 2025-05-09) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: -C opt-level=1 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on [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 [lint_object_blanket_impl] u if wu [INFO] [stderr] #1 [check_well_formed] checking that `data::` is well-formed [INFO] [stderr] #2 [check_mod_type_wf] checking that types are well-formed in module `data` [INFO] [stderr] #3 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] #0 [lint_object_blanket_impl] u if wu [INFO] [stderr] #1 [check_well_formed] checking that `data::` is well-formed [INFO] [stderr] #2 [check_mod_type_wf] checking that types are well-formed in module `data` [INFO] [stderr] #3 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `owl-scheme` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/7d2afcda7a9c043d5175cbca3ab08f0acf02b13a/bin/rustc --crate-name owl_scheme --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C opt-level=1 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f6b783f5811b32c4 -C extra-filename=-186e54c48be116b3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-108337a6d6166e5b.rmeta --extern gc=/opt/rustwide/target/debug/deps/libgc-a10e03f4447ee461.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-7eacb7839b994a0e.rmeta --extern prime_factorization=/opt/rustwide/target/debug/deps/libprime_factorization-123e5f209e211bea.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-165215dfe950c1ae.rmeta --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `owl-scheme` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/7d2afcda7a9c043d5175cbca3ab08f0acf02b13a/bin/rustc --crate-name owl_scheme --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C opt-level=1 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ae52043baf8225e -C extra-filename=-cb99f8396f360c9a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-108337a6d6166e5b.rmeta --extern gc=/opt/rustwide/target/debug/deps/libgc-a10e03f4447ee461.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-7eacb7839b994a0e.rmeta --extern prime_factorization=/opt/rustwide/target/debug/deps/libprime_factorization-123e5f209e211bea.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-165215dfe950c1ae.rmeta --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "0757f92685ec658a81bcdc8988615db91f43b44205514ad38a14d0a150799deb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0757f92685ec658a81bcdc8988615db91f43b44205514ad38a14d0a150799deb", kill_on_drop: false }` [INFO] [stdout] 0757f92685ec658a81bcdc8988615db91f43b44205514ad38a14d0a150799deb