[INFO] cloning repository https://github.com/KevinDoremy/SearchDeadCode
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KevinDoremy/SearchDeadCode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKevinDoremy%2FSearchDeadCode", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKevinDoremy%2FSearchDeadCode'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c2462a4fff4bad491f6a2da23f6ed2750bffb374
[INFO] testing KevinDoremy/SearchDeadCode 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%2FKevinDoremy%2FSearchDeadCode" "/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/KevinDoremy/SearchDeadCode
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/KevinDoremy/SearchDeadCode
[INFO] tweaked toml for git repo https://github.com/KevinDoremy/SearchDeadCode written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/KevinDoremy/SearchDeadCode 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/KevinDoremy/SearchDeadCode 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6
[INFO] running `Command { std: "docker" "start" "c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6", 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" "c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6" "/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" "c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6", 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" "c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling inotify v0.11.0
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling console v0.16.1
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling tree-sitter v0.22.6
[INFO] [stderr]    Compiling tree-sitter-kotlin v0.3.8
[INFO] [stderr]    Compiling tree-sitter-java v0.21.0
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling dialoguer v0.12.0
[INFO] [stderr]    Compiling indicatif v0.18.3
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling notify-debouncer-mini v0.7.0
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling toml v0.9.8
[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 clap_derive v4.5.49
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling clap_complete v4.5.61
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling searchdeadcode v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6", 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" "c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6" "/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 serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling assert_cmd v2.1.1
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling criterion-plot v0.8.1
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling searchdeadcode v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.1
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 46.41s
[INFO] running `Command { std: "docker" "inspect" "c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6", 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" "c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6" "/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.83s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/searchdeadcode-d93057f9578de295)
[INFO] [stdout] 
[INFO] [stdout] running 350 tests
[INFO] [stdout] test analysis::detectors::asynctask_usage::tests::test_coroutine_class_ok ... ok
[INFO] [stdout] test analysis::detectors::asynctask_usage::tests::test_asynctask_class_detected ... ok
[INFO] [stdout] test analysis::detectors::asynctask_usage::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::asynctask_usage::tests::test_regular_class_ok ... ok
[INFO] [stdout] test analysis::detectors::asynctask_usage::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_fetch_composable_detected ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_large_screen_detected ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_small_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_ui_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::deep::tests::test_deep_analyzer_creation ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_non_processing_method ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_processing_method ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_small_method_not_flagged ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_transform_method ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_with_min_chain_length ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_check_method_detected ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_small_method_ok ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_validate_method_detected ... ok
[INFO] [stdout] test analysis::detectors::deep_inheritance::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::deep_inheritance::tests::test_is_framework_class ... ok
[INFO] [stdout] test analysis::detectors::deep_inheritance::tests::test_shallow_inheritance ... ok
[INFO] [stdout] test analysis::detectors::deep_inheritance::tests::test_with_max_depth ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_different_files_not_duplicates ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_duplicate_confidence_is_high ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_finds_duplicate ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_finds_multiple_duplicates ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_no_duplicates ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_is_event_class ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_skips_ui_events ... ok
[INFO] [stdout] test analysis::detectors::global_mutable_state::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::global_mutable_state::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_validate_composable_detected ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_ignore_run_blocking ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_indicates_globalscope ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_indicates_runblocking ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_has_eventbus_annotation ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_detects_subscribe_annotation ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_clean_code_no_issues ... ok
[INFO] [stdout] test analysis::detectors::global_mutable_state::tests::test_is_kotlin_object ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_should_method_detected ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_class_inheriting_globalscope ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_is_test_file ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_method_with_runblocking_name ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_skips_test_files ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_method_with_globalscope_name ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_test_file_ok ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_non_coroutine_method_ok ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_detects_event_class ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_non_conditional_method_ok ... ok
[INFO] [stdout] test analysis::detectors::global_mutable_state::tests::test_object_without_vars ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::global_mutable_state::tests::test_is_public_mutable_var ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_fetch_method_detected ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_load_method_detected ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_small_method_ok ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_is_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_regular_class_not_flagged ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_with_max_dependencies ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_viewmodel_within_limits ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_dispatchdraw_method_detected ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_ondraw_method_detected ... ok
[INFO] [stdout] test analysis::detectors::ignored_return::tests::test_side_effect_functions ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_small_ondraw_ok ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::ignored_return::tests::test_pure_functions ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_viewmodel_too_many_parameters ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_custom_thresholds ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_is_direct_data_access ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_both_exceeded ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_unrelated_method_ok ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_with_max_properties ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_viewmodel_too_many_methods ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_with_max_methods ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_exceeds_limit ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_has_inject_annotation ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_small_class_ok ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_small_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_too_many_methods ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_ui_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_too_many_properties ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_inject_properties_excluded ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_with_max_lateinit ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_estimate_lines ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_within_limit ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_detail_screen_detected ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_load_composable_detected ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_profile_page_detected ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_long_method_detected ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_short_method_ok ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_with_max_lines ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_custom_threshold ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_is_lateinit ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::main_thread_database::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_instance_property_ok ... ok
[INFO] [stdout] test analysis::detectors::deep_inheritance::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_few_parameters_ok ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_inject_annotation_ok ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_with_max_parameters ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_too_many_parameters ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::main_thread_database::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::main_thread_database::tests::test_suspend_dao_method_ok ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_non_leak_prone_property ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_object_with_context_property ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_static_context_property ... ok
[INFO] [stdout] test analysis::detectors::main_thread_database::tests::test_blocking_dao_method_detected ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_with_max_repositories ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_in_viewmodel_higher_confidence ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_private_mutable_ok ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_non_mutable_property_ok ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_single_repository_ok ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_card_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_many_repositories_detected ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_with_usecase_ok ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_root_app_ok ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_navigation_setup_ok ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_large_fetch_method_detected ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_navhost_ok ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_home_screen_detected ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_large_load_method_detected ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_settings_page_detected ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_non_async_method_ok ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_normal_method_ok ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_small_method_ok ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_null_check_method_detected ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_unwrap_method_detected ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_foreach_method_large ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_java_ondraw_detected ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_normal_method_not_flagged ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_onmeasure_detected ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_small_ondraw_not_flagged ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_ondraw_detected ... ok
[INFO] [stdout] test analysis::detectors::prefer_isempty::tests::test_collections_only_mode ... ok
[INFO] [stdout] test analysis::detectors::prefer_isempty::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::prefer_isempty::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_onbindviewholder_detected ... ok
[INFO] [stdout] test analysis::detectors::prefer_isempty::tests::test_default_implementation ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_properties_only_mode ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_skip_const ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_skip_java_code ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_skip_lateinit ... ok
[INFO] [stdout] test analysis::detectors::redundant_override::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::redundant_parens::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::redundant_parens::tests::test_skip_returns_mode ... ok
[INFO] [stdout] test analysis::detectors::redundant_parens::tests::test_default_implementation ... ok
[INFO] [stdout] test analysis::detectors::redundant_parens::tests::test_skip_when_mode ... ok
[INFO] [stdout] test analysis::detectors::redundant_parens::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::redundant_this::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::redundant_this::tests::test_skip_accessors_mode ... ok
[INFO] [stdout] test analysis::detectors::redundant_this::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::redundant_this::tests::test_default_implementation ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_normal_method_ok ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_public_mutablestateflow_detected ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_kclass_method_detected ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_is_leak_prone_type ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_test_file_ok ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_contains_scope_function ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_reflect_method_detected ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_count_scope_functions_in_name ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_with_max_chain_length ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_simple_method_no_issues ... ok
[INFO] [stdout] test analysis::detectors::sealed_variant::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_no_implementation ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_strict_mode ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_multiple_implementations_ok ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_single_implementation_detected ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_should_skip_test_interfaces ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_composable_form_detected ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_non_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_composable_screen_detected ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_composable_helper_ok ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_small_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_class_with_companion_ok ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_intent_class_without_companion ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_prefs_class_without_companion ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_small_class_ok ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_method_with_chained_scope_functions ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_method_with_single_scope_function ... ok
[INFO] [stdout] test analysis::detectors::sealed_variant::tests::test_is_sealed ... ok
[INFO] [stdout] test analysis::detectors::sealed_variant::tests::test_is_sealed_subclass ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_stream_method_detected ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_read_method_detected ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_small_method_ok ... ok
[INFO] [stdout] test analysis::detectors::unused_param::tests::test_skip_underscore ... ok
[INFO] [stdout] test analysis::detectors::unused_param::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_activity_type_in_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_boolean_flag_with_toast_in_name_ok ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_class_ending_with_vm_is_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_unrelated_class_ok ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_cursor_method_detected ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_unrelated_method_ok ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_context_type_in_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::unused_param::tests::test_skip_framework_params ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_livedata_wrapper_ok ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_normal_property_ok ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_fragment_with_recyclerview_ok ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_nullable_view_type_in_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_recyclerview_type_in_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_stateflow_with_view_properties_ok ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_fragment_not_identified_as_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_view_outside_viewmodel_ok ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_strip_generics ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_textview_type_in_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_unrelated_method_ok ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_power_method_detected ... ok
[INFO] [stdout] test analysis::detectors::write_only::tests::test_skip_backing_fields ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_small_method_ok ... ok
[INFO] [stdout] test analysis::detectors::write_only::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::unused_intent_extra::tests::test_get_extra_pattern ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_wakelock_method_detected ... ok
[INFO] [stdout] test analysis::detectors::write_only::tests::test_skip_constants ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_analysis_to_issues ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_extract_dao_name_abstract_class ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_extract_dao_name_interface ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_analyze_write_only_dao ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_dao_is_write_only ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_extract_entity_type ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_get_write_only_daos ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_extract_method_name ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_analyze_read_write_dao ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_write_only_entities ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_analyze_write_only ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_analyze_read_write ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_contains_as_read ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_extract_key_with_spaces ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_multiple_keys ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_skip_sdk_keys ... ok
[INFO] [stdout] test analysis::enhanced::tests::test_enhanced_analyzer_creation ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_extract_string_literal_key ... ok
[INFO] [stdout] test analysis::entry_points::tests::test_is_entry_point_annotation ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_get_write_only_keys ... ok
[INFO] [stdout] test analysis::hybrid::tests::test_coverage_confirms_dead ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_extract_constant_key ... ok
[INFO] [stdout] test analysis::hybrid::tests::test_no_coverage_defaults_to_medium ... ok
[INFO] [stdout] test analysis::reachability::tests::test_analyzer_creation ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_parse_insert_annotation ... ok
[INFO] [stdout] test config::loader::tests::test_glob_match_path ... ok
[INFO] [stdout] test config::loader::tests::test_glob_match_prefix ... ok
[INFO] [stdout] test config::loader::tests::test_glob_match_suffix ... ok
[INFO] [stdout] test analysis::resources::tests::test_detector_creation ... ok
[INFO] [stdout] test config::loader::tests::test_default_config ... ok
[INFO] [stdout] test coverage::jacoco::tests::test_parse_simple_jacoco ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_parse_query_annotation ... ok
[INFO] [stdout] test analysis::detectors::unused_intent_extra::tests::test_put_extra_pattern ... ok
[INFO] [stdout] test discovery::file_finder::tests::test_file_type_is_source ... ok
[INFO] [stdout] test discovery::file_finder::tests::test_file_type_from_path ... ok
[INFO] [stdout] test graph::builder::tests::test_graph_builder_creation ... ok
[INFO] [stdout] test graph::declaration::tests::test_declaration_kind_display ... ok
[INFO] [stdout] test discovery::file_finder::tests::test_source_file_creation ... ok
[INFO] [stdout] test analysis::resources::tests::test_parse_strings_xml ... ok
[INFO] [stdout] test coverage::kover::tests::test_parse_kover_xml ... ok
[INFO] [stdout] test graph::reference::tests::test_reference_collector ... ok
[INFO] [stdout] test graph::reference::tests::test_reference_kind_is_read ... ok
[INFO] [stdout] test coverage::lcov::tests::test_parse_lcov ... ok
[INFO] [stdout] test graph::declaration::tests::test_is_android_entry_point ... ok
[INFO] [stdout] test graph::declaration::tests::test_matches_pattern ... ok
[INFO] [stdout] test graph::declaration::tests::test_visibility_from_java ... ok
[INFO] [stdout] test graph::reference::tests::test_reference_kind_is_write ... ok
[INFO] [stdout] test parser::java::tests::test_parse_simple_class ... ok
[INFO] [stdout] test graph::declaration::tests::test_visibility_from_kotlin ... ok
[INFO] [stdout] test parser::java::tests::test_parse_imports ... ok
[INFO] [stdout] test graph::reference::tests::test_qualified_name_parsing ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_layout_custom_view ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_layout_fragment ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_data_binding_variable ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_data_binding_import ... ok
[INFO] [stdout] test parser::xml::navigation::tests::test_parse_navigation_argument ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_tools_context ... ok
[INFO] [stdout] test parser::xml::manifest::tests::test_resolve_class_name ... ok
[INFO] [stdout] test parser::xml::manifest::tests::test_parse_manifest ... ok
[INFO] [stdout] test proguard::usage::tests::test_parse_constructor ... ok
[INFO] [stdout] test parser::xml::navigation::tests::test_parse_navigation_fragment ... ok
[INFO] [stdout] test proguard::report_generator::tests::test_generated_code_detection ... ok
[INFO] [stdout] test refactor::undo::tests::test_undo_script_creation ... ok
[INFO] [stdout] test proguard::usage::tests::test_parse_usage_txt ... ok
[INFO] [stdout] test report::aggregator::tests::test_category_mapping ... ok
[INFO] [stdout] test parser::kotlin::tests::test_parse_simple_class ... ok
[INFO] [stdout] test refactor::editor::tests::test_remove_lines ... ok
[INFO] [stdout] test report::colors::tests::test_bar_chart ... ok
[INFO] [stdout] test report::colors::tests::test_heavy_line ... ok
[INFO] [stdout] test refactor::undo::tests::test_undo_script_write ... ok
[INFO] [stdout] test refactor::editor::tests::test_remove_range ... ok
[INFO] [stdout] test report::compact::tests::test_path_truncation ... ok
[INFO] [stdout] test parser::kotlin::tests::test_parse_imports ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_data_binding_method_reference ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_data_binding_lambda_method_call ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_real_lapresse_layout ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_data_binding_multiple_methods ... ok
[INFO] [stdout] test analysis::cycles::tests::test_cycle_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_public_mutablelivedata_detected ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_small_load_method_ok ... ok
[INFO] [stdout] test parser::xml::menu::tests::test_parse_menu_action_view ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 350 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/searchdeadcode-74da24eaa2d662e2)
[INFO] [stdout] 
[INFO] [stdout] running 356 tests
[INFO] [stdout] test analysis::detectors::asynctask_usage::tests::test_asynctask_class_detected ... ok
[INFO] [stdout] test analysis::cycles::tests::test_cycle_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::asynctask_usage::tests::test_coroutine_class_ok ... ok
[INFO] [stdout] test analysis::detectors::asynctask_usage::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::asynctask_usage::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_large_screen_detected ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_small_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::asynctask_usage::tests::test_regular_class_ok ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_ui_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_validate_composable_detected ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_non_processing_method ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_small_method_not_flagged ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_transform_method ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_with_min_chain_length ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_check_method_detected ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_non_conditional_method_ok ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_small_method_ok ... ok
[INFO] [stdout] test analysis::detectors::deep_inheritance::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::deep_inheritance::tests::test_is_framework_class ... ok
[INFO] [stdout] test analysis::detectors::deep_inheritance::tests::test_with_max_depth ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_different_files_not_duplicates ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_no_duplicates ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_duplicate_confidence_is_high ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_is_event_class ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_skips_ui_events ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_finds_multiple_duplicates ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::duplicate_import::tests::test_finds_duplicate ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_detects_subscribe_annotation ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_validate_method_detected ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_detects_event_class ... ok
[INFO] [stdout] test analysis::detectors::global_mutable_state::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::deep_inheritance::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::eventbus_pattern::tests::test_has_eventbus_annotation ... ok
[INFO] [stdout] test analysis::detectors::global_mutable_state::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::deep_inheritance::tests::test_shallow_inheritance ... ok
[INFO] [stdout] test analysis::detectors::global_mutable_state::tests::test_is_kotlin_object ... ok
[INFO] [stdout] test analysis::detectors::global_mutable_state::tests::test_is_public_mutable_var ... ok
[INFO] [stdout] test analysis::detectors::global_mutable_state::tests::test_object_without_vars ... ok
[INFO] [stdout] test analysis::deep::tests::test_deep_analyzer_creation ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_class_inheriting_globalscope ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_clean_code_no_issues ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_ignore_run_blocking ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_indicates_globalscope ... ok
[INFO] [stdout] test analysis::detectors::collection_without_sequence::tests::test_processing_method ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_indicates_runblocking ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_is_test_file ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_method_with_runblocking_name ... ok
[INFO] [stdout] test analysis::detectors::complex_condition::tests::test_should_method_detected ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_method_with_globalscope_name ... ok
[INFO] [stdout] test analysis::detectors::business_logic_composable::tests::test_fetch_composable_detected ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_fetch_method_detected ... ok
[INFO] [stdout] test analysis::detectors::globalscope_usage::tests::test_skips_test_files ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_small_method_ok ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_non_coroutine_method_ok ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_test_file_ok ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_is_direct_data_access ... ok
[INFO] [stdout] test analysis::detectors::ignored_return::tests::test_side_effect_functions ... ok
[INFO] [stdout] test analysis::detectors::ignored_return::tests::test_pure_functions ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_is_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_viewmodel_too_many_parameters ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_dispatchdraw_method_detected ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_viewmodel_too_many_methods ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_with_max_dependencies ... ok
[INFO] [stdout] test analysis::detectors::hardcoded_dispatcher::tests::test_load_method_detected ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_ondraw_method_detected ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_small_ondraw_ok ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_viewmodel_within_limits ... ok
[INFO] [stdout] test analysis::detectors::heavy_viewmodel::tests::test_regular_class_not_flagged ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_both_exceeded ... ok
[INFO] [stdout] test analysis::detectors::init_ondraw::tests::test_unrelated_method_ok ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_has_inject_annotation ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_inject_properties_excluded ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_with_max_lateinit ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_exceeds_limit ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_small_class_ok ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_custom_thresholds ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_within_limit ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_detail_screen_detected ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_with_max_methods ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::lateinit_abuse::tests::test_is_lateinit ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_too_many_properties ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_with_max_properties ... ok
[INFO] [stdout] test analysis::detectors::large_class::tests::test_too_many_methods ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_profile_page_detected ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_load_composable_detected ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_ui_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_long_method_detected ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_short_method_ok ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_custom_threshold ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_with_max_lines ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::long_method::tests::test_estimate_lines ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::launchedeffect_without_key::tests::test_small_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_few_parameters_ok ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_inject_annotation_ok ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_with_max_parameters ... ok
[INFO] [stdout] test analysis::detectors::long_parameter_list::tests::test_too_many_parameters ... ok
[INFO] [stdout] test analysis::detectors::main_thread_database::tests::test_blocking_dao_method_detected ... ok
[INFO] [stdout] test analysis::detectors::main_thread_database::tests::test_suspend_dao_method_ok ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::main_thread_database::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_instance_property_ok ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_object_with_context_property ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_static_context_property ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_with_max_repositories ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_many_repositories_detected ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_with_usecase_ok ... ok
[INFO] [stdout] test analysis::detectors::main_thread_database::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::missing_usecase::tests::test_single_repository_ok ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_non_leak_prone_property ... ok
[INFO] [stdout] test analysis::detectors::memory_leak_risk::tests::test_is_leak_prone_type ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_in_viewmodel_higher_confidence ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_private_mutable_ok ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_public_mutablelivedata_detected ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_public_mutablestateflow_detected ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_home_screen_detected ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_settings_page_detected ... ok
[INFO] [stdout] test analysis::detectors::mutable_state_exposed::tests::test_non_mutable_property_ok ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_card_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_large_fetch_method_detected ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_navhost_ok ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_root_app_ok ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_normal_method_ok ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_java_ondraw_detected ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_large_load_method_detected ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_normal_method_not_flagged ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_non_async_method_ok ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_foreach_method_large ... ok
[INFO] [stdout] test analysis::detectors::nested_callback::tests::test_small_load_method_ok ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::navcontroller_passing::tests::test_navigation_setup_ok ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_null_check_method_detected ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_small_method_ok ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_ondraw_detected ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_onbindviewholder_detected ... ok
[INFO] [stdout] test analysis::detectors::prefer_isempty::tests::test_collections_only_mode ... ok
[INFO] [stdout] test analysis::detectors::nullability_overload::tests::test_unwrap_method_detected ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_onmeasure_detected ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_skip_const ... ok
[INFO] [stdout] test analysis::detectors::prefer_isempty::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::redundant_override::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_skip_lateinit ... ok
[INFO] [stdout] test analysis::detectors::redundant_parens::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::object_allocation_loop::tests::test_small_ondraw_not_flagged ... ok
[INFO] [stdout] test analysis::detectors::prefer_isempty::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::prefer_isempty::tests::test_default_implementation ... ok
[INFO] [stdout] test analysis::detectors::redundant_parens::tests::test_skip_returns_mode ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_properties_only_mode ... ok
[INFO] [stdout] test analysis::detectors::redundant_null_init::tests::test_skip_java_code ... ok
[INFO] [stdout] test analysis::detectors::redundant_parens::tests::test_default_implementation ... ok
[INFO] [stdout] test analysis::detectors::redundant_parens::tests::test_skip_when_mode ... ok
[INFO] [stdout] test analysis::detectors::redundant_parens::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::redundant_this::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::redundant_this::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::redundant_this::tests::test_default_implementation ... ok
[INFO] [stdout] test analysis::detectors::redundant_this::tests::test_skip_accessors_mode ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_kclass_method_detected ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_reflect_method_detected ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_test_file_ok ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_contains_scope_function ... ok
[INFO] [stdout] test analysis::detectors::reflection_overuse::tests::test_normal_method_ok ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_count_scope_functions_in_name ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_method_with_single_scope_function ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_with_max_chain_length ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_simple_method_no_issues ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_method_with_chained_scope_functions ... ok
[INFO] [stdout] test analysis::detectors::sealed_variant::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::sealed_variant::tests::test_is_sealed ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_should_skip_test_interfaces ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_strict_mode ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_single_implementation_detected ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_no_implementation ... ok
[INFO] [stdout] test analysis::detectors::sealed_variant::tests::test_is_sealed_subclass ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_composable_screen_detected ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::single_impl_interface::tests::test_multiple_implementations_ok ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_composable_form_detected ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_non_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_small_composable_ok ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_composable_helper_ok ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_prefs_class_without_companion ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_small_class_ok ... ok
[INFO] [stdout] test analysis::detectors::state_without_remember::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_unrelated_class_ok ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_read_method_detected ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_small_method_ok ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_stream_method_detected ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_class_with_companion_ok ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_cursor_method_detected ... ok
[INFO] [stdout] test analysis::detectors::unclosed_resource::tests::test_unrelated_method_ok ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_intent_class_without_companion ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::string_literal_duplication::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::scope_function_chaining::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::unused_param::tests::test_skip_underscore ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_activity_type_in_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_boolean_flag_with_toast_in_name_ok ... ok
[INFO] [stdout] test analysis::detectors::unused_param::tests::test_skip_framework_params ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_fragment_with_recyclerview_ok ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_livedata_wrapper_ok ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_context_type_in_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_normal_property_ok ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_nullable_view_type_in_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_strip_generics ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_stateflow_with_view_properties_ok ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::unused_param::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_view_outside_viewmodel_ok ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_textview_type_in_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_class_ending_with_vm_is_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_empty_graph ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_fragment_not_identified_as_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_power_method_detected ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_recyclerview_type_in_viewmodel ... ok
[INFO] [stdout] test analysis::detectors::view_logic_viewmodel::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_small_method_ok ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_unrelated_method_ok ... ok
[INFO] [stdout] test analysis::detectors::write_only::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::write_only::tests::test_skip_backing_fields ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_extract_dao_name_interface ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_extract_method_name ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_extract_entity_type ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_analyze_write_only_dao ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_analyze_read_write_dao ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_dao_is_write_only ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_parse_query_annotation ... ok
[INFO] [stdout] test analysis::detectors::wakelock_abuse::tests::test_wakelock_method_detected ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_analyze_read_write ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_analyze_write_only ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_detector_creation ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_contains_as_read ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_extract_string_literal_key ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_write_only_entities ... ok
[INFO] [stdout] test analysis::detectors::write_only::tests::test_skip_constants ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_parse_insert_annotation ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_analysis_to_issues ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_get_write_only_daos ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_extract_dao_name_abstract_class ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_extract_key_with_spaces ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_extract_constant_key ... ok
[INFO] [stdout] test analysis::resources::tests::test_parse_strings_xml ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_multiple_keys ... ok
[INFO] [stdout] test analysis::detectors::unused_intent_extra::tests::test_put_extra_pattern ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_skip_sdk_keys ... ok
[INFO] [stdout] test analysis::detectors::unused_intent_extra::tests::test_get_extra_pattern ... ok
[INFO] [stdout] test analysis::enhanced::tests::test_enhanced_analyzer_creation ... ok
[INFO] [stdout] test analysis::entry_points::tests::test_is_entry_point_annotation ... ok
[INFO] [stdout] test analysis::hybrid::tests::test_no_coverage_defaults_to_medium ... ok
[INFO] [stdout] test analysis::hybrid::tests::test_coverage_confirms_dead ... ok
[INFO] [stdout] test analysis::reachability::tests::test_analyzer_creation ... ok
[INFO] [stdout] test analysis::resources::tests::test_detector_creation ... ok
[INFO] [stdout] test baseline::tests::test_baseline_filter ... ok
[INFO] [stdout] test analysis::detectors::write_only_dao::tests::test_detector_creation ... ok
[INFO] [stdout] test baseline::tests::test_fingerprint_matching ... ok
[INFO] [stdout] test analysis::detectors::write_only_prefs::tests::test_get_write_only_keys ... ok
[INFO] [stdout] test cache::tests::test_file_metadata ... ok
[INFO] [stdout] test config::loader::tests::test_glob_match_path ... ok
[INFO] [stdout] test discovery::file_finder::tests::test_file_type_is_source ... ok
[INFO] [stdout] test baseline::tests::test_baseline_save_load ... ok
[INFO] [stdout] test config::loader::tests::test_glob_match_suffix ... ok
[INFO] [stdout] test discovery::file_finder::tests::test_source_file_creation ... ok
[INFO] [stdout] test graph::builder::tests::test_graph_builder_creation ... ok
[INFO] [stdout] test coverage::lcov::tests::test_parse_lcov ... ok
[INFO] [stdout] test graph::declaration::tests::test_is_android_entry_point ... ok
[INFO] [stdout] test graph::declaration::tests::test_matches_pattern ... ok
[INFO] [stdout] test graph::declaration::tests::test_declaration_kind_display ... ok
[INFO] [stdout] test graph::declaration::tests::test_visibility_from_java ... ok
[INFO] [stdout] test discovery::file_finder::tests::test_file_type_from_path ... ok
[INFO] [stdout] test config::loader::tests::test_glob_match_prefix ... ok
[INFO] [stdout] test graph::declaration::tests::test_visibility_from_kotlin ... ok
[INFO] [stdout] test cache::tests::test_cache_save_load ... ok
[INFO] [stdout] test config::loader::tests::test_default_config ... ok
[INFO] [stdout] test graph::reference::tests::test_reference_collector ... ok
[INFO] [stdout] test graph::reference::tests::test_reference_kind_is_read ... ok
[INFO] [stdout] test graph::reference::tests::test_reference_kind_is_write ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_layout_custom_view ... ok
[INFO] [stdout] test graph::reference::tests::test_qualified_name_parsing ... ok
[INFO] [stdout] test parser::java::tests::test_parse_imports ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_layout_fragment ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_tools_context ... ok
[INFO] [stdout] test parser::java::tests::test_parse_simple_class ... ok
[INFO] [stdout] test parser::xml::manifest::tests::test_parse_manifest ... ok
[INFO] [stdout] test coverage::jacoco::tests::test_parse_simple_jacoco ... ok
[INFO] [stdout] test coverage::kover::tests::test_parse_kover_xml ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_data_binding_import ... ok
[INFO] [stdout] test parser::xml::manifest::tests::test_resolve_class_name ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_data_binding_variable ... ok
[INFO] [stdout] test parser::xml::navigation::tests::test_parse_navigation_argument ... ok
[INFO] [stdout] test parser::xml::menu::tests::test_parse_menu_action_view ... ok
[INFO] [stdout] test parser::xml::navigation::tests::test_parse_navigation_fragment ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_real_lapresse_layout ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_data_binding_method_reference ... ok
[INFO] [stdout] test proguard::report_generator::tests::test_generated_code_detection ... ok
[INFO] [stdout] test proguard::usage::tests::test_parse_usage_txt ... ok
[INFO] [stdout] test report::colors::tests::test_heavy_line ... ok
[INFO] [stdout] test report::compact::tests::test_path_truncation ... ok
[INFO] [stdout] test proguard::usage::tests::test_parse_constructor ... ok
[INFO] [stdout] test watch::tests::test_should_trigger ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_data_binding_multiple_methods ... ok
[INFO] [stdout] test refactor::editor::tests::test_remove_lines ... ok
[INFO] [stdout] test refactor::undo::tests::test_undo_script_write ... ok
[INFO] [stdout] test report::aggregator::tests::test_category_mapping ... ok
[INFO] [stdout] test report::colors::tests::test_bar_chart ... ok
[INFO] [stdout] test refactor::undo::tests::test_undo_script_creation ... ok
[INFO] [stdout] test refactor::editor::tests::test_remove_range ... ok
[INFO] [stdout] test parser::kotlin::tests::test_parse_simple_class ... ok
[INFO] [stdout] test parser::xml::layout::tests::test_parse_data_binding_lambda_method_call ... ok
[INFO] [stdout] test parser::kotlin::tests::test_parse_imports ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 356 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/test_this.rs (/opt/rustwide/target/debug/deps/test_this-d281dc92dec078f7)
[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/integration/advanced_tests.rs (/opt/rustwide/target/debug/deps/advanced-0ac008b13a746dca)
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stdout] test critical_false_positives::test_proguard_keep_rules ... ok
[INFO] [stdout] test android_tests::test_databinding_variables ... ok
[INFO] [stdout] test critical_false_positives::test_parcelize_generated ... ok
[INFO] [stdout] test critical_false_positives::test_eventbus_subscribers ... ok
[INFO] [stdout] test android_tests::test_manifest_services_receivers ... ok
[INFO] [stdout] test android_tests::test_manifest_activities_not_dead ... ok
[INFO] [stdout] test android_tests::test_compose_preview_functions ... ok
[INFO] [stdout] test critical_false_positives::test_enum_valueof_entries ... ok
[INFO] [stdout] test android_tests::test_viewbinding_generated ... ok
[INFO] [stdout] test cross_file_tests::test_companion_object_cross_file ... ok
[INFO] [stdout] test android_tests::test_contentprovider_authorities ... ok
[INFO] [stdout] test android_tests::test_navigation_graph_destinations ... ok
[INFO] [stdout] test critical_false_positives::test_room_dao_queries ... ok
[INFO] [stdout] test android_tests::test_workmanager_workers ... ok
[INFO] [stdout] test critical_false_positives::test_reflection_class_forname ... ok
[INFO] [stdout] test di_tests::test_dagger_subcomponents ... ok
[INFO] [stdout] test di_tests::test_hilt_viewmodel_injection ... ok
[INFO] [stdout] test di_tests::test_assisted_inject ... ok
[INFO] [stdout] test parsing_tests::test_java_inner_classes_anonymous ... ok
[INFO] [stdout] test di_tests::test_multibinding_contributions ... ok
[INFO] [stdout] test parsing_tests::test_kotlin_context_receivers ... ok
[INFO] [stdout] test parsing_tests::test_kotlin_complex_generics ... ok
[INFO] [stdout] test parsing_tests::test_kotlin_multiplatform_expect_actual ... ok
[INFO] [stdout] test cross_file_tests::test_cross_module_references ... ok
[INFO] [stdout] test parsing_tests::test_kotlin_value_classes ... ok
[INFO] [stdout] test parsing_tests::test_kotlin_coroutines_suspend ... ok
[INFO] [stdout] test di_tests::test_koin_modules ... ok
[INFO] [stdout] test critical_false_positives::test_retrofit_interface_methods ... ok
[INFO] [stdout] test cross_file_tests::test_sealed_hierarchy_cross_file ... ok
[INFO] [stdout] test report_tests::test_sarif_output_valid ... ok
[INFO] [stdout] test parsing_tests::test_kotlin_ksp_generated_code ... ok
[INFO] [stdout] test cross_file_tests::test_extension_function_cross_file ... ok
[INFO] [stdout] test cross_file_tests::test_interface_impl_different_files ... ok
[INFO] [stdout] test cross_file_tests::test_typealias_cross_file ... ok
[INFO] [stdout] test parsing_tests::test_parsing_malformed_syntax ... ok
[INFO] [stdout] test report_tests::test_baseline_exclude_existing ... ok
[INFO] [stdout] test performance_tests::test_deeply_nested_structures ... ok
[INFO] [stdout] test report_tests::test_json_output_schema ... ok
[INFO] [stdout] test performance_tests::test_parallel_vs_sequential ... ok
[INFO] [stdout] test performance_tests::test_large_codebase_performance has been running for over 60 seconds
[INFO] [stdout] test performance_tests::test_large_codebase_performance ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- performance_tests::test_large_codebase_performance stdout ----
[INFO] [stdout] Large codebase: 6000 declarations parsed in 66.866670457s
[INFO] [stdout] 
[INFO] [stdout] thread 'performance_tests::test_large_codebase_performance' (3229) panicked at tests/integration/advanced_tests.rs:3309:9:
[INFO] [stdout] Parsing should complete in < 60 seconds
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56b3acaa46f1 - 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:     0x56b3acaa46f1 - 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:     0x56b3acaa46f1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56b3acaa46f1 - <<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:     0x56b3acabb3ca - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56b3acabb3ca - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x56b3acaa8e2c - 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:     0x56b3acaa8e2c - <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:     0x56b3aca80e66 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56b3aca80e66 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56b3aca9bb19 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56b3ac5f4810 - <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:     0x56b3ac5f4810 - 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:     0x56b3aca9bcd2 - <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:     0x56b3aca9bcd2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x56b3aca80f44 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x56b3aca78549 - 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:     0x56b3aca81b8d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x56b3acabbc4c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56b3ac5d6539 - advanced[c6fcda26557d4bc5]::performance_tests::test_large_codebase_performance
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/advanced_tests.rs:3309:9
[INFO] [stdout]   20:     0x56b3ac5d1e77 - advanced[c6fcda26557d4bc5]::performance_tests::test_large_codebase_performance::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/advanced_tests.rs:3262:41
[INFO] [stdout]   21:     0x56b3ac5e1f46 - <advanced[c6fcda26557d4bc5]::performance_tests::test_large_codebase_performance::{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]   22:     0x56b3ac5e7b4b - <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]   23:     0x56b3ac5e7b4b - 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]   24:     0x56b3ac5f5195 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x56b3ac5f5195 - <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]   26:     0x56b3ac5f5195 - 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]   27:     0x56b3ac5f5195 - 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]   28:     0x56b3ac5f5195 - 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]   29:     0x56b3ac5f5195 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x56b3ac5f5195 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x56b3ac5efc44 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x56b3ac5efc44 - 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]   33:     0x56b3ac5f82e2 - 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]   34:     0x56b3ac5f82e2 - <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]   35:     0x56b3ac5f82e2 - 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]   36:     0x56b3ac5f82e2 - 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]   37:     0x56b3ac5f82e2 - 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]   38:     0x56b3ac5f82e2 - 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]   39:     0x56b3ac5f82e2 - <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]   40:     0x56b3acaa39df - <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]   41:     0x56b3acaa39df - <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]   42:     0x7588be1c9aa4 - <unknown>
[INFO] [stdout]   43:     0x7588be256a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     performance_tests::test_large_codebase_performance
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 39 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 67.74s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test advanced`
[INFO] running `Command { std: "docker" "inspect" "c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6", kill_on_drop: false }`
[INFO] [stdout] c2100c80fa2cd2550c80a0d8279a4bd47a49c621a931a427a754b35e59b9cbb6
