[INFO] cloning repository https://github.com/poelzi/unicleaner
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/poelzi/unicleaner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoelzi%2Funicleaner", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoelzi%2Funicleaner'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0d1be15cb89237937d8aa8609c6941b273b957dc
[INFO] testing poelzi/unicleaner against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpoelzi%2Funicleaner" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/poelzi/unicleaner
[INFO] finished tweaking git repo https://github.com/poelzi/unicleaner
[INFO] tweaked toml for git repo https://github.com/poelzi/unicleaner written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/poelzi/unicleaner on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/poelzi/unicleaner 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-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 40c22520714d7b29f5166e678b602fe827c043abf7fe99b5001c9d0289f5222e
[INFO] running `Command { std: "docker" "start" "-a" "40c22520714d7b29f5166e678b602fe827c043abf7fe99b5001c9d0289f5222e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "40c22520714d7b29f5166e678b602fe827c043abf7fe99b5001c9d0289f5222e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40c22520714d7b29f5166e678b602fe827c043abf7fe99b5001c9d0289f5222e", kill_on_drop: false }`
[INFO] [stdout] 40c22520714d7b29f5166e678b602fe827c043abf7fe99b5001c9d0289f5222e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5692374de9fb6cee11c8e6978a263155df78991b793fc4c1ee27d7aedf8e0fce
[INFO] running `Command { std: "docker" "start" "-a" "5692374de9fb6cee11c8e6978a263155df78991b793fc4c1ee27d7aedf8e0fce", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling unicode-blocks v0.1.9
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml v1.0.3+spec-1.1.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling unicleaner v1.0.0-alpha1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.36s
[INFO] running `Command { std: "docker" "inspect" "5692374de9fb6cee11c8e6978a263155df78991b793fc4c1ee27d7aedf8e0fce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5692374de9fb6cee11c8e6978a263155df78991b793fc4c1ee27d7aedf8e0fce", kill_on_drop: false }`
[INFO] [stdout] 5692374de9fb6cee11c8e6978a263155df78991b793fc4c1ee27d7aedf8e0fce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 81ef1cf38339d5810b0e172f47c7bc333d9b2ff88a445e25c5fb7e8334aefa6c
[INFO] running `Command { std: "docker" "start" "-a" "81ef1cf38339d5810b0e172f47c7bc333d9b2ff88a445e25c5fb7e8334aefa6c", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.40
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]    Compiling serial_test v3.4.0
[INFO] [stderr]    Compiling test-case v3.3.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling unicleaner v1.0.0-alpha1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.10.0
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "81ef1cf38339d5810b0e172f47c7bc333d9b2ff88a445e25c5fb7e8334aefa6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81ef1cf38339d5810b0e172f47c7bc333d9b2ff88a445e25c5fb7e8334aefa6c", kill_on_drop: false }`
[INFO] [stdout] 81ef1cf38339d5810b0e172f47c7bc333d9b2ff88a445e25c5fb7e8334aefa6c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5ca36437a2a11e988e0cbaaabbfa55f50392c7a9654bf36652a7c4f25fc31c9e
[INFO] running `Command { std: "docker" "start" "-a" "5ca36437a2a11e988e0cbaaabbfa55f50392c7a9654bf36652a7c4f25fc31c9e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/unicleaner-49242a3d61bde05e)
[INFO] [stdout] 
[INFO] [stdout] running 197 tests
[INFO] [stdout] test cli::args::tests::test_args_default ... ok
[INFO] [stdout] test cli::args::tests::test_args_encoding_flag ... ok
[INFO] [stdout] test cli::args::tests::test_args_with_config ... ok
[INFO] [stdout] test cli::args::tests::test_args_validate_success ... ok
[INFO] [stdout] test cli::args::tests::test_color_option_auto ... ok
[INFO] [stdout] test cli::args::tests::test_args_no_color ... ok
[INFO] [stdout] test cli::args::tests::test_args_scan_with_paths ... ok
[INFO] [stdout] test cli::args::tests::test_color_option_conversion ... ok
[INFO] [stdout] test cli::args::tests::test_encoding_option_conversion ... ok
[INFO] [stdout] test cli::args::tests::test_color_option_default ... ok
[INFO] [stdout] test cli::args::tests::test_args_validate_jobs_zero ... ok
[INFO] [stdout] test cli::args::tests::test_color_option_always ... ok
[INFO] [stdout] test cli::args::tests::test_init_command ... ok
[INFO] [stdout] test cli::args::tests::test_color_option_never ... ok
[INFO] [stdout] test cli::args::tests::test_severity_level_conversion ... ok
[INFO] [stdout] test cli::output::tests::test_color_mode_always ... ok
[INFO] [stdout] test cli::output::tests::test_is_no_color_set ... ok
[INFO] [stdout] test cli::output::tests::test_color_mode_auto_with_no_color ... ok
[INFO] [stdout] test cli::output::tests::test_color_mode_never ... ok
[INFO] [stdout] test cli::args::tests::test_severity_default ... ok
[INFO] [stdout] test cli::args::tests::test_list_presets_command ... ok
[INFO] [stdout] test cli::args::tests::test_init_command_with_path ... ok
[INFO] [stdout] test config::presets::tests::test_get_preset_by_name ... ok
[INFO] [stdout] test config::presets::tests::test_preset_has_description ... ok
[INFO] [stdout] test config::presets::tests::test_presets_static ... ok
[INFO] [stdout] test config::parser::tests::test_parse_invalid_toml ... ok
[INFO] [stdout] test config::parser::tests::test_parse_config_with_custom_rules ... ok
[INFO] [stdout] test config::presets::tests::test_javascript_preset_exists ... ok
[INFO] [stdout] test config::presets::tests::test_preset_contains_basic_latin ... ok
[INFO] [stdout] test cli::args::tests::test_severity_flag ... ok
[INFO] [stdout] test config::presets::tests::test_python_preset_exists ... ok
[INFO] [stdout] test config::presets::tests::test_rust_preset_exists ... ok
[INFO] [stdout] test cli::args::tests::test_no_color_flag ... ok
[INFO] [stdout] test cli::args::tests::test_args_output_format ... ok
[INFO] [stdout] test config::rules::tests::test_file_rule_priority_ordering ... ok
[INFO] [stdout] test config::rules::tests::test_file_rule_matches_glob_pattern ... ok
[INFO] [stdout] test config::rules::tests::test_file_rule_matches_directory_pattern ... ok
[INFO] [stdout] test config::tests::test_allow_by_default_with_denied_code_points ... ok
[INFO] [stdout] test config::rules::tests::test_multiple_rules_for_same_file ... ok
[INFO] [stdout] test config::rules::tests::test_file_rule_with_allowed_ranges ... ok
[INFO] [stdout] test config::rules::tests::test_file_rule_with_denied_characters ... ok
[INFO] [stdout] test config::parser::tests::test_load_from_file ... ok
[INFO] [stdout] test config::rules::tests::test_file_rule_matches_exact_path ... ok
[INFO] [stdout] test config::tests::test_get_allowed_ranges_rule_with_empty_ranges ... ok
[INFO] [stdout] test config::tests::test_deny_by_default_rule_with_denied_code_points ... ok
[INFO] [stdout] test config::parser::tests::test_parse_minimal_config ... ok
[INFO] [stdout] test config::tests::test_deny_by_default_with_rule_allowlist ... ok
[INFO] [stdout] test config::parser::tests::test_parse_empty_config ... ok
[INFO] [stdout] test config::presets::tests::test_list_all_presets ... ok
[INFO] [stdout] test config::presets::tests::test_unknown_preset_returns_none ... ok
[INFO] [stdout] test config::parser::tests::test_parse_config_with_language_preset ... ok
[INFO] [stdout] test config::tests::test_get_allowed_ranges_invalid_preset ... ok
[INFO] [stdout] test config::tests::test_is_code_point_allowed_allow_by_default ... ok
[INFO] [stdout] test config::tests::test_get_allowed_ranges_with_preset ... ok
[INFO] [stdout] test config::tests::test_get_allowed_ranges_no_match ... ok
[INFO] [stdout] test config::tests::test_is_code_point_allowed_deny_by_default ... ok
[INFO] [stdout] test config::validation::tests::test_validate_unknown_preset ... ok
[INFO] [stdout] test config::tests::test_merge_combines_presets ... ok
[INFO] [stdout] test config::tests::test_merge_default_with_user_config ... ok
[INFO] [stdout] test config::tests::test_merge_handles_empty_user_config ... ok
[INFO] [stdout] test config::tests::test_merge_preserves_user_rules ... ok
[INFO] [stdout] test config::validation::tests::test_deny_by_default_deny_only_rule_allowed ... ok
[INFO] [stdout] test config::validation::tests::test_validate_circular_preset_references ... ok
[INFO] [stdout] test config::validation::tests::test_deny_by_default_rule_missing_ascii_rejected ... ok
[INFO] [stdout] test config::validation::tests::test_validate_conflicting_rules ... ok
[INFO] [stdout] test config::validation::tests::test_validate_empty_config ... ok
[INFO] [stdout] test config::validation::tests::test_validate_invalid_glob_pattern ... ok
[INFO] [stdout] test config::validation::tests::test_validate_invalid_unicode_range ... ok
[INFO] [stdout] test report::formatter::tests::test_format_human_no_violations ... ok
[INFO] [stdout] test report::formatter::tests::test_format_violations_non_verbose ... ok
[INFO] [stdout] test report::formatter::tests::test_format_severity ... ok
[INFO] [stdout] test report::json::tests::test_format_json_compact ... ok
[INFO] [stdout] test report::json::tests::test_format_json ... ok
[INFO] [stdout] test report::json::tests::test_json_with_errors ... ok
[INFO] [stdout] test report::formatter::tests::test_format_human_with_violations ... ok
[INFO] [stdout] test report::formatter::tests::test_format_violations_verbose ... ok
[INFO] [stdout] test report::markdown::tests::test_markdown_verbose ... ok
[INFO] [stdout] test report::markdown::tests::test_markdown_with_violations ... ok
[INFO] [stdout] test report::tests::test_exit_code_0_success ... ok
[INFO] [stdout] test config::validation::tests::test_validate_overlapping_ranges ... ok
[INFO] [stdout] test report::markdown::tests::test_markdown_no_violations ... ok
[INFO] [stdout] test report::tests::test_filter_by_severity ... ok
[INFO] [stdout] test report::markdown::tests::test_severity_badges ... ok
[INFO] [stdout] test report::tests::test_scan_result_passed ... ok
[INFO] [stdout] test report::tests::test_filter_by_severity_error_only ... ok
[INFO] [stdout] test report::tests::test_total_violations ... ok
[INFO] [stdout] test report::violation::tests::test_violation_creation ... ok
[INFO] [stdout] test report::violation::tests::test_scan_error_creation ... ok
[INFO] [stdout] test report::violation::tests::test_violation_with_context ... ok
[INFO] [stdout] test report::tests::test_exit_code_1_violations_with_errors ... ok
[INFO] [stdout] test report::violation::tests::test_violation_with_encoding ... ok
[INFO] [stdout] test report::tests::test_exit_code_3_errors_only ... ok
[INFO] [stdout] test report::violation::tests::test_violation_with_utf32_encoding ... ok
[INFO] [stdout] test scanner::encoding::tests::test_binary_detection_control_byte_ratio ... ok
[INFO] [stdout] test scanner::encoding::tests::test_decode_utf16_be_no_bom ... ok
[INFO] [stdout] test scanner::encoding::tests::test_decode_utf32_be_bad_length ... ok
[INFO] [stdout] test scanner::encoding::tests::test_decode_utf32_be_no_bom ... ok
[INFO] [stdout] test scanner::encoding::tests::test_decode_utf32_be_surrogate ... ok
[INFO] [stdout] test scanner::encoding::tests::test_decode_utf32_le_bad_length ... ok
[INFO] [stdout] test scanner::encoding::tests::test_decode_utf32_le_no_bom ... ok
[INFO] [stdout] test scanner::encoding::tests::test_decode_utf32_le_surrogate ... ok
[INFO] [stdout] test scanner::encoding::tests::test_detect_and_decode_unrecognizable ... ok
[INFO] [stdout] test scanner::encoding::tests::test_detect_decode_with_encoding_unrecognizable ... ok
[INFO] [stdout] test scanner::encoding::tests::test_detect_heuristic_tiny_input ... ok
[INFO] [stdout] test scanner::encoding::tests::test_detect_utf16_be_bom ... ok
[INFO] [stdout] test scanner::encoding::tests::test_detect_utf32_be_bom ... ok
[INFO] [stdout] test scanner::encoding::tests::test_detect_utf16_le_bom ... ok
[INFO] [stdout] test scanner::encoding::tests::test_detect_utf8 ... ok
[INFO] [stdout] test scanner::encoding::tests::test_detect_utf8_with_unicode ... ok
[INFO] [stdout] test scanner::encoding::tests::test_is_binary_empty ... ok
[INFO] [stdout] test scanner::encoding::tests::test_detect_encoding_convenience ... ok
[INFO] [stdout] test scanner::encoding::tests::test_is_binary_with_null_bytes ... ok
[INFO] [stdout] test scanner::encoding::tests::test_is_binary_with_text ... ok
[INFO] [stdout] test scanner::encoding::tests::test_detect_utf32_le_bom ... ok
[INFO] [stdout] test scanner::encoding::tests::test_text_file_not_falsely_binary ... ok
[INFO] [stdout] test scanner::parallel::tests::test_classify_error_io ... ok
[INFO] [stdout] test scanner::parallel::tests::test_classify_error_config ... ok
[INFO] [stdout] test scanner::parallel::tests::test_classify_error_permission_denied ... ok
[INFO] [stdout] test scanner::parallel::tests::test_error_type_rank_ordering ... ok
[INFO] [stdout] test scanner::parallel::tests::test_classify_error_encoding ... ok
[INFO] [stdout] test scanner::parallel::tests::test_classify_error_other ... ok
[INFO] [stdout] test scanner::parallel::tests::test_scan_parallel_multiple_errors_sorted ... ok
[INFO] [stdout] test scanner::encoding::tests::test_decode_utf16_le_no_bom ... ok
[INFO] [stdout] test report::markdown::tests::test_markdown_summary_table ... ok
[INFO] [stdout] test scanner::parallel::tests::test_scan_files_parallel_empty ... ok
[INFO] [stdout] test scanner::parallel::tests::test_scan_files_parallel_with_errors ... ok
[INFO] [stdout] test scanner::parallel::tests::test_scan_parallel_sorts_violations ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_column_is_char_based_not_byte ... ok
[INFO] [stdout] test scanner::file_scanner::tests::test_scan_clean_file ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_clean_content ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_combining_mark_position ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_byte_offset_field_populated ... ok
[INFO] [stdout] test scanner::file_scanner::tests::test_scan_file_returns_violations ... ok
[INFO] [stdout] test report::json::tests::test_json_deserialize ... ok
[INFO] [stdout] test scanner::parallel::tests::test_scan_files_parallel_clean ... ok
[INFO] [stdout] test scanner::parallel::tests::test_scan_files_parallel_with_violations ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_context_snippet_long_line ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_context_snippet_short_line ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_denied_code_points ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_deny_by_default_with_no_allowlist ... ok
[INFO] [stdout] test scanner::parallel::tests::test_scan_files_parallel_no_thread_count ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_deny_by_default_with_allowlist ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_is_allowed_by_policy_default ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_is_allowed_by_policy_with_ranges ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_zwj_position_inside_grapheme_cluster ... ok
[INFO] [stdout] test scanner::walker::tests::test_walk_config_max_depth ... ok
[INFO] [stdout] test scanner::walker::tests::test_walk_multiple_paths ... ok
[INFO] [stdout] test scanner::walker::tests::test_walk_directory ... ok
[INFO] [stdout] test scanner::walker::tests::test_walk_nonexistent_path ... ok
[INFO] [stdout] test unicode::blocks::tests::test_block_error_display ... ok
[INFO] [stdout] test scanner::walker::tests::test_walk_single_file ... ok
[INFO] [stdout] test unicode::blocks::tests::test_resolve_alias_ascii ... ok
[INFO] [stdout] test unicode::blocks::tests::test_resolve_alias_cjk ... ok
[INFO] [stdout] test unicode::blocks::tests::test_resolve_alias_emoji ... ok
[INFO] [stdout] test unicode::blocks::tests::test_resolve_alias_hebrew ... ok
[INFO] [stdout] test unicode::blocks::tests::test_resolve_case_insensitive_lowercase ... ok
[INFO] [stdout] test unicode::blocks::tests::test_resolve_case_insensitive_uppercase ... ok
[INFO] [stdout] test unicode::blocks::tests::test_resolve_hebrew ... ok
[INFO] [stdout] test unicode::blocks::tests::test_resolve_official_name ... ok
[INFO] [stdout] test unicode::blocks::tests::test_registry_has_all_blocks ... ok
[INFO] [stdout] test unicode::categories::tests::test_ascii_never_flagged ... ok
[INFO] [stdout] test unicode::blocks::tests::test_resolve_alias_latin1 ... ok
[INFO] [stdout] test unicode::categories::tests::test_get_category ... ok
[INFO] [stdout] test unicode::blocks::tests::test_suggest_similar_names ... ok
[INFO] [stdout] test unicode::categories::tests::test_is_bidi_control ... ok
[INFO] [stdout] test unicode::blocks::tests::test_list_blocks_returns_all_sorted ... ok
[INFO] [stdout] test unicode::blocks::tests::test_list_blocks_filter_hebrew ... ok
[INFO] [stdout] test unicode::blocks::tests::test_resolve_unknown_block_returns_error ... ok
[INFO] [stdout] test unicode::categories::tests::test_is_invisible ... ok
[INFO] [stdout] test unicode::malicious::tests::test_detect_bidi_override ... ok
[INFO] [stdout] test unicode::malicious::tests::test_detect_zero_width_space ... ok
[INFO] [stdout] test unicode::malicious::tests::test_malicious_patterns_static ... ok
[INFO] [stdout] test unicode::malicious::tests::test_pattern_matches ... ok
[INFO] [stdout] test unicode::ranges::tests::test_boundary_values ... ok
[INFO] [stdout] test unicode::ranges::tests::test_intersects_reversed ... ok
[INFO] [stdout] test unicode::ranges::tests::test_intersects_self ... ok
[INFO] [stdout] test unicode::blocks::tests::test_list_blocks_first_is_basic_latin ... ok
[INFO] [stdout] test unicode::malicious::tests::test_malicious_patterns_coverage ... ok
[INFO] [stdout] test unicode::ranges::tests::test_merge_separate_ranges ... ok
[INFO] [stdout] test unicode::categories::tests::test_is_homoglyph_risk ... ok
[INFO] [stdout] test unicode::ranges::tests::test_merge_adjacent_ranges ... ok
[INFO] [stdout] test unicode::ranges::tests::test_merge_overlapping_ranges ... ok
[INFO] [stdout] test unicode::blocks::tests::test_list_blocks_filter_no_match ... ok
[INFO] [stdout] test unicode::ranges::tests::test_unicode_range_contains ... ok
[INFO] [stdout] test unicode::ranges::tests::test_unicode_range_intersects ... ok
[INFO] [stdout] test unicode::ranges::tests::test_unicode_range_merge ... ok
[INFO] [stdout] test unicode::ranges::tests::test_with_description ... ok
[INFO] [stdout] test unicode::ranges::tests::test_invalid_end_panics - should panic ... ok
[INFO] [stdout] test unicode::ranges::tests::test_invalid_range_panics - should panic ... ok
[INFO] [stdout] test unicode::ranges::tests::test_invalid_start_panics - should panic ... ok
[INFO] [stdout] test scanner::git_diff::tests::test_get_changed_files_modified_file ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_detect_bidi_override ... ok
[INFO] [stdout] test scanner::unicode_detector::tests::test_detect_zero_width_space ... ok
[INFO] [stdout] test scanner::git_diff::tests::test_get_changed_files_new_file ... ok
[INFO] [stdout] test scanner::git_diff::tests::test_is_git_repository ... ok
[INFO] [stdout] test scanner::git_diff::tests::test_no_changed_files ... ok
[INFO] [stdout] test scanner::git_diff::tests::test_filter_changed_files ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 197 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/unicleaner-ee6ded97e20c8ffd)
[INFO] [stderr]      Running tests/common.rs (/opt/rustwide/target/debug/deps/common-9147c7d52406efe9)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/coverage_args_tests.rs (/opt/rustwide/target/debug/deps/coverage_args_tests-55e0bedbf4c37e4b)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test test_command_clone_format_report ... ok
[INFO] [stdout] test test_command_clone_init ... ok
[INFO] [stdout] test test_output_spec_missing_colon ... ok
[INFO] [stdout] test test_command_clone_scan ... ok
[INFO] [stdout] test test_output_spec_parse_gitlab ... ok
[INFO] [stdout] test test_output_spec_parse_human ... ok
[INFO] [stdout] test test_output_spec_parse_json ... ok
[INFO] [stdout] test test_output_spec_parse_markdown ... ok
[INFO] [stdout] test test_output_spec_parse_md_alias ... ok
[INFO] [stdout] test test_output_spec_unknown_format ... ok
[INFO] [stdout] test test_output_spec_parse_github ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/coverage_encoding_tests.rs (/opt/rustwide/target/debug/deps/coverage_encoding_tests-a4c1821f09e5afa4)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_decode_utf32_le_bad_length ... ok
[INFO] [stdout] test test_detect_encoding_basic ... ok
[INFO] [stdout] test test_decode_utf32_le_surrogate ... ok
[INFO] [stdout] test test_detect_heuristic_tiny_input ... ok
[INFO] [stdout] test test_is_binary_empty ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/coverage_formatter_tests.rs (/opt/rustwide/target/debug/deps/coverage_formatter_tests-b94b8c35003f81ce)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_format_severity_with_color ... ok
[INFO] [stdout] test test_format_summary_with_errors ... ok
[INFO] [stdout] test test_format_violations_verbose_with_context ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/coverage_report_tests.rs (/opt/rustwide/target/debug/deps/coverage_report_tests-077f8607fce2302f)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test test_format_github ... ok
[INFO] [stdout] test test_format_gitlab ... ok
[INFO] [stdout] test test_format_human_quiet ... ok
[INFO] [stdout] test test_format_human ... ok
[INFO] [stdout] test test_format_markdown ... ok
[INFO] [stdout] test test_format_json ... ok
[INFO] [stdout] test test_format_json_quiet ... ok
[INFO] [stdout] test test_format_markdown_quiet ... ok
[INFO] [stdout] test test_passed_with_errors_only ... ok
[INFO] [stdout] test test_format_github_no_violations ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/coverage_validation_tests.rs (/opt/rustwide/target/debug/deps/coverage_validation_tests-d3e90b359e102431)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_validate_range_exceeds_max ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-ec713174814e3a27)
[INFO] [stdout] 
[INFO] [stdout] running 133 tests
[INFO] [stdout] test block_config_tests::test_backward_compat_allowed_ranges_only ... ok
[INFO] [stdout] test block_config_tests::test_allowed_blocks_basic_latin_accepts_ascii ... ok
[INFO] [stdout] test block_config_tests::test_allowed_blocks_and_ranges_union ... ok
[INFO] [stdout] test block_config_tests::test_allowed_blocks_alias_ascii ... ok
[INFO] [stdout] test config_tests::test_all_bench_targets_configured ... ok
[INFO] [stdout] test block_config_tests::test_multiple_allowed_blocks ... ok
[INFO] [stdout] test config_tests::test_always_deny_bidi_in_allow_by_default ... ok
[INFO] [stdout] test config_tests::test_config_missing_file_error ... ok
[INFO] [stdout] test block_config_tests::test_allowed_blocks_rejects_unknown_name ... ok
[INFO] [stdout] test config_tests::test_gitignore_does_not_list_cargo_lock ... ok
[INFO] [stdout] test config_tests::test_file_specific_rules ... ok
[INFO] [stdout] test config_tests::test_file_specific_rule_overrides_global ... ok
[INFO] [stdout] test config_tests::test_deny_by_default_behavior ... ok
[INFO] [stdout] test config_tests::test_allow_by_default_mode ... ok
[INFO] [stdout] test config_tests::test_load_nonexistent_config ... ok
[INFO] [stdout] test config_tests::test_config_auto_discovery ... ok
[INFO] [stdout] test config_tests::test_load_config_file ... ok
[INFO] [stdout] test config_tests::test_config_default_when_no_file ... ok
[INFO] [stdout] test config_tests::test_init_config_matches_parser_schema ... ok
[INFO] [stdout] test config_tests::test_init_generates_valid_config ... ok
[INFO] [stdout] test config_tests::test_invalid_config_handling ... ok
[INFO] [stdout] test config_tests::test_config_with_custom_allowed_ranges ... ok
[INFO] [stdout] test config_tests::test_denied_chars_override_allowed_ranges ... ok
[INFO] [stdout] test edge_cases::test_invalid_utf8_sequences ... ok
[INFO] [stdout] test edge_cases::test_empty_file ... ok
[INFO] [stdout] test edge_cases::test_file_with_null_bytes ... ok
[INFO] [stdout] test config_tests::test_example_config_loads_successfully ... ok
[INFO] [stdout] test config_tests::test_file_rule_glob_patterns ... ok
[INFO] [stdout] test edge_cases::test_bom_positions ... ok
[INFO] [stdout] test edge_cases::test_symlink_handling ... ok
[INFO] [stdout] test edge_cases::test_unusual_line_endings ... ok
[INFO] [stdout] test edge_cases::test_whitespace_only_file ... ok
[INFO] [stdout] test edge_cases::test_mixed_encoding_detection ... ok
[INFO] [stdout] test config_tests::test_config_changes_scan_behavior ... ok
[INFO] [stdout] test encoding_tests::test_encoding_detection_priority ... ok
[INFO] [stdout] test config_tests::test_multiple_language_presets ... ok
[INFO] [stdout] test encoding_tests::test_encoding_override_invalid_value_errors ... ok
[INFO] [stdout] test edge_cases::test_extremely_long_lines ... ok
[INFO] [stdout] test encoding_tests::test_utf16_be_with_malicious_homoglyph ... ok
[INFO] [stdout] test encoding_tests::test_mixed_encoding_files ... ok
[INFO] [stdout] test encoding_tests::test_utf16_with_malicious_unicode ... ok
[INFO] [stdout] test encoding_tests::test_utf32_with_malicious_unicode ... ok
[INFO] [stdout] test exit_codes::test_exit_code_constants ... ok
[INFO] [stdout] test encoding_tests::test_utf32_be_with_zwj ... ok
[INFO] [stdout] test exit_codes::test_scan_result_exit_code ... ok
[INFO] [stdout] test exit_codes::test_exit_codes_are_unique ... ok
[INFO] [stdout] test homoglyph_tests::test_all_homoglyph_fixtures_scannable ... ok
[INFO] [stdout] test homoglyph_tests::test_confusable_identifiers ... ok
[INFO] [stdout] test homoglyph_tests::test_fullwidth_character_detection ... ok
[INFO] [stdout] test encoding_tests::test_encoding_error_classification_on_decode_failure ... ok
[INFO] [stdout] test encoding_tests::test_encoding_override_utf16le ... ok
[INFO] [stdout] test encoding_tests::test_auto_scan_utf16le_no_bom_detects_zwsp ... ok
[INFO] [stdout] test encoding_tests::test_auto_scan_utf32be_bom_detects_zwsp ... ok
[INFO] [stdout] test homoglyph_tests::test_greek_homoglyph_detection ... ok
[INFO] [stdout] test homoglyph_tests::test_mathematical_character_detection ... ok
[INFO] [stdout] test normalization_tests::test_compatibility_character_detection ... ok
[INFO] [stdout] test normalization_tests::test_combining_mark_order ... ok
[INFO] [stdout] test normalization_tests::test_fullwidth_normalization ... ok
[INFO] [stdout] test normalization_tests::test_ligature_normalization ... ok
[INFO] [stdout] test homoglyph_tests::test_homoglyph_severity_levels ... ok
[INFO] [stdout] test normalization_tests::test_canonical_combining_reordering ... ok
[INFO] [stdout] test homoglyph_tests::test_mixed_script_detection ... ok
[INFO] [stdout] test encoding_tests::test_auto_scan_utf16le_bom_detects_zwsp ... ok
[INFO] [stdout] test normalization_tests::test_normalization_forms ... ok
[INFO] [stdout] test config_tests::test_config_loading_from_file ... ok
[INFO] [stdout] test homoglyph_tests::test_cyrillic_homoglyph_detection ... ok
[INFO] [stdout] test normalization_tests::test_normalization_fixtures_exist ... ok
[INFO] [stdout] test normalization_tests::test_normalized_denormalized_identifiers ... ok
[INFO] [stdout] test encoding_tests::test_auto_scan_utf16be_bom_detects_zwsp ... ok
[INFO] [stdout] test output_tests::test_jobs_zero_is_rejected ... ok
[INFO] [stdout] test output_tests::test_color_flag_always ... ok
[INFO] [stdout] test config_tests::test_language_preset_application ... ok
[INFO] [stdout] test output_tests::test_json_compact_with_quiet ... ok
[INFO] [stdout] test output_tests::test_no_color_env_variable ... ok
[INFO] [stdout] test output_tests::test_github_output_format ... ok
[INFO] [stdout] test output_tests::test_human_output_default ... ok
[INFO] [stdout] test output_tests::test_json_output_format ... ok
[INFO] [stdout] test perf_benchmarks::performance_tests::test_medium_file_performance ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_benchmarks::performance_tests::test_small_file_performance ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_benchmarks::performance_tests::test_unicode_heavy_performance ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_memory::memory_tests::test_large_file_memory_usage ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_memory::memory_tests::test_many_violations_memory ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_memory::memory_tests::test_no_memory_leak_on_repeated_scans ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_memory_limits::test_memory_many_violations ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_memory_limits::test_memory_single_large_file ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_memory_limits::test_memory_stable_across_multiple_scans ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_memory_limits::test_memory_under_500mb_for_large_repo ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_parallel_scaling::test_large_repo_parallel_performance ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_parallel_scaling::test_parallel_chunk_size_impact ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_parallel_scaling::test_parallel_faster_than_sequential ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_parallel_scaling::test_parallel_mixed_file_sizes ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_parallel_scaling::test_parallel_overhead_small_workload ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_parallel_scaling::test_rayon_cpu_utilization ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_parallel_scaling::test_thread_count_scaling ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_time_limits::time_limit_tests::test_1000_file_repo_under_5_seconds ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_time_limits::time_limit_tests::test_100_files_under_500ms ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test perf_time_limits::time_limit_tests::test_single_file_under_10ms ... ignored, perf test — unreliable on slow CI runners, run with: cargo test -- --ignored
[INFO] [stdout] test output_tests::test_json_output_is_valid ... ok
[INFO] [stdout] test regression::regression_tests::test_scanner_handles_consecutive_bidi_chars ... ok
[INFO] [stdout] test encoding_tests::test_auto_scan_utf32le_bom_detects_zwsp ... ok
[INFO] [stdout] test output_tests::test_json_schema_contract ... ok
[INFO] [stdout] test output_tests::test_gitlab_output_format ... ok
[INFO] [stdout] test scan_tests::test_scan_bidi_fixtures ... ok
[INFO] [stdout] test output_tests::test_pr_check_workflow_uses_valid_flags ... ok
[INFO] [stdout] test scan_tests::test_scan_clean_files ... ok
[INFO] [stdout] test output_tests::test_color_flag_never ... ok
[INFO] [stdout] test output_tests::test_no_color_flag ... ok
[INFO] [stdout] test scan_tests::test_scan_homoglyph_fixtures ... ok
[INFO] [stdout] test edge_cases::test_permission_denied ... FAILED
[INFO] [stdout] test config_tests::test_config_unreadable_file_error ... FAILED
[INFO] [stdout] test scan_tests::test_scan_zero_width_fixtures ... ok
[INFO] [stdout] test trojan_source_tests::test_bidi_isolate_detection::lri_hiding_attack ... ok
[INFO] [stdout] test trojan_source_tests::test_no_false_positives_on_clean_code ... ok
[INFO] [stdout] test trojan_source_tests::test_bidi_in_comments_vs_code ... ok
[INFO] [stdout] test trojan_source_tests::test_all_trojan_source_fixtures_detected ... ok
[INFO] [stdout] test trojan_source_tests::test_rlo_detection ... ok
[INFO] [stdout] test trojan_source_tests::test_bidi_isolate_detection::rli_reordering_attack ... ok
[INFO] [stdout] test trojan_source_tests::test_nested_bidi_overrides ... ok
[INFO] [stdout] test trojan_source_tests::test_bidi_isolate_detection::fsi_isolation_attack ... ok
[INFO] [stdout] test output_tests::test_verbose_flag ... ok
[INFO] [stdout] test zero_width_tests::test_no_false_positives_on_clean_code ... ok
[INFO] [stdout] test zero_width_tests::test_bom_in_middle_of_file ... ok
[INFO] [stdout] test zero_width_tests::test_combining_character_stacking ... ok
[INFO] [stdout] test zero_width_tests::test_zwnj_zwj_detection ... ok
[INFO] [stdout] test zero_width_tests::test_invisible_separator_detection ... ok
[INFO] [stdout] test diff_tests::test_diff_mode_accepts_file_path_and_scans_changed_file ... ok
[INFO] [stdout] test zero_width_tests::test_all_zero_width_fixtures_scannable ... ok
[INFO] [stdout] test zero_width_tests::test_zwsp_detection ... ok
[INFO] [stdout] test zero_width_tests::test_zero_width_in_identifiers ... ok
[INFO] [stdout] test output_tests::test_severity_filtering ... ok
[INFO] [stdout] test edge_cases::test_deep_directory_nesting ... ok
[INFO] [stdout] test output_tests::test_quiet_flag ... ok
[INFO] [stdout] test edge_cases::test_file_with_many_unicode_chars ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- edge_cases::test_permission_denied stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'edge_cases::test_permission_denied' (689) panicked at tests/integration/edge_cases.rs:140:5:
[INFO] [stdout] Should return error on permission denied
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d4de2017b4a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d4de2017b4a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d4de2017b4a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d4de2017b4a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d4de202ff2a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d4de202ff2a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d4de201dac2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d4de201dac2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d4de1ff3f3f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d4de1ff3f3f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d4de200eb19 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d4de1b4acec - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d4de1b4acec - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d4de200ed92 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d4de200ed92 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d4de1ff402a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d4de1feb6a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d4de1ff4e5d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d4de203088c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d4de1ae37a6 - integration::edge_cases::test_permission_denied::h036d66517ffc6573
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/edge_cases.rs:140:5
[INFO] [stdout]   20:     0x5d4de1ae37f7 - integration::edge_cases::test_permission_denied::{{closure}}::hbd362e03c2ded950
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/edge_cases.rs:113:28
[INFO] [stdout]   21:     0x5d4de1b24ca6 - core::ops::function::FnOnce::call_once::ha38e4aaded4b0faa
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5d4de1b3edcb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5d4de1b3edcb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x5d4de1b4b7bb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x5d4de1b4b7bb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x5d4de1b4b7bb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5d4de1b4b7bb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5d4de1b4b7bb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5d4de1b4b7bb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x5d4de1b4b7bb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x5d4de1b46ed4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x5d4de1b46ed4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5d4de1b4e3c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x5d4de1b4e3c2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x5d4de1b4e3c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5d4de1b4e3c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5d4de1b4e3c2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5d4de1b4e3c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x5d4de1b4e3c2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5d4de2016b7f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   41:     0x5d4de2016b7f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7a3416d3daa4 - <unknown>
[INFO] [stdout]   43:     0x7a3416dcaa64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- config_tests::test_config_unreadable_file_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'config_tests::test_config_unreadable_file_error' (347) panicked at tests/integration/config_tests.rs:513:5:
[INFO] [stdout] assertion `left == right` failed: Unreadable config should fail
[INFO] [stdout]   left: Some(0)
[INFO] [stdout]  right: Some(2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d4de2017b4a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d4de2017b4a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d4de2017b4a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d4de2017b4a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d4de202ff2a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d4de202ff2a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d4de201dac2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d4de201dac2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d4de1ff3f3f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d4de1ff3f3f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d4de200eb19 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d4de1b4acec - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d4de1b4acec - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d4de200ed92 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d4de200ed92 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d4de1ff3ff8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5d4de1feb6a9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d4de1ff4e5d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d4de203088c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d4de20307a3 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x5d4de1ae8d98 - core::panicking::assert_failed::h748ca6c240b6f222
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5d4de1b3a5ed - integration::config_tests::test_config_unreadable_file_error::hff27f6f5324a1aff
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/config_tests.rs:513:5
[INFO] [stdout]   22:     0x5d4de1b3a887 - integration::config_tests::test_config_unreadable_file_error::{{closure}}::hce49c76c59a8f06d
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/config_tests.rs:477:39
[INFO] [stdout]   23:     0x5d4de1b24596 - core::ops::function::FnOnce::call_once::h6e4343c8136540d6
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d4de1b3edcb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5d4de1b3edcb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5d4de1b4b7bb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5d4de1b4b7bb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5d4de1b4b7bb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5d4de1b4b7bb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5d4de1b4b7bb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5d4de1b4b7bb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5d4de1b4b7bb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5d4de1b46ed4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5d4de1b46ed4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5d4de1b4e3c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5d4de1b4e3c2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5d4de1b4e3c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5d4de1b4e3c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5d4de1b4e3c2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5d4de1b4e3c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5d4de1b4e3c2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5d4de2016b7f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5d4de2016b7f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7a3416d3daa4 - <unknown>
[INFO] [stdout]   45:     0x7a3416dcaa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     config_tests::test_config_unreadable_file_error
[INFO] [stdout]     edge_cases::test_permission_denied
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 111 passed; 2 failed; 20 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] running `Command { std: "docker" "inspect" "5ca36437a2a11e988e0cbaaabbfa55f50392c7a9654bf36652a7c4f25fc31c9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ca36437a2a11e988e0cbaaabbfa55f50392c7a9654bf36652a7c4f25fc31c9e", kill_on_drop: false }`
[INFO] [stdout] 5ca36437a2a11e988e0cbaaabbfa55f50392c7a9654bf36652a7c4f25fc31c9e
