[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 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fselenehyun%2Fisofence" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-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-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/selenehyun/isofence on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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] 16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34
[INFO] running `Command { std: "docker" "start" "16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34", 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" "16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34", 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" "16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling cow-utils v0.1.3
[INFO] [stderr]    Compiling oxc_estree v0.56.5
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling unicode-id-start v1.4.0
[INFO] [stderr]    Compiling assert-unchecked v0.1.2
[INFO] [stderr]    Compiling str_indices v0.4.4
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling ryu-js v1.0.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling oxc_index v3.1.0
[INFO] [stderr]    Compiling ropey v1.6.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling json-strip-comments v1.0.4
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling seize v0.5.1
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling papaya v0.2.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling oxc_allocator v0.56.5
[INFO] [stderr]    Compiling oxc_data_structures v0.56.5
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling ignore v0.4.25
[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 serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling oxc-miette v1.0.2
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling oxc_span v0.56.5
[INFO] [stderr]    Compiling oxc_diagnostics v0.56.5
[INFO] [stderr]    Compiling oxc_syntax v0.56.5
[INFO] [stderr]    Compiling oxc_regular_expression v0.56.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling oxc_ast v0.56.5
[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 50.64s
[INFO] running `Command { std: "docker" "inspect" "16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34", 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" "16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling tempfile v3.26.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 11.68s
[INFO] running `Command { std: "docker" "inspect" "16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34", 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" "16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/isofence-3717192015337701)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[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_config_files_jest ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_jest_dep ... ok
[INFO] [stdout] test config::tests::config_file_framework_override_jest ... ok
[INFO] [stdout] test config::tests::detect_from_config_files_vitest ... ok
[INFO] [stdout] test config::tests::config_file_framework_override_vitest ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_vitest_dep ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_vitest_scoped ... 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::detect_from_package_json_none_when_empty ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_jest_script ... 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_node_builtins ... ok
[INFO] [stdout] test config::tests::detect_from_package_json_vitest_wins_when_both_present ... ok
[INFO] [stdout] test config::tests::infer_framework_from_test_files_jest ... ok
[INFO] [stdout] test fix::path::tests::test_relative_path_index ... ok
[INFO] [stdout] test config::tests::infer_framework_from_test_files_none ... ok
[INFO] [stdout] test config::tests::infer_framework_from_test_files_vitest ... ok
[INFO] [stdout] test config::tests::detect_from_parent_package_jsons_monorepo ... ok
[INFO] [stdout] test config::tests::infer_framework_from_test_files_vitest_wins_mixed ... ok
[INFO] [stdout] test config::tests::is_allowed_node_modules ... 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_allowlist ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/isofence-d09503d6aa958c99)
[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-e590425be52efbee)
[INFO] [stdout] 
[INFO] [stdout] running 71 tests
[INFO] [stdout] test context::framework_mock_fn_name ... ok
[INFO] [stdout] test export_analysis::export_default_function ... ok
[INFO] [stdout] test export_analysis::arrow_function_export ... ok
[INFO] [stdout] test export_analysis::array_push_is_mutating ... ok
[INFO] [stdout] test export_analysis::exported_mutable_binding_is_mutating ... ok
[INFO] [stdout] test export_analysis::collection_mutation ... ok
[INFO] [stdout] test export_analysis::mixed_exports_classified_correctly ... ok
[INFO] [stdout] test export_analysis::mutating_export_function ... ok
[INFO] [stdout] test export_analysis::object_property_assignment_is_mutating ... ok
[INFO] [stdout] test export_analysis::no_mutable_bindings_all_safe ... ok
[INFO] [stdout] test export_analysis::safe_export_const ... ok
[INFO] [stdout] test export_analysis::reading_export_function ... ok
[INFO] [stdout] test export_analysis::reexport_is_unknown ... ok
[INFO] [stdout] test graph::effective_subgraph_basic ... ok
[INFO] [stdout] test graph::effective_subgraph_with_partial_mock ... ok
[INFO] [stdout] test graph::shortest_path_basic ... ok
[INFO] [stdout] test graph::effective_subgraph_with_full_mock ... ok
[INFO] [stdout] test graph::mock_cuts_transitive_chain ... ok
[INFO] [stdout] test context::rejects_non_test_files ... 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::handles_circular_references ... ok
[INFO] [stdout] test integration::mock_consensus_guard_skips_safe_reexport_barrel ... ok
[INFO] [stdout] test integration::hazard_reachability_dedup_preserves_distinct_modules ... ok
[INFO] [stdout] test context::detects_test_file_patterns ... FAILED
[INFO] [stdout] test integration::enum_spread_array_not_hazardous ... ok
[INFO] [stdout] test integration::mock_consensus_guard_does_not_drop_reexport_hazards ... ok
[INFO] [stdout] test integration::mock_consensus_skips_non_hazardous_module ... ok
[INFO] [stdout] test integration::exported_const_still_hazardous ... ok
[INFO] [stdout] test integration::mock_consensus_skips_module_under_test ... ok
[INFO] [stdout] test integration::module_under_test_in_tests_dir_no_fix ... ok
[INFO] [stdout] test integration::mock_consensus_transitive_no_fix ... ok
[INFO] [stdout] test integration::hazard_reachability_reset_modules_help_text ... ok
[INFO] [stdout] test integration::mock_consensus_keeps_hazardous_module_diagnostic ... ok
[INFO] [stdout] test integration::mock_consensus_keeps_unsafe_import_diagnostic ... ok
[INFO] [stdout] test integration::diagnostics_only_on_test_files ... ok
[INFO] [stdout] test integration::mock_consensus_direct_import_has_fix ... ok
[INFO] [stdout] test integration::mock_consensus_skips_safe_only_imports ... ok
[INFO] [stdout] test integration::reexport_from_safe_module_no_diagnostic ... ok
[INFO] [stdout] test integration::primitive_only_object_not_hazardous ... ok
[INFO] [stdout] test integration::namespace_import_reports_all_hazards ... ok
[INFO] [stdout] test integration::source_file_diagnostics_excluded_from_output ... ok
[INFO] [stdout] test integration::mock_consensus_help_changes_with_cleanup_signal ... ok
[INFO] [stdout] test integration::side_effect_import_no_fix ... ok
[INFO] [stdout] test integration::spread_config_object_not_hazardous ... ok
[INFO] [stdout] test integration::non_exported_const_not_hazardous ... ok
[INFO] [stdout] test integration::transitive_hazard_help_shows_category ... ok
[INFO] [stdout] test integration::safe_only_import_skips_diagnostic ... ok
[INFO] [stdout] test integration::transitive_hazard_help_references_hazardous_module ... ok
[INFO] [stdout] test parser::detects_partial_mock ... ok
[INFO] [stdout] test parser::extracts_jest_mocks ... ok
[INFO] [stdout] test parser::extracts_vitest_mocks ... ok
[INFO] [stdout] test parser::extracts_reexports ... ok
[INFO] [stdout] test integration::fix_idempotency_no_duplicate_mocks ... ok
[INFO] [stdout] test parser::full_mock_with_factory ... ok
[INFO] [stdout] test parser::safe_signals_after_each_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 parser::extracts_imports ... ok
[INFO] [stdout] test parser::parses_typescript ... ok
[INFO] [stdout] test integration::module_under_test_no_fix ... ok
[INFO] [stdout] test integration::mixed_direct_and_transitive ... ok
[INFO] [stdout] test parser::safe_signals_clear_all_mocks_detected ... ok
[INFO] [stdout] test integration::transitive_hazards_grouped_by_first_hop ... ok
[INFO] [stdout] test integration::non_exported_const_referenced_by_mutating_export ... ok
[INFO] [stdout] test integration::mutating_import_produces_diagnostic_with_details ... ok
[INFO] [stdout] test integration::transitive_hazard_not_fixable ... ok
[INFO] [stdout] test integration::reexport_from_hazardous_module_still_reported ... 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' (1688) 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:     0x62a9f0e408a1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a9f0e408a1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a9f0e408a1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62a9f0e408a1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62a9f0e576ca - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62a9f0e576ca - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x62a9f0e450dc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x62a9f0e450dc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x62a9f0e1c216 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62a9f0e1c216 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62a9f0e37589 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62a9f07f34b0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x62a9f07f34b0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62a9f0e378b2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x62a9f0e378b2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x62a9f0e1c2f4 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x62a9f0e13949 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62a9f0e1cebd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x62a9f0e57f4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62a9f0e57f12 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x62a9f07e3c76 - engine_test[2d328b7adedaea3e]::context::detects_test_file_patterns
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/engine_test.rs:42:9
[INFO] [stdout]   21:     0x62a9f07e0bc7 - engine_test[2d328b7adedaea3e]::context::detects_test_file_patterns::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/engine_test.rs:33:36
[INFO] [stdout]   22:     0x62a9f07df2c6 - <engine_test[2d328b7adedaea3e]::context::detects_test_file_patterns::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x62a9f07e67eb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62a9f07e67eb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x62a9f07f3e35 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x62a9f07f3e35 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x62a9f07f3e35 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   28:     0x62a9f07f3e35 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x62a9f07f3e35 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x62a9f07f3e35 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x62a9f07f3e35 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x62a9f07ee8e4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x62a9f07ee8e4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x62a9f07f6f82 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x62a9f07f6f82 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x62a9f07f6f82 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   37:     0x62a9f07f6f82 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x62a9f07f6f82 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x62a9f07f6f82 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x62a9f07f6f82 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x62a9f0e3f84f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   42:     0x62a9f0e3f84f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   43:     0x72bcb9c49aa4 - <unknown>
[INFO] [stdout]   44:     0x72bcb9cd6a64 - 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.33s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test engine_test`
[INFO] running `Command { std: "docker" "inspect" "16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34", kill_on_drop: false }`
[INFO] [stdout] 16ca6da3c6e07d245c43e532327d152a5172fab95427c64280a0a54faf444a34
