[INFO] cloning repository https://github.com/19h/mtrac
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/19h/mtrac" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fmtrac", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fmtrac'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 62535019b454e5a1395a78e4e50546795e0ea0e2
[INFO] checking 19h/mtrac against try#0bdee9e879c87b7211d316e9152109cfd46c576b for pr-150097
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F19h%2Fmtrac" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/19h/mtrac
[INFO] finished tweaking git repo https://github.com/19h/mtrac
[INFO] tweaked toml for git repo https://github.com/19h/mtrac written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/19h/mtrac on toolchain 0bdee9e879c87b7211d316e9152109cfd46c576b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/19h/mtrac 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" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ec8404abb24d8b4841d54f9f9b7ec54072817d689709d1e54025fc4da9862686
[INFO] running `Command { std: "docker" "start" "-a" "ec8404abb24d8b4841d54f9f9b7ec54072817d689709d1e54025fc4da9862686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ec8404abb24d8b4841d54f9f9b7ec54072817d689709d1e54025fc4da9862686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec8404abb24d8b4841d54f9f9b7ec54072817d689709d1e54025fc4da9862686", kill_on_drop: false }`
[INFO] [stdout] ec8404abb24d8b4841d54f9f9b7ec54072817d689709d1e54025fc4da9862686
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] acc185d9911f311b27d17fd13d9c06519619e005a64757b06309bc7f1352d970
[INFO] running `Command { std: "docker" "start" "-a" "acc185d9911f311b27d17fd13d9c06519619e005a64757b06309bc7f1352d970", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]    Compiling cpp_demangle v0.4.5
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking iced-x86 v1.21.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking nix v0.27.1
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking ruzstd v0.5.0
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking instruction_tracer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/tracer.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |             execv(&c_path, &c_args).expect("execv failed");
[INFO] [stdout]    |             ---------------------------------------------- any code following this expression is unreachable
[INFO] [stdout] 86 |         }
[INFO] [stdout]    |         ^ unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `Infallible`, which is uninhabited
[INFO] [stdout]   --> src/tracer.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |             execv(&c_path, &c_args).expect("execv failed");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `fn_id` is never read
[INFO] [stdout]    --> src/analysis.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 119 | struct StackFrame {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] 120 |     saved_rsp: u64,
[INFO] [stdout] 121 |     fn_id: Option<u32>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StackFrame` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `module` is never read
[INFO] [stdout]    --> src/analysis.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 131 | struct ResolvedFunction {
[INFO] [stdout]     |        ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 135 |     module: String,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `kind` is never read
[INFO] [stdout]   --> src/elf.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SectionInfo {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub kind: SectionKind,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SectionInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/tracer.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |             execv(&c_path, &c_args).expect("execv failed");
[INFO] [stdout]    |             ---------------------------------------------- any code following this expression is unreachable
[INFO] [stdout] 86 |         }
[INFO] [stdout]    |         ^ unreachable expression
[INFO] [stdout]    |
[INFO] [stdout] note: this expression has type `Infallible`, which is uninhabited
[INFO] [stdout]   --> src/tracer.rs:85:13
[INFO] [stdout]    |
[INFO] [stdout] 85 |             execv(&c_path, &c_args).expect("execv failed");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `fn_id` is never read
[INFO] [stdout]    --> src/analysis.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 119 | struct StackFrame {
[INFO] [stdout]     |        ---------- field in this struct
[INFO] [stdout] 120 |     saved_rsp: u64,
[INFO] [stdout] 121 |     fn_id: Option<u32>,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StackFrame` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `module` is never read
[INFO] [stdout]    --> src/analysis.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 131 | struct ResolvedFunction {
[INFO] [stdout]     |        ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 135 |     module: String,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `kind` is never read
[INFO] [stdout]   --> src/elf.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct SectionInfo {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub kind: SectionKind,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SectionInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s
[INFO] running `Command { std: "docker" "inspect" "acc185d9911f311b27d17fd13d9c06519619e005a64757b06309bc7f1352d970", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acc185d9911f311b27d17fd13d9c06519619e005a64757b06309bc7f1352d970", kill_on_drop: false }`
[INFO] [stdout] acc185d9911f311b27d17fd13d9c06519619e005a64757b06309bc7f1352d970
