[INFO] cloning repository https://github.com/omgitsmoe/backup-helper-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/omgitsmoe/backup-helper-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fomgitsmoe%2Fbackup-helper-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fomgitsmoe%2Fbackup-helper-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cff24561bb59998115a8b1f759b5a36c887fe7b4
[INFO] testing omgitsmoe/backup-helper-rs against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fomgitsmoe%2Fbackup-helper-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/omgitsmoe/backup-helper-rs
[INFO] finished tweaking git repo https://github.com/omgitsmoe/backup-helper-rs
[INFO] tweaked toml for git repo https://github.com/omgitsmoe/backup-helper-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/omgitsmoe/backup-helper-rs 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/omgitsmoe/backup-helper-rs 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] c3772f688e742e4dedac9169cff60511f0fd87d4aad59ac1285681013962fa61
[INFO] running `Command { std: "docker" "start" "-a" "c3772f688e742e4dedac9169cff60511f0fd87d4aad59ac1285681013962fa61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3772f688e742e4dedac9169cff60511f0fd87d4aad59ac1285681013962fa61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3772f688e742e4dedac9169cff60511f0fd87d4aad59ac1285681013962fa61", kill_on_drop: false }`
[INFO] [stdout] c3772f688e742e4dedac9169cff60511f0fd87d4aad59ac1285681013962fa61
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 01902a0989e30df98cdc625fafb903c4ab4600c975e8ba084b2e4f644532202e
[INFO] running `Command { std: "docker" "start" "-a" "01902a0989e30df98cdc625fafb903c4ab4600c975e8ba084b2e4f644532202e", kill_on_drop: false }`
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling hashes v0.1.9
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling checksum_helper v0.1.0 (/opt/rustwide/workdir/checksum_helper)
[INFO] [stdout] warning: unused imports: `debug`, `error`, `info`, and `warn`
[INFO] [stdout]  --> checksum_helper/src/collection/mod.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | use log::{debug, error, info, 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: `Cursor`
[INFO] [stdout]   --> checksum_helper/src/collection/parser.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{BufRead, Cursor};
[INFO] [stdout]    |                        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashType`
[INFO] [stdout]  --> checksum_helper/src/collection/serialize.rs:4:35
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::hashed_file::{FileRaw, HashType};
[INFO] [stdout]   |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashCollectionError`
[INFO] [stdout]  --> checksum_helper/src/collection/writer.rs:1:40
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::{serialize, HashCollection, HashCollectionError, Result};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Glob`
[INFO] [stdout]  --> checksum_helper/src/pathmatcher.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use globset::{Glob, GlobBuilder, GlobSet, GlobSetBuilder};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StripPrefixError`
[INFO] [stdout]  --> checksum_helper/src/file_tree.rs:1:43
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::path::{Path, PathBuf, Component, StripPrefixError};
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ours`
[INFO] [stdout]    --> checksum_helper/src/collection/mod.rs:221:22
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 Some(ours) => {
[INFO] [stdout]     |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_ours`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `progress`
[INFO] [stdout]   --> checksum_helper/src/checksum_helper.rs:72:38
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn incremental<P>(&mut self, progress: P) -> Result<&HashCollection>
[INFO] [stdout]    |                                      ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `include`
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:213:37
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn verify_root<F, P>(&self, include: F, progress: P) -> Result<()>
[INFO] [stdout]     |                                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_include`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `progress`
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:213:49
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn verify_root<F, P>(&self, include: F, progress: P) -> Result<()>
[INFO] [stdout]     |                                                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `tree_root`, `relative_path`, `file_number_processed`, `file_number_total`, `size_processed_bytes`, and `size_total_bytes` are never read
[INFO] [stdout]    --> checksum_helper/src/collection/mod.rs:313:5
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub struct VerifyProgressCommon<'a> {
[INFO] [stdout]     |            -------------------- fields in this struct
[INFO] [stdout] 313 |     tree_root: &'a Path,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 314 |     relative_path: &'a Path,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 315 |     file_number_processed: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 316 |     file_number_total: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 317 |     size_processed_bytes: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 318 |     size_total_bytes: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `VerifyProgressCommon` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `progress` and `result` are never read
[INFO] [stdout]    --> checksum_helper/src/collection/mod.rs:323:5
[INFO] [stdout]     |
[INFO] [stdout] 322 | pub struct VerifyProgressPost<'a> {
[INFO] [stdout]     |            ------------------ fields in this struct
[INFO] [stdout] 323 |     progress: VerifyProgressCommon<'a>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 324 |     result: &'a VerifyResult,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `VerifyProgressPost` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `bare` and `with_context_mut` are never used
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:143:19
[INFO] [stdout]     |
[INFO] [stdout] 142 | impl FileRaw {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout] 143 |     pub(crate) fn bare(filename: EntryHandle, hash_type: HashType) -> Self {
[INFO] [stdout]     |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub(crate) fn with_context_mut<'a>(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `relative_path`, `fetch_size`, `fetch_mtime`, and `mtime_to_disk` are never used
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:288:8
[INFO] [stdout]     |
[INFO] [stdout] 265 | impl<'a> File<'a> {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 288 |     fn relative_path(&self) -> path::PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 296 |     fn fetch_size(&self) -> Result<u64> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |     fn fetch_mtime(&self) -> Result<FileTime> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 310 |     fn mtime_to_disk(&self) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `move_collection` and `copy_collection` are never used
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:221:8
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl ChecksumHelper {
[INFO] [stdout]     | ------------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 221 |     fn move_collection() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 226 |     fn copy_collection() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `incremental_include_unchanged_files` and `incremental_skip_unchanged` are never read
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:331:5
[INFO] [stdout]     |
[INFO] [stdout] 328 | pub struct ChecksumHelperOptions {
[INFO] [stdout]     |            --------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 331 |     incremental_include_unchanged_files: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 335 |     incremental_skip_unchanged: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_valid` is never used
[INFO] [stdout]   --> checksum_helper/src/file_tree.rs:19:4
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn is_valid(path: impl AsRef<Path>) -> bool {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Defer` is never constructed
[INFO] [stdout]  --> checksum_helper/src/utils.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Defer<F: FnOnce()> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> checksum_helper/src/utils.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl<F: FnOnce()> Defer<F> {
[INFO] [stdout]   | -------------------------- associated function in this implementation
[INFO] [stdout] 7 |     pub fn new(cleanup: F) -> Defer<F> {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling checksum_helper_cli v0.1.0 (/opt/rustwide/workdir/checksum_helper_cli)
[INFO] [stdout] warning: function `pause` is never used
[INFO] [stdout]  --> checksum_helper_cli/src/main.rs:7:4
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn pause() {
[INFO] [stdout]   |    ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
[INFO] running `Command { std: "docker" "inspect" "01902a0989e30df98cdc625fafb903c4ab4600c975e8ba084b2e4f644532202e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01902a0989e30df98cdc625fafb903c4ab4600c975e8ba084b2e4f644532202e", kill_on_drop: false }`
[INFO] [stdout] 01902a0989e30df98cdc625fafb903c4ab4600c975e8ba084b2e4f644532202e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 0e62ec8dd7f40eca069a304a0f3152eede883a4c8a204fc3edc73a9d3927e160
[INFO] running `Command { std: "docker" "start" "-a" "0e62ec8dd7f40eca069a304a0f3152eede883a4c8a204fc3edc73a9d3927e160", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling miniz_oxide v0.8.5
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling whoami v1.5.2
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stdout] warning: unused imports: `debug`, `error`, `info`, and `warn`
[INFO] [stdout]  --> checksum_helper/src/collection/mod.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | use log::{debug, error, info, 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: `Cursor`
[INFO] [stdout]   --> checksum_helper/src/collection/parser.rs:10:24
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{BufRead, Cursor};
[INFO] [stdout]    |                        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashType`
[INFO] [stdout]  --> checksum_helper/src/collection/serialize.rs:4:35
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::hashed_file::{FileRaw, HashType};
[INFO] [stdout]   |                                   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashCollectionError`
[INFO] [stdout]  --> checksum_helper/src/collection/writer.rs:1:40
[INFO] [stdout]   |
[INFO] [stdout] 1 | use super::{serialize, HashCollection, HashCollectionError, Result};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Glob`
[INFO] [stdout]  --> checksum_helper/src/pathmatcher.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use globset::{Glob, GlobBuilder, GlobSet, GlobSetBuilder};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StripPrefixError`
[INFO] [stdout]  --> checksum_helper/src/file_tree.rs:1:43
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::path::{Path, PathBuf, Component, StripPrefixError};
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ours`
[INFO] [stdout]    --> checksum_helper/src/collection/mod.rs:221:22
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 Some(ours) => {
[INFO] [stdout]     |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_ours`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `progress`
[INFO] [stdout]   --> checksum_helper/src/checksum_helper.rs:72:38
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn incremental<P>(&mut self, progress: P) -> Result<&HashCollection>
[INFO] [stdout]    |                                      ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `include`
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:213:37
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn verify_root<F, P>(&self, include: F, progress: P) -> Result<()>
[INFO] [stdout]     |                                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_include`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `progress`
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:213:49
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn verify_root<F, P>(&self, include: F, progress: P) -> Result<()>
[INFO] [stdout]     |                                                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `tree_root`, `relative_path`, `file_number_processed`, `file_number_total`, `size_processed_bytes`, and `size_total_bytes` are never read
[INFO] [stdout]    --> checksum_helper/src/collection/mod.rs:313:5
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub struct VerifyProgressCommon<'a> {
[INFO] [stdout]     |            -------------------- fields in this struct
[INFO] [stdout] 313 |     tree_root: &'a Path,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 314 |     relative_path: &'a Path,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 315 |     file_number_processed: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 316 |     file_number_total: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 317 |     size_processed_bytes: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 318 |     size_total_bytes: u64,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `VerifyProgressCommon` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling checksum_helper_cli v0.1.0 (/opt/rustwide/workdir/checksum_helper_cli)
[INFO] [stdout] warning: fields `progress` and `result` are never read
[INFO] [stdout]    --> checksum_helper/src/collection/mod.rs:323:5
[INFO] [stdout]     |
[INFO] [stdout] 322 | pub struct VerifyProgressPost<'a> {
[INFO] [stdout]     |            ------------------ fields in this struct
[INFO] [stdout] 323 |     progress: VerifyProgressCommon<'a>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 324 |     result: &'a VerifyResult,
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `VerifyProgressPost` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `bare` and `with_context_mut` are never used
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:143:19
[INFO] [stdout]     |
[INFO] [stdout] 142 | impl FileRaw {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout] 143 |     pub(crate) fn bare(filename: EntryHandle, hash_type: HashType) -> Self {
[INFO] [stdout]     |                   ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub(crate) fn with_context_mut<'a>(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `relative_path`, `fetch_size`, `fetch_mtime`, and `mtime_to_disk` are never used
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:288:8
[INFO] [stdout]     |
[INFO] [stdout] 265 | impl<'a> File<'a> {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 288 |     fn relative_path(&self) -> path::PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 296 |     fn fetch_size(&self) -> Result<u64> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 |     fn fetch_mtime(&self) -> Result<FileTime> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 310 |     fn mtime_to_disk(&self) -> Result<()> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `move_collection` and `copy_collection` are never used
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:221:8
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl ChecksumHelper {
[INFO] [stdout]     | ------------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 221 |     fn move_collection() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 226 |     fn copy_collection() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `incremental_include_unchanged_files` and `incremental_skip_unchanged` are never read
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:331:5
[INFO] [stdout]     |
[INFO] [stdout] 328 | pub struct ChecksumHelperOptions {
[INFO] [stdout]     |            --------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 331 |     incremental_include_unchanged_files: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 335 |     incremental_skip_unchanged: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_valid` is never used
[INFO] [stdout]   --> checksum_helper/src/file_tree.rs:19:4
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn is_valid(path: impl AsRef<Path>) -> bool {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Defer` is never constructed
[INFO] [stdout]  --> checksum_helper/src/utils.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct Defer<F: FnOnce()> {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> checksum_helper/src/utils.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | impl<F: FnOnce()> Defer<F> {
[INFO] [stdout]   | -------------------------- associated function in this implementation
[INFO] [stdout] 7 |     pub fn new(cleanup: F) -> Defer<F> {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sysinfo v0.26.9
[INFO] [stdout] warning: function `pause` is never used
[INFO] [stdout]  --> checksum_helper_cli/src/main.rs:7:4
[INFO] [stdout]   |
[INFO] [stdout] 7 | fn pause() {
[INFO] [stdout]   |    ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling cargo-platform v0.1.8
[INFO] [stderr]    Compiling cargo_metadata v0.14.2
[INFO] [stderr]    Compiling testdir v0.9.3
[INFO] [stderr]    Compiling checksum_helper v0.1.0 (/opt/rustwide/workdir/checksum_helper)
[INFO] [stdout] warning: unused imports: `debug`, `error`, `info`, and `warn`
[INFO] [stdout]  --> checksum_helper/src/collection/mod.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | use log::{debug, error, info, 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: `hashes::sha2::sha512`
[INFO] [stdout]    --> checksum_helper/src/collection/mod.rs:472:9
[INFO] [stdout]     |
[INFO] [stdout] 472 |     use hashes::sha2::sha512;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Glob`
[INFO] [stdout]  --> checksum_helper/src/pathmatcher.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | use globset::{Glob, GlobBuilder, GlobSet, GlobSetBuilder};
[INFO] [stdout]   |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `StripPrefixError`
[INFO] [stdout]  --> checksum_helper/src/file_tree.rs:1:43
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::path::{Path, PathBuf, Component, StripPrefixError};
[INFO] [stdout]   |                                           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> checksum_helper/src/collection/writer.rs:100:22
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let (mut hc, mut ft, expected_serialization) = setup_minimal_hc(&testdir);
[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: variable does not need to be mutable
[INFO] [stdout]    --> checksum_helper/src/collection/writer.rs:118:22
[INFO] [stdout]     |
[INFO] [stdout] 118 |         let (mut hc, mut ft, expected_serialization) = setup_minimal_hc(&testdir);
[INFO] [stdout]     |                      ----^^
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> checksum_helper/src/collection/writer.rs:138:22
[INFO] [stdout]     |
[INFO] [stdout] 138 |         let (mut hc, mut ft, expected_serialization) = setup_minimal_hc(&testdir);
[INFO] [stdout]     |                      ----^^
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]    --> checksum_helper/src/collection/writer.rs:156:13
[INFO] [stdout]     |
[INFO] [stdout] 156 |         let path = testdir.join("foo.cshd");
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `expected_serialization`
[INFO] [stdout]    --> checksum_helper/src/collection/writer.rs:157:30
[INFO] [stdout]     |
[INFO] [stdout] 157 |         let (mut hc, mut ft, expected_serialization) = setup_minimal_hc(&testdir);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_serialization`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> checksum_helper/src/collection/writer.rs:157:22
[INFO] [stdout]     |
[INFO] [stdout] 157 |         let (mut hc, mut ft, expected_serialization) = setup_minimal_hc(&testdir);
[INFO] [stdout]     |                      ----^^
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ours`
[INFO] [stdout]    --> checksum_helper/src/collection/mod.rs:221:22
[INFO] [stdout]     |
[INFO] [stdout] 221 |                 Some(ours) => {
[INFO] [stdout]     |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_ours`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `testdir`
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:538:14
[INFO] [stdout]     |
[INFO] [stdout] 538 |         let (testdir, _, _, testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `testdir`
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:545:14
[INFO] [stdout]     |
[INFO] [stdout] 545 |         let (testdir, _, testfile, _, ft, mut raw, _) = setup_testfile();
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `testdir`
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:556:14
[INFO] [stdout]     |
[INFO] [stdout] 556 |         let (testdir, _, _, _, ft, mut raw, _) = setup_testfile();
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `testdir`
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:569:14
[INFO] [stdout]     |
[INFO] [stdout] 569 |         let (testdir, _testfile_name, _testfile_abs, testcontent, ft, mut raw, expected_hex) =
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `testdir`
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:592:14
[INFO] [stdout]     |
[INFO] [stdout] 592 |         let (testdir, _testfile_name, _testfile_abs, _testcontent, ft, mut raw, _) =
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `testdir`
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:604:14
[INFO] [stdout]     |
[INFO] [stdout] 604 |         let (testdir, _testfile_name, _testfile_abs, _testcontent, ft, mut raw, _) =
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `testdir`
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:619:14
[INFO] [stdout]     |
[INFO] [stdout] 619 |         let (testdir, _testfile_name, testfile_abs, _testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `testdir`
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:630:14
[INFO] [stdout]     |
[INFO] [stdout] 630 |         let (testdir, _testfile_name, testfile_abs, _testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `testdir`
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:641:14
[INFO] [stdout]     |
[INFO] [stdout] 641 |         let (testdir, _testfile_name, testfile_abs, testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `testdir`
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:654:14
[INFO] [stdout]     |
[INFO] [stdout] 654 |         let (testdir, _testfile_name, testfile_abs, testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `testdir`
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:669:14
[INFO] [stdout]     |
[INFO] [stdout] 669 |         let (testdir, _testfile_name, testfile_abs, testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stdout]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `progress`
[INFO] [stdout]   --> checksum_helper/src/checksum_helper.rs:72:38
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn incremental<P>(&mut self, progress: P) -> Result<&HashCollection>
[INFO] [stdout]    |                                      ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `include`
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:213:37
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn verify_root<F, P>(&self, include: F, progress: P) -> Result<()>
[INFO] [stdout]     |                                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_include`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `progress`
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:213:49
[INFO] [stdout]     |
[INFO] [stdout] 213 |     pub fn verify_root<F, P>(&self, include: F, progress: P) -> Result<()>
[INFO] [stdout]     |                                                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_progress`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> checksum_helper/src/file_tree.rs:568:13
[INFO] [stdout]     |
[INFO] [stdout] 568 |         let mut ft = FileTree::new(Path::new("/foo")).unwrap();
[INFO] [stdout]     |             ----^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with_context_mut` is never used
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:220:19
[INFO] [stdout]     |
[INFO] [stdout] 142 | impl FileRaw {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 220 |     pub(crate) fn with_context_mut<'a>(
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `relative_path` is never used
[INFO] [stdout]    --> checksum_helper/src/hashed_file.rs:288:8
[INFO] [stdout]     |
[INFO] [stdout] 265 | impl<'a> File<'a> {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 288 |     fn relative_path(&self) -> path::PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `move_collection` and `copy_collection` are never used
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:221:8
[INFO] [stdout]     |
[INFO] [stdout]  44 | impl ChecksumHelper {
[INFO] [stdout]     | ------------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 221 |     fn move_collection() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 226 |     fn copy_collection() {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `incremental_include_unchanged_files` and `incremental_skip_unchanged` are never read
[INFO] [stdout]    --> checksum_helper/src/checksum_helper.rs:331:5
[INFO] [stdout]     |
[INFO] [stdout] 328 | pub struct ChecksumHelperOptions {
[INFO] [stdout]     |            --------------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 331 |     incremental_include_unchanged_files: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 335 |     incremental_skip_unchanged: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.73s
[INFO] running `Command { std: "docker" "inspect" "0e62ec8dd7f40eca069a304a0f3152eede883a4c8a204fc3edc73a9d3927e160", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e62ec8dd7f40eca069a304a0f3152eede883a4c8a204fc3edc73a9d3927e160", kill_on_drop: false }`
[INFO] [stdout] 0e62ec8dd7f40eca069a304a0f3152eede883a4c8a204fc3edc73a9d3927e160
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] ce0e9e985414d5e280c6e9c2e616e4d5eeb01ef34b38fd4fce80291d50dc372c
[INFO] running `Command { std: "docker" "start" "-a" "ce0e9e985414d5e280c6e9c2e616e4d5eeb01ef34b38fd4fce80291d50dc372c", kill_on_drop: false }`
[INFO] [stderr] warning: unused imports: `debug`, `error`, `info`, and `warn`
[INFO] [stdout] 
[INFO] [stderr]  --> checksum_helper/src/collection/mod.rs:5:11
[INFO] [stdout] running 87 tests
[INFO] [stderr]   |
[INFO] [stdout] test collection::parser::test::parse_line_respects_prefix ... ok
[INFO] [stderr] 5 | use log::{debug, error, info, warn};
[INFO] [stdout] test collection::parser::test::parse_respects_ft_root ... ok
[INFO] [stderr]   |           ^^^^^  ^^^^^  ^^^^  ^^^^
[INFO] [stdout] test collection::parser::test::test_parse_mtime ... ok
[INFO] [stderr]   |
[INFO] [stdout] test collection::parser::test::test_parse_handles_empty_string ... ok
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] test collection::parser::test::test_parse_mtime_empty ... ok
[INFO] [stderr] 
[INFO] [stdout] test collection::parser::test::test_parse_single_hash ... ok
[INFO] [stderr] warning: unused import: `Cursor`
[INFO] [stdout] test collection::parser::test::test_parse_size ... ok
[INFO] [stderr]   --> checksum_helper/src/collection/parser.rs:10:24
[INFO] [stdout] test collection::parser::test::test_parse_size_empty ... ok
[INFO] [stderr]    |
[INFO] [stdout] test collection::parser::test::test_parse_version_header_error_cases ... ok
[INFO] [stderr] 10 | use std::io::{BufRead, Cursor};
[INFO] [stdout] test collection::parser::test::test_parse_version_1 ... ok
[INFO] [stderr]    |                        ^^^^^^
[INFO] [stdout] test collection::parser::test::test_parse_version_header_no_version ... ok
[INFO] [stderr] 
[INFO] [stdout] test collection::parser::test::test_parse_version_0 ... ok
[INFO] [stderr] warning: unused import: `HashType`
[INFO] [stdout] test collection::parser::test::test_parse_version_header_with_version ... ok
[INFO] [stderr]  --> checksum_helper/src/collection/serialize.rs:4:35
[INFO] [stdout] test collection::serialize::test::serialize_with_and_without_header ... ok
[INFO] [stderr]   |
[INFO] [stdout] test collection::serialize::test::test_serialize ... ok
[INFO] [stderr] 4 | use crate::hashed_file::{FileRaw, HashType};
[INFO] [stdout] test collection::serialize::test::test_serialize_entry ... ok
[INFO] [stderr]   |                                   ^^^^^^^^
[INFO] [stdout] test collection::serialize::test::test_serialize_entry_missing_mtime_and_size ... ok
[INFO] [stderr] 
[INFO] [stdout] test collection::serialize::test::test_sort_serialized ... ok
[INFO] [stderr] warning: unused import: `HashCollectionError`
[INFO] [stdout] test collection::serialize::test::test_serialize_strips_collection_root_prefix ... ok
[INFO] [stderr]  --> checksum_helper/src/collection/writer.rs:1:40
[INFO] [stdout] test collection::test::collection_iter ... ok
[INFO] [stderr]   |
[INFO] [stdout] test collection::test::contains_path_when_in_file_tree ... ok
[INFO] [stderr] 1 | use super::{serialize, HashCollection, HashCollectionError, Result};
[INFO] [stdout] test collection::test::merge_adds_entries_in_other ... ok
[INFO] [stderr]   |                                        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test collection::test::merge_keeps_entries_from_collection_with_some_mtime ... ok
[INFO] [stderr] 
[INFO] [stdout] test collection::test::not_contained_when_not_in_file_tree ... ok
[INFO] [stderr] warning: unused import: `Glob`
[INFO] [stdout] test collection::test::merge_keeps_entries_from_self_if_no_mtime ... ok
[INFO] [stderr]  --> checksum_helper/src/pathmatcher.rs:1:15
[INFO] [stdout] test collection::test::merge_keeps_entries_from_newer_collection ... ok
[INFO] [stderr]   |
[INFO] [stdout] test collection::test::test_path_above_hash_file ... ok
[INFO] [stderr] 1 | use globset::{Glob, GlobBuilder, GlobSet, GlobSetBuilder};
[INFO] [stdout] test collection::parser::test::test_parse_single_hash_respects_ft_root ... ok
[INFO] [stderr]   |               ^^^^
[INFO] [stdout] test collection::test::relocate_changes_serialized_paths ... ok
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `StripPrefixError`
[INFO] [stderr]  --> checksum_helper/src/file_tree.rs:1:43
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::path::{Path, PathBuf, Component, StripPrefixError};
[INFO] [stderr]   |                                           ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ours`
[INFO] [stderr]    --> checksum_helper/src/collection/mod.rs:221:22
[INFO] [stderr]     |
[INFO] [stderr] 221 |                 Some(ours) => {
[INFO] [stderr]     |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_ours`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `progress`
[INFO] [stderr]   --> checksum_helper/src/checksum_helper.rs:72:38
[INFO] [stderr]    |
[INFO] [stderr] 72 |     pub fn incremental<P>(&mut self, progress: P) -> Result<&HashCollection>
[INFO] [stderr]    |                                      ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_progress`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `include`
[INFO] [stderr]    --> checksum_helper/src/checksum_helper.rs:213:37
[INFO] [stderr]     |
[INFO] [stderr] 213 |     pub fn verify_root<F, P>(&self, include: F, progress: P) -> Result<()>
[INFO] [stderr]     |                                     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_include`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `progress`
[INFO] [stderr]    --> checksum_helper/src/checksum_helper.rs:213:49
[INFO] [stderr]     |
[INFO] [stderr] 213 |     pub fn verify_root<F, P>(&self, include: F, progress: P) -> Result<()>
[INFO] [stderr]     |                                                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_progress`
[INFO] [stderr] 
[INFO] [stderr] warning: fields `tree_root`, `relative_path`, `file_number_processed`, `file_number_total`, `size_processed_bytes`, and `size_total_bytes` are never read
[INFO] [stderr]    --> checksum_helper/src/collection/mod.rs:313:5
[INFO] [stderr]     |
[INFO] [stderr] 312 | pub struct VerifyProgressCommon<'a> {
[INFO] [stderr]     |            -------------------- fields in this struct
[INFO] [stderr] 313 |     tree_root: &'a Path,
[INFO] [stderr]     |     ^^^^^^^^^
[INFO] [stderr] 314 |     relative_path: &'a Path,
[INFO] [stderr]     |     ^^^^^^^^^^^^^
[INFO] [stderr] 315 |     file_number_processed: u64,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 316 |     file_number_total: u64,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 317 |     size_processed_bytes: u64,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 318 |     size_total_bytes: u64,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `VerifyProgressCommon` has derived impls for the traits `Clone` and `Debug`, 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: fields `progress` and `result` are never read
[INFO] [stderr]    --> checksum_helper/src/collection/mod.rs:323:5
[INFO] [stderr]     |
[INFO] [stderr] 322 | pub struct VerifyProgressPost<'a> {
[INFO] [stderr]     |            ------------------ fields in this struct
[INFO] [stderr] 323 |     progress: VerifyProgressCommon<'a>,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr] 324 |     result: &'a VerifyResult,
[INFO] [stderr]     |     ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `VerifyProgressPost` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `bare` and `with_context_mut` are never used
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:143:19
[INFO] [stderr]     |
[INFO] [stderr] 142 | impl FileRaw {
[INFO] [stderr]     | ------------ associated items in this implementation
[INFO] [stderr] 143 |     pub(crate) fn bare(filename: EntryHandle, hash_type: HashType) -> Self {
[INFO] [stderr]     |                   ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 220 |     pub(crate) fn with_context_mut<'a>(
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `relative_path`, `fetch_size`, `fetch_mtime`, and `mtime_to_disk` are never used
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:288:8
[INFO] [stderr]     |
[INFO] [stderr] 265 | impl<'a> File<'a> {
[INFO] [stderr]     | ----------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 288 |     fn relative_path(&self) -> path::PathBuf {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 296 |     fn fetch_size(&self) -> Result<u64> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 303 |     fn fetch_mtime(&self) -> Result<FileTime> {
[INFO] [stderr]     |        ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 310 |     fn mtime_to_disk(&self) -> Result<()> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated functions `move_collection` and `copy_collection` are never used
[INFO] [stderr]    --> checksum_helper/src/checksum_helper.rs:221:8
[INFO] [stderr]     |
[INFO] [stderr]  44 | impl ChecksumHelper {
[INFO] [stderr]     | ------------------- associated functions in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 221 |     fn move_collection() {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 226 |     fn copy_collection() {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `incremental_include_unchanged_files` and `incremental_skip_unchanged` are never read
[INFO] [stderr]    --> checksum_helper/src/checksum_helper.rs:331:5
[INFO] [stderr]     |
[INFO] [stderr] 328 | pub struct ChecksumHelperOptions {
[INFO] [stderr]     |            --------------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 331 |     incremental_include_unchanged_files: bool,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 335 |     incremental_skip_unchanged: bool,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_valid` is never used
[INFO] [stderr]   --> checksum_helper/src/file_tree.rs:19:4
[INFO] [stderr]    |
[INFO] [stderr] 19 | fn is_valid(path: impl AsRef<Path>) -> bool {
[INFO] [stderr]    |    ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Defer` is never constructed
[INFO] [stderr]  --> checksum_helper/src/utils.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub struct Defer<F: FnOnce()> {
[INFO] [stderr]   |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]  --> checksum_helper/src/utils.rs:7:12
[INFO] [stderr]   |
[INFO] [stderr] 6 | impl<F: FnOnce()> Defer<F> {
[INFO] [stderr]   | -------------------------- associated function in this implementation
[INFO] [stderr] 7 |     pub fn new(cleanup: F) -> Defer<F> {
[INFO] [stderr]   |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `checksum_helper` (lib) generated 19 warnings (run `cargo fix --lib -p checksum_helper` to apply 6 suggestions)
[INFO] [stderr] warning: function `pause` is never used
[INFO] [stderr]  --> checksum_helper_cli/src/main.rs:7:4
[INFO] [stderr]   |
[INFO] [stderr] 7 | fn pause() {
[INFO] [stderr]   |    ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `checksum_helper_cli` (bin "checksum_helper_cli" test) generated 1 warning
[INFO] [stderr] warning: unused import: `hashes::sha2::sha512`
[INFO] [stderr]    --> checksum_helper/src/collection/mod.rs:472:9
[INFO] [stderr]     |
[INFO] [stderr] 472 |     use hashes::sha2::sha512;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> checksum_helper/src/collection/writer.rs:100:22
[INFO] [stderr]     |
[INFO] [stderr] 100 |         let (mut hc, mut ft, expected_serialization) = setup_minimal_hc(&testdir);
[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: variable does not need to be mutable
[INFO] [stderr]    --> checksum_helper/src/collection/writer.rs:118:22
[INFO] [stderr]     |
[INFO] [stderr] 118 |         let (mut hc, mut ft, expected_serialization) = setup_minimal_hc(&testdir);
[INFO] [stderr]     |                      ----^^
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> checksum_helper/src/collection/writer.rs:138:22
[INFO] [stderr]     |
[INFO] [stderr] 138 |         let (mut hc, mut ft, expected_serialization) = setup_minimal_hc(&testdir);
[INFO] [stderr]     |                      ----^^
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `path`
[INFO] [stderr]    --> checksum_helper/src/collection/writer.rs:156:13
[INFO] [stderr]     |
[INFO] [stderr] 156 |         let path = testdir.join("foo.cshd");
[INFO] [stderr]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `expected_serialization`
[INFO] [stderr]    --> checksum_helper/src/collection/writer.rs:157:30
[INFO] [stderr]     |
[INFO] [stderr] 157 |         let (mut hc, mut ft, expected_serialization) = setup_minimal_hc(&testdir);
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_expected_serialization`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> checksum_helper/src/collection/writer.rs:157:22
[INFO] [stderr]     |
[INFO] [stderr] 157 |         let (mut hc, mut ft, expected_serialization) = setup_minimal_hc(&testdir);
[INFO] [stderr]     |                      ----^^
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ours`
[INFO] [stderr]    --> checksum_helper/src/collection/mod.rs:221:22
[INFO] [stderr]     |
[INFO] [stderr] 221 |                 Some(ours) => {
[INFO] [stderr]     |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_ours`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `testdir`
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:538:14
[INFO] [stderr]     |
[INFO] [stderr] 538 |         let (testdir, _, _, testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `testdir`
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:545:14
[INFO] [stderr]     |
[INFO] [stderr] 545 |         let (testdir, _, testfile, _, ft, mut raw, _) = setup_testfile();
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `testdir`
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:556:14
[INFO] [stderr]     |
[INFO] [stderr] 556 |         let (testdir, _, _, _, ft, mut raw, _) = setup_testfile();
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `testdir`
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:569:14
[INFO] [stderr]     |
[INFO] [stderr] 569 |         let (testdir, _testfile_name, _testfile_abs, testcontent, ft, mut raw, expected_hex) =
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `testdir`
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:592:14
[INFO] [stderr]     |
[INFO] [stderr] 592 |         let (testdir, _testfile_name, _testfile_abs, _testcontent, ft, mut raw, _) =
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `testdir`
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:604:14
[INFO] [stderr]     |
[INFO] [stderr] 604 |         let (testdir, _testfile_name, _testfile_abs, _testcontent, ft, mut raw, _) =
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `testdir`
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:619:14
[INFO] [stderr]     |
[INFO] [stderr] 619 |         let (testdir, _testfile_name, testfile_abs, _testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `testdir`
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:630:14
[INFO] [stderr]     |
[INFO] [stderr] 630 |         let (testdir, _testfile_name, testfile_abs, _testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `testdir`
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:641:14
[INFO] [stderr]     |
[INFO] [stderr] 641 |         let (testdir, _testfile_name, testfile_abs, testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `testdir`
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:654:14
[INFO] [stderr]     |
[INFO] [stderr] 654 |         let (testdir, _testfile_name, testfile_abs, testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `testdir`
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:669:14
[INFO] [stderr]     |
[INFO] [stderr] 669 |         let (testdir, _testfile_name, testfile_abs, testcontent, ft, mut raw, _) = setup_testfile();
[INFO] [stderr]     |              ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_testdir`
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> checksum_helper/src/file_tree.rs:568:13
[INFO] [stderr]     |
[INFO] [stderr] 568 |         let mut ft = FileTree::new(Path::new("/foo")).unwrap();
[INFO] [stderr]     |             ----^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: method `with_context_mut` is never used
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:220:19
[INFO] [stderr]     |
[INFO] [stderr] 142 | impl FileRaw {
[INFO] [stderr]     | ------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 220 |     pub(crate) fn with_context_mut<'a>(
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `relative_path` is never used
[INFO] [stderr]    --> checksum_helper/src/hashed_file.rs:288:8
[INFO] [stderr]     |
[INFO] [stderr] 265 | impl<'a> File<'a> {
[INFO] [stderr]     | ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 288 |     fn relative_path(&self) -> path::PathBuf {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `checksum_helper` (lib test) generated 30 warnings (8 duplicates) (run `cargo fix --lib -p checksum_helper --tests` to apply 6 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/checksum_helper-b8e9591065755288)
[INFO] [stdout] test checksum_helper::tests::discover_hash_files_all_hash_files_found ... ok
[INFO] [stdout] test collection::test::verify ... ok
[INFO] [stdout] test collection::test::test_from_disk_single_hash ... ok
[INFO] [stdout] test collection::writer::test::test_flush_clears_entries ... ok
[INFO] [stdout] test collection::writer::test::test_write ... ok
[INFO] [stdout] test collection::test::test_from_disk ... ok
[INFO] [stdout] test collection::writer::test::test_flush ... ok
[INFO] [stdout] test collection::writer::test::test_flush_only_writes_header_once ... ok
[INFO] [stdout] test collection::test::restore_mtime ... ok
[INFO] [stdout] test checksum_helper::tests::discover_hash_files_respsects_hash_files_matcher ... ok
[INFO] [stdout] test checksum_helper::tests::discover_hash_files_does_not_exclude_directories_containing_matched_files ... ok
[INFO] [stdout] test checksum_helper::tests::discover_hash_files_respsects_hash_files_depth ... ok
[INFO] [stdout] test checksum_helper::tests::discover_hash_files_skips_excluded_directories_early ... ok
[INFO] [stdout] test file_tree::test::path_for_tree_root ... ok
[INFO] [stdout] test file_tree::test::file_tree_new_rejects_relative_paths ... ok
[INFO] [stdout] test collection::writer::test::test_write_never_overwrites ... ok
[INFO] [stdout] test file_tree::test::strip_prefix ... ok
[INFO] [stdout] test file_tree::test::test_add ... ok
[INFO] [stdout] test file_tree::test::test_add_child_returns_entry_if_present ... ok
[INFO] [stdout] test file_tree::test::test_add_returns_entry_if_present ... ok
[INFO] [stdout] test file_tree::test::test_add_reuses_dir_entries ... ok
[INFO] [stdout] test file_tree::test::test_is_absolute ... ok
[INFO] [stdout] test file_tree::test::test_add_errors_when_pardir_path ... ok
[INFO] [stdout] test file_tree::test::test_add_adds_intermediate_dirs ... ok
[INFO] [stdout] test file_tree::test::test_add_ignores_curdir ... ok
[INFO] [stdout] test gather::test::create_ftree_test ... ok
[INFO] [stdout] test file_tree::test::test_is_valid ... ok
[INFO] [stdout] test hashed_file::test::test_compute_hash ... ok
[INFO] [stdout] test file_tree::test::relative_path_to ... ok
[INFO] [stdout] test hashed_file::test::test_mtime_to_disk ... ok
[INFO] [stdout] test hashed_file::test::test_fetch_size ... ok
[INFO] [stdout] test hashed_file::test::test_verify_mismatch_size ... ok
[INFO] [stdout] test hashed_file::test::test_verify_mismatch ... ok
[INFO] [stdout] test hashed_file::test::test_verify_missing_file ... ok
[INFO] [stdout] test hashed_file::test::test_verify_mismatch_corrupted ... ok
[INFO] [stdout] test hashed_file::test::test_fetch_mtime ... ok
[INFO] [stdout] test hashed_file::test::test_verify_missing_hash ... ok
[INFO] [stdout] test hashed_file::test::test_verify_ok ... ok
[INFO] [stdout] test pathmatcher::test::block_trims_trailing_separators ... ok
[INFO] [stdout] test pathmatcher::test::empty_matches_all ... ok
[INFO] [stdout] test hashed_file::test::test_verify_mismatch_outdated ... ok
[INFO] [stdout] test pathmatcher::test::allow_trims_trailing_separators ... ok
[INFO] [stdout] test pathmatcher::test::allow_only ... ok
[INFO] [stdout] test pathmatcher::test::empty_block_list_excludes_nothing ... ok
[INFO] [stdout] test utils::test::test_defer ... ok
[INFO] [stdout] test pathmatcher::test::exclude_only ... ok
[INFO] [stdout] test pathmatcher::test::block_overrides_allow ... ok
[INFO] [stdout] test pathmatcher::test::single_wildcard_not_matching_path_sep ... ok
[INFO] [stdout] test checksum_helper::tests::check_missing_no_hashed_files ... FAILED
[INFO] [stdout] test checksum_helper::tests::check_missing_with_hashed_files ... FAILED
[INFO] [stdout] test checksum_helper::tests::check_missing_dir_missing_completely ... FAILED
[INFO] [stdout] test checksum_helper::tests::check_missing_respects_filters ... FAILED
[INFO] [stdout] test file_tree::test::relative_path_to_panics_if_base_not_subpath_of_filetree - should panic ... ok
[INFO] [stdout] test file_tree::test::test_add_panic_on_absoulte_path - should panic ... ok
[INFO] [stdout] test gather::test::filter_extension ... FAILED
[INFO] [stdout] test gather::test::no_filter ... FAILED
[INFO] [stdout] test gather::test::gather_visit_no_filter ... FAILED
[INFO] [stdout] test gather::test::filter_dir ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- checksum_helper::tests::check_missing_no_hashed_files stdout ----
[INFO] [stdout] creating file foo/bar/baz/file.bin
[INFO] [stdout] creating file foo/bar/baz/file.txt
[INFO] [stdout] creating file foo/bar/bar.test
[INFO] [stdout] creating file foo/bar/bar.mp4
[INFO] [stdout] creating file foo/foo.txt
[INFO] [stdout] creating file foo/foo.bin
[INFO] [stdout] creating file bar/baz/baz_2025-06-28.foo
[INFO] [stdout] creating file bar/baz/save.sav
[INFO] [stdout] creating file bar/baz_2025-06-28.foo
[INFO] [stdout] creating file bar/other.txt
[INFO] [stdout] creating file root.mp4
[INFO] [stdout] creating file file.rs
[INFO] [stdout] Visiting d "foo"
[INFO] [stdout] Visiting d "bar"
[INFO] [stdout] Visiting d "bar/baz"
[INFO] [stdout] Visiting d "foo/bar"
[INFO] [stdout] Visiting d "foo/bar/baz"
[INFO] [stdout] 
[INFO] [stdout] thread 'checksum_helper::tests::check_missing_no_hashed_files' (26) panicked at checksum_helper/src/checksum_helper.rs:807:9:
[INFO] [stdout] assertion failed: `(left == right)`
[INFO] [stdout] 
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout]  CheckMissingResult {
[INFO] [stdout]      directories: [
[INFO] [stdout] [31m<        "foo",[0m
[INFO] [stdout]          "bar",
[INFO] [stdout] [32m>        "foo",[0m
[INFO] [stdout]      ],
[INFO] [stdout]      files: [
[INFO] [stdout] [31m<        "root.mp4",[0m
[INFO] [stdout]          "file.rs",
[INFO] [stdout] [32m>        "root.mp4",[0m
[INFO] [stdout]      ],
[INFO] [stdout]      errors: [],
[INFO] [stdout]  }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f12e1be432 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f12e1be432 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f12e1be432 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55f12e1be432 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55f12e1d017f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55f12e1d017f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55f12e188541 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55f12e188541 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55f12e195752 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55f12e19b64f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x55f12e19b4e1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x55f12dc906ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x55f12dc906ce - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55f12e19bd0f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x55f12e19bd0f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x55f12e19bb6a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x55f12e195889 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55f12e17b37d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x55f12e1da610 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55f12dbc2dd5 - checksum_helper::checksum_helper::tests::check_missing_no_hashed_files::h7db7fb95862ba7c0
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/checksum_helper.rs:807:9
[INFO] [stdout]   20:     0x55f12dbc2e47 - checksum_helper::checksum_helper::tests::check_missing_no_hashed_files::{{closure}}::h7c7b7eb7f368c5bf
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/checksum_helper.rs:802:39
[INFO] [stdout]   21:     0x55f12dbe4116 - core::ops::function::FnOnce::call_once::h5d8625c48ecf4919
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x55f12dc9048b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x55f12dc9048b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x55f12dca60f5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x55f12dca60f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x55f12dca60f5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x55f12dca60f5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x55f12dca60f5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x55f12dca60f5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x55f12dca60f5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x55f12dc7c8e4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x55f12dc7c8e4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x55f12dc801aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x55f12dc801aa - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   36:     0x55f12dc801aa - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x55f12dc801aa - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x55f12dc801aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x55f12e19083f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   41:     0x55f12e19083f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   42:     0x713f1afddaa4 - <unknown>
[INFO] [stdout]   43:     0x713f1b06aa34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- checksum_helper::tests::check_missing_with_hashed_files stdout ----
[INFO] [stdout] creating file foo/bar/baz/file.bin
[INFO] [stdout] creating file foo/bar/baz/file.txt
[INFO] [stdout] creating file foo/bar/bar.test
[INFO] [stdout] creating file foo/bar/bar.mp4
[INFO] [stdout] creating file foo/foo.txt
[INFO] [stdout] creating file foo/foo.bin
[INFO] [stdout] creating file bar/baz/baz_2025-06-28.foo
[INFO] [stdout] creating file bar/baz/save.sav
[INFO] [stdout] creating file bar/baz_2025-06-28.foo
[INFO] [stdout] creating file bar/other.txt
[INFO] [stdout] creating file root.mp4
[INFO] [stdout] creating file file.rs
[INFO] [stdout] Visiting d "foo"
[INFO] [stdout] Visiting f "test.md5"
[INFO] [stdout] Visiting d "bar"
[INFO] [stdout] Visiting d "bar/baz"
[INFO] [stdout] Visiting d "foo/bar"
[INFO] [stdout] Visiting d "foo/bar/baz"
[INFO] [stdout] 
[INFO] [stdout] thread 'checksum_helper::tests::check_missing_with_hashed_files' (28) panicked at checksum_helper/src/checksum_helper.rs:840:9:
[INFO] [stdout] assertion failed: `(left == right)`
[INFO] [stdout] 
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout]  CheckMissingResult {
[INFO] [stdout]      directories: [
[INFO] [stdout]          "bar/baz",
[INFO] [stdout]      ],
[INFO] [stdout]      files: [
[INFO] [stdout]          "root.mp4",
[INFO] [stdout]          "test.md5",
[INFO] [stdout] [31m<        "foo/foo.txt",[0m
[INFO] [stdout]          "foo/foo.bin",
[INFO] [stdout] [32m>        "foo/foo.txt",[0m
[INFO] [stdout]          "foo/bar/baz/file.txt",
[INFO] [stdout]      ],
[INFO] [stdout]      errors: [],
[INFO] [stdout]  }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f12e1be432 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f12e1be432 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f12e1be432 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55f12e1be432 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55f12e1d017f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55f12e1d017f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55f12e188541 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55f12e188541 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55f12e195752 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55f12e19b64f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x55f12e19b4e1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x55f12dc906ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x55f12dc906ce - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55f12e19bd0f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x55f12e19bd0f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x55f12e19bb6a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x55f12e195889 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55f12e17b37d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x55f12e1da610 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55f12dbc4bac - checksum_helper::checksum_helper::tests::check_missing_with_hashed_files::h25053fa166766460
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/checksum_helper.rs:840:9
[INFO] [stdout]   20:     0x55f12dbc4d27 - checksum_helper::checksum_helper::tests::check_missing_with_hashed_files::{{closure}}::h9b8f188ec8e6ac04
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/checksum_helper.rs:827:41
[INFO] [stdout]   21:     0x55f12dbe4ab6 - core::ops::function::FnOnce::call_once::hafa01dfff4c7985c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x55f12dc9048b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x55f12dc9048b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x55f12dca60f5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x55f12dca60f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x55f12dca60f5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x55f12dca60f5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x55f12dca60f5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x55f12dca60f5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x55f12dca60f5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x55f12dc7c8e4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x55f12dc7c8e4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x55f12dc801aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x55f12dc801aa - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   36:     0x55f12dc801aa - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x55f12dc801aa - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x55f12dc801aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x55f12e19083f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   41:     0x55f12e19083f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   42:     0x713f1afddaa4 - <unknown>
[INFO] [stdout]   43:     0x713f1b06aa34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- checksum_helper::tests::check_missing_dir_missing_completely stdout ----
[INFO] [stdout] creating file foo/bar/baz/file.bin
[INFO] [stdout] creating file foo/bar/baz/file.txt
[INFO] [stdout] creating file foo/bar/bar.test
[INFO] [stdout] creating file foo/bar/bar.mp4
[INFO] [stdout] creating file foo/foo.txt
[INFO] [stdout] creating file foo/foo.bin
[INFO] [stdout] creating file bar/baz/baz_2025-06-28.foo
[INFO] [stdout] creating file bar/baz/save.sav
[INFO] [stdout] creating file bar/baz_2025-06-28.foo
[INFO] [stdout] creating file bar/other.txt
[INFO] [stdout] creating file root.mp4
[INFO] [stdout] creating file file.rs
[INFO] [stdout] Visiting d "foo"
[INFO] [stdout] Visiting f "test.md5"
[INFO] [stdout] Visiting d "bar"
[INFO] [stdout] Visiting d "bar/baz"
[INFO] [stdout] Visiting d "foo/bar"
[INFO] [stdout] Visiting d "foo/bar/baz"
[INFO] [stdout] 
[INFO] [stdout] thread 'checksum_helper::tests::check_missing_dir_missing_completely' (24) panicked at checksum_helper/src/checksum_helper.rs:871:9:
[INFO] [stdout] assertion failed: `(left == right)`
[INFO] [stdout] 
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout]  CheckMissingResult {
[INFO] [stdout]      directories: [
[INFO] [stdout]          "bar",
[INFO] [stdout]          "foo/bar/baz",
[INFO] [stdout]      ],
[INFO] [stdout]      files: [
[INFO] [stdout]          "root.mp4",
[INFO] [stdout]          "test.md5",
[INFO] [stdout] [31m<        "foo/foo.txt",[0m
[INFO] [stdout]          "foo/foo.bin",
[INFO] [stdout] [32m>        "foo/foo.txt",[0m
[INFO] [stdout]      ],
[INFO] [stdout]      errors: [],
[INFO] [stdout]  }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f12e1be432 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f12e1be432 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f12e1be432 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55f12e1be432 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55f12e1d017f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55f12e1d017f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55f12e188541 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55f12e188541 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55f12e195752 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55f12e19b64f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x55f12e19b4e1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x55f12dc906ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x55f12dc906ce - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55f12e19bd0f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x55f12e19bd0f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x55f12e19bb6a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x55f12e195889 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55f12e17b37d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x55f12e1da610 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55f12dbc591e - checksum_helper::checksum_helper::tests::check_missing_dir_missing_completely::h9f53324f687dcf06
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/checksum_helper.rs:871:9
[INFO] [stdout]   20:     0x55f12dbc5af7 - checksum_helper::checksum_helper::tests::check_missing_dir_missing_completely::{{closure}}::h764d0dcc37d7da78
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/checksum_helper.rs:861:46
[INFO] [stdout]   21:     0x55f12dbe4936 - core::ops::function::FnOnce::call_once::ha5a6742a770377c1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x55f12dc9048b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x55f12dc9048b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x55f12dca60f5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x55f12dca60f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x55f12dca60f5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x55f12dca60f5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x55f12dca60f5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x55f12dca60f5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x55f12dca60f5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x55f12dc7c8e4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x55f12dc7c8e4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x55f12dc801aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x55f12dc801aa - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   36:     0x55f12dc801aa - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x55f12dc801aa - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x55f12dc801aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x55f12e19083f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   41:     0x55f12e19083f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   42:     0x713f1afddaa4 - <unknown>
[INFO] [stdout]   43:     0x713f1b06aa34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- checksum_helper::tests::check_missing_respects_filters stdout ----
[INFO] [stdout] creating file foo/bar/baz/file.bin
[INFO] [stdout] creating file foo/bar/baz/file.txt
[INFO] [stdout] creating file foo/bar/bar.test
[INFO] [stdout] creating file foo/bar/bar.mp4
[INFO] [stdout] creating file foo/foo.txt
[INFO] [stdout] creating file foo/foo.bin
[INFO] [stdout] creating file bar/baz/baz_2025-06-28.foo
[INFO] [stdout] creating file bar/baz/save.sav
[INFO] [stdout] creating file bar/baz_2025-06-28.foo
[INFO] [stdout] creating file bar/other.txt
[INFO] [stdout] creating file root.mp4
[INFO] [stdout] creating file file.rs
[INFO] [stdout] Visiting d "foo"
[INFO] [stdout] Visiting f "test.md5"
[INFO] [stdout] Visiting d "bar"
[INFO] [stdout] Visiting d "bar/baz"
[INFO] [stdout] Visiting d "foo/bar"
[INFO] [stdout] Visiting d "foo/bar/baz"
[INFO] [stdout] 
[INFO] [stdout] thread 'checksum_helper::tests::check_missing_respects_filters' (27) panicked at checksum_helper/src/checksum_helper.rs:911:9:
[INFO] [stdout] assertion failed: `(left == right)`
[INFO] [stdout] 
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout]  CheckMissingResult {
[INFO] [stdout]      directories: [
[INFO] [stdout]          "foo/bar/baz",
[INFO] [stdout]      ],
[INFO] [stdout]      files: [
[INFO] [stdout]          "root.mp4",
[INFO] [stdout] [31m<        "foo/foo.txt",[0m
[INFO] [stdout]          "foo/foo.bin",
[INFO] [stdout] [32m>        "foo/foo.txt",[0m
[INFO] [stdout]      ],
[INFO] [stdout]      errors: [],
[INFO] [stdout]  }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f12e1be432 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f12e1be432 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f12e1be432 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55f12e1be432 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55f12e1d017f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55f12e1d017f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55f12e188541 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55f12e188541 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55f12e195752 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55f12e19b64f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x55f12e19b4e1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x55f12dc906ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x55f12dc906ce - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55f12e19bd0f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x55f12e19bd0f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x55f12e19bb6a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x55f12e195889 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55f12e17b37d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x55f12e1da610 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55f12dbc3e81 - checksum_helper::checksum_helper::tests::check_missing_respects_filters::h25cf9eefabcefa9f
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/checksum_helper.rs:911:9
[INFO] [stdout]   20:     0x55f12dbc4037 - checksum_helper::checksum_helper::tests::check_missing_respects_filters::{{closure}}::ha87a69c77a8313e9
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/checksum_helper.rs:892:40
[INFO] [stdout]   21:     0x55f12dbe3806 - core::ops::function::FnOnce::call_once::h04e924591d00e056
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x55f12dc9048b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x55f12dc9048b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x55f12dca60f5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x55f12dca60f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x55f12dca60f5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x55f12dca60f5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x55f12dca60f5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x55f12dca60f5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x55f12dca60f5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x55f12dc7c8e4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x55f12dc7c8e4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x55f12dc801aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x55f12dc801aa - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   36:     0x55f12dc801aa - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x55f12dc801aa - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x55f12dc801aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x55f12e19083f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   41:     0x55f12e19083f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   42:     0x713f1afddaa4 - <unknown>
[INFO] [stdout]   43:     0x713f1b06aa34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- gather::test::filter_extension stdout ----
[INFO] [stdout] creating file file.txt
[INFO] [stdout] creating file vid.mp4
[INFO] [stdout] creating file subdir/foo.txt
[INFO] [stdout] creating file subdir/chksum.md5
[INFO] [stdout] creating file subdir/nested/bar.txt
[INFO] [stdout] creating file subdir/nested/vid.mov
[INFO] [stdout] creating file subdir/nested/nested/chksum.md5
[INFO] [stdout] creating file subdir/nested/nested/cgi.bin
[INFO] [stdout] creating file subdir/other/chksms.md5
[INFO] [stdout] creating file subdir/other/file.txt
[INFO] [stdout] 
[INFO] [stdout] thread 'gather::test::filter_extension' (89) panicked at checksum_helper/src/gather.rs:253:9:
[INFO] [stdout] assertion failed: `(left == right)`
[INFO] [stdout] 
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout]  FileTree{
[INFO] [stdout] [31m<  subdir/nested/nested/chksum.md5[0m
[INFO] [stdout]    subdir/chksum.md5
[INFO] [stdout] [32m>  subdir/nested/nested/chksum.md5[0m
[INFO] [stdout]    subdir/other/chksms.md5
[INFO] [stdout]  }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f12e1be432 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f12e1be432 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f12e1be432 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55f12e1be432 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55f12e1d017f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55f12e1d017f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55f12e188541 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55f12e188541 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55f12e195752 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55f12e19b64f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x55f12e19b4e1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x55f12dc906ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x55f12dc906ce - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55f12e19bd0f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x55f12e19bd0f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x55f12e19bb6a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x55f12e195889 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55f12e17b37d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x55f12e1da610 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55f12dbffc84 - checksum_helper::gather::test::filter_extension::hac6fd00a4998ecc4
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/gather.rs:253:9
[INFO] [stdout]   20:     0x55f12dbffe07 - checksum_helper::gather::test::filter_extension::{{closure}}::h1156eddeb669ceb9
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/gather.rs:242:26
[INFO] [stdout]   21:     0x55f12dbe3986 - core::ops::function::FnOnce::call_once::h1ae1c0dacb2277d4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x55f12dc9048b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x55f12dc9048b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x55f12dca60f5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x55f12dca60f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x55f12dca60f5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x55f12dca60f5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x55f12dca60f5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x55f12dca60f5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x55f12dca60f5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x55f12dc7c8e4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x55f12dc7c8e4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x55f12dc801aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x55f12dc801aa - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   36:     0x55f12dc801aa - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x55f12dc801aa - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x55f12dc801aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x55f12e19083f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   41:     0x55f12e19083f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   42:     0x713f1afddaa4 - <unknown>
[INFO] [stdout]   43:     0x713f1b06aa34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- gather::test::no_filter stdout ----
[INFO] [stdout] creating file file.txt
[INFO] [stdout] creating file vid.mp4
[INFO] [stdout] creating file subdir/foo.txt
[INFO] [stdout] creating file subdir/chksum.md5
[INFO] [stdout] creating file subdir/nested/bar.txt
[INFO] [stdout] creating file subdir/nested/vid.mov
[INFO] [stdout] creating file subdir/nested/nested/chksum.md5
[INFO] [stdout] creating file subdir/nested/nested/cgi.bin
[INFO] [stdout] creating file subdir/other/chksms.md5
[INFO] [stdout] creating file subdir/other/file.txt
[INFO] [stdout] 
[INFO] [stdout] thread 'gather::test::no_filter' (91) panicked at checksum_helper/src/gather.rs:210:9:
[INFO] [stdout] assertion failed: `(left == right)`
[INFO] [stdout] 
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout]  FileTree{
[INFO] [stdout] [31m<  vid.mp4[0m
[INFO] [stdout] [31m<  subdir/nested/vid.mov[0m
[INFO] [stdout] [31m<  subdir/nested/nested/chksum.md5[0m
[INFO] [stdout] [31m<  subdir/nested/nested/cgi.bin[0m
[INFO] [stdout] [31m<  subdir/nested/bar.txt[0m
[INFO] [stdout] [32m>  file.txt[0m
[INFO] [stdout]    subdir/chksum.md5
[INFO] [stdout] [31m<  subdir/other/file.txt[0m
[INFO] [stdout] [31m<  subdir/other/chksms.md5[0m
[INFO] [stdout]    subdir/foo.txt
[INFO] [stdout] [31m<  file.txt[0m
[INFO] [stdout] [32m>  subdir/nested/bar.txt[0m
[INFO] [stdout] [32m>  subdir/nested/nested/cgi.bin[0m
[INFO] [stdout] [32m>  subdir/nested/nested/chksum.md5[0m
[INFO] [stdout] [32m>  subdir/nested/vid.mov[0m
[INFO] [stdout] [32m>  subdir/other/chksms.md5[0m
[INFO] [stdout] [32m>  subdir/other/file.txt[0m
[INFO] [stdout] [32m>  vid.mp4[0m
[INFO] [stdout]  }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f12e1be432 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f12e1be432 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f12e1be432 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55f12e1be432 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55f12e1d017f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55f12e1d017f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55f12e188541 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55f12e188541 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55f12e195752 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55f12e19b64f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x55f12e19b4e1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x55f12dc906ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x55f12dc906ce - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55f12e19bd0f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x55f12e19bd0f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x55f12e19bb6a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x55f12e195889 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55f12e17b37d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x55f12e1da610 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55f12dc02224 - checksum_helper::gather::test::no_filter::hfe03173de9934116
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/gather.rs:210:9
[INFO] [stdout]   20:     0x55f12dc023b7 - checksum_helper::gather::test::no_filter::{{closure}}::he32c2be7bb01762d
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/gather.rs:204:19
[INFO] [stdout]   21:     0x55f12dbe3e56 - core::ops::function::FnOnce::call_once::h4761a7a7d40b07c9
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x55f12dc9048b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x55f12dc9048b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x55f12dca60f5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x55f12dca60f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x55f12dca60f5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x55f12dca60f5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x55f12dca60f5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x55f12dca60f5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x55f12dca60f5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x55f12dc7c8e4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x55f12dc7c8e4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x55f12dc801aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x55f12dc801aa - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   36:     0x55f12dc801aa - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x55f12dc801aa - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x55f12dc801aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x55f12e19083f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   41:     0x55f12e19083f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   42:     0x713f1afddaa4 - <unknown>
[INFO] [stdout]   43:     0x713f1b06aa34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- gather::test::gather_visit_no_filter stdout ----
[INFO] [stdout] creating file file.txt
[INFO] [stdout] creating file vid.mp4
[INFO] [stdout] creating file subdir/foo.txt
[INFO] [stdout] creating file subdir/chksum.md5
[INFO] [stdout] creating file subdir/nested/bar.txt
[INFO] [stdout] creating file subdir/nested/vid.mov
[INFO] [stdout] creating file subdir/nested/nested/chksum.md5
[INFO] [stdout] creating file subdir/nested/nested/cgi.bin
[INFO] [stdout] creating file subdir/other/chksms.md5
[INFO] [stdout] creating file subdir/other/file.txt
[INFO] [stdout] creating file abc/other.txt
[INFO] [stdout] creating file abc/boo.txt
[INFO] [stdout] actual:
[INFO] [stdout] start d0
[INFO] [stdout] file d0 "vid.mp4"
[INFO] [stdout] dir d0 "subdir"
[INFO] [stdout] file d0 "file.txt"
[INFO] [stdout] dir d0 "abc"
[INFO] [stdout] stop d0
[INFO] [stdout] start d1
[INFO] [stdout] file d1 "abc/boo.txt"
[INFO] [stdout] file d1 "abc/other.txt"
[INFO] [stdout] stop d1
[INFO] [stdout] start d1
[INFO] [stdout] dir d1 "subdir/nested"
[INFO] [stdout] file d1 "subdir/chksum.md5"
[INFO] [stdout] dir d1 "subdir/other"
[INFO] [stdout] file d1 "subdir/foo.txt"
[INFO] [stdout] stop d1
[INFO] [stdout] start d2
[INFO] [stdout] file d2 "subdir/other/file.txt"
[INFO] [stdout] file d2 "subdir/other/chksms.md5"
[INFO] [stdout] stop d2
[INFO] [stdout] start d2
[INFO] [stdout] file d2 "subdir/nested/vid.mov"
[INFO] [stdout] dir d2 "subdir/nested/nested"
[INFO] [stdout] file d2 "subdir/nested/bar.txt"
[INFO] [stdout] stop d2
[INFO] [stdout] start d3
[INFO] [stdout] file d3 "subdir/nested/nested/chksum.md5"
[INFO] [stdout] file d3 "subdir/nested/nested/cgi.bin"
[INFO] [stdout] stop d3
[INFO] [stdout] 
[INFO] [stdout] thread 'gather::test::gather_visit_no_filter' (90) panicked at checksum_helper/src/gather.rs:169:9:
[INFO] [stdout] assertion failed: `(left == right)`
[INFO] [stdout] 
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout]  start d0
[INFO] [stdout] [31m<file d0 "vid.mp4"[0m
[INFO] [stdout] [31m<dir d0 "subdir"[0m
[INFO] [stdout] [31m<file d0 "file.txt"[0m
[INFO] [stdout]  dir d0 "abc"
[INFO] [stdout] [32m>file d0 "file.txt"[0m
[INFO] [stdout] [32m>dir d0 "subdir"[0m
[INFO] [stdout] [32m>file d0 "vid.mp4"[0m
[INFO] [stdout]  stop d0
[INFO] [stdout]  start d1
[INFO] [stdout] [31m<file d1 "abc/boo.txt"[0m
[INFO] [stdout] [31m<file d1 "abc/other.txt"[0m
[INFO] [stdout] [31m<stop d1[0m
[INFO] [stdout] [31m<start d1[0m
[INFO] [stdout] [31m<dir d1 "subdir/nested"[0m
[INFO] [stdout]  file d1 "subdir/chksum.md5"
[INFO] [stdout] [31m<dir d1 "subdir/other"[0m
[INFO] [stdout]  file d1 "subdir/foo.txt"
[INFO] [stdout] [32m>dir d1 "subdir/nested"[0m
[INFO] [stdout] [32m>dir d1 "subdir/other"[0m
[INFO] [stdout]  stop d1
[INFO] [stdout]  start d2
[INFO] [stdout] [31m<file d2 "subdir/other/file.txt"[0m
[INFO] [stdout]  file d2 "subdir/other/chksms.md5"
[INFO] [stdout] [32m>file d2 "subdir/other/file.txt"[0m
[INFO] [stdout]  stop d2
[INFO] [stdout]  start d2
[INFO] [stdout] [31m<file d2 "subdir/nested/vid.mov"[0m
[INFO] [stdout] [31m<dir d2 "subdir/nested/nested"[0m
[INFO] [stdout]  file d2 "subdir/nested/bar.txt"
[INFO] [stdout] [32m>dir d2 "subdir/nested/nested"[0m
[INFO] [stdout] [32m>file d2 "subdir/nested/vid.mov"[0m
[INFO] [stdout]  stop d2
[INFO] [stdout]  start d3
[INFO] [stdout] [31m<file d3 "subdir/nested/nested/chksum.md5"[0m
[INFO] [stdout]  file d3 "subdir/nested/nested/cgi.bin"
[INFO] [stdout] [32m>file d3 "subdir/nested/nested/chksum.md5"[0m
[INFO] [stdout]  stop d3
[INFO] [stdout] [32m>start d1[0m
[INFO] [stdout] [32m>file d1 "abc/boo.txt"[0m
[INFO] [stdout] [32m>file d1 "abc/other.txt"[0m
[INFO] [stdout] [32m>stop d1[0m
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f12e1be432 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f12e1be432 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f12e1be432 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55f12e1be432 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55f12e1d017f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55f12e1d017f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55f12e188541 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55f12e188541 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55f12e195752 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55f12e19b64f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x55f12e19b4e1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x55f12dc906ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x55f12dc906ce - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55f12e19bd0f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x55f12e19bd0f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x55f12e19bb6a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x55f12e195889 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55f12e17b37d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x55f12e1da610 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55f12dc0141b - checksum_helper::gather::test::gather_visit_no_filter::h3f6e1cc64c4d8cf5
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/gather.rs:169:9
[INFO] [stdout]   20:     0x55f12dc01477 - checksum_helper::gather::test::gather_visit_no_filter::{{closure}}::h73ba75130a1b93bd
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/gather.rs:130:32
[INFO] [stdout]   21:     0x55f12dbe45c6 - core::ops::function::FnOnce::call_once::h892223e588572c93
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x55f12dc9048b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x55f12dc9048b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x55f12dca60f5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x55f12dca60f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x55f12dca60f5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x55f12dca60f5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x55f12dca60f5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x55f12dca60f5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x55f12dca60f5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x55f12dc7c8e4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x55f12dc7c8e4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x55f12dc801aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x55f12dc801aa - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   36:     0x55f12dc801aa - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x55f12dc801aa - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x55f12dc801aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x55f12e19083f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   41:     0x55f12e19083f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   42:     0x713f1afddaa4 - <unknown>
[INFO] [stdout]   43:     0x713f1b06aa34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- gather::test::filter_dir stdout ----
[INFO] [stdout] creating file file.txt
[INFO] [stdout] creating file vid.mp4
[INFO] [stdout] creating file subdir/foo.txt
[INFO] [stdout] creating file subdir/chksum.md5
[INFO] [stdout] creating file subdir/nested/bar.txt
[INFO] [stdout] creating file subdir/nested/vid.mov
[INFO] [stdout] creating file subdir/nested/nested/chksum.md5
[INFO] [stdout] creating file subdir/nested/nested/cgi.bin
[INFO] [stdout] creating file subdir/other/chksms.md5
[INFO] [stdout] creating file subdir/other/file.txt
[INFO] [stdout] 
[INFO] [stdout] thread 'gather::test::filter_dir' (88) panicked at checksum_helper/src/gather.rs:281:9:
[INFO] [stdout] assertion failed: `(left == right)`
[INFO] [stdout] 
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout]  FileTree{
[INFO] [stdout] [31m<  vid.mp4[0m
[INFO] [stdout] [31m<  subdir/nested/vid.mov[0m
[INFO] [stdout] [31m<  subdir/nested/nested/chksum.md5[0m
[INFO] [stdout] [31m<  subdir/nested/nested/cgi.bin[0m
[INFO] [stdout] [31m<  subdir/nested/bar.txt[0m
[INFO] [stdout] [32m>  file.txt[0m
[INFO] [stdout]    subdir/chksum.md5
[INFO] [stdout]    subdir/foo.txt
[INFO] [stdout] [31m<  file.txt[0m
[INFO] [stdout] [32m>  subdir/nested/bar.txt[0m
[INFO] [stdout] [32m>  subdir/nested/nested/cgi.bin[0m
[INFO] [stdout] [32m>  subdir/nested/nested/chksum.md5[0m
[INFO] [stdout] [32m>  subdir/nested/vid.mov[0m
[INFO] [stdout] [32m>  vid.mp4[0m
[INFO] [stdout]  }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f12e1be432 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f12e1be432 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f12e1be432 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55f12e1be432 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55f12e1d017f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55f12e1d017f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55f12e188541 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55f12e188541 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55f12e195752 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55f12e19b64f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x55f12e19b4e1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x55f12dc906ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x55f12dc906ce - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55f12e19bd0f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x55f12e19bd0f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x55f12e19bb6a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x55f12e195889 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55f12e17b37d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x55f12e1da610 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55f12dbfec14 - checksum_helper::gather::test::filter_dir::hb2785a195ee9a769
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/gather.rs:281:9
[INFO] [stdout]   20:     0x55f12dbfef57 - checksum_helper::gather::test::filter_dir::{{closure}}::had37fda4e976f3d2
[INFO] [stdout]                                at /opt/rustwide/workdir/checksum_helper/src/gather.rs:270:20
[INFO] [stdout]   21:     0x55f12dbe5006 - core::ops::function::FnOnce::call_once::hd7066c6af6bfa3b6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x55f12dc9048b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x55f12dc9048b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x55f12dca60f5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x55f12dca60f5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x55f12dca60f5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   27:     0x55f12dca60f5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   28:     0x55f12dca60f5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x55f12dca60f5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x55f12dca60f5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x55f12dc7c8e4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x55f12dc7c8e4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   33:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   34:     0x55f12dc801aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x55f12dc801aa - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   36:     0x55f12dc801aa - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   37:     0x55f12dc801aa - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x55f12dc801aa - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   39:     0x55f12dc801aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x55f12e19083f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   41:     0x55f12e19083f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   42:     0x713f1afddaa4 - <unknown>
[INFO] [stdout]   43:     0x713f1b06aa34 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     checksum_helper::tests::check_missing_dir_missing_completely
[INFO] [stdout]     checksum_helper::tests::check_missing_no_hashed_files
[INFO] [stdout]     checksum_helper::tests::check_missing_respects_filters
[INFO] [stdout]     checksum_helper::tests::check_missing_with_hashed_files
[INFO] [stdout]     gather::test::filter_dir
[INFO] [stdout]     gather::test::filter_extension
[INFO] [stdout]     gather::test::gather_visit_no_filter
[INFO] [stdout]     gather::test::no_filter
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 79 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p checksum_helper --lib`
[INFO] running `Command { std: "docker" "inspect" "ce0e9e985414d5e280c6e9c2e616e4d5eeb01ef34b38fd4fce80291d50dc372c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce0e9e985414d5e280c6e9c2e616e4d5eeb01ef34b38fd4fce80291d50dc372c", kill_on_drop: false }`
[INFO] [stdout] ce0e9e985414d5e280c6e9c2e616e4d5eeb01ef34b38fd4fce80291d50dc372c
