[INFO] cloning repository https://github.com/redraincatching/asha
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/redraincatching/asha" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredraincatching%2Fasha", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredraincatching%2Fasha'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 54e4c170c276b8e28576103926c3b84dc9830f37
[INFO] testing redraincatching/asha against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fredraincatching%2Fasha" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/redraincatching/asha
[INFO] finished tweaking git repo https://github.com/redraincatching/asha
[INFO] tweaked toml for git repo https://github.com/redraincatching/asha written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/redraincatching/asha on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/redraincatching/asha 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8a125a46995e403edc33e5eb9d2d60c4d1c32dde88467e3cadb65ca7360399ba
[INFO] running `Command { std: "docker" "start" "-a" "8a125a46995e403edc33e5eb9d2d60c4d1c32dde88467e3cadb65ca7360399ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8a125a46995e403edc33e5eb9d2d60c4d1c32dde88467e3cadb65ca7360399ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a125a46995e403edc33e5eb9d2d60c4d1c32dde88467e3cadb65ca7360399ba", kill_on_drop: false }`
[INFO] [stdout] 8a125a46995e403edc33e5eb9d2d60c4d1c32dde88467e3cadb65ca7360399ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5de0d25e7409cea5ccacf295b4f6c4a9669310791586ca2bc88f567f5b500d3
[INFO] running `Command { std: "docker" "start" "-a" "a5de0d25e7409cea5ccacf295b4f6c4a9669310791586ca2bc88f567f5b500d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling winnow v0.7.3
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling dlib v0.5.2
[INFO] [stderr]    Compiling cc v1.2.15
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling quick-xml v0.37.2
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling wayland-client v0.31.8
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling accesskit v0.17.1
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling raw-window-handle v0.6.2
[INFO] [stderr]    Compiling event-listener-strategy v0.5.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling xcursor v0.3.8
[INFO] [stderr]    Compiling xkeysym v0.2.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]    Compiling xml-rs v0.8.25
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling ttf-parser v0.25.1
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling immutable-chunkmap v2.0.6
[INFO] [stderr]    Compiling winit v0.30.9
[INFO] [stderr]    Compiling wayland-backend v0.3.8
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling xdg-home v1.3.0
[INFO] [stderr]    Compiling async-fs v2.1.2
[INFO] [stderr]    Compiling memmap2 v0.9.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling accesskit_consumer v0.26.0
[INFO] [stderr]    Compiling xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling dpi v0.1.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling smol_str v0.2.2
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling profiling v1.0.16
[INFO] [stderr]    Compiling epaint_default_fonts v0.30.0
[INFO] [stderr]    Compiling glutin v0.32.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling flate2 v1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling rfd v0.15.2
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling glow v0.16.0
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling ruzstd v0.7.3
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling pollster v0.4.0
[INFO] [stderr]    Compiling owned_ttf_parser v0.25.0
[INFO] [stderr]    Compiling elf v0.7.4
[INFO] [stderr]    Compiling ab_glyph v0.2.29
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling enumflags2_derive v0.7.11
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling async-trait v0.1.86
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling bytemuck_derive v1.8.1
[INFO] [stderr]    Compiling x11rb v0.13.1
[INFO] [stderr]    Compiling wayland-protocols v0.32.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling wayland-cursor v0.31.8
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling polling v3.7.4
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling async-io v2.4.0
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling bytemuck v1.21.0
[INFO] [stderr]    Compiling async-signal v0.2.10
[INFO] [stderr]    Compiling emath v0.30.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling async-net v2.0.0
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling calloop v0.13.0
[INFO] [stderr]    Compiling ecolor v0.30.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling async-process v2.3.0
[INFO] [stderr]    Compiling arboard v3.4.1
[INFO] [stderr]    Compiling image v0.25.5
[INFO] [stderr]    Compiling epaint v0.30.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling env_logger v0.11.6
[INFO] [stderr]    Compiling calloop-wayland-source v0.3.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling egui v0.30.0
[INFO] [stderr]    Compiling wayland-protocols-wlr v0.3.6
[INFO] [stderr]    Compiling wayland-protocols-plasma v0.3.6
[INFO] [stderr]    Compiling enumflags2 v0.7.11
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]    Compiling zvariant_utils v3.2.0
[INFO] [stderr]    Compiling zvariant v4.2.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling zvariant_derive v5.4.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling zvariant v5.4.0
[INFO] [stderr]    Compiling webbrowser v1.0.3
[INFO] [stderr]    Compiling smithay-clipboard v0.7.2
[INFO] [stderr]    Compiling egui_glow v0.30.0
[INFO] [stderr]    Compiling zbus_names v3.0.0
[INFO] [stderr]    Compiling zbus_xml v4.0.0
[INFO] [stderr]    Compiling zbus v4.4.0
[INFO] [stderr]    Compiling zbus_names v4.2.0
[INFO] [stderr]    Compiling zbus-lockstep v0.4.4
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.4.4
[INFO] [stderr]    Compiling zbus_macros v5.5.0
[INFO] [stderr]    Compiling zbus v5.5.0
[INFO] [stderr]    Compiling atspi-common v0.6.0
[INFO] [stderr]    Compiling ashpd v0.10.2
[INFO] [stderr]    Compiling atspi-proxies v0.6.0
[INFO] [stderr]    Compiling accesskit_atspi_common v0.10.1
[INFO] [stderr]    Compiling atspi-connection v0.6.0
[INFO] [stderr]    Compiling atspi v0.22.0
[INFO] [stderr]    Compiling accesskit_unix v0.13.1
[INFO] [stderr]    Compiling accesskit_winit v0.23.1
[INFO] [stderr]    Compiling egui-winit v0.30.0
[INFO] [stderr]    Compiling eframe v0.30.0
[INFO] [stderr]    Compiling asha v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/app.rs:186:13
[INFO] [stdout]     |
[INFO] [stdout] 186 |             _ => no_view_selected
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/app.rs:186:13
[INFO] [stdout]     |
[INFO] [stdout] 183 |             Tab::Disassembly => disassembly_view,
[INFO] [stdout]     |             ---------------- matches some of the same values
[INFO] [stdout] 184 |             Tab::ContextFlowGraph => cfg_view,
[INFO] [stdout]     |             --------------------- matches some of the same values
[INFO] [stdout] 185 |             Tab::Decompilation => decompiled_view,
[INFO] [stdout]     |             ------------------ matches some of the same values
[INFO] [stdout] 186 |             _ => no_view_selected
[INFO] [stdout]     |             ^ collectively making this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `While`, `Break`, `Continue`, and `Acyclic` are never constructed
[INFO] [stdout]    --> src/decompilation.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub enum AbstractSectionType {
[INFO] [stdout]     |          ------------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 115 |     While,          // a more complex while
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 116 |     DoWhile,        // a do-while loop
[INFO] [stdout] 117 |     Break,          // a section that breaks from a while loop
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 118 |     Continue,       // a section that continues to the next part of a while loop
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 119 |     Acyclic         // an acyclic single-entry, single-exit complex section
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AbstractSectionType` has derived impls for the traits `Debug` and `Clone`, 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: method `add_section` is never used
[INFO] [stdout]    --> src/decompilation.rs:138:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl AbstractSection {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 138 |     fn add_section(&mut self, section: usize) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `All` is never constructed
[INFO] [stdout]    --> src/decompilation.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 179 | enum Direction {
[INFO] [stdout]     |      --------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 182 |     All
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_no_vertices` and `get_no_edges` are never used
[INFO] [stdout]    --> src/decompilation.rs:193:8
[INFO] [stdout]     |
[INFO] [stdout] 185 | impl AbstractGraph {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 193 |     fn get_no_vertices(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     fn get_no_edges(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decompilation.rs:309:17
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn traverse(&self) -> ReverseInorderIterator {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn traverse(&self) -> ReverseInorderIterator<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
[INFO] running `Command { std: "docker" "inspect" "a5de0d25e7409cea5ccacf295b4f6c4a9669310791586ca2bc88f567f5b500d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5de0d25e7409cea5ccacf295b4f6c4a9669310791586ca2bc88f567f5b500d3", kill_on_drop: false }`
[INFO] [stdout] a5de0d25e7409cea5ccacf295b4f6c4a9669310791586ca2bc88f567f5b500d3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ed503ed2188a6ccb457651b0bb7750557cc89129b3a2098d8071d698d11711d
[INFO] running `Command { std: "docker" "start" "-a" "7ed503ed2188a6ccb457651b0bb7750557cc89129b3a2098d8071d698d11711d", kill_on_drop: false }`
[INFO] [stderr]    Compiling asha v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/app.rs:186:13
[INFO] [stdout]     |
[INFO] [stdout] 186 |             _ => no_view_selected
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/app.rs:186:13
[INFO] [stdout]     |
[INFO] [stdout] 183 |             Tab::Disassembly => disassembly_view,
[INFO] [stdout]     |             ---------------- matches some of the same values
[INFO] [stdout] 184 |             Tab::ContextFlowGraph => cfg_view,
[INFO] [stdout]     |             --------------------- matches some of the same values
[INFO] [stdout] 185 |             Tab::Decompilation => decompiled_view,
[INFO] [stdout]     |             ------------------ matches some of the same values
[INFO] [stdout] 186 |             _ => no_view_selected
[INFO] [stdout]     |             ^ collectively making this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `While`, `Break`, `Continue`, and `Acyclic` are never constructed
[INFO] [stdout]    --> src/decompilation.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub enum AbstractSectionType {
[INFO] [stdout]     |          ------------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 115 |     While,          // a more complex while
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 116 |     DoWhile,        // a do-while loop
[INFO] [stdout] 117 |     Break,          // a section that breaks from a while loop
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 118 |     Continue,       // a section that continues to the next part of a while loop
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 119 |     Acyclic         // an acyclic single-entry, single-exit complex section
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AbstractSectionType` has derived impls for the traits `Debug` and `Clone`, 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: method `add_section` is never used
[INFO] [stdout]    --> src/decompilation.rs:138:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl AbstractSection {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 138 |     fn add_section(&mut self, section: usize) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `All` is never constructed
[INFO] [stdout]    --> src/decompilation.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 179 | enum Direction {
[INFO] [stdout]     |      --------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 182 |     All
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_no_vertices` and `get_no_edges` are never used
[INFO] [stdout]    --> src/decompilation.rs:193:8
[INFO] [stdout]     |
[INFO] [stdout] 185 | impl AbstractGraph {
[INFO] [stdout]     | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 193 |     fn get_no_vertices(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     fn get_no_edges(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decompilation.rs:309:17
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn traverse(&self) -> ReverseInorderIterator {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn traverse(&self) -> ReverseInorderIterator<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/app.rs:186:13
[INFO] [stdout]     |
[INFO] [stdout] 186 |             _ => no_view_selected
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/app.rs:186:13
[INFO] [stdout]     |
[INFO] [stdout] 183 |             Tab::Disassembly => disassembly_view,
[INFO] [stdout]     |             ---------------- matches some of the same values
[INFO] [stdout] 184 |             Tab::ContextFlowGraph => cfg_view,
[INFO] [stdout]     |             --------------------- matches some of the same values
[INFO] [stdout] 185 |             Tab::Decompilation => decompiled_view,
[INFO] [stdout]     |             ------------------ matches some of the same values
[INFO] [stdout] 186 |             _ => no_view_selected
[INFO] [stdout]     |             ^ collectively making this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `While`, `Break`, `Continue`, and `Acyclic` are never constructed
[INFO] [stdout]    --> src/decompilation.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub enum AbstractSectionType {
[INFO] [stdout]     |          ------------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 115 |     While,          // a more complex while
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 116 |     DoWhile,        // a do-while loop
[INFO] [stdout] 117 |     Break,          // a section that breaks from a while loop
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 118 |     Continue,       // a section that continues to the next part of a while loop
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 119 |     Acyclic         // an acyclic single-entry, single-exit complex section
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AbstractSectionType` has derived impls for the traits `Debug` and `Clone`, 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: method `add_section` is never used
[INFO] [stdout]    --> src/decompilation.rs:138:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl AbstractSection {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 138 |     fn add_section(&mut self, section: usize) {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `All` is never constructed
[INFO] [stdout]    --> src/decompilation.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 179 | enum Direction {
[INFO] [stdout]     |      --------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 182 |     All
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_no_edges` is never used
[INFO] [stdout]    --> src/decompilation.rs:201:8
[INFO] [stdout]     |
[INFO] [stdout] 185 | impl AbstractGraph {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 201 |     fn get_no_edges(&self) -> usize {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/decompilation.rs:309:17
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn traverse(&self) -> ReverseInorderIterator {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 309 |     fn traverse(&self) -> ReverseInorderIterator<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.34s
[INFO] running `Command { std: "docker" "inspect" "7ed503ed2188a6ccb457651b0bb7750557cc89129b3a2098d8071d698d11711d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ed503ed2188a6ccb457651b0bb7750557cc89129b3a2098d8071d698d11711d", kill_on_drop: false }`
[INFO] [stdout] 7ed503ed2188a6ccb457651b0bb7750557cc89129b3a2098d8071d698d11711d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a9cda374989dad272fc726e6ac98e303b1abc04f69dbf6033afbe4bd3adfc2a9
[INFO] running `Command { std: "docker" "start" "-a" "a9cda374989dad272fc726e6ac98e303b1abc04f69dbf6033afbe4bd3adfc2a9", kill_on_drop: false }`
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]    --> src/app.rs:186:13
[INFO] [stderr]     |
[INFO] [stderr] 186 |             _ => no_view_selected
[INFO] [stderr]     |             ^ no value can reach this
[INFO] [stderr]     |
[INFO] [stderr] note: multiple earlier patterns match some of the same values
[INFO] [stderr]    --> src/app.rs:186:13
[INFO] [stderr]     |
[INFO] [stderr] 183 |             Tab::Disassembly => disassembly_view,
[INFO] [stderr]     |             ---------------- matches some of the same values
[INFO] [stderr] 184 |             Tab::ContextFlowGraph => cfg_view,
[INFO] [stderr]     |             --------------------- matches some of the same values
[INFO] [stderr] 185 |             Tab::Decompilation => decompiled_view,
[INFO] [stderr]     |             ------------------ matches some of the same values
[INFO] [stderr] 186 |             _ => no_view_selected
[INFO] [stderr]     |             ^ collectively making this unreachable
[INFO] [stderr]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variants `While`, `Break`, `Continue`, and `Acyclic` are never constructed
[INFO] [stderr]    --> src/decompilation.rs:115:5
[INFO] [stderr]     |
[INFO] [stderr] 110 | pub enum AbstractSectionType {
[INFO] [stderr]     |          ------------------- variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 115 |     While,          // a more complex while
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr] 116 |     DoWhile,        // a do-while loop
[INFO] [stderr] 117 |     Break,          // a section that breaks from a while loop
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr] 118 |     Continue,       // a section that continues to the next part of a while loop
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr] 119 |     Acyclic         // an acyclic single-entry, single-exit complex section
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `AbstractSectionType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `add_section` is never used
[INFO] [stderr]    --> src/decompilation.rs:138:8
[INFO] [stderr]     |
[INFO] [stderr] 129 | impl AbstractSection {
[INFO] [stderr]     | -------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 138 |     fn add_section(&mut self, section: usize) {
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `All` is never constructed
[INFO] [stderr]    --> src/decompilation.rs:182:5
[INFO] [stderr]     |
[INFO] [stderr] 179 | enum Direction {
[INFO] [stderr]     |      --------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 182 |     All
[INFO] [stderr]     |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_no_vertices` and `get_no_edges` are never used
[INFO] [stderr]    --> src/decompilation.rs:193:8
[INFO] [stderr]     |
[INFO] [stderr] 185 | impl AbstractGraph {
[INFO] [stderr]     | ------------------ methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 193 |     fn get_no_vertices(&self) -> usize {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     fn get_no_edges(&self) -> usize {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/decompilation.rs:309:17
[INFO] [stderr]     |
[INFO] [stderr] 309 |     fn traverse(&self) -> ReverseInorderIterator {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 309 |     fn traverse(&self) -> ReverseInorderIterator<'_> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: method `get_no_edges` is never used
[INFO] [stderr]    --> src/decompilation.rs:201:8
[INFO] [stderr]     |
[INFO] [stderr] 185 | impl AbstractGraph {
[INFO] [stderr]     | ------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 201 |     fn get_no_edges(&self) -> usize {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `asha` (lib) generated 6 warnings (run `cargo fix --lib -p asha` to apply 1 suggestion)
[INFO] [stderr] warning: `asha` (lib test) generated 6 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/asha-c889ed5bc5a92d97)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test decompilation::test::test_r_if_else ... ok
[INFO] [stdout] test decompilation::test::test_iterated_reduction ... ok
[INFO] [stdout] test decompilation::test::test_reverse_inorder_traversal_fibb ... ok
[INFO] [stdout] test decompilation::test::test_r_single_block_while ... ok
[INFO] [stdout] test decompilation::test::test_reverse_inorder_traversal ... ok
[INFO] [stdout] test decompilation::test::test_r_sequential_blocks ... ok
[INFO] [stdout] test disassembly::test::test_decoding ... ok
[INFO] [stdout] test disassembly::test::twos_complement_conversion ... ok
[INFO] [stdout] test instructions::test::test_immediate ... ok
[INFO] [stdout] test decompilation::test::test_r_if_then ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/asha-e5839b44e342fb73)
[INFO] [stdout] test decompilation::test::test_iterated_reduction_fibb ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests asha
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a9cda374989dad272fc726e6ac98e303b1abc04f69dbf6033afbe4bd3adfc2a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9cda374989dad272fc726e6ac98e303b1abc04f69dbf6033afbe4bd3adfc2a9", kill_on_drop: false }`
[INFO] [stdout] a9cda374989dad272fc726e6ac98e303b1abc04f69dbf6033afbe4bd3adfc2a9
