[INFO] cloning repository https://github.com/notthecloudy/canary
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/notthecloudy/canary" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotthecloudy%2Fcanary", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotthecloudy%2Fcanary'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a9fd40f9d528fed56053b28ce7e4df4c22c95ec7
[INFO] testing notthecloudy/canary against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnotthecloudy%2Fcanary" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/notthecloudy/canary
[INFO] finished tweaking git repo https://github.com/notthecloudy/canary
[INFO] tweaked toml for git repo https://github.com/notthecloudy/canary written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/notthecloudy/canary on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/notthecloudy/canary 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" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded windows-metadata v0.60.0
[INFO] [stderr]   Downloaded msvc-demangler v0.11.0
[INFO] [stderr]   Downloaded ruzstd v0.7.3
[INFO] [stderr]   Downloaded cpp_demangle v0.5.1
[INFO] [stderr]   Downloaded capstone v0.12.0
[INFO] [stderr]   Downloaded gimli v0.33.0
[INFO] [stderr]   Downloaded capstone-sys v0.16.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e
[INFO] running `Command { std: "docker" "start" "13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling ruzstd v0.7.3
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling windows-metadata v0.60.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling cpp_demangle v0.5.1
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling capstone-sys v0.16.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling canary-sdb v0.1.0 (/opt/rustwide/workdir/crates/canary-sdb)
[INFO] [stdout] warning: unused import: `std::collections::BTreeMap`
[INFO] [stdout]  --> crates/canary-sdb/src/semantics.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::BTreeMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling gimli v0.33.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling canary-ir v0.1.0 (/opt/rustwide/workdir/crates/canary-ir)
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling scroll_derive v0.12.1
[INFO] [stderr]    Compiling scroll v0.12.0
[INFO] [stderr]    Compiling canary-arch v0.1.0 (/opt/rustwide/workdir/crates/canary-arch)
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling dashmap v6.2.1
[INFO] [stderr]    Compiling goblin v0.8.2
[INFO] [stderr]    Compiling msvc-demangler v0.11.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling canary-constraints v0.1.0 (/opt/rustwide/workdir/crates/canary-constraints)
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling canary-analysis v0.1.0 (/opt/rustwide/workdir/crates/canary-analysis)
[INFO] [stderr]    Compiling canary-plugin-api v0.1.0 (/opt/rustwide/workdir/crates/canary-plugin-api)
[INFO] [stdout] warning: unused import: `IndexMap`
[INFO] [stdout]  --> crates/canary-analysis/src/subsystem.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 | use indexmap::{IndexMap, IndexSet};
[INFO] [stdout]   |                ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]    --> crates/canary-analysis/src/ssa.rs:214:35
[INFO] [stdout]     |
[INFO] [stdout] 214 |             let phis = block_phis.remove(&id).unwrap_or_default();
[INFO] [stdout]     |                                   ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]    --> crates/canary-analysis/src/ssa.rs:215:37
[INFO] [stdout]     |
[INFO] [stdout] 215 |             let instrs = ssa_instrs.remove(&id).unwrap_or_default();
[INFO] [stdout]     |                                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexSet::<T, S>::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]    --> crates/canary-analysis/src/vsa.rs:221:21
[INFO] [stdout]     |
[INFO] [stdout] 221 |         in_worklist.remove(&block_id);
[INFO] [stdout]     |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexSet::<T, S>::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]   --> crates/canary-analysis/src/worklist.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |         self.in_queue.remove(&b);
[INFO] [stdout]    |                       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/canary-analysis/src/mlil_lower.rs:480:19
[INFO] [stdout]     |
[INFO] [stdout] 480 |     for (pred_id, mut copies) in phi_copies.into_iter() {
[INFO] [stdout]     |                   ----^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block_id`
[INFO] [stdout]    --> crates/canary-analysis/src/mlil_lower.rs:459:10
[INFO] [stdout]     |
[INFO] [stdout] 459 |     for (block_id, ssa_block) in &ssa_func.blocks {
[INFO] [stdout]     |          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling canary-typerecov v0.1.0 (/opt/rustwide/workdir/crates/canary-typerecov)
[INFO] [stderr]    Compiling canary-loader v0.1.0 (/opt/rustwide/workdir/crates/canary-loader)
[INFO] [stderr]    Compiling canary-cpprecov v0.1.0 (/opt/rustwide/workdir/crates/canary-cpprecov)
[INFO] [stderr]    Compiling canary-emit v0.1.0 (/opt/rustwide/workdir/crates/canary-emit)
[INFO] [stderr]    Compiling canary-core v0.1.0 (/opt/rustwide/workdir/crates/canary-core)
[INFO] [stdout] warning: unused import: `StableId`
[INFO] [stdout]  --> crates/canary-core/src/export.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | use canary_sdb::{SemanticDatabase, StableId};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling capstone v0.12.0
[INFO] [stderr]    Compiling canary-arch-x86 v0.1.0 (/opt/rustwide/workdir/crates/canary-arch-x86)
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]   --> crates/canary-arch-x86/src/lib.rs:14:29
[INFO] [stdout]    |
[INFO] [stdout] 14 | use tracing::{debug, trace, warn};
[INFO] [stdout]    |                             ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling canary-cli v0.1.0 (/opt/rustwide/workdir/crates/canary-cli)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 34s
[INFO] running `Command { std: "docker" "inspect" "13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling scroll v0.12.0
[INFO] [stderr]    Compiling ruzstd v0.7.3
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling windows-metadata v0.60.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling goblin v0.8.2
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling capstone-sys v0.16.0
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling canary-sdb v0.1.0 (/opt/rustwide/workdir/crates/canary-sdb)
[INFO] [stdout] warning: unused import: `std::collections::BTreeMap`
[INFO] [stdout]  --> crates/canary-sdb/src/semantics.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::BTreeMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling gimli v0.33.0
[INFO] [stderr]    Compiling capstone v0.12.0
[INFO] [stderr]    Compiling canary-ir v0.1.0 (/opt/rustwide/workdir/crates/canary-ir)
[INFO] [stderr]    Compiling canary-constraints v0.1.0 (/opt/rustwide/workdir/crates/canary-constraints)
[INFO] [stderr]    Compiling canary-analysis v0.1.0 (/opt/rustwide/workdir/crates/canary-analysis)
[INFO] [stdout] warning: unused import: `IndexMap`
[INFO] [stdout]  --> crates/canary-analysis/src/subsystem.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 | use indexmap::{IndexMap, IndexSet};
[INFO] [stdout]   |                ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling canary-arch v0.1.0 (/opt/rustwide/workdir/crates/canary-arch)
[INFO] [stderr]    Compiling canary-plugin-api v0.1.0 (/opt/rustwide/workdir/crates/canary-plugin-api)
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]    --> crates/canary-analysis/src/ssa.rs:214:35
[INFO] [stdout]     |
[INFO] [stdout] 214 |             let phis = block_phis.remove(&id).unwrap_or_default();
[INFO] [stdout]     |                                   ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]    --> crates/canary-analysis/src/ssa.rs:215:37
[INFO] [stdout]     |
[INFO] [stdout] 215 |             let instrs = ssa_instrs.remove(&id).unwrap_or_default();
[INFO] [stdout]     |                                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexSet::<T, S>::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]    --> crates/canary-analysis/src/vsa.rs:221:21
[INFO] [stdout]     |
[INFO] [stdout] 221 |         in_worklist.remove(&block_id);
[INFO] [stdout]     |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexSet::<T, S>::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]   --> crates/canary-analysis/src/worklist.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |         self.in_queue.remove(&b);
[INFO] [stdout]    |                       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/canary-analysis/src/mlil_lower.rs:480:19
[INFO] [stdout]     |
[INFO] [stdout] 480 |     for (pred_id, mut copies) in phi_copies.into_iter() {
[INFO] [stdout]     |                   ----^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block_id`
[INFO] [stdout]    --> crates/canary-analysis/src/mlil_lower.rs:459:10
[INFO] [stdout]     |
[INFO] [stdout] 459 |     for (block_id, ssa_block) in &ssa_func.blocks {
[INFO] [stdout]     |          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling canary-arch-x86 v0.1.0 (/opt/rustwide/workdir/crates/canary-arch-x86)
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]   --> crates/canary-arch-x86/src/lib.rs:14:29
[INFO] [stdout]    |
[INFO] [stdout] 14 | use tracing::{debug, trace, warn};
[INFO] [stdout]    |                             ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling msvc-demangler v0.11.0
[INFO] [stderr]    Compiling dashmap v6.2.1
[INFO] [stderr]    Compiling cpp_demangle v0.5.1
[INFO] [stderr]    Compiling canary-loader v0.1.0 (/opt/rustwide/workdir/crates/canary-loader)
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling canary-cpprecov v0.1.0 (/opt/rustwide/workdir/crates/canary-cpprecov)
[INFO] [stderr]    Compiling canary-emit v0.1.0 (/opt/rustwide/workdir/crates/canary-emit)
[INFO] [stderr]    Compiling canary-typerecov v0.1.0 (/opt/rustwide/workdir/crates/canary-typerecov)
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling canary-core v0.1.0 (/opt/rustwide/workdir/crates/canary-core)
[INFO] [stdout] warning: unused import: `StableId`
[INFO] [stdout]  --> crates/canary-core/src/export.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | use canary_sdb::{SemanticDatabase, StableId};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]   --> crates/canary-arch-x86/src/lib.rs:14:29
[INFO] [stdout]    |
[INFO] [stdout] 14 | use tracing::{debug, trace, warn};
[INFO] [stdout]    |                             ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `canary_ir::llil::*`
[INFO] [stdout]    --> crates/canary-arch-x86/src/lib.rs:864:9
[INFO] [stdout]     |
[INFO] [stdout] 864 |     use canary_ir::llil::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StableId`
[INFO] [stdout]  --> crates/canary-core/src/export.rs:7:36
[INFO] [stdout]   |
[INFO] [stdout] 7 | use canary_sdb::{SemanticDatabase, StableId};
[INFO] [stdout]   |                                    ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling canary-cli v0.1.0 (/opt/rustwide/workdir/crates/canary-cli)
[INFO] [stdout] warning: unused imports: `Arena` and `NodeId`
[INFO] [stdout]    --> crates/canary-ir/src/ssa.rs:329:24
[INFO] [stdout]     |
[INFO] [stdout] 329 |     use crate::arena::{Arena, NodeId};
[INFO] [stdout]     |                        ^^^^^  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IndexMap`
[INFO] [stdout]  --> crates/canary-analysis/src/subsystem.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 | use indexmap::{IndexMap, IndexSet};
[INFO] [stdout]   |                ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]    --> crates/canary-analysis/src/ssa.rs:214:35
[INFO] [stdout]     |
[INFO] [stdout] 214 |             let phis = block_phis.remove(&id).unwrap_or_default();
[INFO] [stdout]     |                                   ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]    --> crates/canary-analysis/src/ssa.rs:215:37
[INFO] [stdout]     |
[INFO] [stdout] 215 |             let instrs = ssa_instrs.remove(&id).unwrap_or_default();
[INFO] [stdout]     |                                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexSet::<T, S>::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]    --> crates/canary-analysis/src/vsa.rs:221:21
[INFO] [stdout]     |
[INFO] [stdout] 221 |         in_worklist.remove(&block_id);
[INFO] [stdout]     |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `indexmap::IndexSet::<T, S>::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stdout]   --> crates/canary-analysis/src/worklist.rs:39:23
[INFO] [stdout]    |
[INFO] [stdout] 39 |         self.in_queue.remove(&b);
[INFO] [stdout]    |                       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/canary-analysis/src/mlil_lower.rs:480:19
[INFO] [stdout]     |
[INFO] [stdout] 480 |     for (pred_id, mut copies) in phi_copies.into_iter() {
[INFO] [stdout]     |                   ----^^^^^^
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block_id`
[INFO] [stdout]    --> crates/canary-analysis/src/mlil_lower.rs:459:10
[INFO] [stdout]     |
[INFO] [stdout] 459 |     for (block_id, ssa_block) in &ssa_func.blocks {
[INFO] [stdout]     |          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_id`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::BTreeMap`
[INFO] [stdout]  --> crates/canary-sdb/src/semantics.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::collections::BTreeMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 46s
[INFO] running `Command { std: "docker" "inspect" "13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::collections::BTreeMap`
[INFO] [stderr]  --> crates/canary-sdb/src/semantics.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::collections::BTreeMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `canary-sdb` (lib) generated 1 warning (run `cargo fix --lib -p canary-sdb` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `IndexMap`
[INFO] [stderr]  --> crates/canary-analysis/src/subsystem.rs:5:16
[INFO] [stderr]   |
[INFO] [stderr] 5 | use indexmap::{IndexMap, IndexSet};
[INFO] [stderr]   |                ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stderr]    --> crates/canary-analysis/src/ssa.rs:214:35
[INFO] [stderr]     |
[INFO] [stderr] 214 |             let phis = block_phis.remove(&id).unwrap_or_default();
[INFO] [stderr]     |                                   ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `indexmap::IndexMap::<K, V, S>::remove`: `remove` disrupts the map order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stderr]    --> crates/canary-analysis/src/ssa.rs:215:37
[INFO] [stderr]     |
[INFO] [stderr] 215 |             let instrs = ssa_instrs.remove(&id).unwrap_or_default();
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `indexmap::IndexSet::<T, S>::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stderr]    --> crates/canary-analysis/src/vsa.rs:221:21
[INFO] [stderr]     |
[INFO] [stderr] 221 |         in_worklist.remove(&block_id);
[INFO] [stderr]     |                     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `indexmap::IndexSet::<T, S>::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior.
[INFO] [stderr]   --> crates/canary-analysis/src/worklist.rs:39:23
[INFO] [stderr]    |
[INFO] [stderr] 39 |         self.in_queue.remove(&b);
[INFO] [stderr]    |                       ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> crates/canary-analysis/src/mlil_lower.rs:480:19
[INFO] [stderr]     |
[INFO] [stderr] 480 |     for (pred_id, mut copies) in phi_copies.into_iter() {
[INFO] [stderr]     |                   ----^^^^^^
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `block_id`
[INFO] [stderr]    --> crates/canary-analysis/src/mlil_lower.rs:459:10
[INFO] [stderr]     |
[INFO] [stderr] 459 |     for (block_id, ssa_block) in &ssa_func.blocks {
[INFO] [stderr]     |          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_id`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `canary-analysis` (lib) generated 7 warnings (run `cargo fix --lib -p canary-analysis` to apply 3 suggestions)
[INFO] [stderr] warning: unused import: `warn`
[INFO] [stderr]   --> crates/canary-arch-x86/src/lib.rs:14:29
[INFO] [stderr]    |
[INFO] [stderr] 14 | use tracing::{debug, trace, warn};
[INFO] [stderr]    |                             ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `canary-arch-x86` (lib) generated 1 warning (run `cargo fix --lib -p canary-arch-x86` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `StableId`
[INFO] [stderr]  --> crates/canary-core/src/export.rs:7:36
[INFO] [stderr]   |
[INFO] [stderr] 7 | use canary_sdb::{SemanticDatabase, StableId};
[INFO] [stderr]   |                                    ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `canary-core` (lib) generated 1 warning (run `cargo fix --lib -p canary-core` to apply 1 suggestion)
[INFO] [stderr] warning: `canary-core` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: unused import: `canary_ir::llil::*`
[INFO] [stderr]    --> crates/canary-arch-x86/src/lib.rs:864:9
[INFO] [stderr]     |
[INFO] [stderr] 864 |     use canary_ir::llil::*;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `canary-arch-x86` (lib test) generated 2 warnings (1 duplicate) (run `cargo fix --lib -p canary-arch-x86 --tests` to apply 1 suggestion)
[INFO] [stderr] warning: unused imports: `Arena` and `NodeId`
[INFO] [stderr]    --> crates/canary-ir/src/ssa.rs:329:24
[INFO] [stderr]     |
[INFO] [stderr] 329 |     use crate::arena::{Arena, NodeId};
[INFO] [stderr]     |                        ^^^^^  ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `canary-analysis` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr] warning: `canary-ir` (lib test) generated 1 warning (run `cargo fix --lib -p canary-ir --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `canary-sdb` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/canary_analysis-2ef43b8143959d21)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test calling_conv::tests::sysv64_no_params ... ok
[INFO] [stdout] test calling_conv::tests::sysv64_return_int ... ok
[INFO] [stdout] test calling_conv::tests::thiscall_detection ... ok
[INFO] [stdout] test calling_conv::tests::variadic_detection_by_name ... ok
[INFO] [stdout] test calling_conv::tests::win64_param_detection ... ok
[INFO] [stdout] test dominators::tests::diamond_dominators ... ok
[INFO] [stdout] test provenance::tests::load_reads_stored_pointer_provenance ... ok
[INFO] [stdout] test provenance::tests::propagates_parameter_pointer_arithmetic ... ok
[INFO] [stdout] test semantic_lower::tests::resolved_closehandle_is_release_transition ... ok
[INFO] [stdout] test semantic_lower::tests::unknown_constant_call_is_not_resource_transition ... ok
[INFO] [stdout] test ssa::tests::test_diamond_rename ... ok
[INFO] [stdout] test ssa::tests::test_loop_rename ... ok
[INFO] [stdout] test ssa::tests::test_linear_rename ... ok
[INFO] [stdout] test stack_vars::tests::stack_multiple_locals ... ok
[INFO] [stdout] test stack_vars::tests::stack_no_stack_frame ... ok
[INFO] [stdout] test stack_vars::tests::stack_single_local ... ok
[INFO] [stdout] test struct_inference::tests::struct_no_pattern ... ok
[INFO] [stdout] test struct_inference::tests::struct_aliased_fields ... ok
[INFO] [stdout] test struct_inference::tests::struct_two_fields ... ok
[INFO] [stdout] test struct_inference::tests::struct_padding_inserted ... ok
[INFO] [stdout] test structuring::tests::test_if_then_else ... ok
[INFO] [stdout] test structuring::tests::test_while_loop ... ok
[INFO] [stdout] test calling_conv::tests::variadic_detection ... ok
[INFO] [stdout] test ui_binding::tests::test_headless_binding_inference ... ok
[INFO] [stdout] test vsa::tests::vsa_constant_propagation ... ok
[INFO] [stdout] test vsa::tests::vsa_loop_widening ... ok
[INFO] [stdout] test vsa::tests::vsa_phi_join ... ok
[INFO] [stdout] test vsa::tests::vsa_const_branch_elim ... ok
[INFO] [stdout] test vsa::tests::vsa_range_add ... ok
[INFO] [stdout] test vsa::tests::vsa_stack_pointer ... ok
[INFO] [stdout] test calling_conv::tests::sysv64_two_int_params ... ok
[INFO] [stdout] test stack_vars::tests::stack_overlapping_accesses ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/canary_arch-d590f93b8766623f)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/canary_arch_x86-7b0679b900016e1a)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tests::test_lift_jmp ... ok
[INFO] [stdout] test tests::test_lift_add_reg_reg ... ok
[INFO] [stdout] test tests::test_lift_sub_reg_imm ... ok
[INFO] [stdout] test tests::test_cfg_construction_and_splitting ... ok
[INFO] [stdout] test tests::test_lift_mov_reg_imm ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/canary-c1786ebb2dd8e921)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/canary_constraints-891cabcc09081131)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/canary_core-9a048af129b289a1)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test assets::tests::test_asset_detection ... ok
[INFO] [stdout] test discovery::tests::test_already_visited_not_added ... ok
[INFO] [stdout] test discovery::tests::test_extract_direct_call ... ok
[INFO] [stdout] test discovery::tests::test_import_not_enqueued ... ok
[INFO] [stdout] test naming::tests::test_naming_enrichment ... ok
[INFO] [stdout] test program_emit::tests::test_visual_studio_project_generation ... ok
[INFO] [stdout] test scheduler::tests::phase2_schedule_is_deterministic ... ok
[INFO] [stdout] test scheduler::tests::schedule_rejects_missing_facts ... ok
[INFO] [stdout] test validator::tests::empty_name_rejected ... ok
[INFO] [stdout] test clustering::tests::test_address_locality_clustering ... ok
[INFO] [stdout] test validator::tests::test_naming_collisions ... ok
[INFO] [stdout] test validator::tests::valid_rename_accepted ... ok
[INFO] [stdout] test refinement::tests::test_refinement_resolves_naming_collision ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/release/deps/integration_tests-20fd81952ee6c80b)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_integration_pe_load ... ok
[INFO] [stdout] test test_integration_elf_load ... ok
[INFO] [stdout] test decompile_function_and_stateless_share_phase2_output_for_identical_inputs ... ok
[INFO] [stdout] test test_integration_elf_decompile_all ... ok
[INFO] [stdout] test test_integration_pe_decompile_all ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/canary_cpprecov-6de2fe9732bfc81a)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test methods::tests::test_recover_methods ... ok
[INFO] [stdout] test rtti::tests::test_recover_rtti ... ok
[INFO] [stdout] test vtable::tests::test_assign_vtables ... ok
[INFO] [stdout] test winrt_align::tests::test_winrt_aligner ... FAILED
[INFO] [stdout] test inheritance::tests::test_detect_inheritance ... ok
[INFO] [stdout] test vtable::tests::test_vtable_detection ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- winrt_align::tests::test_winrt_aligner stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'winrt_align::tests::test_winrt_aligner' (3048) panicked at crates/canary-cpprecov/src/winrt_align.rs:287:69:
[INFO] [stdout] Failed to read winmd: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c984d52aac6 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5c984d4dd36a - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x5c984d52ffac - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5c984d509d72 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5c984d523031 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x5c984d523212 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x5c984d509e22 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x5c984d5018a9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x5c984d50aacd - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]    9:     0x5c984d4dda4c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   10:     0x5c984d4dd822 - core[832e9a552fc17241]::result::unwrap_failed
[INFO] [stdout]   11:     0x5c984d4cade0 - <canary_cpprecov[30a223f67c0928c6]::winrt_align::tests::test_winrt_aligner::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   12:     0x5c984d5314db - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   13:     0x5c984d53f851 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   14:     0x5c984d53a124 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   15:     0x5c984d5436c2 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   16:     0x5c984d529de4 - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   17:     0x788bd847a07a - <unknown>
[INFO] [stdout]   18:     0x788bd850d534 - clone
[INFO] [stdout]   19:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     winrt_align::tests::test_winrt_aligner
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p canary-cpprecov --lib`
[INFO] running `Command { std: "docker" "inspect" "13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e", kill_on_drop: false }`
[INFO] [stdout] 13520dc3e743a1ddebe11149ded356a8ec42aa14793d07df5ff52bb64dc90d5e
