[INFO] cloning repository https://github.com/jeryldev/patingin
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeryldev/patingin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeryldev%2Fpatingin", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeryldev%2Fpatingin'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 62f5b0d1d36a5c6cac38c5c5bacb520ea13cd398
[INFO] testing jeryldev/patingin against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeryldev%2Fpatingin" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jeryldev/patingin
[INFO] finished tweaking git repo https://github.com/jeryldev/patingin
[INFO] tweaked toml for git repo https://github.com/jeryldev/patingin written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jeryldev/patingin on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jeryldev/patingin 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustc-demangle v0.1.25
[INFO] [stderr]   Downloaded env_home v0.1.0
[INFO] [stderr]   Downloaded which v7.0.3
[INFO] [stderr]   Downloaded cc v1.2.27
[INFO] [stderr]   Downloaded hyper-util v0.1.14
[INFO] [stderr]   Downloaded clap v4.5.40
[INFO] [stderr]   Downloaded clap_derive v4.5.40
[INFO] [stderr]   Downloaded anyhow v1.0.98
[INFO] [stderr]   Downloaded reqwest v0.12.20
[INFO] [stderr]   Downloaded clap_builder v4.5.40
[INFO] [stderr]   Downloaded winsafe v0.0.19
[INFO] [stderr]   Downloaded rustls v0.23.28
[INFO] [stderr]   Downloaded libssh2-sys v0.3.1
[INFO] [stderr]   Downloaded tokio v1.45.1
[INFO] [stderr]   Downloaded libz-sys v1.1.22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc
[INFO] running `Command { std: "docker" "start" "810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libgit2-sys v0.17.0+1.8.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling git2 v0.19.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling h2 v0.4.10
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.20
[INFO] [stderr]    Compiling patingin v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] running `Command { std: "docker" "inspect" "810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling patingin v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.45s
[INFO] running `Command { std: "docker" "inspect" "810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/patingin-e1ec642727ae7c11)
[INFO] [stdout] 
[INFO] [stdout] running 92 tests
[INFO] [stdout] test cli::commands::review::review_command_tests::test_determine_diff_scope_default ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_determine_diff_scope_precedence ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_determine_diff_scope_staged ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_determine_diff_scope_since_commit ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_determine_diff_scope_uncommitted ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_multiple_violations_summary ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_output_human_readable_results_empty ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_handle_auto_fix_empty ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_output_human_readable_results ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_handle_auto_fix_no_fixable ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_output_json_results_empty_violations ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_show_fix_suggestions_no_auto_fixable ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_show_fix_suggestions_empty ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_output_json_results_structure ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_get_language_from_args_multiple_languages ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_count_patterns_by_severity ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_get_language_display_info ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_get_language_from_args_single_language ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_all_language_flags ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_show_fix_suggestions_with_auto_fixable ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_get_language_from_args_no_language ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_environment_needs_attention ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_environment_variables_check ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_config_directory_logic ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_config_path_construction ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_handle_auto_fix_with_fixable ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_perfect_environment ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_project_config_detection ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_environment_with_warnings ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_summary_calculation ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_project_detection_functionality ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_system_information_gathering ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_claude_code_detection ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_config_persistence ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_system_tools_detection ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_add_project_rule ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_disabled_rules_not_loaded ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_empty_config_loading ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_get_project_rules ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_describe_project ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_detect_current_rust_project ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_detect_javascript_project ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_git_status_check ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_remove_project_rule ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_detect_rust_project ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_fallback_to_directory_name ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_multi_language_project ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_package_root_detection ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_project_uses_language ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_git_root_detection ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_embedded_elixir_rules_load ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_embedded_javascript_rules_load ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_git_version_check ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_remote_check ... ok
[INFO] [stdout] test core::registry::tests::test_add_pattern_o1_lookup ... ok
[INFO] [stdout] test core::registry::tests::test_get_patterns_for_language_performance ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_load_all_embedded_rules ... ok
[INFO] [stdout] test core::registry::tests::test_load_custom_rules_integration ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_setup_in_temporary_directory ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_git_integration_creation ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_embedded_rules_yaml_format_validation ... ok
[INFO] [stdout] test core::registry::tests::test_rule_registry_creation ... ok
[INFO] [stdout] test core::registry::tests::test_search_patterns_functionality ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_embedded_rules_performance ... ok
[INFO] [stdout] test core::registry::tests::test_registry_scalability ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_detect_elixir_project ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_setup_run_basic ... ok
[INFO] [stdout] test external::fix_engine::fix_engine_tests::test_batch_fix_request_creation ... ok
[INFO] [stdout] test external::fix_engine::fix_engine_tests::test_create_fix_request ... ok
[INFO] [stdout] test external::fix_engine::fix_engine_tests::test_fix_engine_creation ... ok
[INFO] [stdout] test external::fix_engine::fix_engine_tests::test_generate_fix_summary ... ok
[INFO] [stdout] test external::fix_engine::fix_engine_tests::test_preview_batch_fixes ... ok
[INFO] [stdout] test git::git_diff_tests::test_diff_scope_commands ... ok
[INFO] [stdout] test git::git_diff_tests::test_empty_diff_handling ... ok
[INFO] [stdout] test git::git_diff_tests::test_git_diff_scope_detection ... ok
[INFO] [stdout] test git::git_diff_tests::test_parse_git_diff_basic ... ok
[INFO] [stdout] test git::git_diff_tests::test_parse_multiple_files_diff ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_rules_with_elixir_filter ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_filter_diff_by_language ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_rules_search ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_rules_basic_functionality ... ok
[INFO] [stdout] test core::review_engine::review_engine_tests::test_review_multiple_languages ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_rules_add_without_project_flag ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_rules_project_empty ... ok
[INFO] [stdout] test core::review_engine::review_engine_tests::test_review_diff_integration ... ok
[INFO] [stdout] test core::registry::tests::test_load_built_in_patterns ... ok
[INFO] [stdout] test core::review_engine::review_engine_tests::test_review_changed_lines_basic ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_filter_diff_by_language_no_match ... ok
[INFO] [stdout] test core::review_engine::review_engine_tests::test_create_review_summary ... ok
[INFO] [stdout] test core::review_engine::review_engine_tests::test_file_extension_language_detection ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_pre_compiled_regex_patterns ... ok
[INFO] [stdout] test core::review_engine::review_engine_tests::test_review_engine_performance ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.49s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/patingin-b771313fcd733734)
[INFO] [stdout] 
[INFO] [stdout] running 92 tests
[INFO] [stdout] test cli::commands::review::review_command_tests::test_determine_diff_scope_uncommitted ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_handle_auto_fix_no_fixable ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_handle_auto_fix_with_fixable ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_determine_diff_scope_since_commit ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_determine_diff_scope_default ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_determine_diff_scope_staged ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_handle_auto_fix_empty ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_output_human_readable_results_empty ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_output_human_readable_results ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_output_json_results_structure ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_show_fix_suggestions_empty ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_output_json_results_empty_violations ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_multiple_violations_summary ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_all_language_flags ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_get_language_display_info ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_get_language_from_args_no_language ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_show_fix_suggestions_with_auto_fixable ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_get_language_from_args_multiple_languages ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_show_fix_suggestions_no_auto_fixable ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_count_patterns_by_severity ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_determine_diff_scope_precedence ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_claude_code_detection ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_environment_needs_attention ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_environment_with_warnings ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_environment_variables_check ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_perfect_environment ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_project_config_detection ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_config_directory_logic ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_config_path_construction ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_get_language_from_args_single_language ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_git_version_check ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_system_information_gathering ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_project_detection_functionality ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_summary_calculation ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_add_project_rule ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_config_persistence ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_empty_config_loading ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_system_tools_detection ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_disabled_rules_not_loaded ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_remote_check ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_detect_current_rust_project ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_describe_project ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_git_status_check ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_detect_javascript_project ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_git_root_detection ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_fallback_to_directory_name ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_package_root_detection ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_project_uses_language ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_multi_language_project ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_embedded_elixir_rules_load ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_detect_rust_project ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_embedded_javascript_rules_load ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_remove_project_rule ... ok
[INFO] [stdout] test core::custom_rules::custom_rules_tests::test_get_project_rules ... ok
[INFO] [stdout] test core::registry::tests::test_add_pattern_o1_lookup ... ok
[INFO] [stdout] test core::registry::tests::test_get_patterns_for_language_performance ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_embedded_rules_yaml_format_validation ... ok
[INFO] [stdout] test core::project_detector::project_detector_tests::test_detect_elixir_project ... ok
[INFO] [stdout] test core::registry::tests::test_load_custom_rules_integration ... ok
[INFO] [stdout] test core::registry::tests::test_rule_registry_creation ... ok
[INFO] [stdout] test core::registry::tests::test_search_patterns_functionality ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_embedded_rules_performance ... ok
[INFO] [stdout] test core::registry::tests::test_registry_scalability ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_load_all_embedded_rules ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_setup_in_temporary_directory ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_git_integration_creation ... ok
[INFO] [stdout] test cli::commands::setup::setup_command_tests::test_setup_run_basic ... ok
[INFO] [stdout] test external::fix_engine::fix_engine_tests::test_batch_fix_request_creation ... ok
[INFO] [stdout] test external::fix_engine::fix_engine_tests::test_create_fix_request ... ok
[INFO] [stdout] test external::fix_engine::fix_engine_tests::test_fix_engine_creation ... ok
[INFO] [stdout] test external::fix_engine::fix_engine_tests::test_generate_fix_summary ... ok
[INFO] [stdout] test external::fix_engine::fix_engine_tests::test_preview_batch_fixes ... ok
[INFO] [stdout] test git::git_diff_tests::test_diff_scope_commands ... ok
[INFO] [stdout] test git::git_diff_tests::test_empty_diff_handling ... ok
[INFO] [stdout] test git::git_diff_tests::test_git_diff_scope_detection ... ok
[INFO] [stdout] test git::git_diff_tests::test_parse_git_diff_basic ... ok
[INFO] [stdout] test git::git_diff_tests::test_parse_multiple_files_diff ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_filter_diff_by_language ... ok
[INFO] [stdout] test core::registry::tests::embedded_rules_tests::test_pre_compiled_regex_patterns ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_rules_search ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_rules_add_without_project_flag ... ok
[INFO] [stdout] test cli::commands::review::review_command_tests::test_filter_diff_by_language_no_match ... ok
[INFO] [stdout] test core::review_engine::review_engine_tests::test_file_extension_language_detection ... ok
[INFO] [stdout] test core::review_engine::review_engine_tests::test_create_review_summary ... ok
[INFO] [stdout] test core::registry::tests::test_load_built_in_patterns ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_rules_project_empty ... ok
[INFO] [stdout] test core::review_engine::review_engine_tests::test_review_diff_integration ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_rules_with_elixir_filter ... ok
[INFO] [stdout] test core::review_engine::review_engine_tests::test_review_multiple_languages ... ok
[INFO] [stdout] test cli::commands::rules::rules_command_tests::test_rules_basic_functionality ... ok
[INFO] [stdout] test core::review_engine::review_engine_tests::test_review_changed_lines_basic ... ok
[INFO] [stderr]      Running tests/documentation_migration_validation.rs (/opt/rustwide/target/debug/deps/documentation_migration_validation-76587293c37ca053)
[INFO] [stdout] test core::review_engine::review_engine_tests::test_review_engine_performance ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 92 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.41s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_readme_uses_fix_not_auto_fix ... ok
[INFO] [stdout] test test_ai_integration_docs_use_fix_not_auto_fix ... ok
[INFO] [stdout] test test_setup_docs_use_fix_not_auto_fix ... ok
[INFO] [stdout] test test_workflows_docs_use_fix_not_auto_fix ... ok
[INFO] [stdout] test test_commands_docs_use_fix_not_auto_fix ... ok
[INFO] [stdout] test test_all_markdown_files_migration_complete ... ok
[INFO] [stdout] test test_interactive_fix_examples_are_present ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/documentation_validation.rs (/opt/rustwide/target/debug/deps/documentation_validation-5f7faa221958d886)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_supported_languages_match_implementation ... ok
[INFO] [stdout] test claude_code_detection_tests::test_claude_code_detection_methods ... ok
[INFO] [stdout] test test_actual_builtin_rules_count ... ok
[INFO] [stdout] test test_test_count_matches_docs ... ok
[INFO] [stdout] test test_rules_command_options ... ok
[INFO] [stdout] test test_actual_command_help_matches_docs ... ok
[INFO] [stdout] test test_performance_claims_are_reasonable ... ok
[INFO] [stdout] test test_review_command_options ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/error_handling_tests.rs (/opt/rustwide/target/debug/deps/error_handling_tests-ba76ac12a7f28818)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test test_claude_code_integration_with_missing_cli ... ok
[INFO] [stdout] test test_invalid_yaml_configuration_handling ... ok
[INFO] [stdout] test test_large_configuration_file_handling ... ok
[INFO] [stdout] test test_custom_rules_file_permissions ... ok
[INFO] [stdout] test test_concurrent_config_access ... ok
[INFO] [stdout] test test_non_existent_project_paths ... ok
[INFO] [stdout] test test_malformed_regex_patterns_in_custom_rules ... ok
[INFO] [stdout] test test_empty_git_repository_handling ... ok
[INFO] [stdout] test test_setup_command_with_missing_git ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/git_error_handling_tests.rs (/opt/rustwide/target/debug/deps/git_error_handling_tests-8d7483dcbd47052b)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_git_diff_with_non_git_directory ... ok
[INFO] [stdout] test test_git_diff_with_empty_repository ... ok
[INFO] [stdout] test test_git_diff_graceful_degradation ... ok
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-3c00dd3879a016d0)
[INFO] [stdout] test test_git_diff_with_invalid_commit_reference ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_claude_code_detection_scenarios ... ok
[INFO] [stdout] test test_git_diff_branch_vs_commit_real_execution ... ok
[INFO] [stdout] test test_line_by_line_violation_detection ... ok
[INFO] [stdout] test test_end_to_end_workflow_add_rule_find_violation ... ok
[INFO] [stdout] test test_git_integration_branch_detection ... ok
[INFO] [stdout] test test_review_command_with_no_violations ... ok
[INFO] [stdout] test test_review_command_json_output ... ok
[INFO] [stdout] test test_setup_command_git_repository_scenarios ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_tests_improved.rs (/opt/rustwide/target/debug/deps/integration_tests_improved-68c7f5c3a0b1ea7f)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_custom_rules_with_project_files ... ok
[INFO] [stdout] test test_review_existing_test_files ... FAILED
[INFO] [stdout] test test_real_project_violation_detection ... FAILED
[INFO] [stdout] test test_setup_command_in_real_project ... ok
[INFO] [stdout] test test_multi_language_project_detection ... ok
[INFO] [stderr] error: test failed, to rerun pass `--test integration_tests_improved`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_review_existing_test_files stdout ----
[INFO] [stdout] Error: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<std::io::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, std::io::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: integration_tests_improved::test_review_existing_test_files::{closure#0}
[INFO] [stdout]              at ./tests/integration_tests_improved.rs:100:5
[INFO] [stdout]    3: <core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    4: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    5: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]    6: tokio::task::coop::with_budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]    7: tokio::task::coop::budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]    8: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]    9: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   10: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   11: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   12: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   13: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:38
[INFO] [stdout]   14: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   15: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   16: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:17
[INFO] [stdout]   17: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   18: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   19: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   20: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}, core::result::Result<(), anyhow::Error>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   22: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   23: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   24: integration_tests_improved::test_review_existing_test_files
[INFO] [stdout]              at ./tests/integration_tests_improved.rs:124:7
[INFO] [stdout]   25: integration_tests_improved::test_review_existing_test_files::{closure#0}
[INFO] [stdout]              at ./tests/integration_tests_improved.rs:88:47
[INFO] [stdout]   26: <integration_tests_improved::test_review_existing_test_files::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   29: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   30: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   34: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   35: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   36: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   37: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   43: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   46: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47: <unknown>
[INFO] [stdout]   48: clone
[INFO] [stdout] 
[INFO] [stdout] ---- test_real_project_violation_detection stdout ----
[INFO] [stdout] Error: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<std::io::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, std::io::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: integration_tests_improved::test_real_project_violation_detection::{closure#0}
[INFO] [stdout]              at ./tests/integration_tests_improved.rs:31:5
[INFO] [stdout]    3: <core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    4: <core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>> as core::future::future::Future>::poll
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]    5: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:70
[INFO] [stdout]    6: tokio::task::coop::with_budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]    7: tokio::task::coop::budget::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]    8: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:733:25
[INFO] [stdout]    9: <tokio::runtime::scheduler::current_thread::Context>::enter::<core::task::poll::Poll<core::result::Result<(), anyhow::Error>>, <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   10: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:732:44
[INFO] [stdout]   11: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:68
[INFO] [stdout]   12: <tokio::runtime::context::scoped::Scoped<tokio::runtime::scheduler::Context>>::set::<<tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   13: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:38
[INFO] [stdout]   14: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::try_with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   15: <std::thread::local::LocalKey<tokio::runtime::context::Context>>::with::<tokio::runtime::context::set_scheduler<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>::{closure#0}, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>)>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   16: tokio::runtime::context::set_scheduler::<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core>, core::option::Option<core::result::Result<(), anyhow::Error>>), <tokio::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>::{closure#0}>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context.rs:176:17
[INFO] [stdout]   17: <tokio::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio::runtime::scheduler::current_thread::CoreGuard>::block_on<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>::{closure#0}, core::option::Option<core::result::Result<(), anyhow::Error>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:820:27
[INFO] [stdout]   18: <tokio::runtime::scheduler::current_thread::CoreGuard>::block_on::<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:720:24
[INFO] [stdout]   19: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   20: tokio::runtime::context::runtime::enter_runtime::<<tokio::runtime::scheduler::current_thread::CurrentThread>::block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>::{closure#0}, core::result::Result<(), anyhow::Error>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   21: <tokio::runtime::scheduler::current_thread::CurrentThread>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   22: <tokio::runtime::runtime::Runtime>::block_on_inner::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   23: <tokio::runtime::runtime::Runtime>::block_on::<core::pin::Pin<&mut dyn core::future::future::Future<Output = core::result::Result<(), anyhow::Error>>>>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.45.1/src/runtime/runtime.rs:330:18
[INFO] [stdout]   24: integration_tests_improved::test_real_project_violation_detection
[INFO] [stdout]              at ./tests/integration_tests_improved.rs:84:7
[INFO] [stdout]   25: integration_tests_improved::test_real_project_violation_detection::{closure#0}
[INFO] [stdout]              at ./tests/integration_tests_improved.rs:20:53
[INFO] [stdout]   26: <integration_tests_improved::test_real_project_violation_detection::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   29: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   30: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   31: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   34: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   35: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   36: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   37: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   39: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   40: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   43: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   44: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   46: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47: <unknown>
[INFO] [stdout]   48: clone
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_real_project_violation_detection
[INFO] [stdout]     test_review_existing_test_files
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc", kill_on_drop: false }`
[INFO] [stdout] 810666bc3ade2ecde6110e458a0ed5d0eda23af818735d211833957af1ca1acc
