[INFO] cloning repository https://github.com/crisidev/bacon-ls
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/crisidev/bacon-ls" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrisidev%2Fbacon-ls", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrisidev%2Fbacon-ls'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2e54c6d7bbedc7e031c74d9c32536b8b13d04938
[INFO] testing crisidev/bacon-ls 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%2Fcrisidev%2Fbacon-ls" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/crisidev/bacon-ls
[INFO] finished tweaking git repo https://github.com/crisidev/bacon-ls
[INFO] tweaked toml for git repo https://github.com/crisidev/bacon-ls written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/crisidev/bacon-ls 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/crisidev/bacon-ls already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e
[INFO] running `Command { std: "docker" "start" "8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e", 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" "8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e" "/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" "8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e", 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" "8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling argh_shared v0.1.19
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling inotify v0.11.1
[INFO] [stderr]    Compiling notify-types v2.1.0
[INFO] [stderr]    Compiling file-id v0.2.3
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling flume v0.12.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling notify-debouncer-full v0.7.0
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling argh_derive v0.1.19
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling ignore v0.4.26
[INFO] [stderr]    Compiling fluent-uri v0.4.1
[INFO] [stderr]    Compiling ansi-regex v0.1.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling ls-types v0.0.6
[INFO] [stderr]    Compiling argh v0.1.19
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower-lsp-server v0.23.0
[INFO] [stderr]    Compiling bacon-ls v0.29.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.16s
[INFO] running `Command { std: "docker" "inspect" "8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e", 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" "8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e" "/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 notify-types v2.1.0
[INFO] [stderr]    Compiling inotify v0.11.1
[INFO] [stderr]    Compiling ls-types v0.0.6
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling notify-debouncer-full v0.7.0
[INFO] [stderr]    Compiling tower-lsp-server v0.23.0
[INFO] [stderr]    Compiling bacon-ls v0.29.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.45s
[INFO] running `Command { std: "docker" "inspect" "8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e", 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" "8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e" "/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.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bacon_ls-d8b9fc200a49f8fc)
[INFO] [stdout] 
[INFO] [stdout] running 119 tests
[INFO] [stdout] test bacon::tests::test_deduplicate_diagnostics_drops_exact_duplicate ... ok
[INFO] [stdout] test bacon::tests::test_deduplicate_diagnostics_skips_when_path_does_not_match ... ok
[INFO] [stdout] test bacon::tests::test_deduplicate_diagnostics_keeps_distinct_severity ... ok
[INFO] [stdout] test bacon::tests::test_file_write_failure ... ok
[INFO] [stdout] test bacon::tests::test_file_creation_failure ... ok
[INFO] [stdout] test bacon::tests::test_invalid_analyzer ... ok
[INFO] [stdout] test bacon::tests::test_empty_bacon_preferences_file ... ok
[INFO] [stdout] test bacon::tests::test_find_bacon_locations_empty_dir_returns_empty ... ok
[INFO] [stdout] test bacon::tests::test_find_bacon_locations_missing_root_errors ... ok
[INFO] [stdout] test bacon::tests::test_parse_bacon_diagnostic_line_too_few_fields_returns_none ... ok
[INFO] [stdout] test bacon::tests::test_parse_bacon_diagnostic_line_with_replacement_attaches_correction ... ok
[INFO] [stdout] test bacon::tests::test_parse_positions_too_few_fields_returns_none ... ok
[INFO] [stdout] test bacon::tests::test_parse_positions_valid ... ok
[INFO] [stdout] test bacon::tests::test_parse_bacon_diagnostic_line_with_spans_ko ... ok
[INFO] [stdout] test bacon::tests::test_parse_bacon_diagnostic_line_with_spans_ok ... ok
[INFO] [stdout] test bacon::tests::test_parse_bacon_diagnostic_line_zero_position_saturates ... ok
[INFO] [stdout] test bacon::tests::test_parse_positions_non_numeric_returns_none ... ok
[INFO] [stdout] test bacon::tests::test_parse_severity_unknown_level_defaults_to_information ... ok
[INFO] [stdout] test bacon::tests::test_validate_preferences ... ok
[INFO] [stdout] test bacon::tests::test_parse_bacon_diagnostic_line_strips_ansi_from_rendered ... ok
[INFO] [stdout] test bacon::tests::test_find_bacon_locations_finds_nested_files ... ok
[INFO] [stdout] test native::tests::test_children_structure_for_separate_diagnostics ... ok
[INFO] [stdout] test bacon::tests::test_valid_bacon_preferences ... ok
[INFO] [stdout] test native::tests::test_maybe_add_diagnostic_separate_children_when_unsupported ... ok
[INFO] [stdout] test bacon::tests::test_parse_severity_known_levels ... ok
[INFO] [stdout] test native::tests::test_maybe_add_diagnostic_emits_per_primary_span ... ok
[INFO] [stdout] test bacon::tests::test_run_in_background ... ok
[INFO] [stdout] test bacon::tests::test_invalid_line_format ... ok
[INFO] [stdout] test native::tests::test_parse_building_line_rejects_non_building_prefix ... ok
[INFO] [stdout] test native::tests::test_parse_building_line_basic ... ok
[INFO] [stdout] test native::tests::test_parse_building_line_zero_total_returns_none ... ok
[INFO] [stdout] test native::tests::test_parse_building_line_caps_percentage_at_99 ... ok
[INFO] [stdout] test native::tests::test_parse_severity_unknown_level_defaults_to_information ... ok
[INFO] [stdout] test bacon::tests::test_validate_preferences_impl_no_create_when_disabled ... ok
[INFO] [stdout] test native::tests::test_parse_building_line_malformed_returns_none ... ok
[INFO] [stdout] test native::tests::test_parse_severity_known_levels ... ok
[INFO] [stdout] test native::tests::test_project_span_falls_back_to_self_when_no_project_span_in_chain ... ok
[INFO] [stdout] test native::tests::test_read_until_cr_consumes_terminator ... ok
[INFO] [stdout] test native::tests::test_read_until_cr_or_lf_returns_zero_at_eof ... ok
[INFO] [stdout] test native::tests::test_span_to_uri_returns_none_when_no_authority ... ok
[INFO] [stdout] test native::tests::test_read_until_cr_or_lf_spans_multiple_internal_buffers ... ok
[INFO] [stdout] test native::tests::test_read_until_lf_consumes_terminator ... ok
[INFO] [stdout] test native::tests::test_tags_from_code_deprecated_gets_deprecated_tag ... ok
[INFO] [stdout] test native::tests::test_find_project_root_picks_workspace_folder_with_cargo_toml ... ok
[INFO] [stdout] test native::tests::test_project_span_follows_macro_expansion_chain ... ok
[INFO] [stdout] test native::tests::test_span_to_uri_resolves_existing_relative_path ... ok
[INFO] [stdout] test native::tests::test_project_span_returns_self_when_already_project_local ... ok
[INFO] [stdout] test native::tests::test_read_until_cr_or_lf_no_terminator_reads_to_eof ... ok
[INFO] [stdout] test native::tests::test_tags_from_code_unrelated_returns_none ... ok
[INFO] [stdout] test native::tests::test_tags_from_code_unused_lints_get_unnecessary ... ok
[INFO] [stdout] test native::tests::test_unused_import_grouped_produces_three_remove_corrections ... ok
[INFO] [stdout] test native::tests::test_unused_import_whole_line_produces_remove_correction ... ok
[INFO] [stdout] test native::tests::test_span_to_uri_returns_none_when_canonicalize_fails ... ok
[INFO] [stdout] test bacon::tests::test_validate_preferences_impl_creates_when_missing_and_requested ... ok
[INFO] [stdout] test native::tests::test_tags_from_code_dead_and_unreachable_get_unnecessary ... ok
[INFO] [stdout] test bacon::tests::test_bacon_multiline_diagnostics_production ... ok
[INFO] [stdout] test tests::test_bacon_options_reset_restores_defaults ... ok
[INFO] [stdout] test tests::test_bacon_options_update_from_json_full_roundtrip ... ok
[INFO] [stdout] test tests::test_cargo_options_build_args_default ... ok
[INFO] [stdout] test tests::test_cargo_options_build_args_single_feature ... ok
[INFO] [stdout] test tests::test_bacon_options_update_from_json_rejects_wrong_type ... ok
[INFO] [stdout] test tests::test_cargo_options_build_args_with_all_features ... ok
[INFO] [stdout] test tests::test_cancel_mode_replaces_token ... ok
[INFO] [stdout] test tests::test_cargo_options_build_args_with_env_does_not_leak_into_args ... ok
[INFO] [stdout] test tests::test_cargo_options_build_args_with_features ... ok
[INFO] [stdout] test tests::test_cargo_options_build_args_with_package_and_extras ... ok
[INFO] [stdout] test tests::test_cargo_options_env_roundtrip_preserves_order_in_serde_iteration ... ok
[INFO] [stdout] test tests::test_cargo_options_publish_mode_toggle_via_cancel_running ... ok
[INFO] [stdout] test tests::test_cargo_options_separate_child_diagnostics_can_unset ... ok
[INFO] [stdout] test tests::test_cargo_options_update_from_json_full_roundtrip ... ok
[INFO] [stdout] test native::tests::test_find_project_root_returns_none_when_no_cargo_toml_anywhere ... ok
[INFO] [stdout] test tests::test_cargo_options_update_from_json_partial_leaves_others_unchanged ... ok
[INFO] [stdout] test tests::test_can_configure_tracing ... ok
[INFO] [stdout] test tests::test_cargo_options_reset_restores_defaults ... ok
[INFO] [stdout] test tests::test_cargo_options_update_from_json_refresh_negative_means_no_partial ... ok
[INFO] [stdout] test tests::test_cargo_options_update_on_insert_debounce_rejects_negative ... ok
[INFO] [stdout] test tests::test_cargo_options_update_from_json_refresh_null_means_no_partial ... ok
[INFO] [stdout] test tests::test_cargo_options_update_from_json_rejects_wrong_type ... ok
[INFO] [stdout] test shadow::tests::test_build_preserves_target_dir_for_cache_reuse ... ok
[INFO] [stdout] test tests::test_cargo_options_update_on_insert_defaults_off ... ok
[INFO] [stdout] test tests::test_cargo_options_update_rejects_non_string_env_value ... ok
[INFO] [stdout] test shadow::tests::test_build_excludes_hidden_dirs ... ok
[INFO] [stdout] test tests::test_cargo_options_update_rejects_non_object_env ... ok
[INFO] [stdout] test shadow::tests::test_restore_link_reverts_to_hardlink ... ok
[INFO] [stdout] test tests::test_cargo_options_update_rejects_non_string_feature_item ... ok
[INFO] [stdout] test shadow::tests::test_build_does_not_recurse_into_its_own_live_dir ... ok
[INFO] [stdout] test shadow::tests::test_write_dirty_replaces_hardlink_with_distinct_inode ... ok
[INFO] [stdout] test shadow::tests::test_shadow_path_for_outside_workspace_errors ... ok
[INFO] [stdout] test bacon::tests::test_bacon_diagnostics_production_and_deduplication ... ok
[INFO] [stdout] test tests::test_correction_from_single_empty_is_remove ... ok
[INFO] [stdout] test tests::test_correction_from_multi_empty_edits_is_remove ... ok
[INFO] [stdout] test tests::test_correction_from_single_label_replaces_with_text ... ok
[INFO] [stdout] test tests::test_correction_from_multi_labels_by_first_nonempty ... ok
[INFO] [stdout] test tests::test_correction_from_single_nonempty_is_replace ... ok
[INFO] [stdout] test tests::test_detect_backend_both_keys_error ... ok
[INFO] [stdout] test tests::test_detect_backend_explicit_bacon ... ok
[INFO] [stdout] test tests::test_detect_backend_explicit_cargo ... ok
[INFO] [stdout] test tests::test_detect_backend_explicit_overrides_keys ... ok
[INFO] [stdout] test tests::test_detect_backend_infer_from_bacon_key ... ok
[INFO] [stdout] test tests::test_detect_backend_infer_from_cargo_key ... ok
[INFO] [stdout] test shadow::tests::test_build_wipes_stale_shadow_from_prior_session ... ok
[INFO] [stdout] test tests::test_detect_backend_no_keys_defaults_to_cargo ... ok
[INFO] [stdout] test tests::test_detect_backend_invalid_value ... ok
[INFO] [stdout] test tests::test_diag_key_differs_when_message_differs ... ok
[INFO] [stdout] test tests::test_init_cargo_backend_falls_back_to_cwd_when_no_project_root ... ok
[INFO] [stdout] test tests::test_correction_from_multi_all_empty_is_remove ... ok
[INFO] [stdout] test tests::test_severity_tag_distinguishes_levels ... ok
[INFO] [stdout] test shadow::tests::test_build_excludes_gitignored_paths ... ok
[INFO] [stdout] test tests::test_path_to_file_uri_escapes_space_and_hash_and_percent ... ok
[INFO] [stdout] test tests::test_path_to_file_uri_plain_ascii ... ok
[INFO] [stdout] test tests::test_path_to_file_uri_preserves_path_separators ... ok
[INFO] [stdout] test tests::test_diag_key_collides_for_equal_diagnostics ... ok
[INFO] [stdout] test tests::test_path_to_file_uri_empty_path ... ok
[INFO] [stdout] test shadow::tests::test_build_mirrors_files_via_hardlink_same_inode ... ok
[INFO] [stdout] test tests::test_init_cargo_backend_uses_existing_project_root ... ok
[INFO] [stdout] test tests::test_path_to_file_uri_relative_path_preserves_segments ... ok
[INFO] [stdout] test tests::test_find_git_root_directory_finds_top_of_repo ... ok
[INFO] [stdout] test shadow::tests::test_write_dirty_creates_missing_parent_dirs ... ok
[INFO] [stdout] test tests::test_find_git_root_directory_returns_none_outside_git ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 119 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bacon_ls-78fd3fd464b6dfad)
[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/cargo_backend.rs (/opt/rustwide/target/debug/deps/cargo_backend-d7711111c73391c5)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test cargo_backend_publishes_error_diagnostic ... FAILED
[INFO] [stdout] test cargo_backend_code_action_replaces_unused_variable ... ok
[INFO] [stdout] test cargo_backend_live_diagnostics_without_save ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cargo_backend_publishes_error_diagnostic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cargo_backend_publishes_error_diagnostic' (1382) panicked at tests/cargo_backend.rs:269:5:
[INFO] [stdout] expected an ERROR diagnostic mentioning the undefined symbol; got [
[INFO] [stdout]     Object {
[INFO] [stdout]         "message": String("warning: unused variable: `unused_var`\n --> src/lib.rs:1:31\n  |\n1 | pub fn warn_me() -> i32 { let unused_var = 42; 0 }\n  |                               ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_unused_var`\n  |\n  = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default"),
[INFO] [stdout]         "range": Object {
[INFO] [stdout]             "end": Object {
[INFO] [stdout]                 "character": Number(40),
[INFO] [stdout]                 "line": Number(0),
[INFO] [stdout]             },
[INFO] [stdout]             "start": Object {
[INFO] [stdout]                 "character": Number(30),
[INFO] [stdout]                 "line": Number(0),
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]         "relatedInformation": Array [
[INFO] [stdout]             Object {
[INFO] [stdout]                 "location": Object {
[INFO] [stdout]                     "range": Object {
[INFO] [stdout]                         "end": Object {
[INFO] [stdout]                             "character": Number(40),
[INFO] [stdout]                             "line": Number(0),
[INFO] [stdout]                         },
[INFO] [stdout]                         "start": Object {
[INFO] [stdout]                             "character": Number(30),
[INFO] [stdout]                             "line": Number(0),
[INFO] [stdout]                         },
[INFO] [stdout]                     },
[INFO] [stdout]                     "uri": String("file:///tmp/.tmprXgHEv/src/lib.rs"),
[INFO] [stdout]                 },
[INFO] [stdout]                 "message": String("if this is intentional, prefix it with an underscore"),
[INFO] [stdout]             },
[INFO] [stdout]         ],
[INFO] [stdout]         "severity": Number(2),
[INFO] [stdout]         "source": String("bacon-ls"),
[INFO] [stdout]         "tags": Array [
[INFO] [stdout]             Number(1),
[INFO] [stdout]         ],
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f61c70b0ad1 - 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:     0x5f61c70b0ad1 - 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:     0x5f61c70b0ad1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f61c70b0ad1 - <<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:     0x5f61c70c565a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f61c70c565a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5f61c70b527c - 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:     0x5f61c70b527c - <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:     0x5f61c708ce16 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f61c708ce16 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f61c70a7fa9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f61c70020b0 - <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:     0x5f61c70020b0 - 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:     0x5f61c70a8162 - <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:     0x5f61c70a8162 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5f61c708cec2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5f61c7084579 - 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:     0x5f61c708dabd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5f61c70c5e2c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f61c6fe94ac - cargo_backend[48d35780ae4dda53]::cargo_backend_publishes_error_diagnostic
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cargo_backend.rs:269:5
[INFO] [stdout]   20:     0x5f61c6fe3b27 - cargo_backend[48d35780ae4dda53]::cargo_backend_publishes_error_diagnostic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cargo_backend.rs:244:46
[INFO] [stdout]   21:     0x5f61c6fe15f6 - <cargo_backend[48d35780ae4dda53]::cargo_backend_publishes_error_diagnostic::{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:     0x5f61c6ff53eb - <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:     0x5f61c6ff53eb - 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:     0x5f61c7002a35 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5f61c7002a35 - <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:     0x5f61c7002a35 - 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:     0x5f61c7002a35 - 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:     0x5f61c7002a35 - 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:     0x5f61c7002a35 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5f61c7002a35 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5f61c6ffd4e4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5f61c6ffd4e4 - 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:     0x5f61c7005b82 - 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:     0x5f61c7005b82 - <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:     0x5f61c7005b82 - 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:     0x5f61c7005b82 - 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:     0x5f61c7005b82 - 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:     0x5f61c7005b82 - 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:     0x5f61c7005b82 - <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:     0x5f61c70afdef - <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:     0x5f61c70afdef - <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:     0x7e5e72656aa4 - <unknown>
[INFO] [stdout]   43:     0x7e5e726e3a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cargo_backend_publishes_error_diagnostic
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test cargo_backend`
[INFO] running `Command { std: "docker" "inspect" "8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e", kill_on_drop: false }`
[INFO] [stdout] 8e95e88c3746508f5ce60b1fd07d2b11462427a2e348872068c267eeb9a9285e
