[INFO] cloning repository https://github.com/SecurityRonin/chat4n6
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SecurityRonin/chat4n6" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSecurityRonin%2Fchat4n6", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSecurityRonin%2Fchat4n6'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c381821803eebcdda5e91276766afb18433a5ade
[INFO] checking SecurityRonin/chat4n6 against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSecurityRonin%2Fchat4n6" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SecurityRonin/chat4n6
[INFO] finished tweaking git repo https://github.com/SecurityRonin/chat4n6
[INFO] tweaked toml for git repo https://github.com/SecurityRonin/chat4n6 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SecurityRonin/chat4n6 on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SecurityRonin/chat4n6 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f173fac503fa6d1b6bd68c9fb3ca6e4a8f3bc03c293a64c14958b9e7a4bdb1ec
[INFO] running `Command { std: "docker" "start" "f173fac503fa6d1b6bd68c9fb3ca6e4a8f3bc03c293a64c14958b9e7a4bdb1ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f173fac503fa6d1b6bd68c9fb3ca6e4a8f3bc03c293a64c14958b9e7a4bdb1ec", 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" "f173fac503fa6d1b6bd68c9fb3ca6e4a8f3bc03c293a64c14958b9e7a4bdb1ec" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f173fac503fa6d1b6bd68c9fb3ca6e4a8f3bc03c293a64c14958b9e7a4bdb1ec", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f173fac503fa6d1b6bd68c9fb3ca6e4a8f3bc03c293a64c14958b9e7a4bdb1ec" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking predicates-core v1.0.10
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking jiff v0.2.22
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking predicates-tree v1.0.13
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking tempfile v3.26.0
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking env_filter v1.0.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]     Checking env_logger v0.11.9
[INFO] [stderr]     Checking rust-embed v8.11.0
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking dar-archive v0.1.2 (/opt/rustwide/workdir/crates/dar-archive)
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking chat4n6-plugin-api v0.1.2 (/opt/rustwide/workdir/crates/chat4n6-plugin-api)
[INFO] [stderr]     Checking tera v1.20.1
[INFO] [stderr]     Checking chat4n6-sqlite-forensics v0.1.2 (/opt/rustwide/workdir/crates/chat4n6-sqlite-forensics)
[INFO] [stderr]     Checking rusqlite v0.31.0
[INFO] [stderr]     Checking chat4n6-signal v0.1.2 (/opt/rustwide/workdir/crates/plugins/chat4n6-signal)
[INFO] [stderr]     Checking chat4n6-telegram v0.1.2 (/opt/rustwide/workdir/crates/plugins/chat4n6-telegram)
[INFO] [stderr]     Checking chat4n6-whatsapp v0.1.2 (/opt/rustwide/workdir/crates/plugins/chat4n6-whatsapp)
[INFO] [stdout] warning: constant `DATA` is never used
[INFO] [stdout]   --> crates/plugins/chat4n6-telegram/src/extractor.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pub const DATA: usize = 4;
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking chat4n6-report v0.1.2 (/opt/rustwide/workdir/crates/chat4n6-report)
[INFO] [stdout] warning: unused import: `EvidenceSource`
[INFO] [stdout]  --> crates/chat4n6-report/src/case_uco.rs:1:26
[INFO] [stdout]   |
[INFO] [stdout] 1 | use chat4n6_plugin_api::{EvidenceSource, ExtractionResult, MessageContent};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ios-backup v0.1.2 (/opt/rustwide/workdir/crates/ios-backup)
[INFO] [stderr]     Checking chat4n6-fs v0.1.2 (/opt/rustwide/workdir/crates/chat4n6-fs)
[INFO] [stderr]     Checking chat4n6-ios-whatsapp v0.1.2 (/opt/rustwide/workdir/crates/plugins/chat4n6-ios-whatsapp)
[INFO] [stdout] warning: constant `DATA` is never used
[INFO] [stdout]   --> crates/plugins/chat4n6-telegram/src/extractor.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |         pub const DATA: usize = 4;
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PragmaInfo`
[INFO] [stdout]    --> crates/chat4n6-sqlite-forensics/src/verify.rs:129:44
[INFO] [stdout]     |
[INFO] [stdout] 129 |     use crate::pragma::{parse_pragma_info, PragmaInfo};
[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: `EvidenceSource`
[INFO] [stdout]  --> crates/chat4n6-report/src/case_uco.rs:1:26
[INFO] [stdout]   |
[INFO] [stdout] 1 | use chat4n6_plugin_api::{EvidenceSource, ExtractionResult, MessageContent};
[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: `Reaction`
[INFO] [stdout]    --> crates/chat4n6-report/src/thread_view.rs:382:34
[INFO] [stdout]     |
[INFO] [stdout] 382 |         Message, MessageContent, Reaction,
[INFO] [stdout]     |                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tempfile::TempDir`
[INFO] [stdout]    --> crates/chat4n6-report/src/thread_view.rs:384:9
[INFO] [stdout]     |
[INFO] [stdout] 384 |     use tempfile::TempDir;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]    --> crates/plugins/chat4n6-whatsapp/src/cdn.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |     use std::path::Path;
[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: `std::io::Write`
[INFO] [stdout]    --> crates/plugins/chat4n6-whatsapp/src/orphaned_media.rs:121:9
[INFO] [stdout]     |
[INFO] [stdout] 121 |     use std::io::Write;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking chat4n6 v0.1.2 (/opt/rustwide/workdir/cli)
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!`
[INFO] [stdout]   --> cli/tests/integration.rs:89:28
[INFO] [stdout]    |
[INFO] [stdout] 89 |     let mut cmd = Command::cargo_bin("chat4n6").unwrap();
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!`
[INFO] [stdout]    --> cli/tests/integration.rs:117:14
[INFO] [stdout]     |
[INFO] [stdout] 117 |     Command::cargo_bin("chat4n6")
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!`
[INFO] [stdout]    --> cli/tests/integration.rs:134:14
[INFO] [stdout]     |
[INFO] [stdout] 134 |     Command::cargo_bin("chat4n6")
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!`
[INFO] [stdout]    --> cli/tests/integration.rs:156:14
[INFO] [stdout]     |
[INFO] [stdout] 156 |     Command::cargo_bin("chat4n6")
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!`
[INFO] [stdout]    --> cli/tests/integration.rs:184:14
[INFO] [stdout]     |
[INFO] [stdout] 184 |     Command::cargo_bin("chat4n6")
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!`
[INFO] [stdout]    --> cli/tests/integration.rs:229:14
[INFO] [stdout]     |
[INFO] [stdout] 229 |     Command::cargo_bin("chat4n6")
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!`
[INFO] [stdout]    --> cli/tests/integration.rs:252:14
[INFO] [stdout]     |
[INFO] [stdout] 252 |     Command::cargo_bin("chat4n6")
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!`
[INFO] [stdout]    --> cli/tests/integration.rs:283:14
[INFO] [stdout]     |
[INFO] [stdout] 283 |     Command::cargo_bin("chat4n6")
[INFO] [stdout]     |              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `page_data`
[INFO] [stdout]     --> crates/chat4n6-sqlite-forensics/src/btree.rs:1250:13
[INFO] [stdout]      |
[INFO] [stdout] 1250 |         let page_data = &db[..6]; // < bhdr + 8 = 108 for page 1 (bhdr=100, impossible)
[INFO] [stdout]      |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_page_data`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `records`
[INFO] [stdout]     --> crates/chat4n6-sqlite-forensics/src/btree.rs:1427:13
[INFO] [stdout]      |
[INFO] [stdout] 1427 |         let records = parse_table_leaf_page(&db, &page, 0, 2, page_size as u32, "t");
[INFO] [stdout]      |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_records`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `records`
[INFO] [stdout]     --> crates/chat4n6-sqlite-forensics/src/btree.rs:1620:13
[INFO] [stdout]      |
[INFO] [stdout] 1620 |         let records = parse_table_leaf_page(&db, &page, 0, 2, page_size as u32, "t");
[INFO] [stdout]      |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_records`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result`
[INFO] [stdout]    --> crates/chat4n6-sqlite-forensics/src/gap.rs:637:13
[INFO] [stdout]     |
[INFO] [stdout] 637 |         let result = scan_single_page_gap(&page, 0, "t", Some(&sig), 0);
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `recovered`
[INFO] [stdout]    --> crates/chat4n6-sqlite-forensics/src/gap.rs:913:13
[INFO] [stdout]     |
[INFO] [stdout] 913 |         let recovered = scan_page_gaps(&db, page_size, &table_roots, &[sig]);
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_recovered`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]    --> crates/chat4n6-sqlite-forensics/src/schema_sig.rs:470:13
[INFO] [stdout]     |
[INFO] [stdout] 470 |         let data = [0x02, 0x06, 0xFF];
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sig2`
[INFO] [stdout]    --> crates/chat4n6-sqlite-forensics/src/schema_sig.rs:480:13
[INFO] [stdout]     |
[INFO] [stdout] 480 |         let sig2 = SchemaSignature {
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_sig2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
[INFO] running `Command { std: "docker" "inspect" "f173fac503fa6d1b6bd68c9fb3ca6e4a8f3bc03c293a64c14958b9e7a4bdb1ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f173fac503fa6d1b6bd68c9fb3ca6e4a8f3bc03c293a64c14958b9e7a4bdb1ec", kill_on_drop: false }`
[INFO] [stdout] f173fac503fa6d1b6bd68c9fb3ca6e4a8f3bc03c293a64c14958b9e7a4bdb1ec
