[INFO] fetching crate wrap-debug 0.1.1... [INFO] testing wrap-debug-0.1.1 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate wrap-debug 0.1.1 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate wrap-debug 0.1.1 [INFO] finished tweaking crates.io crate wrap-debug 0.1.1 [INFO] tweaked toml for crates.io crate wrap-debug 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate wrap-debug 0.1.1 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c0553ce8fa353aa8acf94fa028364dfc7599d85a35f50fb939391b053e22d899 [INFO] running `Command { std: "docker" "start" "-a" "c0553ce8fa353aa8acf94fa028364dfc7599d85a35f50fb939391b053e22d899", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c0553ce8fa353aa8acf94fa028364dfc7599d85a35f50fb939391b053e22d899", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0553ce8fa353aa8acf94fa028364dfc7599d85a35f50fb939391b053e22d899", kill_on_drop: false }` [INFO] [stdout] c0553ce8fa353aa8acf94fa028364dfc7599d85a35f50fb939391b053e22d899 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f5bfbaa7368a6ad3fb112d59d11224545e60acc8bfb06bdf096776cb6302c86 [INFO] running `Command { std: "docker" "start" "-a" "0f5bfbaa7368a6ad3fb112d59d11224545e60acc8bfb06bdf096776cb6302c86", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling wrap-debug v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: using it is strongly discouraged [INFO] [stdout] = note: `#[warn(internal_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/lib.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | fmt.write_str(unsafe { type_name::() }) [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] running `Command { std: "docker" "inspect" "0f5bfbaa7368a6ad3fb112d59d11224545e60acc8bfb06bdf096776cb6302c86", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f5bfbaa7368a6ad3fb112d59d11224545e60acc8bfb06bdf096776cb6302c86", kill_on_drop: false }` [INFO] [stdout] 0f5bfbaa7368a6ad3fb112d59d11224545e60acc8bfb06bdf096776cb6302c86 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6b68bb6a231f5ccbfe2a95042a94c784146f4bdc4760703a119bc764ce92f7e [INFO] running `Command { std: "docker" "start" "-a" "c6b68bb6a231f5ccbfe2a95042a94c784146f4bdc4760703a119bc764ce92f7e", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: using it is strongly discouraged [INFO] [stdout] = note: `#[warn(internal_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/lib.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | fmt.write_str(unsafe { type_name::() }) [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling wrap-debug v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(core_intrinsics)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: using it is strongly discouraged [INFO] [stdout] = note: `#[warn(internal_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/lib.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | fmt.write_str(unsafe { type_name::() }) [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: /rustc-dev/2440211fe03bc45c89b6dc1a3df18382ce91e32b/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:123:21: nullary intrinsic type_name must either be in a const block or explicitly opted out because it is inherently a runtime intrinsic [INFO] [stdout] --> src/lib.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fmt.write_str(unsafe { type_name::() }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] thread 'rustc' (19) panicked at /rustc-dev/2440211fe03bc45c89b6dc1a3df18382ce91e32b/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:123:21: [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x774e345c3cc3 - ::fmt::hb1988e8b50fa5f19 [INFO] [stderr] 1: 0x774e34c020c4 - core::fmt::write::hcd056e06a609f600 [INFO] [stderr] 2: 0x774e34578561 - std::io::Write::write_fmt::hc685c74e0b8ce55d [INFO] [stderr] 3: 0x774e34589a32 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stderr] 4: 0x774e3458f999 - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stderr] 5: 0x774e3458f4c3 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stderr] 6: 0x774e335b24d7 - std[153372ebdbebfe75]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x774e3458fdbf - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stderr] 8: 0x774e335eeda1 - std[153372ebdbebfe75]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x774e335e25b6 - std[153372ebdbebfe75]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x774e335e0059 - std[153372ebdbebfe75]::panicking::begin_panic:: [INFO] [stderr] 11: 0x774e335fa491 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x774e33b678dc - ::span_bug:: [INFO] [stderr] 13: 0x774e33b8cc77 - rustc_middle[1ffe7d7bfe5c941f]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x774e33b8ccfa - rustc_middle[1ffe7d7bfe5c941f]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x774e33b7b4db - rustc_middle[1ffe7d7bfe5c941f]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x774e31e0e737 - rustc_middle[1ffe7d7bfe5c941f]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x774e35ca5777 - >>::codegen_intrinsic_call [INFO] [stderr] 18: 0x774e3601552c - rustc_codegen_ssa[60235224291d93e4]::mir::codegen_mir::> [INFO] [stderr] 19: 0x774e34e9a8b2 - rustc_codegen_llvm[b2bd9804c144cd7d]::base::compile_codegen_unit::module_codegen [INFO] [stderr] 20: 0x774e35d93a9f - ::compile_codegen_unit [INFO] [stderr] 21: 0x774e35d91a4e - ::codegen_crate [INFO] [stderr] 22: 0x774e35e70eb0 - ::codegen_and_build_linker [INFO] [stderr] 23: 0x774e35e6ea00 - rustc_interface[47f772b6099a9839]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[d0107cd3ad6513d0]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 24: 0x774e35e6033e - rustc_interface[47f772b6099a9839]::interface::run_compiler::<(), rustc_driver_impl[d0107cd3ad6513d0]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 25: 0x774e35d6cdb8 - std[153372ebdbebfe75]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 26: 0x774e35d6ca9c - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[273ca2994e9d09f7]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 27: 0x774e35d7314d - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stderr] 28: 0x774e2f865aa4 - [INFO] [stderr] 29: 0x774e2f8f2a34 - clone [INFO] [stderr] 30: 0x0 - [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-10-01T20_16_01-17.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.92.0-nightly (2440211fe 2025-09-25) 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] end of query stack [INFO] [stderr] error: could not compile `wrap-debug` (lib test); 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/2440211fe03bc45c89b6dc1a3df18382ce91e32b/bin/rustc --crate-name wrap_debug --edition=2015 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82052e2d15954f7b -C extra-filename=-8d63e50105f8d238 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "c6b68bb6a231f5ccbfe2a95042a94c784146f4bdc4760703a119bc764ce92f7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6b68bb6a231f5ccbfe2a95042a94c784146f4bdc4760703a119bc764ce92f7e", kill_on_drop: false }` [INFO] [stdout] c6b68bb6a231f5ccbfe2a95042a94c784146f4bdc4760703a119bc764ce92f7e