[INFO] fetching crate type_of 0.1.1... [INFO] testing type_of-0.1.1 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate type_of 0.1.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate type_of 0.1.1 [INFO] finished tweaking crates.io crate type_of 0.1.1 [INFO] tweaked toml for crates.io crate type_of 0.1.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate type_of 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 2bf672f22cafa17f5aec2d2e52d78a3041d81ce232a24dcdd3f38706cf7a4239 [INFO] running `Command { std: "docker" "start" "-a" "2bf672f22cafa17f5aec2d2e52d78a3041d81ce232a24dcdd3f38706cf7a4239", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2bf672f22cafa17f5aec2d2e52d78a3041d81ce232a24dcdd3f38706cf7a4239", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bf672f22cafa17f5aec2d2e52d78a3041d81ce232a24dcdd3f38706cf7a4239", kill_on_drop: false }` [INFO] [stdout] 2bf672f22cafa17f5aec2d2e52d78a3041d81ce232a24dcdd3f38706cf7a4239 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8f41b351039be206fbbf59e7c9d0398ec9105f9cacbccd39c11a11454657c898 [INFO] running `Command { std: "docker" "start" "-a" "8f41b351039be206fbbf59e7c9d0398ec9105f9cacbccd39c11a11454657c898", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling type_of 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | unsafe { [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.12s [INFO] running `Command { std: "docker" "inspect" "8f41b351039be206fbbf59e7c9d0398ec9105f9cacbccd39c11a11454657c898", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f41b351039be206fbbf59e7c9d0398ec9105f9cacbccd39c11a11454657c898", kill_on_drop: false }` [INFO] [stdout] 8f41b351039be206fbbf59e7c9d0398ec9105f9cacbccd39c11a11454657c898 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] edf1260cdd4b9d9737f501e86b89163882bac3228611382b2500af971a0fc921 [INFO] running `Command { std: "docker" "start" "-a" "edf1260cdd4b9d9737f501e86b89163882bac3228611382b2500af971a0fc921", 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | unsafe { [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 type_of v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> examples/basic.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [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] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | format!("{}: {}", stringify!($exp), type_of!($exp)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 42 | assert_eq!("32.90: f64", format_type_of!(32.90)); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default [INFO] [stdout] = note: this error originates in the macro `format_type_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | format!("{}: {}", stringify!($exp), type_of!($exp)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 43 | assert_eq!("[1, 2, 4]: [i32; 3]", format_type_of!([1, 2, 4])); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `format_type_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | format!("{}: {}", stringify!($exp), type_of!($exp)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 44 | assert_eq!("vec!(1 , 2 , 4): std::vec::Vec", format_type_of!(vec![1, 2, 4])); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `format_type_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:20:60 [INFO] [stdout] | [INFO] [stdout] 20 | format!("{}: {}", stringify!($exp), type_of!($exp)); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 45 | assert_eq!("\"123\": &'static str", format_type_of!("123")); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this error originates in the macro `format_type_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/lib.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | unsafe { [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] [INFO] [stderr] thread 'rustc' (28) panicked at /rustc-dev/2440211fe03bc45c89b6dc1a3df18382ce91e32b/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:123:21: [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] --> /opt/rustwide/workdir/src/lib.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | std::intrinsics::type_name::() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Box [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x7a601e1c3cc3 - ::fmt::hb1988e8b50fa5f19 [INFO] [stderr] 1: 0x7a601e8020c4 - core::fmt::write::hcd056e06a609f600 [INFO] [stderr] 2: 0x7a601e178561 - std::io::Write::write_fmt::hc685c74e0b8ce55d [INFO] [stderr] 3: 0x7a601e189a32 - std::sys::backtrace::BacktraceLock::print::h69f50ba7cfff8317 [INFO] [stderr] 4: 0x7a601e18f999 - std::panicking::default_hook::{{closure}}::hfa978eb2255ab3ab [INFO] [stderr] 5: 0x7a601e18f4c3 - std::panicking::default_hook::h09da2eaf8f1deadd [INFO] [stderr] 6: 0x7a601d1b24d7 - std[153372ebdbebfe75]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 7: 0x7a601e18fdbf - std::panicking::panic_with_hook::h13c40d280d130fd3 [INFO] [stderr] 8: 0x7a601d1eeda1 - std[153372ebdbebfe75]::panicking::begin_panic::::{closure#0} [INFO] [stderr] 9: 0x7a601d1e25b6 - std[153372ebdbebfe75]::sys::backtrace::__rust_end_short_backtrace::::{closure#0}, !> [INFO] [stderr] 10: 0x7a601d1e0059 - std[153372ebdbebfe75]::panicking::begin_panic:: [INFO] [stderr] 11: 0x7a601d1fa491 - ::emit_producing_guarantee [INFO] [stderr] 12: 0x7a601d7678dc - ::span_bug:: [INFO] [stderr] 13: 0x7a601d78cc77 - rustc_middle[1ffe7d7bfe5c941f]::util::bug::opt_span_bug_fmt::::{closure#0} [INFO] [stderr] 14: 0x7a601d78ccfa - rustc_middle[1ffe7d7bfe5c941f]::ty::context::tls::with_opt::::{closure#0}, !>::{closure#0} [INFO] [stderr] 15: 0x7a601d77b4db - rustc_middle[1ffe7d7bfe5c941f]::ty::context::tls::with_context_opt::::{closure#0}, !>::{closure#0}, !> [INFO] [stderr] 16: 0x7a601ba0e737 - rustc_middle[1ffe7d7bfe5c941f]::util::bug::span_bug_fmt:: [INFO] [stderr] 17: 0x7a601f8a5777 - >>::codegen_intrinsic_call [INFO] [stderr] 18: 0x7a601fc1552c - rustc_codegen_ssa[60235224291d93e4]::mir::codegen_mir::> [INFO] [stderr] 19: 0x7a601ea9a8b2 - rustc_codegen_llvm[b2bd9804c144cd7d]::base::compile_codegen_unit::module_codegen [INFO] [stderr] error: could not compile `type_of` (lib test) due to 8 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] 20: 0x7a601f993a9f - ::compile_codegen_unit [INFO] [stderr] 21: 0x7a601f991a4e - ::codegen_crate [INFO] [stderr] 22: 0x7a601fa70eb0 - ::codegen_and_build_linker [INFO] [stderr] 23: 0x7a601fa6ea00 - 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: 0x7a601fa6033e - rustc_interface[47f772b6099a9839]::interface::run_compiler::<(), rustc_driver_impl[d0107cd3ad6513d0]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 25: 0x7a601f96cdb8 - std[153372ebdbebfe75]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 26: 0x7a601f96ca9c - <::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: 0x7a601f97314d - std::sys::thread::unix::Thread::new::thread_start::he23d038ee4fa004e [INFO] [stderr] 28: 0x7a601948aaa4 - [INFO] [stderr] 29: 0x7a6019517a34 - clone [INFO] [stderr] 30: 0x0 - [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-10-01T20_03_10-26.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: --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 `type_of` (example "basic"); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/2440211fe03bc45c89b6dc1a3df18382ce91e32b/bin/rustc --crate-name basic --edition=2015 examples/basic.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=65c64743c4c43d04 -C extra-filename=-60d0e93a26929057 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern type_of=/opt/rustwide/target/debug/deps/libtype_of-fbb6f7087d79f5f7.rlib --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "edf1260cdd4b9d9737f501e86b89163882bac3228611382b2500af971a0fc921", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edf1260cdd4b9d9737f501e86b89163882bac3228611382b2500af971a0fc921", kill_on_drop: false }` [INFO] [stdout] edf1260cdd4b9d9737f501e86b89163882bac3228611382b2500af971a0fc921