[INFO] cloning repository https://github.com/segoon/lsp-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/segoon/lsp-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsegoon%2Flsp-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsegoon%2Flsp-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a4395f1b2bcbac151b6261354cd43ecbd0c51a87
[INFO] testing segoon/lsp-cli against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsegoon%2Flsp-cli" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/segoon/lsp-cli
[INFO] finished tweaking git repo https://github.com/segoon/lsp-cli
[INFO] tweaked toml for git repo https://github.com/segoon/lsp-cli written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/segoon/lsp-cli on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/segoon/lsp-cli 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zip v8.6.0
[INFO] [stderr]   Downloaded filetime v0.2.27
[INFO] [stderr]   Downloaded fastrand v2.4.1
[INFO] [stderr]   Downloaded redox_syscall v0.7.4
[INFO] [stderr]   Downloaded hybrid-array v0.4.11
[INFO] [stderr]   Downloaded tar v0.4.45
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.120
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.70
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.120
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.120
[INFO] [stderr]   Downloaded js-sys v0.3.97
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.120
[INFO] [stderr]   Downloaded cc v1.2.61
[INFO] [stderr]   Downloaded fluent-uri v0.1.4
[INFO] [stderr]   Downloaded lsp-types v0.97.0
[INFO] [stderr]   Downloaded clap_complete v4.6.3
[INFO] [stderr]   Downloaded web-sys v0.3.97
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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] 5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a
[INFO] running `Command { std: "docker" "start" "5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a", 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" "5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a", 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" "5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling hybrid-array v0.4.11
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling fluent-uri v0.1.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling digest v0.11.2
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling typed-path v0.12.3
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling tar v0.4.45
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling zip v8.6.0
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling clap_complete v4.6.3
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling lsp-types v0.97.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling lsp-cli v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
[INFO] running `Command { std: "docker" "inspect" "5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a", 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" "5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling lsp-cli v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.02s
[INFO] running `Command { std: "docker" "inspect" "5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a", 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" "5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lsp_cli-cf2ab2f355312427)
[INFO] [stdout] 
[INFO] [stdout] running 257 tests
[INFO] [stdout] test cli::tests::detect_and_queries::parses_grep_detach ... ok
[INFO] [stdout] test cli::tests::detect_and_queries::parses_grep_files_with_matches ... ok
[INFO] [stdout] test cli::tests::detect_and_queries::parses_detect_defaults ... ok
[INFO] [stdout] test cli::tests::detect_and_queries::cli_no_flags_override_boolean_config_defaults ... ok
[INFO] [stdout] test cli::tests::detect_and_queries::parses_detect_flags_and_path ... ok
[INFO] [stdout] test cli::tests::detect_and_queries::parses_grep_arguments ... ok
[INFO] [stdout] test cli::tests::detect_and_queries::resolves_detect_defaults_from_config_and_no_flags ... ok
[INFO] [stdout] test cli::tests::detect_and_queries::rejects_missing_subcommand ... ok
[INFO] [stdout] test cli::tests::every_clap_command_and_argument_has_help ... ok
[INFO] [stdout] test cli::tests::detect_and_queries::resolves_query_defaults_from_config ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_build_index_arguments ... ok
[INFO] [stdout] test cli::tests::detect_and_queries::rejects_invalid_timeout_value ... ok
[INFO] [stdout] test cli::tests::detect_and_queries::parses_grep_timeout_in_seconds_and_milliseconds ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_completion_arguments ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_callers_arguments ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_list_functions_arguments ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_completion_without_shell ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_declaration_full_arguments ... ok
[INFO] [stdout] test cli::tests::detect_and_queries::parses_diagnostics_arguments ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_list_files_arguments ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::rejects_full_for_references ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::rejects_list_files_detach ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_definition_files_with_matches_arguments ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_definition_full_arguments ... ok
[INFO] [stdout] test cli::tests::misc_commands::parses_agent_skill_arguments ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_references_alias_arguments ... ok
[INFO] [stdout] test cli::tests::misc_commands::parses_commands_arguments ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::rejects_full_with_files_with_matches_for_declaration ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::rejects_files_with_matches_for_list_functions ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::rejects_full_with_files_with_matches_for_definition ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_references_files_with_matches_arguments ... ok
[INFO] [stdout] test cli::tests::listing_and_symbols::parses_list_symbols_arguments ... ok
[INFO] [stdout] test cli::tests::misc_commands::parses_daemon_arguments_and_config_idle_timeout ... ok
[INFO] [stdout] test cli::tests::misc_commands::parses_server_capabilities_arguments ... ok
[INFO] [stdout] test cli::tests::misc_commands::parses_languages_arguments ... ok
[INFO] [stdout] test cli::tests::misc_commands::parses_format_arguments ... ok
[INFO] [stdout] test cli::tests::misc_commands::parses_run_arguments ... ok
[INFO] [stdout] test commands::agent_skill::tests::renders_option_placeholders_from_clap_help ... ok
[INFO] [stdout] test commands::agent_skill::tests::agent_skill_does_not_panic ... ok
[INFO] [stdout] test cli::tests::misc_commands::parses_stop_all_arguments_and_debug_default ... ok
[INFO] [stdout] test cli::tests::misc_commands::parses_stop_arguments ... ok
[INFO] [stdout] test cli::tests::misc_commands::parses_update_arguments ... ok
[INFO] [stdout] test cli::tests::misc_commands::rejects_format_check_with_stdout ... ok
[INFO] [stdout] test commands::command_list::tests::renders_top_level_commands_in_cli_order ... ok
[INFO] [stdout] test commands::agent_skill::tests::run_returns_markdown_for_stdout ... ok
[INFO] [stdout] test commands::command_list::tests::run_returns_rendered_commands ... ok
[INFO] [stdout] test cli::tests::misc_commands::parses_servers_arguments ... ok
[INFO] [stdout] test commands::common::tests::errors_when_auto_selection_spans_multiple_languages ... ok
[INFO] [stdout] test commands::agent_skill::tests::excludes_plumbing_commands_from_generated_skill ... ok
[INFO] [stdout] test commands::agent_skill::tests::renders_curated_skill_sections ... ok
[INFO] [stdout] test commands::command_list::tests::excludes_clap_help_subcommand ... ok
[INFO] [stdout] test commands::common::tests::allows_auto_selection_with_explicit_language ... ok
[INFO] [stdout] test commands::common::tests::errors_when_requested_server_is_not_detected ... ok
[INFO] [stdout] test commands::common::tests::selects_requested_server_for_grep ... ok
[INFO] [stdout] test commands::completion::tests::detects_shell_from_shell_path ... ok
[INFO] [stdout] test commands::completion::tests::errors_when_shell_env_is_missing ... ok
[INFO] [stdout] test commands::completion::tests::normalizes_bash_labels_for_hyphenated_binary_names ... ok
[INFO] [stdout] test commands::completion::tests::errors_when_shell_env_is_unsupported ... ok
[INFO] [stdout] test commands::daemon::tests::detects_background_work_capabilities_in_initialize_params ... ok
[INFO] [stdout] test commands::daemon::tests::emits_quiescent_notification_for_reused_warm_sessions ... ok
[INFO] [stdout] test commands::daemon::tests::fingerprint_value_sorts_object_keys ... ok
[INFO] [stdout] test commands::daemon::tests::busy_stop_request_receives_success_response ... ok
[INFO] [stdout] test commands::daemon::tests::normalize_initialize_params_rejects_other_workspace ... ok
[INFO] [stdout] test commands::daemon::tests::normalize_initialize_params_rewrites_process_id_and_workspace ... ok
[INFO] [stdout] test commands::daemon::tests::socket_path_changes_with_workspace_and_command ... ok
[INFO] [stdout] test commands::daemon::tests::stop_socket_removes_stale_socket ... ok
[INFO] [stdout] test commands::daemon::tests::stop_socket_returns_not_running_when_socket_is_missing ... ok
[INFO] [stdout] test commands::daemon::tests::tracks_quiescent_server_status_from_upstream ... ok
[INFO] [stdout] test commands::daemon::tests::tracks_background_work_until_progress_completes ... ok
[INFO] [stdout] test commands::detect::tests::errors_when_detect_language_has_no_matching_server ... ok
[INFO] [stdout] test commands::detect::tests::errors_when_detect_server_is_not_available_for_language ... ok
[INFO] [stdout] test commands::detect::tests::errors_when_detect_server_is_not_detected ... ok
[INFO] [stdout] test commands::detect::tests::errors_when_detect_server_is_not_detected_and_nothing_matches ... ok
[INFO] [stdout] test commands::detect::tests::errors_when_requested_detect_language_has_no_runnable_server ... ok
[INFO] [stdout] test commands::detect::tests::errors_when_requested_detect_server_is_not_runnable ... ok
[INFO] [stdout] test commands::detect::tests::filters_detect_suggestions_by_language ... ok
[INFO] [stdout] test commands::common::tests::prefers_live_daemon_socket_before_spawning_server ... ok
[INFO] [stdout] test commands::detect::tests::errors_when_requested_detect_server_is_not_runnable_for_language ... ok
[INFO] [stdout] test commands::detect::tests::filters_detect_suggestions_by_language_and_server ... ok
[INFO] [stdout] test commands::common::tests::skips_unrunnable_servers_without_download ... ok
[INFO] [stdout] test commands::detect::tests::renders_detect_json_output ... ok
[INFO] [stdout] test commands::detect::tests::renders_detect_text_output ... ok
[INFO] [stdout] test commands::detect::tests::renders_detect_quiet_output ... ok
[INFO] [stdout] test commands::detect::tests::renders_empty_detect_text_output ... ok
[INFO] [stdout] test commands::detect::tests::renders_no_runnable_server_output ... ok
[INFO] [stdout] test commands::diagnostics::tests::renders_diagnostics_json_output ... ok
[INFO] [stdout] test commands::diagnostics::tests::renders_diagnostics_text_output ... ok
[INFO] [stdout] test commands::format::tests::applies_multiple_text_edits_in_reverse_offset_order ... ok
[INFO] [stdout] test commands::format::tests::applies_single_text_edit ... ok
[INFO] [stdout] test commands::format::tests::converts_utf16_columns_to_bytes ... ok
[INFO] [stdout] test commands::diagnostics::tests::renders_unique_diagnostic_paths ... ok
[INFO] [stdout] test commands::format::tests::rejects_overlapping_text_edits ... ok
[INFO] [stdout] test commands::languages::tests::renders_sorted_languages ... ok
[INFO] [stdout] test commands::run::tests::formats_missing_binary_error ... ok
[INFO] [stdout] test commands::common::tests::downloads_selected_server_when_requested ... ok
[INFO] [stdout] test commands::common::tests::removes_dead_daemon_socket_and_falls_back_to_server_process ... ok
[INFO] [stdout] test commands::completion::tests::errors_when_completion_values_cannot_be_loaded ... ok
[INFO] [stdout] test commands::server_capabilities::tests::defaults_position_encoding_and_omits_missing_server_version ... ok
[INFO] [stdout] test commands::server_capabilities::tests::renders_yaml_like_capabilities_output ... ok
[INFO] [stdout] test commands::completion::tests::includes_configured_languages_and_servers_in_completion_script ... ok
[INFO] [stdout] test commands::servers::tests::errors_for_unsupported_language ... ok
[INFO] [stdout] test commands::servers::tests::filters_servers_by_language ... ok
[INFO] [stdout] test commands::stop::tests::plural_suffix_tracks_plural_forms ... ok
[INFO] [stdout] test commands::servers::tests::renders_sorted_deduplicated_servers ... ok
[INFO] [stdout] test commands::symbol_query::tests::classifies_directory_for_list_symbols_query ... ok
[INFO] [stdout] test commands::stop::tests::stop_all_reports_no_active_daemons_when_runtime_dir_is_empty ... ok
[INFO] [stdout] test commands::symbol_query::tests::dedupes_symbol_matches_by_location_and_name ... ok
[INFO] [stdout] test commands::server_capabilities::tests::renders_unknown_raw_capabilities ... ok
[INFO] [stdout] test commands::symbol_query::tests::formats_list_functions_support_error_for_missing_document_symbol ... ok
[INFO] [stdout] test commands::symbol_query::tests::classifies_file_for_list_symbols_query ... ok
[INFO] [stdout] test commands::stop::tests::implicit_stop_languages_include_each_runnable_detected_language ... ok
[INFO] [stdout] test commands::symbol_query::tests::prefers_exact_name_matches_over_fuzzy_matches ... ok
[INFO] [stdout] test commands::symbol_query::tests::formats_list_symbols_support_error_for_missing_document_symbol ... ok
[INFO] [stdout] test commands::symbol_query::tests::rejects_missing_list_symbols_path ... ok
[INFO] [stdout] test commands::symbol_query::tests::renders_files_with_matches_text_output ... ok
[INFO] [stdout] test commands::symbol_query::tests::renders_empty_grep_text_output ... ok
[INFO] [stdout] test commands::symbol_query::tests::renders_full_definition_text_output ... ok
[INFO] [stdout] test commands::symbol_query::tests::renders_grep_text_output ... ok
[INFO] [stdout] test commands::symbol_query::tests::renders_full_definition_json_output ... ok
[INFO] [stdout] test commands::symbol_query::tests::renders_paths_text_output ... ok
[INFO] [stdout] test commands::symbol_query::tests::truncates_items_to_limit ... ok
[INFO] [stdout] test commands::symbol_query::tests::renders_symbol_names_text_output ... ok
[INFO] [stdout] test config::tests::errors_when_no_root_can_be_resolved ... ok
[INFO] [stdout] test config::tests::fails_on_invalid_regex ... ok
[INFO] [stdout] test config::tests::fails_on_invalid_cli_config ... ok
[INFO] [stdout] test config::tests::fails_when_config_root_is_missing ... ok
[INFO] [stdout] test config::tests::default_config_root_respects_config_env ... ok
[INFO] [stdout] test config::tests::fails_on_invalid_yaml ... ok
[INFO] [stdout] test config::tests::falls_back_to_home_dot_config_for_cli_user_root ... ok
[INFO] [stdout] test config::tests::fails_on_unknown_lsp_filetype ... ok
[INFO] [stdout] test config::tests::ignores_missing_cli_config_files ... ok
[INFO] [stdout] test config::tests::falls_back_to_repo_data_when_home_default_missing ... ok
[INFO] [stdout] test config::tests::loads_download_version_with_user_override ... ok
[INFO] [stdout] test config::tests::falls_back_to_home_local_share ... ok
[INFO] [stdout] test config::tests::resolves_cli_user_root_from_xdg_config_home ... ok
[INFO] [stdout] test config::tests::rejects_unknown_cli_config_keys ... ok
[INFO] [stdout] test config::tests::returns_no_cli_user_root_without_xdg_config_home_or_home ... ok
[INFO] [stdout] test detect::tests::collects_matching_files_for_allowed_filetypes ... ok
[INFO] [stdout] test config::tests::loads_layered_cli_config_with_user_overrides ... ok
[INFO] [stdout] test config::tests::loads_valid_config_store ... ok
[INFO] [stdout] test config::tests::resolves_config_root_from_lsp_data_env ... ok
[INFO] [stdout] test commands::detect::tests::renders_server_specific_languages_in_text_output ... ok
[INFO] [stdout] test detect::tests::detects_filetypes_by_pattern ... ok
[INFO] [stdout] test detect::tests::detects_filetypes_by_extension ... ok
[INFO] [stdout] test detect::tests::returns_error_for_missing_root_path ... ok
[INFO] [stdout] test detect::tests::scans_nested_directories ... ok
[INFO] [stdout] test commands::detect::tests::filters_detect_suggestions_by_server ... ok
[INFO] [stdout] test commands::symbol_query::tests::prefers_function_matches_for_function_queries ... ok
[INFO] [stdout] test error::tests::invalid_input_uses_exit_code_two ... ok
[INFO] [stdout] test commands::daemon::tests::stop_socket_sends_private_stop_request ... ok
[INFO] [stdout] test hash::tests::encodes_sha256_output_as_lowercase_hex ... ok
[INFO] [stdout] test lsp::client::tests::formats_missing_binary_error ... ok
[INFO] [stdout] test detect::tests::skips_broken_symlinks ... ok
[INFO] [stdout] test detect::tests::skips_symlinked_directories ... ok
[INFO] [stdout] test detect::tests::skips_symlinked_files ... ok
[INFO] [stdout] test detect::tests::returns_empty_when_no_supported_files_exist ... ok
[INFO] [stdout] test commands::common::tests::resolves_server_from_managed_install ... ok
[INFO] [stdout] test detect::tests::detects_multiple_extensions_for_one_filetype ... ok
[INFO] [stdout] test error::tests::only_unexpected_is_logged_as_unexpected ... ok
[INFO] [stdout] test lsp::client::tests::hides_server_stderr_without_debug ... ok
[INFO] [stdout] test lsp::client::tests::initialize_replies_to_queued_server_requests_before_next_request ... ok
[INFO] [stdout] test lsp::client::tests::starts_server_in_workspace_root ... ok
[INFO] [stdout] test lsp::client::tests::sends_document_diagnostic_request ... ok
[INFO] [stdout] test commands::format::tests::rejects_directory_for_format_file ... ok
[INFO] [stdout] test commands::agent_skill::tests::output_starts_with_frontmatter_block ... ok
[INFO] [stdout] test lsp::diagnostics::tests::accepts_unchanged_pull_diagnostics_response ... ok
[INFO] [stdout] test lsp::diagnostics::tests::decodes_pull_diagnostics_response ... ok
[INFO] [stdout] test lsp::diagnostics::tests::keeps_absolute_path_when_outside_workspace ... ok
[INFO] [stdout] test lsp::diagnostics::tests::decodes_publish_diagnostics_notification ... ok
[INFO] [stdout] test lsp::symbols::tests::identifies_function_like_symbol_kinds ... ok
[INFO] [stdout] test lsp::symbols::tests::extracts_class_body_with_attributes_from_nested_document_symbols ... ok
[INFO] [stdout] test lsp::symbols::tests::keeps_full_content_from_definition_ranges ... ok
[INFO] [stdout] test lsp::symbols::tests::extracts_function_body_from_nested_document_symbols ... ok
[INFO] [stdout] test lsp::symbols::tests::parses_call_hierarchy_outgoing_calls ... ok
[INFO] [stdout] test lsp::client::tests::initialize_advertises_and_returns_workspace_folders ... ok
[INFO] [stdout] test lsp::symbols::tests::parses_call_hierarchy_incoming_calls ... ok
[INFO] [stdout] test lsp::symbols::tests::parses_document_symbols_for_all_kinds ... ok
[INFO] [stdout] test lsp::symbols::tests::parses_flat_document_symbols_at_symbol_name ... ok
[INFO] [stdout] test lsp::client::tests_logging::logs_server_start_stderr_and_exit_to_global_log ... ok
[INFO] [stdout] test lsp::symbols::tests::parses_document_symbols_for_functions ... ok
[INFO] [stdout] test lsp::symbols::tests::parses_flat_document_symbols_inside_attributed_ranges ... ok
[INFO] [stdout] test lsp::symbols::tests::parses_workspace_symbol_locations ... ok
[INFO] [stdout] test lsp::symbols::tests::parses_prepare_call_hierarchy_response ... ok
[INFO] [stdout] test lsp::client::tests::keeps_server_stderr_visible_with_debug ... ok
[INFO] [stdout] test lsp::transport::tests::writes_and_reads_lsp_message ... ok
[INFO] [stdout] test mason::install::tests::parses_archive_file_spec ... ok
[INFO] [stdout] test mason::link::tests::detects_runnable_command_on_path ... ok
[INFO] [stdout] test lsp::symbols::tests::parses_location_links ... ok
[INFO] [stdout] test lsp::transport::tests::serializes_debug_messages_as_json ... ok
[INFO] [stdout] test lsp::client::tests_initialize_stderr::reports_server_stderr_for_initialize_transport_errors ... ok
[INFO] [stdout] test lsp::symbols::tests::returns_placeholder_for_missing_line ... ok
[INFO] [stdout] test mason::link::tests::rejects_parent_directory_paths ... ok
[INFO] [stdout] test mason::link::tests::resolves_python_wrapper_program_path ... ok
[INFO] [stdout] test mason::link::tests::detects_runnable_wrapper_with_generated_launcher ... ok
[INFO] [stdout] test mason::platform::tests::platform_matches_exact_and_family_targets ... ok
[INFO] [stdout] test mason::link::tests::resolves_generic_template_program_path ... ok
[INFO] [stdout] test mason::link::tests::rewrites_detect_command_program ... ok
[INFO] [stdout] test mason::registry::tests::applies_most_specific_matching_version_override ... ok
[INFO] [stdout] test mason::registry::tests::falls_back_to_package_name_and_binary_name ... ok
[INFO] [stdout] test mason::registry::tests::keeps_only_lsp_packages_with_lspconfig_mapping ... ok
[INFO] [stdout] test mason::registry::tests::applies_version_override_asset_payload ... ok
[INFO] [stdout] test mason::link::tests::resolves_github_template_program_path ... ok
[INFO] [stdout] test mason::link::tests::resolves_named_asset_bin_template ... ok
[INFO] [stdout] test mason::link::tests::resolves_github_asset_extension_template_to_empty_when_missing ... ok
[INFO] [stdout] test mason::registry::tests::registry_metadata_freshness_respects_threshold ... ok
[INFO] [stdout] test mason::registry::tests::load_cached_returns_none_when_registry_is_missing ... ok
[INFO] [stdout] test mason::registry::tests::parses_object_valued_asset_bin_mapping ... ok
[INFO] [stdout] test mason::link::tests::resolves_npm_program_path ... ok
[INFO] [stdout] test mason::resolve::tests::skips_server_when_not_in_path_or_cache ... ok
[INFO] [stdout] test mason::registry::tests::load_cached_returns_none_for_corrupted_registry ... ok
[INFO] [stdout] test mason::resolve::tests::prefers_cached_direct_binary_when_path_misses ... ok
[INFO] [stdout] test mason::source::tests::parses_supported_source_ids ... ok
[INFO] [stdout] test mason::source::tests::preserves_unsupported_source_kind ... ok
[INFO] [stdout] test mason::template::tests::renders_common_mason_templates ... ok
[INFO] [stdout] test mason::link::tests::materializes_download_man_share_mapping ... ok
[INFO] [stdout] test mason::resolve::tests::treats_corrupted_cache_as_missing ... ok
[INFO] [stdout] test runtime_state::tests::resolves_daemon_root_under_xdg_runtime_dir ... ok
[INFO] [stdout] test runtime_state::tests::resolves_runtime_state_under_home ... ok
[INFO] [stdout] test runtime_state::tests::creates_expected_runtime_directories ... ok
[INFO] [stdout] test runtime_state::tests::sanitizes_daemon_socket_component ... ok
[INFO] [stdout] test runtime_state::tests::stores_global_log_file_under_runtime_root ... ok
[INFO] [stdout] test suggest::tests::does_not_suggest_lsp_from_root_marker_alone ... ok
[INFO] [stdout] test suggest::tests::carries_wait_for_index_from_config ... ok
[INFO] [stdout] test suggest::tests::falls_back_to_input_directory_when_no_marker_exists ... ok
[INFO] [stdout] test mason::template::tests::renders_missing_known_values_as_empty_strings ... ok
[INFO] [stdout] test lsp::client::tests::sends_document_formatting_request ... ok
[INFO] [stdout] test runtime_state::tests::errors_without_home ... ok
[INFO] [stdout] test suggest::tests::includes_all_matching_languages ... ok
[INFO] [stdout] test runtime_state::tests::lists_only_daemon_socket_paths ... ok
[INFO] [stdout] test suggest::tests::keeps_unlisted_servers_after_listed_ones ... ok
[INFO] [stdout] test suggest::tests::suggests_lsp_from_detected_filetype ... ok
[INFO] [stdout] test suggest::tests::resolves_workspace_from_root_marker ... ok
[INFO] [stdout] test suggest::tests::substitutes_workspace_without_splitting_spaces ... ok
[INFO] [stdout] test suggest::tests::resolves_missing_relative_workspace_against_provided_current_dir ... ok
[INFO] [stdout] test suggest::tests::sorts_suggestions_by_language_preference ... ok
[INFO] [stdout] test system_log::tests::formats_exit_code_status ... ok
[INFO] [stdout] test system_log::tests::formats_signal_status ... ok
[INFO] [stdout] test system_log::tests::does_not_warn_when_log_file_is_small_enough ... ok
[INFO] [stdout] test mason::link::tests::materializes_share_mappings ... ok
[INFO] [stdout] test test_support::tests::subprocess_helper ... ignored, subprocess helper
[INFO] [stdout] test system_log::tests::warns_when_log_file_is_larger_than_limit ... ok
[INFO] [stdout] test system_log::tests::prefixes_each_log_line_with_timestamp_and_pid ... ok
[INFO] [stdout] test mason::resolve::tests::prefers_cached_wrapper_when_path_misses ... ok
[INFO] [stdout] test suggest::tests::returns_no_suggestions_when_nothing_matches ... ok
[INFO] [stdout] test update::tests::rejects_download_missing_config_directories ... ok
[INFO] [stdout] test runtime_state::tests::daemon_socket_path_depends_on_workspace_and_command ... ok
[INFO] [stdout] test system_log::tests::formats_command_with_shell_quoting ... ok
[INFO] [stdout] test system_log::tests::formats_current_log_timestamp_as_utc_rfc3339_milliseconds ... ok
[INFO] [stdout] test runtime_state::tests::errors_without_xdg_runtime_dir ... ok
[INFO] [stdout] test update::tests::installs_valid_downloaded_data_into_runtime_data_dir ... ok
[INFO] [stdout] test update::tests::leaves_previous_data_untouched_when_validation_fails ... ok
[INFO] [stdout] test lsp::client::tests::collects_latest_publish_diagnostics_notifications ... ok
[INFO] [stdout] test commands::agent_skill::tests::panics_for_unknown_template_placeholders ... ok
[INFO] [stdout] test commands::agent_skill::tests::panics_for_unused_template_arguments ... ok
[INFO] [stdout] test commands::common::tests::preserves_daemon_root_error_for_strict_detach_mode ... FAILED
[INFO] [stdout] test commands::completion::tests::generates_bash_completion_script ... FAILED
[INFO] [stdout] test commands::completion::tests::bash_detect_lsp_completion_reaches_value_candidates ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- commands::common::tests::preserves_daemon_root_error_for_strict_detach_mode stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::common::tests::preserves_daemon_root_error_for_strict_detach_mode' (2528) panicked at src/commands/common_tests.rs:465:14:
[INFO] [stdout] repo config should load: Unexpected("missing directory /opt/rustwide/workdir/data/filetypes")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x597bdcbf0c38 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x597bdcbf0c38 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x597bdcbf0c38 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x597bdcbf0c38 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x597bdcc08afa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x597bdcc08afa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x597bdcbf6072 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x597bdcbf6072 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x597bdcbca856 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x597bdcbca856 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x597bdcbe7169 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x597bdc214dfc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x597bdc214dfc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x597bdcbe73e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x597bdcbe73e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x597bdcbca912 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x597bdcbbf599 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x597bdcbcbc8d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x597bdcc0933c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x597bdcc090b2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x597bdc0084ac - <core[8fb95b77d25ab6c8]::result::Result<lsp_cli[7a866c91da84c54b]::config::ConfigStore, lsp_cli[7a866c91da84c54b]::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x597bdc1b63f8 - lsp_cli[7a866c91da84c54b]::commands::common::tests::preserves_daemon_root_error_for_strict_detach_mode
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/common_tests.rs:465:14
[INFO] [stdout]   22:     0x597bdc170007 - lsp_cli[7a866c91da84c54b]::commands::common::tests::preserves_daemon_root_error_for_strict_detach_mode::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/common_tests.rs:451:56
[INFO] [stdout]   23:     0x597bdc0e6b96 - <lsp_cli[7a866c91da84c54b]::commands::common::tests::preserves_daemon_root_error_for_strict_detach_mode::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x597bdc207edb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x597bdc207edb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x597bdc215755 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x597bdc215755 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x597bdc215755 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x597bdc215755 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x597bdc215755 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x597bdc215755 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x597bdc215755 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x597bdc20f064 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x597bdc20f064 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x597bdc2187d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x597bdc2187d2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x597bdc2187d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x597bdc2187d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x597bdc2187d2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x597bdc2187d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x597bdc2187d2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x597bdcbefbaf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x597bdcbefbaf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x760a447d3aa4 - <unknown>
[INFO] [stdout]   45:     0x760a44860a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- commands::completion::tests::generates_bash_completion_script stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::completion::tests::generates_bash_completion_script' (2540) panicked at src/commands/completion.rs:126:10:
[INFO] [stdout] completion script should generate: Unexpected("failed to resolve config root for completion: could not resolve config root from LSP_DATA, ~/.local/share/lsp-cli/data, or repo data/")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x597bdcbf0c38 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x597bdcbf0c38 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x597bdcbf0c38 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x597bdcbf0c38 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x597bdcc08afa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x597bdcc08afa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x597bdcbf6072 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x597bdcbf6072 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x597bdcbca856 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x597bdcbca856 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x597bdcbe7169 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x597bdc214dfc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x597bdc214dfc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x597bdcbe73e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x597bdcbe73e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x597bdcbca912 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x597bdcbbf599 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x597bdcbcbc8d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x597bdcc0933c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x597bdcc090b2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x597bdc008d6b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, lsp_cli[7a866c91da84c54b]::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x597bdc048d5e - lsp_cli[7a866c91da84c54b]::commands::completion::tests::generates_bash_completion_script
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/completion.rs:126:10
[INFO] [stdout]   22:     0x597bdc03c067 - lsp_cli[7a866c91da84c54b]::commands::completion::tests::generates_bash_completion_script::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/completion.rs:122:42
[INFO] [stdout]   23:     0x597bdc0e5f16 - <lsp_cli[7a866c91da84c54b]::commands::completion::tests::generates_bash_completion_script::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x597bdc207edb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x597bdc207edb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x597bdc215755 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x597bdc215755 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x597bdc215755 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x597bdc215755 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x597bdc215755 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x597bdc215755 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x597bdc215755 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x597bdc20f064 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x597bdc20f064 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x597bdc2187d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x597bdc2187d2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x597bdc2187d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x597bdc2187d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x597bdc2187d2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x597bdc2187d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x597bdc2187d2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x597bdcbefbaf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x597bdcbefbaf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x760a447d3aa4 - <unknown>
[INFO] [stdout]   45:     0x760a44860a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- commands::completion::tests::bash_detect_lsp_completion_reaches_value_candidates stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'commands::completion::tests::bash_detect_lsp_completion_reaches_value_candidates' (2535) panicked at src/commands/completion.rs:160:10:
[INFO] [stdout] bash completion should generate: Unexpected("failed to resolve config root for completion: could not resolve config root from LSP_DATA, ~/.local/share/lsp-cli/data, or repo data/")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x597bdcbf0c38 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x597bdcbf0c38 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x597bdcbf0c38 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x597bdcbf0c38 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x597bdcc08afa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x597bdcc08afa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x597bdcbf6072 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x597bdcbf6072 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x597bdcbca856 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x597bdcbca856 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x597bdcbe7169 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x597bdc214dfc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x597bdc214dfc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x597bdcbe73e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x597bdcbe73e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x597bdcbca912 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x597bdcbbf599 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x597bdcbcbc8d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x597bdcc0933c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x597bdcc090b2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x597bdc008d6b - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, lsp_cli[7a866c91da84c54b]::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x597bdc0498e2 - lsp_cli[7a866c91da84c54b]::commands::completion::tests::bash_detect_lsp_completion_reaches_value_candidates
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/completion.rs:160:10
[INFO] [stdout]   22:     0x597bdc03c127 - lsp_cli[7a866c91da84c54b]::commands::completion::tests::bash_detect_lsp_completion_reaches_value_candidates::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/commands/completion.rs:156:61
[INFO] [stdout]   23:     0x597bdc0e6016 - <lsp_cli[7a866c91da84c54b]::commands::completion::tests::bash_detect_lsp_completion_reaches_value_candidates::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x597bdc207edb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x597bdc207edb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x597bdc215755 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x597bdc215755 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x597bdc215755 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x597bdc215755 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x597bdc215755 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x597bdc215755 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x597bdc215755 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x597bdc20f064 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x597bdc20f064 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x597bdc2187d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x597bdc2187d2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x597bdc2187d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x597bdc2187d2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x597bdc2187d2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x597bdc2187d2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x597bdc2187d2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x597bdcbefbaf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x597bdcbefbaf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x760a447d3aa4 - <unknown>
[INFO] [stdout]   45:     0x760a44860a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     commands::common::tests::preserves_daemon_root_error_for_strict_detach_mode
[INFO] [stdout]     commands::completion::tests::bash_detect_lsp_completion_reaches_value_candidates
[INFO] [stdout]     commands::completion::tests::generates_bash_completion_script
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 253 passed; 3 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin lsp-cli`
[INFO] running `Command { std: "docker" "inspect" "5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a", kill_on_drop: false }`
[INFO] [stdout] 5b7b73dbf82676cae7725849724e943c636a9309eaf131b4e3bcb1196bdc3a2a
