[INFO] cloning repository https://github.com/freepicheep/nuance
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/freepicheep/nuance" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffreepicheep%2Fnuance", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffreepicheep%2Fnuance'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7af4dcf20dc3ec5054448162b81e14bad023e1e1
[INFO] testing freepicheep/nuance against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffreepicheep%2Fnuance" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/freepicheep/nuance
[INFO] finished tweaking git repo https://github.com/freepicheep/nuance
[INFO] tweaked toml for git repo https://github.com/freepicheep/nuance written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/freepicheep/nuance on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/freepicheep/nuance already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 85c88b58271911646b7d96a0bf0bfd078a4962a40bfc7d66e18ab60e716ef0f1
[INFO] running `Command { std: "docker" "start" "-a" "85c88b58271911646b7d96a0bf0bfd078a4962a40bfc7d66e18ab60e716ef0f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "85c88b58271911646b7d96a0bf0bfd078a4962a40bfc7d66e18ab60e716ef0f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85c88b58271911646b7d96a0bf0bfd078a4962a40bfc7d66e18ab60e716ef0f1", kill_on_drop: false }`
[INFO] [stdout] 85c88b58271911646b7d96a0bf0bfd078a4962a40bfc7d66e18ab60e716ef0f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 17735c5e530a27f82bbc63968e5e05b6e51bca509c9fe5dcd2b89b09d2e93033
[INFO] running `Command { std: "docker" "start" "-a" "17735c5e530a27f82bbc63968e5e05b6e51bca509c9fe5dcd2b89b09d2e93033", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling typed-path v0.12.3
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling console v0.16.2
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling indicatif v0.18.4
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling toml v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling libz-sys v1.1.24
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling libgit2-sys v0.18.3+1.9.2
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zip v8.2.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling git2 v0.20.4
[INFO] [stderr]    Compiling quiver v0.3.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.13s
[INFO] running `Command { std: "docker" "inspect" "17735c5e530a27f82bbc63968e5e05b6e51bca509c9fe5dcd2b89b09d2e93033", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17735c5e530a27f82bbc63968e5e05b6e51bca509c9fe5dcd2b89b09d2e93033", kill_on_drop: false }`
[INFO] [stdout] 17735c5e530a27f82bbc63968e5e05b6e51bca509c9fe5dcd2b89b09d2e93033
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca977973ebbd2f6f3f703b03f62e00d4c8b157e500a06a7e1d61da7c4b90fe96
[INFO] running `Command { std: "docker" "start" "-a" "ca977973ebbd2f6f3f703b03f62e00d4c8b157e500a06a7e1d61da7c4b90fe96", kill_on_drop: false }`
[INFO] [stderr]    Compiling quiver v0.3.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.97s
[INFO] running `Command { std: "docker" "inspect" "ca977973ebbd2f6f3f703b03f62e00d4c8b157e500a06a7e1d61da7c4b90fe96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca977973ebbd2f6f3f703b03f62e00d4c8b157e500a06a7e1d61da7c4b90fe96", kill_on_drop: false }`
[INFO] [stdout] ca977973ebbd2f6f3f703b03f62e00d4c8b157e500a06a7e1d61da7c4b90fe96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 18b174dd30c1a989c86324d0f30ffc19345e56a089039d9e749c0bed3fdda092
[INFO] running `Command { std: "docker" "start" "-a" "18b174dd30c1a989c86324d0f30ffc19345e56a089039d9e749c0bed3fdda092", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/qv-c131e63472718ef3)
[INFO] [stdout] 
[INFO] [stdout] running 136 tests
[INFO] [stdout] test cli::tests::list_alias_parses ... ok
[INFO] [stdout] test checksum::tests::hash_is_deterministic ... ok
[INFO] [stdout] test checksum::tests::single_file_directory_hash_changes_with_content ... ok
[INFO] [stdout] test cli::tests::init_parses_with_nu_version ... ok
[INFO] [stdout] test checksum::tests::hash_changes_with_content ... ok
[INFO] [stdout] test cli::tests::run_subcommand_parses_with_multiple_args ... ok
[INFO] [stdout] test config::tests::default_provider_base_url_supports_custom_domain ... ok
[INFO] [stdout] test config::tests::install_mode_round_trip ... ok
[INFO] [stdout] test config::tests::config_dir_paths ... ok
[INFO] [stdout] test config::tests::default_provider_base_url_rejects_unknown_provider ... ok
[INFO] [stdout] test config::tests::default_provider_base_url_resolves_known_aliases ... ok
[INFO] [stdout] test cli::tests::install_parses_security_flags ... ok
[INFO] [stdout] test cli::tests::add_plugin_parses_with_bin ... ok
[INFO] [stdout] test cli::tests::version_subcommand_parses ... ok
[INFO] [stdout] test config::tests::modules_dir_custom ... ok
[INFO] [stdout] test config::tests::install_store_paths ... ok
[INFO] [stdout] test config::tests::security_config_round_trip ... ok
[INFO] [stdout] test config::tests::round_trip_with_override ... ok
[INFO] [stdout] test git::tests::url_cache_key_is_stable_and_not_lossy ... ok
[INFO] [stdout] test config::tests::round_trip ... ok
[INFO] [stdout] test config::tests::modules_dir_default ... ok
[INFO] [stdout] test config::tests::missing_provider_defaults_to_github ... ok
[INFO] [stdout] test installer::tests::discovers_nested_module_path_from_nupm_metadata ... ok
[INFO] [stdout] test cli::tests::remove_alias_parses ... ok
[INFO] [stdout] test installer::tests::dist_info_dir_name_uses_tag_or_short_rev ... ok
[INFO] [stdout] test installer::tests::extract_archive_rejects_tar_symlink_entries ... ok
[INFO] [stdout] test installer::tests::extract_archive_rejects_zip_path_traversal_entries ... ok
[INFO] [stdout] test installer::tests::discovers_root_module_path_without_nupm_metadata ... ok
[INFO] [stdout] test installer::tests::frozen_policy_forces_signed_assets_and_disables_fallback ... ok
[INFO] [stdout] test installer::tests::discovers_nested_module_path_without_nupm_metadata ... ok
[INFO] [stdout] test installer::tests::global_lockfile_staleness_accepts_matching_module_entries ... ok
[INFO] [stdout] test installer::tests::global_lockfile_staleness_detects_missing_module_entry ... ok
[INFO] [stdout] test cli::tests::short_uppercase_v_displays_version ... ok
[INFO] [stdout] test installer::tests::frozen_checksum_verification_requires_matching_sha ... ok
[INFO] [stdout] test cli::tests::short_v_displays_version ... ok
[INFO] [stdout] test installer::tests::find_core_plugin_binary_prefers_same_dir_as_nu ... ok
[INFO] [stdout] test installer::tests::link_plugin_into_env_creates_link ... ok
[INFO] [stdout] test installer::tests::local_lockfile_staleness_detects_changed_exact_nu_version_for_core_plugin ... ok
[INFO] [stdout] test installer::tests::local_lockfile_staleness_detects_changed_module_ref ... ok
[INFO] [stdout] test installer::tests::local_lockfile_staleness_detects_changed_plugin_bin ... ok
[INFO] [stdout] test installer::tests::local_lockfile_staleness_detects_module_mismatches ... ok
[INFO] [stdout] test installer::tests::install_extracted_nu_plugins_copies_into_shared_plugins_store ... ok
[INFO] [stdout] test installer::tests::local_lockfile_staleness_keeps_range_nu_version_for_core_plugin ... ok
[INFO] [stdout] test installer::tests::local_lockfile_staleness_detects_unknown_artifacts ... ok
[INFO] [stdout] test installer::tests::link_plugin_into_env_is_idempotent_when_target_matches ... ok
[INFO] [stdout] test installer::tests::find_extracted_nu_plugins_finds_only_core_plugins ... ok
[INFO] [stdout] test installer::tests::nu_string_literal_escapes_paths ... ok
[INFO] [stdout] test installer::tests::parse_yes_no_accepts_expected_answers ... ok
[INFO] [stdout] test installer::tests::parse_expected_sha256_rejects_malformed_digest ... ok
[INFO] [stdout] test installer::tests::parse_yes_no_rejects_invalid_answers ... ok
[INFO] [stdout] test installer::tests::plugin_add_command_escapes_paths ... ok
[INFO] [stdout] test installer::tests::plugin_install_display_ref_falls_back_to_short_rev ... ok
[INFO] [stdout] test installer::tests::plugin_install_display_ref_prefers_version_dir_name ... ok
[INFO] [stdout] test installer::tests::plugin_registration_targets_are_sorted_and_deduped ... ok
[INFO] [stdout] test installer::tests::install_without_dependencies_rewrites_lockfile_to_empty ... ok
[INFO] [stdout] test installer::tests::local_lockfile_staleness_detects_missing_plugin_entry ... ok
[INFO] [stdout] test installer::tests::parse_expected_sha256_supports_common_formats ... ok
[INFO] [stdout] test installer::tests::resolve_nu_store_candidate_prefers_current_version_when_it_matches_requirement ... ok
[INFO] [stdout] test installer::tests::resolve_nu_store_candidate_uses_installed_store_when_current_version_mismatches ... ok
[INFO] [stdout] test installer::tests::create_nu_symlink_creates_symlink ... ok
[INFO] [stdout] test installer::tests::resolve_nu_store_candidate_prefers_current_version_for_unpinned_projects ... ok
[INFO] [stdout] test installer::tests::find_core_plugin_binary_checks_quiver_version_plugins_dir ... ok
[INFO] [stdout] test installer::tests::select_plugin_release_asset_ignores_checksum_and_signature_assets ... ok
[INFO] [stdout] test installer::tests::sync_plugin_registry_removes_stale_file_when_no_plugins ... ok
[INFO] [stdout] test installer::tests::verify_downloaded_asset_detects_match_and_mismatch ... ok
[INFO] [stdout] test installer::tests::write_text_file_if_changed_is_idempotent ... ok
[INFO] [stdout] test lockfile::tests::find_package_by_name_and_kind ... ok
[INFO] [stdout] test installer::tests::writes_config_nu ... ok
[INFO] [stdout] test installer::tests::write_module_dist_info_excludes_nested_module_subdir ... ok
[INFO] [stdout] test installer::tests::supported_plugin_archive_formats_include_tgz_and_tar_xz ... ok
[INFO] [stdout] test installer::tests::writes_activate_overlay ... ok
[INFO] [stdout] test lockfile::tests::parse_optional_asset_metadata ... ok
[INFO] [stdout] test installer::tests::write_module_dist_info_root_module_keeps_peripheral_files_only ... ok
[INFO] [stdout] test lockfile::tests::parse_plugin_kind ... ok
[INFO] [stdout] test installer::tests::create_nu_symlink_replaces_existing ... ok
[INFO] [stdout] test installer::tests::select_plugin_release_asset_prefers_matching_tag_and_platform ... ok
[INFO] [stdout] test installer::tests::frozen_install_without_dependencies_writes_activate_overlay ... ok
[INFO] [stdout] test lockfile::tests::parse_unknown_kind_as_other ... ok
[INFO] [stdout] test lockfile::tests::parse_spec_format ... ok
[INFO] [stdout] test lockfile::tests::round_trip ... ok
[INFO] [stdout] test manifest::tests::accepts_semver_range_nu_version_requirement ... ok
[INFO] [stdout] test manifest::tests::reject_core_plugin_source_with_git_or_refs ... ok
[INFO] [stdout] test manifest::tests::reject_dep_with_no_refs ... ok
[INFO] [stdout] test manifest::tests::reject_module_dependency_with_insecure_http_git_source ... ok
[INFO] [stdout] test manifest::tests::accepts_core_plugin_source_without_git_or_refs ... ok
[INFO] [stdout] test manifest::tests::reject_invalid_nu_version_requirement ... ok
[INFO] [stdout] test nu::tests::extracts_semver_from_nu_version_output ... ok
[INFO] [stdout] test manifest::tests::reject_plugin_dependency_with_insecure_http_git_source ... ok
[INFO] [stdout] test manifest::tests::reject_plugin_dep_with_empty_bin ... ok
[INFO] [stdout] test nu::tests::parses_semver_range_requirement ... ok
[INFO] [stdout] test manifest::tests::round_trip_parse_manifest ... ok
[INFO] [stdout] test nu::tests::parses_plain_version_as_exact_requirement ... ok
[INFO] [stdout] test resolver::tests::conflict_detection ... ok
[INFO] [stdout] test manifest::tests::to_toml_string_emits_stable_sorted_dependencies ... ok
[INFO] [stdout] test manifest::tests::reject_plugin_dep_with_no_refs ... ok
[INFO] [stdout] test manifest::tests::reject_dep_with_multiple_refs ... ok
[INFO] [stdout] test safety::tests::dependency_name_accepts_common_safe_names ... ok
[INFO] [stdout] test safety::tests::normalized_relative_path_blocks_absolute_and_parent_components ... ok
[INFO] [stdout] test safety::tests::secure_git_source_allows_https_and_ssh ... ok
[INFO] [stdout] test safety::tests::secure_git_source_rejects_http_and_unknown_schemes ... ok
[INFO] [stdout] test tests::cmd_lsp_rejects_unknown_editor ... ok
[INFO] [stdout] test safety::tests::dependency_name_rejects_path_traversal_patterns ... ok
[INFO] [stdout] test tests::init_rejects_invalid_explicit_nu_version ... ok
[INFO] [stdout] test tests::cmd_run_requires_manifest ... ok
[INFO] [stdout] test tests::cmd_lsp_with_explicit_editors_generates_configs ... ok
[INFO] [stdout] test tests::list_installed_module_names_returns_sorted_directories_only ... ok
[INFO] [stdout] test tests::normalize_dependency_source_expands_repo_shorthand ... ok
[INFO] [stdout] test tests::list_installed_plugin_names_handles_missing_directory ... ok
[INFO] [stdout] test tests::normalize_dependency_source_passes_through_urls ... ok
[INFO] [stdout] test tests::normalize_dependency_source_rejects_insecure_provider_url ... ok
[INFO] [stdout] test tests::normalize_dependency_source_rejects_insecure_http_url ... ok
[INFO] [stdout] test tests::list_installed_module_names_handles_missing_directory ... ok
[INFO] [stdout] test tests::normalize_dependency_source_requires_provider_for_shorthand ... ok
[INFO] [stdout] test tests::normalize_dependency_source_uses_custom_provider ... ok
[INFO] [stdout] test tests::normalize_dependency_source_rejects_invalid_input ... ok
[INFO] [stdout] test tests::init_appends_nu_env_entry_to_existing_gitignore ... ok
[INFO] [stdout] test tests::resolve_core_plugin_name_accepts_full_name ... ok
[INFO] [stdout] test tests::resolve_run_invocation_leaves_other_commands_unchanged ... ok
[INFO] [stdout] test tests::resolve_core_plugin_name_handles_short_aliases_and_typos ... ok
[INFO] [stdout] test tests::list_installed_plugin_names_returns_sorted_plugin_binaries ... ok
[INFO] [stdout] test tests::remove_module_dist_info_dirs_removes_only_matching_module_dist_info ... ok
[INFO] [stdout] test tests::zed_lsp_config_generates_settings_json ... ok
[INFO] [stdout] test tests::resolve_run_invocation_preserves_existing_plugin_config_for_nu ... ok
[INFO] [stdout] test tests::resolve_run_invocation_wraps_nu_script ... ok
[INFO] [stdout] test tests::init_respects_explicit_name_but_uses_current_dir_for_mod_nu_subdir ... ok
[INFO] [stdout] test tests::init_omits_authors_when_git_user_name_is_empty ... ok
[INFO] [stdout] test tests::resolve_run_invocation_injects_config_for_nu ... ok
[INFO] [stdout] test tests::init_creates_mod_nu_in_subdir_named_after_current_dir ... ok
[INFO] [stdout] test tests::init_creates_gitignore_with_nu_env_entry ... ok
[INFO] [stdout] test tests::init_uses_explicit_nu_version_when_provided ... ok
[INFO] [stdout] test tests::init_uses_git_user_name_for_authors_when_available ... ok
[INFO] [stdout] test git::tests::origin_match_rejects_mismatched_cached_repo ... ok
[INFO] [stdout] test git::tests::origin_match_allows_normalized_git_urls ... ok
[INFO] [stdout] test git::tests::latest_tag_falls_back_for_non_semver_tags ... ok
[INFO] [stdout] test tests::helix_lsp_config_generates_languages_toml ... FAILED
[INFO] [stdout] test git::tests::latest_tag_uses_semver_order_instead_of_lexicographic_order ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::helix_lsp_config_generates_languages_toml stdout ----
[INFO] [stdout] Generated .helix/languages.toml
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::helix_lsp_config_generates_languages_toml' (141) panicked at src/main.rs:1756:9:
[INFO] [stdout] assertion failed: content.contains("--config .nu-env/config.nu")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d4c8c0c150a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5d4c8c0c150a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5d4c8c0c150a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d4c8c0c150a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5d4c8c0d978a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d4c8c0d978a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5d4c8c0c67d2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5d4c8c0c67d2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5d4c8c09b81f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d4c8c09b81f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d4c8c0b7279 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d4c8bca065c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5d4c8bca065c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5d4c8c0b74f2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5d4c8c0b74f2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5d4c8c09b90a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5d4c8c092d69 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5d4c8c09ca4d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5d4c8c0da06c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d4c8c0da032 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5d4c8ba9e826 - qv::tests::helix_lsp_config_generates_languages_toml::h7460647ace2a6e9a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1756:9
[INFO] [stdout]   21:     0x5d4c8ba9e9d7 - qv::tests::helix_lsp_config_generates_languages_toml::{{closure}}::h9ce05374932746aa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:1745:51
[INFO] [stdout]   22:     0x5d4c8ba27356 - core::ops::function::FnOnce::call_once::hf79f2281f2027e81
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5d4c8bc9473b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5d4c8bc9473b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5d4c8bca112b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5d4c8bca112b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5d4c8bca112b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5d4c8bca112b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5d4c8bca112b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5d4c8bca112b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5d4c8bca112b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5d4c8bc9c844 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5d4c8bc9c844 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5d4c8bca3d32 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5d4c8bca3d32 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5d4c8bca3d32 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5d4c8bca3d32 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5d4c8bca3d32 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5d4c8bca3d32 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5d4c8bca3d32 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5d4c8c0c041f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   42:     0x5d4c8c0c041f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7346fba2daa4 - <unknown>
[INFO] [stdout]   44:     0x7346fbabaa64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::helix_lsp_config_generates_languages_toml
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 135 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin qv`
[INFO] running `Command { std: "docker" "inspect" "18b174dd30c1a989c86324d0f30ffc19345e56a089039d9e749c0bed3fdda092", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18b174dd30c1a989c86324d0f30ffc19345e56a089039d9e749c0bed3fdda092", kill_on_drop: false }`
[INFO] [stdout] 18b174dd30c1a989c86324d0f30ffc19345e56a089039d9e749c0bed3fdda092
