[INFO] fetching crate wrap-debug 0.1.1... [INFO] testing wrap-debug-0.1.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate wrap-debug 0.1.1 into /workspace/builds/worker-2-tc1/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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate wrap-debug 0.1.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8f424f88439a72670596ed55dcf131c8f204698b1b67c41e67ed3580cf973449 [INFO] running `Command { std: "docker" "start" "-a" "8f424f88439a72670596ed55dcf131c8f204698b1b67c41e67ed3580cf973449", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f424f88439a72670596ed55dcf131c8f204698b1b67c41e67ed3580cf973449", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f424f88439a72670596ed55dcf131c8f204698b1b67c41e67ed3580cf973449", kill_on_drop: false }` [INFO] [stdout] 8f424f88439a72670596ed55dcf131c8f204698b1b67c41e67ed3580cf973449 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 163a6b3e92fcb374e3fbeec341acb3b38722e6c7dc491820e72607a7523a43cd [INFO] running `Command { std: "docker" "start" "-a" "163a6b3e92fcb374e3fbeec341acb3b38722e6c7dc491820e72607a7523a43cd", 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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] running `Command { std: "docker" "inspect" "163a6b3e92fcb374e3fbeec341acb3b38722e6c7dc491820e72607a7523a43cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "163a6b3e92fcb374e3fbeec341acb3b38722e6c7dc491820e72607a7523a43cd", kill_on_drop: false }` [INFO] [stdout] 163a6b3e92fcb374e3fbeec341acb3b38722e6c7dc491820e72607a7523a43cd [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 988b8aa1a6eaa8bf21b8918ac845f0189a331e934ccf31ad86e60ad5bc39a3be [INFO] running `Command { std: "docker" "start" "-a" "988b8aa1a6eaa8bf21b8918ac845f0189a331e934ccf31ad86e60ad5bc39a3be", 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)]` 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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: internal compiler error: /rustc-dev/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/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' (27) panicked at /rustc-dev/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:123:21: [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7817e9fe5a43 - ::fmt::hff1a9408d012ee89 [INFO] [stderr] 1: 0x7817ea801bfc - core::fmt::write::h2f1fc679f228cc52 [INFO] [stderr] 2: 0x7817e9fd0493 - std::io::Write::write_fmt::haa2231cbd9aebf95 [INFO] [stderr] 3: 0x7817e9fe58a2 - std::sys::backtrace::BacktraceLock::print::h28bfdbcac6d3828b [INFO] [stderr] 4: 0x7817e9fc7c1f - std::panicking::default_hook::{{closure}}::h1f968e3a24b0e3b4 [INFO] [stderr] 5: 0x7817e9fc774b - std::panicking::default_hook::h43da101644971931 [INFO] [stderr] 6: 0x7817e90491b5 - std[619c96d97fe952c]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7817e9fc8313 - std::panicking::panic_with_hook::hb4e916c3e65eccec [INFO] [stderr] 8: 0x7817e9082991 - std[619c96d97fe952c]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x7817e9082966 - std[619c96d97fe952c]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x7817e9080ad6 - std[619c96d97fe952c]::panicking::begin_panic:: [INFO] [stderr] 11: 0x7817e906d2f1 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x7817e968367c - ::span_bug:: [INFO] [stderr] 13: 0x7817e9671ae7 - rustc_middle[5ca2e9449305faae]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x7817e9671a4a - rustc_middle[5ca2e9449305faae]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x7817e9671a1b - rustc_middle[5ca2e9449305faae]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x7817e7720ee7 - rustc_middle[5ca2e9449305faae]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x7817eb731c7b - >>::codegen_intrinsic_call [INFO] [stderr] 18: 0x7817ebc1a388 - rustc_codegen_ssa[d211144dd38b4208]::mir::codegen_mir::> [INFO] [stderr] 19: 0x7817ea976057 - rustc_codegen_llvm[ebd76f8efcabca32]::base::compile_codegen_unit::module_codegen [INFO] [stderr] 20: 0x7817eb929f14 - ::compile_codegen_unit [INFO] [stderr] 21: 0x7817eb927e3a - ::codegen_crate [INFO] [stderr] 22: 0x7817eb9912b0 - ::codegen_and_build_linker [INFO] [stderr] 23: 0x7817eb98ee3c - rustc_interface[b77c32c3bfe8d9]::passes::create_and_enter_global_ctxt::, rustc_driver_impl[c8262843f73b2e4e]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0} [INFO] [stderr] 24: 0x7817eb9efe03 - rustc_interface[b77c32c3bfe8d9]::interface::run_compiler::<(), rustc_driver_impl[c8262843f73b2e4e]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 25: 0x7817eb94e7fb - std[619c96d97fe952c]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 26: 0x7817eb94e4d4 - <::spawn_unchecked_::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[b7f6e7468eb674bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 27: 0x7817eb94a28b - std::sys::pal::unix::thread::Thread::new::thread_start::h66ff1bba185a50cf [INFO] [stderr] 28: 0x7817e5265aa4 - [INFO] [stderr] 29: 0x7817e52f2a34 - 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-02T07_21_02-25.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.91.0-nightly (350d0ef0e 2025-08-13) 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/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/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" "988b8aa1a6eaa8bf21b8918ac845f0189a331e934ccf31ad86e60ad5bc39a3be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "988b8aa1a6eaa8bf21b8918ac845f0189a331e934ccf31ad86e60ad5bc39a3be", kill_on_drop: false }` [INFO] [stdout] 988b8aa1a6eaa8bf21b8918ac845f0189a331e934ccf31ad86e60ad5bc39a3be