[INFO] fetching crate option_trait 1.0.7... [INFO] testing option_trait-1.0.7 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate option_trait 1.0.7 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate option_trait 1.0.7 [INFO] finished tweaking crates.io crate option_trait 1.0.7 [INFO] tweaked toml for crates.io crate option_trait 1.0.7 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate option_trait 1.0.7 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate option_trait 1.0.7 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7ef31219fd9ce5f0b34d12e3b7fe317af14dc3950d443423168b5531662f4fff [INFO] running `Command { std: "docker" "start" "-a" "7ef31219fd9ce5f0b34d12e3b7fe317af14dc3950d443423168b5531662f4fff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ef31219fd9ce5f0b34d12e3b7fe317af14dc3950d443423168b5531662f4fff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ef31219fd9ce5f0b34d12e3b7fe317af14dc3950d443423168b5531662f4fff", kill_on_drop: false }` [INFO] [stdout] 7ef31219fd9ce5f0b34d12e3b7fe317af14dc3950d443423168b5531662f4fff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1cd02c1200fe1b0de3fc930bea567230d4884bbb3bbc7d204bb16a9c1d0af5f [INFO] running `Command { std: "docker" "start" "-a" "c1cd02c1200fe1b0de3fc930bea567230d4884bbb3bbc7d204bb16a9c1d0af5f", kill_on_drop: false }` [INFO] [stderr] Compiling moddef v0.2.6 [INFO] [stderr] Compiling option_trait v1.0.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #76560 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] thread 'rustc' (35) panicked at /rustc-dev/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/compiler/rustc_type_ir/src/binder.rs:776:9: [INFO] [stderr] type parameter `T/#1` (T/#1/1) out of range when instantiating, args=[?2t] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7853414687e3 - ::fmt::h5bb8a979ba5db788 [INFO] [stderr] 1: 0x785341c01a18 - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stderr] 2: 0x78534141d733 - std::io::Write::write_fmt::h12c8908aaac7ca22 [INFO] [stderr] 3: 0x78534142e882 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stderr] 4: 0x785341434729 - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stderr] 5: 0x785341434253 - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stderr] 6: 0x78534048a935 - std[b78fcb58897fbf01]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x785341434bde - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stderr] 8: 0x78534143490a - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stderr] 9: 0x78534142e9b9 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stderr] 10: 0x78534140f58d - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stderr] 11: 0x78533dae3020 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stderr] 12: 0x785340a9f749 - >::type_param_out_of_range [INFO] [stderr] 13: 0x785341c8ffd8 - as rustc_type_ir[ae100e0b8829a513]::fold::TypeFolder>::fold_ty [INFO] [stderr] 14: 0x785341c8b812 - <&rustc_middle[cb59703c06859590]::ty::list::RawList<(), rustc_middle[cb59703c06859590]::ty::generic_args::GenericArg> as rustc_type_ir[ae100e0b8829a513]::fold::TypeFoldable>::fold_with::> [INFO] [stderr] 15: 0x785343ada9c5 - as rustc_type_ir[ae100e0b8829a513]::fold::TypeFolder>::fold_const.cold [INFO] [stderr] 16: 0x785341e47d40 - rustc_trait_selection[b6370adde3589344]::traits::project::confirm_candidate [INFO] [stderr] 17: 0x785341e6d462 - rustc_trait_selection[b6370adde3589344]::traits::project::opt_normalize_projection_term [INFO] [stderr] 18: 0x785341e6962f - ::commit_if_ok:: [INFO] [stderr] 19: 0x785341c0798e - ::evaluate_predicate_recursively [INFO] [stderr] 20: 0x7853422bd57d - ::candidate_from_obligation::{closure#0}::{closure#0} [INFO] [stderr] 21: 0x785341c6c5f6 - ::poly_select::{closure#0} [INFO] [stderr] 22: 0x785342569beb - ::process_obligation [INFO] [stderr] 23: 0x785341c04dc9 - >::process_obligations:: [INFO] [stderr] 24: 0x7853423a2267 - as rustc_infer[91fa7377b198933d]::traits::engine::TraitEngine>::select_all_or_error [INFO] [stderr] 25: 0x785342f41ba9 - rustc_hir_analysis[70d4b967b91362de]::check::wfcheck::check_trait [INFO] [stderr] 26: 0x78534255b20a - rustc_hir_analysis[70d4b967b91362de]::check::check::check_item_type [INFO] [stderr] 27: 0x7853425524a7 - rustc_hir_analysis[70d4b967b91362de]::check::wfcheck::check_well_formed [INFO] [stderr] 28: 0x785342552489 - rustc_query_impl[c05d9213d343d5f5]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 29: 0x785342551cc9 - rustc_query_system[66b1c161b3904024]::query::plumbing::try_execute_query::, rustc_query_system[66b1c161b3904024]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c05d9213d343d5f5]::plumbing::QueryCtxt, false> [INFO] [stderr] 30: 0x7853425517d6 - rustc_query_impl[c05d9213d343d5f5]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 31: 0x78534254e6ef - rustc_hir_analysis[70d4b967b91362de]::check::wfcheck::check_type_wf [INFO] [stderr] 32: 0x78534254e5f9 - rustc_query_impl[c05d9213d343d5f5]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 33: 0x785342c71194 - rustc_query_system[66b1c161b3904024]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[c05d9213d343d5f5]::plumbing::QueryCtxt, false> [INFO] [stderr] 34: 0x785342c70f76 - rustc_query_impl[c05d9213d343d5f5]::query_impl::check_type_wf::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 35: 0x7853427191b9 - rustc_hir_analysis[70d4b967b91362de]::check_crate [INFO] [stderr] 36: 0x785341de9bfe - rustc_interface[bf8fe259b496636f]::passes::analysis [INFO] [stderr] 37: 0x785341de98cb - rustc_query_impl[c05d9213d343d5f5]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 38: 0x785342c779a0 - rustc_query_system[66b1c161b3904024]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[c05d9213d343d5f5]::plumbing::QueryCtxt, false> [INFO] [stderr] 39: 0x785342c775f6 - rustc_query_impl[c05d9213d343d5f5]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 40: 0x785342ea634b - rustc_interface[bf8fe259b496636f]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[7ef15a19d0126884]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 41: 0x785342e56922 - rustc_interface[bf8fe259b496636f]::interface::run_compiler::<(), rustc_driver_impl[7ef15a19d0126884]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 42: 0x785342d4edb8 - std[b78fcb58897fbf01]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 43: 0x785342d4ea9c - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[83fc4a188749d9b7]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 44: 0x785342d54b0d - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stderr] 45: 0x78533c68aaa4 - [INFO] [stderr] 46: 0x78533c717a34 - clone [INFO] [stderr] 47: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: using internal features is not supported and expected to cause internal compiler errors when used incorrectly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-09-01T10_41_55-32.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.91.0-nightly (cdb45c87e 2025-08-27) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -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 [check_well_formed] checking that `Same` is well-formed [INFO] [stderr] #1 [check_type_wf] checking that types are well-formed [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] [INFO] [stderr] thread 'rustc' (35) panicked at /rustc-dev/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/compiler/rustc_type_ir/src/binder.rs:776:9: [INFO] [stderr] type parameter `T/#1` (T/#1/1) out of range when instantiating, args=[?2t] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7853414687e3 - ::fmt::h5bb8a979ba5db788 [INFO] [stderr] 1: 0x785341c01a18 - core::fmt::write::h1e0dbf07fe3990bd [INFO] [stderr] 2: 0x78534141d733 - std::io::Write::write_fmt::h12c8908aaac7ca22 [INFO] [stderr] 3: 0x78534142e882 - std::sys::backtrace::BacktraceLock::print::h788d486777205086 [INFO] [stderr] 4: 0x785341434729 - std::panicking::default_hook::{{closure}}::ha7bdfeb5949fc0fa [INFO] [stderr] 5: 0x785341434253 - std::panicking::default_hook::h6dad75ec721846f4 [INFO] [stderr] 6: 0x78534048a935 - std[b78fcb58897fbf01]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x785341434bde - std::panicking::panic_with_hook::hba00e869ada17676 [INFO] [stderr] 8: 0x78534143490a - std::panicking::panic_handler::{{closure}}::h3d21149c258e5ceb [INFO] [stderr] 9: 0x78534142e9b9 - std::sys::backtrace::__rust_end_short_backtrace::h4f5d9b9dfb3e6ec1 [INFO] [stderr] 10: 0x78534140f58d - __rustc[9a7a9f9af7564de1]::rust_begin_unwind [INFO] [stderr] 11: 0x78533dae3020 - core::panicking::panic_fmt::h78e817a90331d98b [INFO] [stderr] 12: 0x785340a9f749 - >::type_param_out_of_range [INFO] [stderr] 13: 0x785341c8ffd8 - as rustc_type_ir[ae100e0b8829a513]::fold::TypeFolder>::fold_ty [INFO] [stderr] 14: 0x785341c8b812 - <&rustc_middle[cb59703c06859590]::ty::list::RawList<(), rustc_middle[cb59703c06859590]::ty::generic_args::GenericArg> as rustc_type_ir[ae100e0b8829a513]::fold::TypeFoldable>::fold_with::> [INFO] [stderr] 15: 0x785343ada9c5 - as rustc_type_ir[ae100e0b8829a513]::fold::TypeFolder>::fold_const.cold [INFO] [stderr] 16: 0x785341e47d40 - rustc_trait_selection[b6370adde3589344]::traits::project::confirm_candidate [INFO] [stderr] 17: 0x785341e6d462 - rustc_trait_selection[b6370adde3589344]::traits::project::opt_normalize_projection_term [INFO] [stderr] 18: 0x785341e6962f - ::commit_if_ok:: [INFO] [stderr] 19: 0x785341c0798e - ::evaluate_predicate_recursively [INFO] [stderr] 20: 0x7853422bd57d - ::candidate_from_obligation::{closure#0}::{closure#0} [INFO] [stderr] 21: 0x785341c6c5f6 - ::poly_select::{closure#0} [INFO] [stderr] 22: 0x785342569beb - ::process_obligation [INFO] [stderr] 23: 0x785341c04dc9 - >::process_obligations:: [INFO] [stderr] 24: 0x7853423a2267 - as rustc_infer[91fa7377b198933d]::traits::engine::TraitEngine>::select_all_or_error [INFO] [stderr] 25: 0x785342f41ba9 - rustc_hir_analysis[70d4b967b91362de]::check::wfcheck::check_trait [INFO] [stderr] 26: 0x78534255b20a - rustc_hir_analysis[70d4b967b91362de]::check::check::check_item_type [INFO] [stderr] 27: 0x7853425524a7 - rustc_hir_analysis[70d4b967b91362de]::check::wfcheck::check_well_formed [INFO] [stderr] 28: 0x785342552489 - rustc_query_impl[c05d9213d343d5f5]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 29: 0x785342551cc9 - rustc_query_system[66b1c161b3904024]::query::plumbing::try_execute_query::, rustc_query_system[66b1c161b3904024]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[c05d9213d343d5f5]::plumbing::QueryCtxt, false> [INFO] [stderr] 30: 0x7853425517d6 - rustc_query_impl[c05d9213d343d5f5]::query_impl::check_well_formed::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 31: 0x78534254e6ef - rustc_hir_analysis[70d4b967b91362de]::check::wfcheck::check_type_wf [INFO] [stderr] 32: 0x78534254e5f9 - rustc_query_impl[c05d9213d343d5f5]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 33: 0x785342c71194 - rustc_query_system[66b1c161b3904024]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[c05d9213d343d5f5]::plumbing::QueryCtxt, false> [INFO] [stderr] 34: 0x785342c70f76 - rustc_query_impl[c05d9213d343d5f5]::query_impl::check_type_wf::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 35: 0x7853427191b9 - rustc_hir_analysis[70d4b967b91362de]::check_crate [INFO] [stderr] 36: 0x785341de9bfe - rustc_interface[bf8fe259b496636f]::passes::analysis [INFO] [stderr] 37: 0x785341de98cb - rustc_query_impl[c05d9213d343d5f5]::plumbing::__rust_begin_short_backtrace::> [INFO] [stderr] 38: 0x785342c779a0 - rustc_query_system[66b1c161b3904024]::query::plumbing::try_execute_query::>, false, false, false>, rustc_query_impl[c05d9213d343d5f5]::plumbing::QueryCtxt, false> [INFO] [stderr] 39: 0x785342c775f6 - rustc_query_impl[c05d9213d343d5f5]::query_impl::analysis::get_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 40: 0x785342ea634b - rustc_interface[bf8fe259b496636f]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[7ef15a19d0126884]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 41: 0x785342e56922 - rustc_interface[bf8fe259b496636f]::interface::run_compiler::<(), rustc_driver_impl[7ef15a19d0126884]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 42: 0x785342d4edb8 - std[b78fcb58897fbf01]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 43: 0x785342d4ea9c - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[83fc4a188749d9b7]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 44: 0x785342d54b0d - std::sys::pal::unix::thread::Thread::new::thread_start::h942e336943ad5963 [INFO] [stderr] 45: 0x78533c68aaa4 - [INFO] [stderr] 46: 0x78533c717a34 - clone [INFO] [stderr] 47: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: using internal features is not supported and expected to cause internal compiler errors when used incorrectly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/workdir/rustc-ice-2025-09-01T10_41_55-32.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.91.0-nightly (cdb45c87e 2025-08-27) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -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 [check_well_formed] checking that `private::Same` is well-formed [INFO] [stderr] #1 [check_type_wf] checking that types are well-formed [INFO] [stderr] #2 [analysis] running analysis passes on this crate [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `option_trait` (lib); 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cdb45c87e2cd43495379f7e867e3cc15dcee9f93/bin/rustc --crate-name option_trait --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="opt_cell"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "opt_cell"))' -C metadata=22e4ecb5f95a9241 -C extra-filename=-8b26c61bb4412932 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern moddef=/opt/rustwide/target/debug/deps/libmoddef-fe35e6d5d68d4e43.rmeta --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "c1cd02c1200fe1b0de3fc930bea567230d4884bbb3bbc7d204bb16a9c1d0af5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1cd02c1200fe1b0de3fc930bea567230d4884bbb3bbc7d204bb16a9c1d0af5f", kill_on_drop: false }` [INFO] [stdout] c1cd02c1200fe1b0de3fc930bea567230d4884bbb3bbc7d204bb16a9c1d0af5f