[INFO] fetching crate scope-cli 0.9.2...
[INFO] testing scope-cli-0.9.2 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate scope-cli 0.9.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate scope-cli 0.9.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate scope-cli 0.9.2
[INFO] tweaked toml for crates.io crate scope-cli 0.9.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate scope-cli 0.9.2 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate scope-cli 0.9.2 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d56e2e6d61b68073d743a73de732cf255a29ea8da8029e97badaeae6becf37b9
[INFO] running `Command { std: "docker" "start" "-a" "d56e2e6d61b68073d743a73de732cf255a29ea8da8029e97badaeae6becf37b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d56e2e6d61b68073d743a73de732cf255a29ea8da8029e97badaeae6becf37b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d56e2e6d61b68073d743a73de732cf255a29ea8da8029e97badaeae6becf37b9", kill_on_drop: false }`
[INFO] [stdout] d56e2e6d61b68073d743a73de732cf255a29ea8da8029e97badaeae6becf37b9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b4650212d11d7d9c57fdc584edf2d43b4bf874a65caaaf45c8128846894edfde
[INFO] running `Command { std: "docker" "start" "-a" "b4650212d11d7d9c57fdc584edf2d43b4bf874a65caaaf45c8128846894edfde", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tree-sitter v0.22.6
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling tree-sitter-typescript v0.21.2
[INFO] [stderr]    Compiling tree-sitter-rust v0.21.2
[INFO] [stderr]    Compiling tree-sitter-go v0.21.2
[INFO] [stderr]    Compiling tree-sitter-python v0.21.0
[INFO] [stderr]    Compiling tree-sitter-c-sharp v0.21.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tree-sitter-java v0.21.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling notify-debouncer-mini v0.4.1
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling clap_complete v4.6.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling scope-cli v0.9.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.85s
[INFO] running `Command { std: "docker" "inspect" "b4650212d11d7d9c57fdc584edf2d43b4bf874a65caaaf45c8128846894edfde", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4650212d11d7d9c57fdc584edf2d43b4bf874a65caaaf45c8128846894edfde", kill_on_drop: false }`
[INFO] [stdout] b4650212d11d7d9c57fdc584edf2d43b4bf874a65caaaf45c8128846894edfde
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f4cd4f6d727ae110ecea3cd95c9913d357dd48f3d7fd6c27a830dccae01d4e5
[INFO] running `Command { std: "docker" "start" "-a" "1f4cd4f6d727ae110ecea3cd95c9913d357dd48f3d7fd6c27a830dccae01d4e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.2.0
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling insta v1.46.3
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling tree-sitter v0.22.6
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling tree-sitter-c-sharp v0.21.3
[INFO] [stderr]    Compiling tree-sitter-typescript v0.21.2
[INFO] [stderr]    Compiling tree-sitter-java v0.21.0
[INFO] [stderr]    Compiling tree-sitter-python v0.21.0
[INFO] [stderr]    Compiling tree-sitter-rust v0.21.2
[INFO] [stderr]    Compiling tree-sitter-go v0.21.2
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling scope-cli v0.9.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.73s
[INFO] running `Command { std: "docker" "inspect" "1f4cd4f6d727ae110ecea3cd95c9913d357dd48f3d7fd6c27a830dccae01d4e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f4cd4f6d727ae110ecea3cd95c9913d357dd48f3d7fd6c27a830dccae01d4e5", kill_on_drop: false }`
[INFO] [stdout] 1f4cd4f6d727ae110ecea3cd95c9913d357dd48f3d7fd6c27a830dccae01d4e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0101003e1b2f7fe5cb81ab017d0ddd3a08cab9a6daf54c7a293147824a25ff14
[INFO] running `Command { std: "docker" "start" "-a" "0101003e1b2f7fe5cb81ab017d0ddd3a08cab9a6daf54c7a293147824a25ff14", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/scope-fa35fe99534f87d0)
[INFO] [stdout] 
[INFO] [stdout] running 73 tests
[INFO] [stdout] test commands::status::tests::test_format_relative_time_days ... ok
[INFO] [stdout] test commands::status::tests::test_format_relative_time_just_now ... ok
[INFO] [stdout] test commands::status::tests::test_format_relative_time_hours ... ok
[INFO] [stdout] test commands::status::tests::test_format_relative_time_minutes ... ok
[INFO] [stdout] test config::project::tests::test_is_vendor_path_first_party ... ok
[INFO] [stdout] test config::project::tests::test_is_vendor_path_nested_vendor ... ok
[INFO] [stdout] test config::project::tests::test_is_vendor_path_no_substring_match ... ok
[INFO] [stdout] test config::project::tests::test_is_vendor_path_go_vendor ... ok
[INFO] [stdout] test config::project::tests::test_is_vendor_path_node_modules ... ok
[INFO] [stdout] test config::project::tests::test_vendor_patterns_for_languages_dedup ... ok
[INFO] [stdout] test config::project::tests::test_vendor_patterns_for_languages_unknown ... ok
[INFO] [stdout] test config::workspace::tests::member_name_uses_explicit_name ... ok
[INFO] [stdout] test config::workspace::tests::generate_toml_produces_valid_manifest ... ok
[INFO] [stdout] test config::workspace::tests::member_name_defaults_to_directory_basename ... ok
[INFO] [stdout] test config::workspace::tests::load_rejects_unsupported_version ... ok
[INFO] [stdout] test config::workspace::tests::parse_valid_workspace_toml ... ok
[INFO] [stdout] test core::embedder::tests::test_embedding_text_low_importance ... ok
[INFO] [stdout] test config::workspace::tests::parse_workspace_with_defaults ... ok
[INFO] [stdout] test core::embedder::tests::test_embedding_text_with_signature ... ok
[INFO] [stdout] test config::workspace::tests::validate_rejects_missing_member_path ... ok
[INFO] [stdout] test core::embedder::tests::test_extract_name_from_id ... ok
[INFO] [stdout] test core::embedder::tests::test_generic_name_deranked_python_init ... ok
[INFO] [stdout] test config::workspace::tests::validate_rejects_duplicate_member_names ... ok
[INFO] [stdout] test core::embedder::tests::test_embedding_text_with_docstring ... ok
[INFO] [stdout] test core::embedder::tests::test_embedding_text_with_parent ... ok
[INFO] [stdout] test core::embedder::tests::test_embedding_text_medium_importance ... ok
[INFO] [stdout] test core::embedder::tests::test_generic_name_deranked_rust_new ... ok
[INFO] [stdout] test core::embedder::tests::test_generic_name_deranked_typescript_constructor ... ok
[INFO] [stdout] test config::workspace::tests::validate_accepts_valid_workspace ... ok
[INFO] [stdout] test config::workspace::tests::validate_rejects_overlapping_paths ... ok
[INFO] [stdout] test core::embedder::tests::test_embedding_text_with_callers_and_callees ... ok
[INFO] [stdout] test core::embedder::tests::test_non_generic_name_gets_importance_rust ... ok
[INFO] [stdout] test core::embedder::tests::test_embedding_text_with_file_path_context ... ok
[INFO] [stdout] test core::embedder::tests::test_split_camel_case ... ok
[INFO] [stdout] test core::embedder::tests::test_embedding_text_snake_case_name ... ok
[INFO] [stdout] test core::embedder::tests::test_split_snake_case ... ok
[INFO] [stdout] test core::graph::tests::test_resolve_caller_count_all_three_patterns ... ok
[INFO] [stdout] test core::graph::tests::test_resolve_caller_count_bare_name ... ok
[INFO] [stdout] test core::embedder::tests::test_embedding_text_high_importance ... ok
[INFO] [stdout] test core::graph::tests::test_resolve_caller_count_no_match ... ok
[INFO] [stdout] test core::graph::tests::test_is_test_file ... ok
[INFO] [stdout] test core::searcher::tests::test_build_fts_query_all_specific_no_boost ... ok
[INFO] [stdout] test core::graph::tests::test_resolve_caller_count_suffix_match ... ok
[INFO] [stdout] test core::searcher::tests::test_build_fts_query_camel_case_splitting ... ok
[INFO] [stdout] test core::searcher::tests::test_build_fts_query_camel_case_no_short_words ... ok
[INFO] [stdout] test core::searcher::tests::test_build_fts_query_single_word ... ok
[INFO] [stdout] test core::searcher::tests::test_build_fts_query_snake_case_splitting ... ok
[INFO] [stdout] test core::searcher::tests::test_is_any_stopword ... ok
[INFO] [stdout] test core::searcher::tests::test_build_fts_query_all_generic_no_boost ... ok
[INFO] [stdout] test core::searcher::tests::test_build_fts_query_empty ... ok
[INFO] [stdout] test core::graph::tests::test_resolve_caller_count_exact_id ... ok
[INFO] [stdout] test core::searcher::tests::test_build_fts_query_context_boost_generic_name ... ok
[INFO] [stdout] test core::searcher::tests::test_build_fts_query_multi_specific_one_generic ... ok
[INFO] [stdout] test core::searcher::tests::test_build_fts_query_special_chars ... ok
[INFO] [stdout] test core::searcher::tests::test_build_fts_query_simple ... ok
[INFO] [stdout] test core::searcher::tests::test_normalize_scores_empty ... ok
[INFO] [stdout] test core::searcher::tests::test_normalize_scores_multiple ... ok
[INFO] [stdout] test core::searcher::tests::test_normalize_scores_single ... ok
[INFO] [stdout] test core::watcher::tests::is_ignored_filters_configured_patterns ... ok
[INFO] [stdout] test core::watcher::tests::is_ignored_filters_scope_directory ... ok
[INFO] [stdout] test core::watcher::tests::is_supported_file_matches_known_extensions ... ok
[INFO] [stdout] test core::watcher::tests::watch_lock_acquire_and_release ... ok
[INFO] [stdout] test core::workspace_graph::tests::empty_workspace_has_zero_counts ... ok
[INFO] [stdout] test core::embedder::tests::test_basic_embedding_text ... ok
[INFO] [stdout] test core::workspace_graph::tests::workspace_display_id_prefixes_correctly ... ok
[INFO] [stdout] test core::watcher::tests::watch_lock_detects_stale_lock ... ok
[INFO] [stdout] test core::watcher::tests::watch_lock_blocks_concurrent_watcher ... ok
[INFO] [stdout] test core::embedder::tests::test_basic_embedding_text_no_split_needed ... ok
[INFO] [stdout] test core::graph::tests::test_incoming_callers_finds_bare_name_edges ... ok
[INFO] [stdout] test core::workspace_graph::tests::find_symbol_returns_empty_for_unknown ... ok
[INFO] [stdout] test core::workspace_graph::tests::open_skips_members_without_graph_db ... ok
[INFO] [stdout] test core::workspace_graph::tests::find_symbol_returns_results_from_multiple_members ... ok
[INFO] [stdout] test core::workspace_graph::tests::symbol_count_sums_across_members ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 73 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration/test_csharp.rs (/opt/rustwide/target/debug/deps/test_csharp-8dae1b3445b8e57f)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test test_init_detects_csharp_from_csproj ... ok
[INFO] [stdout] test test_index_detects_csharp_enum_variants ... ok
[INFO] [stdout] test test_index_detects_csharp_methods ... ok
[INFO] [stdout] test test_index_full_on_csharp_fixture ... ok
[INFO] [stdout] test test_refs_finds_csharp_callers ... ok
[INFO] [stdout] test test_index_detects_csharp_enums ... ok
[INFO] [stdout] test test_csharp_base_method_call_edge_detected ... ok
[INFO] [stdout] test test_csharp_switch_case_variant_ref_edge_detected ... ok
[INFO] [stdout] test test_csharp_this_method_call_edge_detected ... ok
[INFO] [stdout] test test_sketch_csharp_class ... ok
[INFO] [stdout] test test_sketch_csharp_class_json ... ok
[INFO] [stdout] test test_index_detects_csharp_classes ... ok
[INFO] [stderr]      Running tests/integration/test_deps.rs (/opt/rustwide/target/debug/deps/test_deps-b57f895b8d20d492)
[INFO] [stdout] test test_index_detects_csharp_interfaces ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.99s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_deps_with_depth ... ok
[INFO] [stdout] test test_deps_shows_dependencies ... ok
[INFO] [stdout] test test_deps_file_level ... ok
[INFO] [stdout] test test_deps_output_format ... ok
[INFO] [stdout] test test_deps_json_output ... ok
[INFO] [stdout] test test_deps_unknown_symbol_fails ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.56s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration/test_diff.rs (/opt/rustwide/target/debug/deps/test_diff-f207b15ae1e311c9)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_diff_json_output ... ok
[INFO] [stdout] test test_diff_no_changes ... ok
[INFO] [stdout] test test_diff_shows_changed_symbols ... ok
[INFO] [stderr]      Running tests/integration/test_edge_cases.rs (/opt/rustwide/target/debug/deps/test_edge_cases-a87befe524266490)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.39s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_index_file_with_no_symbols ... ok
[INFO] [stdout] test test_find_empty_query ... ok
[INFO] [stdout] test test_index_empty_file ... ok
[INFO] [stdout] test test_impact_depth_limit ... ok
[INFO] [stdout] test test_index_file_with_syntax_errors ... ok
[INFO] [stdout] test test_sketch_after_file_deleted ... ok
[INFO] [stdout] test test_find_no_results ... ok
[INFO] [stdout] test test_refs_with_limit_zero ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.47s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration/test_entrypoints.rs (/opt/rustwide/target/debug/deps/test_entrypoints-43bcde02a82a8bb7)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_entrypoints_no_index_fails ... ok
[INFO] [stdout] test test_entrypoints_shows_header ... ok
[INFO] [stdout] test test_entrypoints_finds_controllers ... ok
[INFO] [stdout] test test_entrypoints_human_output_snapshot ... ok
[INFO] [stdout] test test_entrypoints_json_output_snapshot ... ok
[INFO] [stdout] test test_entrypoints_json_output ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.75s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration/test_errors.rs (/opt/rustwide/target/debug/deps/test_errors-0a101a54904fbfe8)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_status_no_index ... ok
[INFO] [stdout] test test_impact_no_index ... ok
[INFO] [stdout] test test_sketch_no_index ... ok
[INFO] [stdout] test test_refs_no_index ... ok
[INFO] [stdout] test test_find_no_index ... ok
[INFO] [stdout] test test_deps_no_index ... ok
[INFO] [stderr]      Running tests/integration/test_flow.rs (/opt/rustwide/target/debug/deps/test_flow-71427c643f9ebe8d)
[INFO] [stdout] test test_sketch_unknown_symbol_suggests_find ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.51s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_flow_returns_no_path_when_symbols_unconnected ... ok
[INFO] [stdout] test test_flow_finds_path_between_connected_symbols ... ok
[INFO] [stdout] test test_flow_json_output_structure ... ok
[INFO] [stderr]      Running tests/integration/test_go.rs (/opt/rustwide/target/debug/deps/test_go-3c549111f5238776)
[INFO] [stdout] test test_flow_unknown_symbol_fails_with_not_found ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.13s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test test_init_detects_go_from_go_mod ... ok
[INFO] [stdout] test test_sketch_go_method_shows_receiver ... ok
[INFO] [stdout] test test_sketch_go_struct ... ok
[INFO] [stdout] test test_index_detects_go_edges ... ok
[INFO] [stdout] test test_index_detects_go_functions ... ok
[INFO] [stdout] test test_index_go_symbol_count_is_reasonable ... ok
[INFO] [stdout] test test_index_full_on_go_fixture ... ok
[INFO] [stdout] test test_index_detects_go_structs ... ok
[INFO] [stdout] test test_index_detects_go_methods ... ok
[INFO] [stdout] test test_refs_finds_go_callers ... ok
[INFO] [stdout] test test_index_go_exported_metadata ... ok
[INFO] [stdout] test test_index_detects_go_constants ... ok
[INFO] [stdout] test test_index_detects_go_interfaces ... ok
[INFO] [stdout] test test_sketch_go_struct_json ... ok
[INFO] [stdout] test test_go_embedded_struct_method_call_creates_edge ... ok
[INFO] [stdout] test test_index_go_pointer_receiver_metadata ... ok
[INFO] [stderr]      Running tests/integration/test_impact.rs (/opt/rustwide/target/debug/deps/test_impact-7a5d1aac592f690c)
[INFO] [stdout] test test_index_go_value_receiver_metadata ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 20.13s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_impact_unknown_symbol_fails ... ok
[INFO] [stdout] test test_impact_with_depth ... ok
[INFO] [stdout] test test_impact_shows_analysis ... ok
[INFO] [stdout] test test_impact_output_format ... ok
[INFO] [stderr]      Running tests/integration/test_incremental.rs (/opt/rustwide/target/debug/deps/test_incremental-d9f8a37417a498b1)
[INFO] [stdout] test test_impact_json_output ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_incremental_no_changes ... ok
[INFO] [stdout] test test_incremental_detects_deleted_file ... ok
[INFO] [stdout] test test_incremental_detects_added_file ... ok
[INFO] [stdout] test test_incremental_detects_modified_file ... ok
[INFO] [stdout] test test_incremental_performance ... FAILED
[INFO] [stdout] test test_full_index_rebuilds_everything ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_incremental_performance stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_incremental_performance' (1674) panicked at tests/integration/test_incremental.rs:237:5:
[INFO] [stdout] incremental index of a single file should complete in < 2 s, took 3.69 s
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x596bdbc4710a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x596bdbc4710a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x596bdbc4710a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x596bdbc4710a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x596bdbc5d8ea - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x596bdbc5d8ea - core[6771d259883166e6]::fmt::write
[INFO] [stdout]    6:     0x596bdbc4d072 - std[128c3efe2914e152]::io::default_write_fmt::<alloc[fef50e8eecedd288]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x596bdbc4d072 - <alloc[fef50e8eecedd288]::vec::Vec<u8> as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x596bdbc233df - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x596bdbc233df - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x596bdbc3de39 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x596bdbb8b26c - <alloc[fef50e8eecedd288]::boxed::Box<dyn for<'a, 'b> core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9
[INFO] [stdout]   12:     0x596bdbb8b26c - test[b137923399915ecf]::test_main_with_exit_callback::<test[b137923399915ecf]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x596bdbc3dff2 - <alloc[fef50e8eecedd288]::boxed::Box<dyn for<'a, 'b> core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9
[INFO] [stdout]   14:     0x596bdbc3dff2 - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x596bdbc23498 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x596bdbc18539 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x596bdbc241ad - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x596bdbc5e0fc - core[6771d259883166e6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x596bdbb7b6f0 - test_incremental::test_incremental_performance::h8673194b1019dc9d
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/test_incremental.rs:237:5
[INFO] [stdout]   20:     0x596bdbb7b777 - test_incremental::test_incremental_performance::{{closure}}::h35f13fad7de8e8f2
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/test_incremental.rs:215:34
[INFO] [stdout]   21:     0x596bdbb7e096 - core::ops::function::FnOnce::call_once::h871075c34a72f38f
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x596bdbb7f36b - <fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x596bdbb7f36b - test[b137923399915ecf]::__rust_begin_short_backtrace::<core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>, fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x596bdbb8bd3b - test[b137923399915ecf]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x596bdbb8bd3b - <core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x596bdbb8bd3b - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x596bdbb8bd3b - std[128c3efe2914e152]::panicking::catch_unwind::<core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>, core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x596bdbb8bd3b - std[128c3efe2914e152]::panic::catch_unwind::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<test[b137923399915ecf]::run_test_in_process::{closure#0}>, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x596bdbb8bd3b - test[b137923399915ecf]::run_test_in_process
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x596bdbb8bd3b - test[b137923399915ecf]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x596bdbb86194 - test[b137923399915ecf]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x596bdbb86194 - std[128c3efe2914e152]::sys::backtrace::__rust_begin_short_backtrace::<test[b137923399915ecf]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x596bdbb8e942 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x596bdbb8e942 - <core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x596bdbb8e942 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x596bdbb8e942 - std[128c3efe2914e152]::panicking::catch_unwind::<(), core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x596bdbb8e942 - std[128c3efe2914e152]::panic::catch_unwind::<core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe<std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x596bdbb8e942 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x596bdbb8e942 - <std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked<test[b137923399915ecf]::run_test::{closure#1}, ()>::{closure#1} as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x596bdbc4671f - <alloc[fef50e8eecedd288]::boxed::Box<dyn core[6771d259883166e6]::ops::function::FnOnce<(), Output = ()> + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9
[INFO] [stdout]   41:     0x596bdbc4671f - <std[128c3efe2914e152]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7d033ab16aa4 - <unknown>
[INFO] [stdout]   43:     0x7d033aba3a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_incremental_performance
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test test_incremental`
[INFO] running `Command { std: "docker" "inspect" "0101003e1b2f7fe5cb81ab017d0ddd3a08cab9a6daf54c7a293147824a25ff14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0101003e1b2f7fe5cb81ab017d0ddd3a08cab9a6daf54c7a293147824a25ff14", kill_on_drop: false }`
[INFO] [stdout] 0101003e1b2f7fe5cb81ab017d0ddd3a08cab9a6daf54c7a293147824a25ff14
