[INFO] cloning repository https://github.com/selenehyun/isofence
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/selenehyun/isofence" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fselenehyun%2Fisofence", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fselenehyun%2Fisofence'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 25fb7b00e39f98985c7671a3d7e55c334d2e6ab4
[INFO] testing selenehyun/isofence against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fselenehyun%2Fisofence" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/selenehyun/isofence
[INFO] finished tweaking git repo https://github.com/selenehyun/isofence
[INFO] tweaked toml for git repo https://github.com/selenehyun/isofence written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/selenehyun/isofence on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/selenehyun/isofence 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e4af57bf2522e338effd10289330c04dd8d82ac25ade3ff3d53ea44c52267dd6
[INFO] running `Command { std: "docker" "start" "-a" "e4af57bf2522e338effd10289330c04dd8d82ac25ade3ff3d53ea44c52267dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e4af57bf2522e338effd10289330c04dd8d82ac25ade3ff3d53ea44c52267dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4af57bf2522e338effd10289330c04dd8d82ac25ade3ff3d53ea44c52267dd6", kill_on_drop: false }`
[INFO] [stdout] e4af57bf2522e338effd10289330c04dd8d82ac25ade3ff3d53ea44c52267dd6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b303bcd070fbc4d36f8dab10d1526c53b7bcc53271ccaed72146aef9bfcd983
[INFO] running `Command { std: "docker" "start" "-a" "5b303bcd070fbc4d36f8dab10d1526c53b7bcc53271ccaed72146aef9bfcd983", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling oxc_estree v0.56.5
[INFO] [stderr]    Compiling cow-utils v0.1.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling assert-unchecked v0.1.2
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling oxc_allocator v0.56.5
[INFO] [stderr]    Compiling str_indices v0.4.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling unicode-id-start v1.4.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling ropey v1.6.1
[INFO] [stderr]    Compiling oxc_index v3.1.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling ryu-js v1.0.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling oxc_data_structures v0.56.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling seize v0.5.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling papaya v0.2.3
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling oxc-miette-derive v1.0.2
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling oxc_ast_macros v0.56.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling oxc-miette v1.0.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling oxc_span v0.56.5
[INFO] [stderr]    Compiling oxc_diagnostics v0.56.5
[INFO] [stderr]    Compiling oxc_regular_expression v0.56.5
[INFO] [stderr]    Compiling oxc_syntax v0.56.5
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling json-strip-comments v1.0.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling oxc_ast v0.56.5
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling oxc_resolver v6.0.2
[INFO] [stderr]    Compiling oxc_ecmascript v0.56.5
[INFO] [stderr]    Compiling oxc_parser v0.56.5
[INFO] [stderr]    Compiling isofence v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
[INFO] running `Command { std: "docker" "inspect" "5b303bcd070fbc4d36f8dab10d1526c53b7bcc53271ccaed72146aef9bfcd983", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b303bcd070fbc4d36f8dab10d1526c53b7bcc53271ccaed72146aef9bfcd983", kill_on_drop: false }`
[INFO] [stdout] 5b303bcd070fbc4d36f8dab10d1526c53b7bcc53271ccaed72146aef9bfcd983
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a83f6392650caed659abc8e6598571812c58f64c9bb4b7c22ec3807ec8397de
[INFO] running `Command { std: "docker" "start" "-a" "9a83f6392650caed659abc8e6598571812c58f64c9bb4b7c22ec3807ec8397de", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling insta v1.46.3
[INFO] [stderr]    Compiling isofence v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.36s
[INFO] running `Command { std: "docker" "inspect" "9a83f6392650caed659abc8e6598571812c58f64c9bb4b7c22ec3807ec8397de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a83f6392650caed659abc8e6598571812c58f64c9bb4b7c22ec3807ec8397de", kill_on_drop: false }`
[INFO] [stdout] 9a83f6392650caed659abc8e6598571812c58f64c9bb4b7c22ec3807ec8397de
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 278f5f1e4de1220cb7e3923e5c5c25b1778229809e55bc7f71c9a527aa0404d9
[INFO] running `Command { std: "docker" "start" "-a" "278f5f1e4de1220cb7e3923e5c5c25b1778229809e55bc7f71c9a527aa0404d9", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/isofence-e94ad11fc281f96b)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test config::tests::config_file_framework_override_jest ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_jest_script ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_none_when_empty ... ok
[INFO] [stdout] test config::tests::detect_framework_full_fallthrough ... ok
[INFO] [stdout] test config::tests::detect_from_config_files_vitest_workspace ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_vitest_scoped ... ok
[INFO] [stdout] test config::tests::detect_from_config_files_vitest ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_vitest_wins_when_both_present ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_jest_dep ... ok
[INFO] [stdout] test config::tests::config_file_framework_override_vitest ... ok
[INFO] [stdout] test config::tests::detect_from_config_files_jest ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_vitest_dep ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_vitest_script ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_jest_scoped ... ok
[INFO] [stdout] test config::tests::infer_framework_from_test_files_jest ... ok
[INFO] [stdout] test config::tests::infer_framework_from_test_files_vitest_wins_mixed ... ok
[INFO] [stdout] test config::tests::detect_from_parent_package_jsons_monorepo ... ok
[INFO] [stdout] test config::tests::infer_framework_from_test_files_vitest ... ok
[INFO] [stdout] test config::tests::infer_framework_from_test_files_none ... ok
[INFO] [stdout] test config::tests::is_allowed_node_modules ... ok
[INFO] [stdout] test fix::path::tests::test_relative_path_index ... ok
[INFO] [stdout] test config::tests::glob_match_single_star ... ok
[INFO] [stdout] test config::tests::glob_match_leading_double_star ... ok
[INFO] [stdout] test config::tests::glob_match_double_star_slash ... ok
[INFO] [stdout] test config::tests::is_allowed_node_builtins ... ok
[INFO] [stdout] test fix::path::tests::test_relative_path_basic ... ok
[INFO] [stdout] test fix::path::tests::test_relative_path_same_dir ... ok
[INFO] [stdout] test config::tests::is_allowed_allowlist ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/isofence-8ccc1225bc2eb63a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/engine_test.rs (/opt/rustwide/target/debug/deps/engine_test-6a36f6d27f5a38e0)
[INFO] [stdout] 
[INFO] [stdout] running 71 tests
[INFO] [stdout] test context::rejects_non_test_files ... ok
[INFO] [stdout] test export_analysis::export_default_function ... ok
[INFO] [stdout] test export_analysis::arrow_function_export ... ok
[INFO] [stdout] test export_analysis::collection_mutation ... ok
[INFO] [stdout] test export_analysis::exported_mutable_binding_is_mutating ... ok
[INFO] [stdout] test export_analysis::mutating_export_function ... ok
[INFO] [stdout] test context::framework_mock_fn_name ... ok
[INFO] [stdout] test export_analysis::no_mutable_bindings_all_safe ... ok
[INFO] [stdout] test export_analysis::object_property_assignment_is_mutating ... ok
[INFO] [stdout] test export_analysis::reading_export_function ... ok
[INFO] [stdout] test export_analysis::safe_pure_function ... ok
[INFO] [stdout] test export_analysis::shadowed_variable ... ok
[INFO] [stdout] test graph::diamond_dependency ... ok
[INFO] [stdout] test graph::effective_subgraph_skips_type_only ... ok
[INFO] [stdout] test graph::effective_subgraph_basic ... ok
[INFO] [stdout] test graph::effective_subgraph_with_full_mock ... ok
[INFO] [stdout] test export_analysis::reexport_is_unknown ... ok
[INFO] [stdout] test graph::shortest_path_basic ... ok
[INFO] [stdout] test graph::effective_subgraph_with_partial_mock ... ok
[INFO] [stdout] test graph::handles_circular_references ... ok
[INFO] [stdout] test graph::mock_cuts_transitive_chain ... ok
[INFO] [stdout] test export_analysis::safe_export_const ... ok
[INFO] [stdout] test export_analysis::array_push_is_mutating ... ok
[INFO] [stdout] test export_analysis::mixed_exports_classified_correctly ... ok
[INFO] [stdout] test integration::diagnostics_only_on_test_files ... ok
[INFO] [stdout] test integration::hazard_reachability_reset_modules_help_text ... ok
[INFO] [stdout] test integration::enum_spread_array_not_hazardous ... ok
[INFO] [stdout] test integration::mock_consensus_direct_import_has_fix ... ok
[INFO] [stdout] test integration::exported_const_still_hazardous ... ok
[INFO] [stdout] test integration::hazard_reachability_dedup_preserves_distinct_modules ... ok
[INFO] [stdout] test integration::mixed_direct_and_transitive ... ok
[INFO] [stdout] test integration::fix_idempotency_no_duplicate_mocks ... ok
[INFO] [stdout] test integration::mock_consensus_keeps_hazardous_module_diagnostic ... ok
[INFO] [stdout] test context::detects_test_file_patterns ... FAILED
[INFO] [stdout] test integration::mock_consensus_skips_module_under_test ... ok
[INFO] [stdout] test integration::mock_consensus_guard_does_not_drop_reexport_hazards ... ok
[INFO] [stdout] test integration::mock_consensus_keeps_unsafe_import_diagnostic ... ok
[INFO] [stdout] test integration::mock_consensus_skips_non_hazardous_module ... ok
[INFO] [stdout] test integration::mock_consensus_help_changes_with_cleanup_signal ... ok
[INFO] [stdout] test integration::module_under_test_in_tests_dir_no_fix ... ok
[INFO] [stdout] test integration::mock_consensus_guard_skips_safe_reexport_barrel ... ok
[INFO] [stdout] test integration::non_exported_const_not_hazardous ... ok
[INFO] [stdout] test integration::mock_consensus_transitive_no_fix ... ok
[INFO] [stdout] test integration::mock_consensus_skips_safe_only_imports ... ok
[INFO] [stdout] test integration::namespace_import_reports_all_hazards ... ok
[INFO] [stdout] test integration::primitive_only_object_not_hazardous ... ok
[INFO] [stdout] test integration::module_under_test_no_fix ... ok
[INFO] [stdout] test integration::source_file_diagnostics_excluded_from_output ... ok
[INFO] [stdout] test integration::side_effect_import_no_fix ... ok
[INFO] [stdout] test integration::non_exported_const_referenced_by_mutating_export ... ok
[INFO] [stdout] test integration::reexport_from_hazardous_module_still_reported ... ok
[INFO] [stdout] test integration::mutating_import_produces_diagnostic_with_details ... ok
[INFO] [stdout] test integration::spread_config_object_not_hazardous ... ok
[INFO] [stdout] test integration::transitive_hazard_help_shows_category ... ok
[INFO] [stdout] test parser::extracts_imports ... ok
[INFO] [stdout] test parser::detects_partial_mock ... ok
[INFO] [stdout] test parser::extracts_jest_mocks ... ok
[INFO] [stdout] test parser::extracts_reexports ... ok
[INFO] [stdout] test parser::full_mock_with_factory ... ok
[INFO] [stdout] test parser::parses_typescript ... ok
[INFO] [stdout] test parser::extracts_vitest_mocks ... ok
[INFO] [stdout] test parser::safe_signals_after_each_detected ... ok
[INFO] [stdout] test parser::safe_signals_clear_all_mocks_detected ... ok
[INFO] [stdout] test parser::safe_signals_ignores_non_vi_calls ... ok
[INFO] [stdout] test parser::safe_signals_jest_prefix_detected ... ok
[INFO] [stdout] test integration::transitive_hazard_help_references_hazardous_module ... ok
[INFO] [stdout] test integration::safe_only_import_skips_diagnostic ... ok
[INFO] [stdout] test integration::reexport_from_safe_module_no_diagnostic ... ok
[INFO] [stdout] test integration::transitive_hazard_not_fixable ... ok
[INFO] [stdout] test integration::transitive_hazards_grouped_by_first_hop ... ok
[INFO] [stdout] test integration::transitive_hazard_help_truncates_over_3 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- context::detects_test_file_patterns stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'context::detects_test_file_patterns' (47) panicked at tests/engine_test.rs:42:9:
[INFO] [stdout] assertion failed: is_test_file_path(&path("src/data.mock.ts"))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bc9ed86eb3a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bc9ed86eb3a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bc9ed86eb3a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5bc9ed86eb3a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5bc9ed88576a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5bc9ed88576a - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5bc9ed873572 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5bc9ed873572 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5bc9ed84addf - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5bc9ed84addf - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5bc9ed865cf9 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5bc9ed211cfc - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5bc9ed211cfc - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5bc9ed865f72 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5bc9ed865f72 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5bc9ed84aeca - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5bc9ed8425d9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5bc9ed84bbad - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5bc9ed885fac - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5bc9ed885f72 - core[35159d6ffb30e017]::panicking::panic
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5bc9ed2026c6 - engine_test[bb07976ce8ade913]::context::detects_test_file_patterns
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/engine_test.rs:42:9
[INFO] [stdout]   21:     0x5bc9ed1ff4c7 - engine_test[bb07976ce8ade913]::context::detects_test_file_patterns::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/engine_test.rs:33:36
[INFO] [stdout]   22:     0x5bc9ed1fdba6 - <engine_test[bb07976ce8ade913]::context::detects_test_file_patterns::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5bc9ed204fdb - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5bc9ed204fdb - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5bc9ed2127cb - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5bc9ed2127cb - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5bc9ed2127cb - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5bc9ed2127cb - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5bc9ed2127cb - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5bc9ed2127cb - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5bc9ed2127cb - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5bc9ed20d1a4 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5bc9ed20d1a4 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5bc9ed2153d2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5bc9ed2153d2 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5bc9ed2153d2 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5bc9ed2153d2 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5bc9ed2153d2 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5bc9ed2153d2 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5bc9ed2153d2 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5bc9ed86dbef - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   42:     0x5bc9ed86dbef - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x797e494ebaa4 - <unknown>
[INFO] [stdout]   44:     0x797e49578a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     context::detects_test_file_patterns
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 70 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test engine_test`
[INFO] running `Command { std: "docker" "inspect" "278f5f1e4de1220cb7e3923e5c5c25b1778229809e55bc7f71c9a527aa0404d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "278f5f1e4de1220cb7e3923e5c5c25b1778229809e55bc7f71c9a527aa0404d9", kill_on_drop: false }`
[INFO] [stdout] 278f5f1e4de1220cb7e3923e5c5c25b1778229809e55bc7f71c9a527aa0404d9
