[INFO] cloning repository https://github.com/jakekaplan/fence
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jakekaplan/fence" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakekaplan%2Ffence", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakekaplan%2Ffence'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 96c507aa40ab0369ff696f7bdf2ccbd556b54a6e
[INFO] testing jakekaplan/fence against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakekaplan%2Ffence" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jakekaplan/fence
[INFO] finished tweaking git repo https://github.com/jakekaplan/fence
[INFO] tweaked toml for git repo https://github.com/jakekaplan/fence written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jakekaplan/fence on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jakekaplan/fence already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded globset v0.4.18
[INFO] [stderr]   Downloaded serde_ignored v0.1.14
[INFO] [stderr]   Downloaded ignore v0.4.25
[INFO] [stderr]   Downloaded insta v1.46.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 358cf8e34ec94a9ce9b71ce5b8573bd980c58255c5b45d2d2887574b6c5715f2
[INFO] running `Command { std: "docker" "start" "-a" "358cf8e34ec94a9ce9b71ce5b8573bd980c58255c5b45d2d2887574b6c5715f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "358cf8e34ec94a9ce9b71ce5b8573bd980c58255c5b45d2d2887574b6c5715f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "358cf8e34ec94a9ce9b71ce5b8573bd980c58255c5b45d2d2887574b6c5715f2", kill_on_drop: false }`
[INFO] [stdout] 358cf8e34ec94a9ce9b71ce5b8573bd980c58255c5b45d2d2887574b6c5715f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b13764b9b8f21a61f0de975a5929b28d4e89384ecefccecbc5956971c1bdb207
[INFO] running `Command { std: "docker" "start" "-a" "b13764b9b8f21a61f0de975a5929b28d4e89384ecefccecbc5956971c1bdb207", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling serde_ignored v0.1.14
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling loq_core v0.1.0-alpha.7 (/opt/rustwide/workdir/crates/loq_core)
[INFO] [stderr]    Compiling loq_fs v0.1.0-alpha.7 (/opt/rustwide/workdir/crates/loq_fs)
[INFO] [stderr]    Compiling loq v0.1.0-alpha.7 (/opt/rustwide/workdir/crates/loq_cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.61s
[INFO] running `Command { std: "docker" "inspect" "b13764b9b8f21a61f0de975a5929b28d4e89384ecefccecbc5956971c1bdb207", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b13764b9b8f21a61f0de975a5929b28d4e89384ecefccecbc5956971c1bdb207", kill_on_drop: false }`
[INFO] [stdout] b13764b9b8f21a61f0de975a5929b28d4e89384ecefccecbc5956971c1bdb207
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3749d83396784640bb4ba10cbe829c84d2aa236a8b847f3e59eb4693e084ac71
[INFO] running `Command { std: "docker" "start" "-a" "3749d83396784640bb4ba10cbe829c84d2aa236a8b847f3e59eb4693e084ac71", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling pest v2.8.5
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling zerocopy-derive v0.8.33
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling pest_meta v2.8.5
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling pest_generator v2.8.5
[INFO] [stderr]    Compiling pest_derive v2.8.5
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling insta v1.46.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling loq_core v0.1.0-alpha.7 (/opt/rustwide/workdir/crates/loq_core)
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling loq_fs v0.1.0-alpha.7 (/opt/rustwide/workdir/crates/loq_fs)
[INFO] [stderr]    Compiling loq v0.1.0-alpha.7 (/opt/rustwide/workdir/crates/loq_cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 28.80s
[INFO] running `Command { std: "docker" "inspect" "3749d83396784640bb4ba10cbe829c84d2aa236a8b847f3e59eb4693e084ac71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3749d83396784640bb4ba10cbe829c84d2aa236a8b847f3e59eb4693e084ac71", kill_on_drop: false }`
[INFO] [stdout] 3749d83396784640bb4ba10cbe829c84d2aa236a8b847f3e59eb4693e084ac71
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9bbcd74fec87564cf1ce2618209251724bb21df3ec6437efcf2460018832d639
[INFO] running `Command { std: "docker" "start" "-a" "9bbcd74fec87564cf1ce2618209251724bb21df3ec6437efcf2460018832d639", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/loq_cli-ed730edddfe02b74)
[INFO] [stdout] 
[INFO] [stdout] running 83 tests
[INFO] [stdout] test baseline::tests::baseline_report_is_empty ... ok
[INFO] [stdout] test baseline_shared::tests::build_temp_config_ignores_rules_without_path ... ok
[INFO] [stdout] test check::tests::collect_inputs_reports_stdin_error ... ok
[INFO] [stdout] test baseline::tests::capitalize_first_handles_empty ... ok
[INFO] [stdout] test baseline::tests::write_report_handles_removed_only ... ok
[INFO] [stdout] test check::tests::collect_inputs_stdin_only_no_default ... ok
[INFO] [stdout] test check::tests::collect_inputs_stdin_with_paths ... ok
[INFO] [stdout] test check::tests::handle_check_output_with_walk_errors ... ok
[INFO] [stdout] test check::tests::handle_check_output_default_mode_skips_skip_warnings ... ok
[INFO] [stdout] test config_edit::tests::add_update_remove_rule_flow ... ok
[INFO] [stdout] test check::tests::collect_inputs_mixed_paths_and_stdin ... ok
[INFO] [stdout] test check::tests::handle_check_output_verbose_mode_shows_skip_warnings ... ok
[INFO] [stdout] test config_edit::tests::add_rule_escapes_glob_metacharacters ... ok
[INFO] [stdout] test check::tests::handle_check_output_json_format ... ok
[INFO] [stdout] test config_edit::tests::collect_exact_path_rules_filters_non_exact_rules ... ok
[INFO] [stdout] test config_edit::tests::extract_paths_from_string ... ok
[INFO] [stdout] test config_edit::tests::default_document_has_expected_defaults ... ok
[INFO] [stdout] test config_edit::tests::normalize_display_path_strips_dot_slash ... ok
[INFO] [stdout] test config_edit::tests::is_exact_path_detects_globs ... ok
[INFO] [stdout] test config_edit::tests::unescape_glob_handles_adjacent_escaped_sequences ... ok
[INFO] [stdout] test config_edit::tests::extract_paths_from_array ... ok
[INFO] [stdout] test baseline_shared::tests::build_temp_config_keeps_glob_rules_only ... ok
[INFO] [stdout] test check::tests::handle_fs_error_returns_error_status ... ok
[INFO] [stdout] test init::tests::default_config_has_expected_values ... ok
[INFO] [stdout] test output::json::tests::binary_file_warning ... ok
[INFO] [stdout] test output::json::tests::fix_guidance_included_with_violations ... ok
[INFO] [stdout] test output::json::tests::fix_guidance_excluded_without_violations ... ok
[INFO] [stdout] test output::json::tests::missing_file_warning ... ok
[INFO] [stdout] test output::json::tests::violation_with_default_match ... ok
[INFO] [stdout] test output::json::tests::unreadable_file_warning ... ok
[INFO] [stdout] test output::json::tests::violation_with_rule_match ... ok
[INFO] [stdout] test output::json::tests::violations_sorted_by_path ... ok
[INFO] [stdout] test output::json::tests::walk_errors_included ... ok
[INFO] [stdout] test output::tests::format_number_hundreds ... ok
[INFO] [stdout] test output::tests::colorspec_helpers_build_correctly ... ok
[INFO] [stdout] test output::tests::format_number_millions ... ok
[INFO] [stdout] test config_edit::tests::collect_exact_path_rules_normalizes_dot_slash ... ok
[INFO] [stdout] test output::tests::format_number_small ... ok
[INFO] [stdout] test config_edit::tests::collect_exact_path_rules_unescapes_escaped_paths ... ok
[INFO] [stdout] test output::tests::write_block_single_line ... ok
[INFO] [stdout] test output::tests::write_finding_path_without_directory ... ok
[INFO] [stdout] test output::tests::write_finding_skip_binary ... ok
[INFO] [stdout] test output::tests::write_finding_skip_missing ... ok
[INFO] [stdout] test output::tests::write_finding_skip_unreadable ... ok
[INFO] [stdout] test output::tests::write_finding_violation ... ok
[INFO] [stdout] test output::tests::write_finding_violation_verbose_default_match ... ok
[INFO] [stdout] test output::tests::write_finding_violation_verbose_rule_match ... ok
[INFO] [stdout] test output::tests::write_guidance_preserves_trailing_newline ... ok
[INFO] [stdout] test output::tests::write_guidance_single_line ... ok
[INFO] [stdout] test output::tests::write_line_with_color ... ok
[INFO] [stdout] test output::tests::write_line_without_color ... ok
[INFO] [stdout] test output::tests::write_guidance_multiline ... ok
[INFO] [stdout] test output::tests::write_summary_all_passed ... ok
[INFO] [stdout] test output::tests::write_summary_single_violation ... ok
[INFO] [stdout] test output::tests::write_summary_with_violations ... ok
[INFO] [stdout] test output::tests::write_walk_errors_non_verbose ... ok
[INFO] [stdout] test output::tests::write_walk_errors_verbose ... ok
[INFO] [stdout] test relax::tests::apply_relax_changes_updates_and_adds_rules ... ok
[INFO] [stdout] test relax::tests::collect_violations_filters_and_normalizes ... ok
[INFO] [stdout] test output::json::tests::all_outcomes_counted ... ok
[INFO] [stdout] test relax::tests::write_report_formats_plural_summary ... ok
[INFO] [stdout] test tests::exit_status_to_exit_code ... ok
[INFO] [stdout] test tests::check_command_details_returns_none_for_non_check_commands ... ok
[INFO] [stdout] test output::tests::format_number_thousands ... ok
[INFO] [stdout] test output::tests::print_error_returns_error_status ... ok
[INFO] [stdout] test output::tests::write_block_multiline ... ok
[INFO] [stdout] test tests::normalize_args_preserves_literal_dash_after_double_dash ... ok
[INFO] [stdout] test tests::normalize_args_converts_stdin_dash_for_check ... ok
[INFO] [stdout] test tests::normalize_args_converts_stdin_dash_with_global_flags ... ok
[INFO] [stdout] test tighten::tests::tighten_report_is_empty ... ok
[INFO] [stdout] test relax::tests::write_report_formats_output ... ok
[INFO] [stdout] test tighten::tests::write_report_handles_removed_only ... ok
[INFO] [stdout] test tighten::tests::write_report_sorts_by_limit_and_summarizes ... ok
[INFO] [stdout] test config_edit::tests::unescape_glob_reverses_escape ... ok
[INFO] [stdout] test config_edit::tests::is_exact_path_handles_escaped_metacharacters ... ok
[INFO] [stdout] test check::tests::collect_inputs_empty_defaults_to_cwd ... ok
[INFO] [stdout] test baseline::tests::write_report_sorts_by_limit_and_summarizes ... ok
[INFO] [stdout] test init::tests::add_to_gitignore_skips_if_no_gitignore ... ok
[INFO] [stdout] test init::tests::add_to_gitignore_handles_empty_file ... ok
[INFO] [stdout] test init::tests::add_to_gitignore_creates_entry ... ok
[INFO] [stdout] test init::tests::add_to_gitignore_handles_no_trailing_newline ... ok
[INFO] [stdout] test init::tests::add_to_gitignore_skips_if_already_present ... ok
[INFO] [stdout] test baseline_shared::tests::scan_violations_does_not_include_temp_config_file ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 83 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/loq-af603de9be028b24)
[INFO] [stderr]      Running tests/baseline.rs (/opt/rustwide/target/debug/deps/baseline-9f3d57cfa583bb51)
[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 16 tests
[INFO] [stdout] test respects_exclude_patterns ... ok
[INFO] [stdout] test can_disable_gitignore ... ok
[INFO] [stdout] test creates_config_when_missing ... ok
[INFO] [stdout] test adds_rules_for_violations ... ok
[INFO] [stdout] test preserves_glob_rules ... ok
[INFO] [stdout] test threshold_flag ... ok
[INFO] [stdout] test respects_gitignore ... ok
[INFO] [stdout] test removes_rule_for_deleted_file ... ok
[INFO] [stdout] test respects_multiple_exclude_patterns ... ok
[INFO] [stdout] test updates_rule_if_file_grew ... ok
[INFO] [stdout] test no_changes_when_all_compliant ... ok
[INFO] [stdout] test handles_multiple_violations ... ok
[INFO] [stdout] test skips_files_covered_by_glob_rules ... ok
[INFO] [stdout] test updates_rule_if_file_shrunk ... ok
[INFO] [stdout] test rules_are_respected_after_baseline ... ok
[INFO] [stderr]      Running tests/baseline_rebaseline.rs (/opt/rustwide/target/debug/deps/baseline_rebaseline-a1cd117fab365b55)
[INFO] [stdout] test removes_rule_if_file_compliant ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test handles_deleted_files_alongside_new_violations ... ok
[INFO] [stdout] test multiple_files_shrink_to_different_sizes ... ok
[INFO] [stdout] test with_nested_directories ... ok
[INFO] [stdout] test adds_updates_and_removes_in_single_pass ... ok
[INFO] [stdout] test preserves_glob_rules_and_comments ... ok
[INFO] [stdout] test idempotent_when_no_changes ... ok
[INFO] [stderr]      Running tests/baseline_reset.rs (/opt/rustwide/target/debug/deps/baseline_reset-2c3141ceeec0efc8)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test updates_grown_files ... ok
[INFO] [stdout] test handles_mixed_changes ... ok
[INFO] [stdout] test combined_with_threshold ... ok
[INFO] [stdout] test preserves_comments_and_formatting ... ok
[INFO] [stdout] test only_affects_exact_path_rules ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-7bb0242cdd51afda)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test config_error_is_reported ... ok
[INFO] [stdout] test init_writes_config ... ok
[INFO] [stdout] test init_accepts_verbosity_flags ... ok
[INFO] [stdout] test init_adds_cache_to_gitignore ... ok
[INFO] [stdout] test init_does_not_duplicate_cache_in_gitignore ... ok
[INFO] [stdout] test init_fails_when_exists ... ok
[INFO] [stdout] test verbose_includes_skip_warnings ... ok
[INFO] [stdout] test check_explicit_files ... ok
[INFO] [stdout] test verbose_includes_rule ... ok
[INFO] [stdout] test check_allows_flags_after_paths ... ok
[INFO] [stdout] test check_reads_stdin_list ... ok
[INFO] [stdout] test default_check_success ... ok
[INFO] [stdout] test old_v1_cache_is_migrated_to_v2 ... ok
[INFO] [stdout] test verbose_shows_matched_rule_pattern ... ok
[INFO] [stdout] test missing_file_warns ... ok
[INFO] [stdout] test exit_code_error_on_violation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/escaped_paths.rs (/opt/rustwide/target/debug/deps/escaped_paths-10d379150ca62e1a)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test baseline_and_relax_roundtrip_with_literal_braces_path ... ok
[INFO] [stdout] test baseline_and_relax_roundtrip_with_literal_right_bracket_path ... ok
[INFO] [stdout] test baseline_updates_existing_escaped_rule_without_duplicates ... ok
[INFO] [stdout] test relax_matches_existing_escaped_rule_and_updates_it ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/relax.rs (/opt/rustwide/target/debug/deps/relax-5df9ac7df865c829)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test updates_existing_exact_rule ... ok
[INFO] [stdout] test adds_exact_override_for_glob ... ok
[INFO] [stdout] test creates_config_and_rule_when_missing ... ok
[INFO] [stdout] test orders_paths_and_applies_buffer_for_multiple_files ... ok
[INFO] [stdout] test exits_zero_when_no_violations ... ok
[INFO] [stderr]      Running tests/snapshots.rs (/opt/rustwide/target/debug/deps/snapshots-9e252446534cd215)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test all_ok ... ok
[INFO] [stdout] test empty_directory ... ok
[INFO] [stdout] test gitignore_respected ... ok
[INFO] [stdout] test fix_guidance_shown_on_violation ... ok
[INFO] [stdout] test binary_file_skipped ... ok
[INFO] [stdout] test json_output_one_violation ... ok
[INFO] [stdout] test multiple_rules ... ok
[INFO] [stdout] test baselined_file_passes ... ok
[INFO] [stdout] test json_output_all_ok ... ok
[INFO] [stdout] test nested_directories ... ok
[INFO] [stdout] test json_output_empty_directory ... ok
[INFO] [stdout] test no_config_uses_defaults ... ok
[INFO] [stdout] test json_output_pass_and_fail ... ok
[INFO] [stdout] test one_violation ... ok
[INFO] [stdout] test json_output_multiple_rules ... ok
[INFO] [stdout] test missing_file_explicit_arg ... ok
[INFO] [stdout] test stdin_file_list ... ok
[INFO] [stdout] test pass_and_fail ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tighten.rs (/opt/rustwide/target/debug/deps/tighten-0cd2338a1964378a)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test fails_on_invalid_config ... ok
[INFO] [stdout] test does_not_add_rules_for_new_violations ... ok
[INFO] [stdout] test removes_rule_when_file_compliant ... ok
[INFO] [stdout] test creates_config_when_missing ... ok
[INFO] [stdout] test tightens_when_file_shrinks ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/loq_core-1fc66267124a4f35)
[INFO] [stdout] test does_not_increase_when_file_grows ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test config::tests::built_in_defaults_matches_default ... ok
[INFO] [stdout] test config::tests::default_config_has_expected_values ... ok
[INFO] [stdout] test config::tests::format_toml_error_without_location ... ok
[INFO] [stdout] test config::tests::format_unknown_key_error_without_suggestion ... ok
[INFO] [stdout] test config::tests::glob_error_display_is_stable ... ok
[INFO] [stdout] test config::tests::invalid_glob_reports_error ... ok
[INFO] [stdout] test decide::tests::default_fallback_when_no_rule ... ok
[INFO] [stdout] test decide::tests::skip_when_no_default_and_no_rule ... ok
[INFO] [stdout] test parse::tests::extract_unknown_key_name_empty_returns_none ... ok
[INFO] [stdout] test parse::tests::find_key_location_finds_key ... ok
[INFO] [stdout] test config::tests::glob_star_does_not_cross_directories ... ok
[INFO] [stdout] test config::tests::init_template_has_rules ... ok
[INFO] [stdout] test parse::tests::fix_guidance_defaults_to_none ... ok
[INFO] [stdout] test parse::tests::fix_guidance_multiline_string ... ok
[INFO] [stdout] test parse::tests::find_key_location_not_found ... ok
[INFO] [stdout] test decide::tests::multi_path_rule_matches_any ... ok
[INFO] [stdout] test parse::tests::extract_unknown_key_name_with_array_index ... ok
[INFO] [stdout] test parse::tests::rule_path_accepts_array ... ok
[INFO] [stdout] test parse::tests::rule_parsed_correctly ... ok
[INFO] [stdout] test config::tests::pattern_list_no_match_returns_none ... ok
[INFO] [stdout] test parse::tests::line_col_from_offset_handles_newlines ... ok
[INFO] [stdout] test parse::tests::fix_guidance_parsed_correctly ... ok
[INFO] [stdout] test report::tests::fix_guidance_excluded_when_no_violations ... ok
[INFO] [stdout] test parse::tests::rule_path_array_single_element ... ok
[INFO] [stdout] test parse::tests::negative_max_lines_reports_error ... ok
[INFO] [stdout] test report::tests::summary_counts_each_file_once ... ok
[INFO] [stdout] test parse::tests::invalid_toml_reports_error ... ok
[INFO] [stdout] test parse::tests::unknown_key_without_location ... ok
[INFO] [stdout] test parse::tests::line_col_from_offset_out_of_bounds ... ok
[INFO] [stdout] test parse::tests::unknown_key_detection ... ok
[INFO] [stdout] test report::tests::fix_guidance_included_when_violations_exist ... ok
[INFO] [stdout] test report::tests::nolimit_is_skipped ... ok
[INFO] [stdout] test parse::tests::unknown_key_without_suggestion ... ok
[INFO] [stdout] test parse::tests::respect_gitignore_defaults_true ... ok
[INFO] [stdout] test report::tests::findings_sorted_by_overage ... ok
[INFO] [stdout] test decide::tests::rule_order_last_match_wins ... ok
[INFO] [stdout] test parse::tests::rule_path_accepts_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/loq_fs-bd325f572152fefd)
[INFO] [stdout] 
[INFO] [stdout] running 56 tests
[INFO] [stdout] test cache::tests::empty_cache_returns_none ... ok
[INFO] [stdout] test cache::tests::insert_and_get_binary ... ok
[INFO] [stdout] test cache::tests::mtime_mismatch_returns_none ... ok
[INFO] [stdout] test cache::tests::config_change_invalidates_cache ... ok
[INFO] [stdout] test cache::tests::no_save_when_unchanged ... ok
[INFO] [stdout] test cache::tests::save_and_load_roundtrip ... ok
[INFO] [stdout] test cache::tests::insert_and_get_text ... ok
[INFO] [stdout] test count::tests::count_multiple_lines_no_trailing_newline ... ok
[INFO] [stdout] test count::tests::count_no_trailing_newline ... ok
[INFO] [stdout] test count::tests::count_trailing_newline ... ok
[INFO] [stdout] test count::tests::binary_detection_first_chunk ... ok
[INFO] [stdout] test count::tests::cr_only_not_counted_as_line ... ok
[INFO] [stdout] test count::tests::crlf_line_endings_counted_by_lf ... ok
[INFO] [stdout] test count::tests::count_large_file_multiple_chunks ... ok
[INFO] [stdout] test cache::tests::old_cache_version_is_discarded_and_rebuilt_as_v2 ... ok
[INFO] [stdout] test cache::tests::hash_config_changes_with_default ... ok
[INFO] [stdout] test count::tests::unreadable_path_returns_unreadable ... ok
[INFO] [stdout] test count::tests::binary_detection_only_checks_first_chunk ... ok
[INFO] [stdout] test discover::tests::directory_named_loq_toml_is_ignored ... ok
[INFO] [stdout] test count::tests::count_multiple_lines ... ok
[INFO] [stdout] test count::tests::count_empty_file ... ok
[INFO] [stdout] test count::tests::mixed_line_endings ... ok
[INFO] [stdout] test discover::tests::finds_config_in_parent_dir ... ok
[INFO] [stdout] test stdin::tests::absolute_paths_preserved ... ok
[INFO] [stdout] test count::tests::missing_file_returns_missing ... ok
[INFO] [stdout] test stdin::tests::reads_stdin_list ... ok
[INFO] [stdout] test discover::tests::no_config_returns_none ... ok
[INFO] [stdout] test discover::tests::finds_config_in_current_dir ... ok
[INFO] [stdout] test tests::binary_and_unreadable_are_reported ... ok
[INFO] [stdout] test tests::missing_config_file_returns_error ... ok
[INFO] [stdout] test count::tests::count_large_file_no_trailing_newline ... ok
[INFO] [stdout] test tests::normalize_path_strips_leading_dot_slash ... ok
[INFO] [stdout] test walk::tests::exclude_pattern_filters_explicit_files ... ok
[INFO] [stdout] test walk::tests::expands_file_and_missing ... ok
[INFO] [stdout] test walk::tests::hardcoded_excludes_filter_explicit_loq_toml ... ok
[INFO] [stdout] test tests::explicit_file_bypasses_gitignore ... ok
[INFO] [stdout] test tests::one_over_limit_violates ... ok
[INFO] [stdout] test tests::gitignore_can_be_disabled ... ok
[INFO] [stdout] test tests::exactly_at_limit_passes ... ok
[INFO] [stdout] test tests::excluded_files_are_filtered_out ... ok
[INFO] [stdout] test tests::missing_files_reported ... ok
[INFO] [stdout] test tests::no_default_skips_files ... ok
[INFO] [stdout] test tests::explicit_files_bypass_gitignore_even_with_negation ... ok
[INFO] [stdout] test tests::directory_walk_respects_gitignore ... ok
[INFO] [stdout] test walk::tests::hardcoded_excludes_filter_loq_cache_dir ... ok
[INFO] [stdout] test walk::tests::exclude_pattern_filters_walked_files ... ok
[INFO] [stdout] test tests::gitignore_negation_works_in_directory_walk ... ok
[INFO] [stdout] test tests::exclude_pattern_with_globstar ... ok
[INFO] [stdout] test walk::tests::exclude_dotdir_pattern_without_leading_globstar ... ok
[INFO] [stdout] test walk::tests::includes_gitignored_when_disabled ... ok
[INFO] [stdout] test walk::tests::expands_directory ... ok
[INFO] [stdout] test walk::tests::hardcoded_excludes_filter_loq_toml ... ok
[INFO] [stdout] test walk::tests::respects_gitignore_when_enabled ... ok
[INFO] [stdout] test walk::tests::symlink_to_file_not_followed_by_default ... ok
[INFO] [stdout] test walk::tests::symlink_to_parent_dir_does_not_loop ... ok
[INFO] [stdout] test walk::tests::walk_errors_are_reported_for_unreadable_dirs ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- walk::tests::walk_errors_are_reported_for_unreadable_dirs stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'walk::tests::walk_errors_are_reported_for_unreadable_dirs' (2694) panicked at crates/loq_fs/src/walk/tests.rs:198:5:
[INFO] [stdout] expected walk errors for unreadable directory
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x650bcf5def72 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x650bcf5def72 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x650bcf5def72 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x650bcf5def72 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x650bcf5efb5a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x650bcf5efb5a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x650bcf5ab8f6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x650bcf5ab8f6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x650bcf5bdd99 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x650bcf5bdd99 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x650bcf5bdc31 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x650bcf12ed7e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x650bcf12ed7e - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x650bcf5be0c2 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x650bcf5be0c2 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x650bcf5bde8a - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x650bcf5b8949 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x650bcf59f2ad - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x650bcf5f946c - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x650bcf0962d8 - loq_fs::walk::tests::walk_errors_are_reported_for_unreadable_dirs::ha1c35dcf64b51867
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/loq_fs/src/walk/tests.rs:198:5
[INFO] [stdout]   20:     0x650bcf096317 - loq_fs::walk::tests::walk_errors_are_reported_for_unreadable_dirs::{{closure}}::ha8c4e3e0a9081c53
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/loq_fs/src/walk/tests.rs:172:50
[INFO] [stdout]   21:     0x650bcf0a9f06 - core::ops::function::FnOnce::call_once::hedb2b3ba97a5bd90
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x650bcf12eb3b - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x650bcf12eb3b - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x650bcf14254a - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x650bcf14254a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x650bcf14254a - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x650bcf14254a - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x650bcf14254a - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x650bcf14254a - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x650bcf14254a - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x650bcf11c9a4 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x650bcf11c9a4 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x650bcf120342 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x650bcf120342 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x650bcf120342 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x650bcf120342 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x650bcf120342 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x650bcf120342 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x650bcf120342 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x650bcf5b3a9f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   41:     0x650bcf5b3a9f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   42:     0x7deceddbfaa4 - <unknown>
[INFO] [stdout]   43:     0x7decede4ca64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     walk::tests::walk_errors_are_reported_for_unreadable_dirs
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 55 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p loq_fs --lib`
[INFO] running `Command { std: "docker" "inspect" "9bbcd74fec87564cf1ce2618209251724bb21df3ec6437efcf2460018832d639", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bbcd74fec87564cf1ce2618209251724bb21df3ec6437efcf2460018832d639", kill_on_drop: false }`
[INFO] [stdout] 9bbcd74fec87564cf1ce2618209251724bb21df3ec6437efcf2460018832d639
