[INFO] cloning repository https://github.com/bartsmykla/af
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bartsmykla/af" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbartsmykla%2Faf", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbartsmykla%2Faf'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a827d7b97d775f0eb86223013665d6c229ef7aed
[INFO] testing bartsmykla/af against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbartsmykla%2Faf" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/bartsmykla/af
[INFO] finished tweaking git repo https://github.com/bartsmykla/af
[INFO] tweaked toml for git repo https://github.com/bartsmykla/af written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bartsmykla/af on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bartsmykla/af already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 77da8b69b5ec73d651d069f130847e0835d07def439aa9cdffcff07604e5de2e
[INFO] running `Command { std: "docker" "start" "-a" "77da8b69b5ec73d651d069f130847e0835d07def439aa9cdffcff07604e5de2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77da8b69b5ec73d651d069f130847e0835d07def439aa9cdffcff07604e5de2e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77da8b69b5ec73d651d069f130847e0835d07def439aa9cdffcff07604e5de2e", kill_on_drop: false }`
[INFO] [stdout] 77da8b69b5ec73d651d069f130847e0835d07def439aa9cdffcff07604e5de2e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2a8c22d30cd48289c59e228606bcd0343741c18993a4b5d10d1d7e8add1760f4
[INFO] running `Command { std: "docker" "start" "-a" "2a8c22d30cd48289c59e228606bcd0343741c18993a4b5d10d1d7e8add1760f4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libz-sys v1.1.25
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling wayland-commons v0.29.5
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling cargo-platform v0.3.2
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling cargo_metadata v0.23.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling x11rb-protocol v0.10.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling libgit2-sys v0.18.3+1.9.2
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling simple_asn1 v0.6.4
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling octocrab v0.49.5
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling p384 v0.13.1
[INFO] [stderr]    Compiling clap_complete v4.6.0
[INFO] [stderr]    Compiling os_pipe v1.2.3
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling tree_magic_mini v3.2.2
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling snafu v0.8.9
[INFO] [stderr]    Compiling x11rb v0.10.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling indicatif v0.18.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling clap_complete_nushell v4.6.0
[INFO] [stderr]    Compiling x11-clipboard v0.7.1
[INFO] [stderr]    Compiling jsonwebtoken v10.3.0
[INFO] [stderr]    Compiling arc-swap v1.8.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling secrecy v0.10.3
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling dialoguer v0.12.0
[INFO] [stderr]    Compiling clio v0.3.5
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling fern v0.7.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling wl-clipboard-rs v0.7.0
[INFO] [stderr]    Compiling clap_complete_command v0.6.1
[INFO] [stderr]    Compiling indicatif-log-bridge v0.2.3
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling clap-verbosity-flag v3.0.4
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling cli-clipboard v0.4.0
[INFO] [stderr]    Compiling git2 v0.20.4
[INFO] [stderr]    Compiling af v0.11.44 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 29s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wl-clipboard-rs v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "2a8c22d30cd48289c59e228606bcd0343741c18993a4b5d10d1d7e8add1760f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a8c22d30cd48289c59e228606bcd0343741c18993a4b5d10d1d7e8add1760f4", kill_on_drop: false }`
[INFO] [stdout] 2a8c22d30cd48289c59e228606bcd0343741c18993a4b5d10d1d7e8add1760f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab4460d421f298318adf559cb5b11798055813bf56ac5cb2df82288ae2d252f4
[INFO] running `Command { std: "docker" "start" "-a" "ab4460d421f298318adf559cb5b11798055813bf56ac5cb2df82288ae2d252f4", kill_on_drop: false }`
[INFO] [stderr]    Compiling af v0.11.44 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.87s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wl-clipboard-rs v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "ab4460d421f298318adf559cb5b11798055813bf56ac5cb2df82288ae2d252f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab4460d421f298318adf559cb5b11798055813bf56ac5cb2df82288ae2d252f4", kill_on_drop: false }`
[INFO] [stdout] ab4460d421f298318adf559cb5b11798055813bf56ac5cb2df82288ae2d252f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 92c3ebd137ad086de221345d51f8d82ca7f7b650228bc151674f515c0383307e
[INFO] running `Command { std: "docker" "start" "-a" "92c3ebd137ad086de221345d51f8d82ca7f7b650228bc151674f515c0383307e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: wl-clipboard-rs v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/af/lib.rs (/opt/rustwide/target/debug/deps/af-d0308e1ef577eba1)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test cmd::git::clone_project::tests::non_git_directory_requires_confirmation_without_force ... ok
[INFO] [stdout] test cmd::git::clone_project::tests::ssh_uses_agent_when_ssh_key_auth_is_allowed ... ok
[INFO] [stdout] test cmd::git::clone_project::tests::non_git_directory_is_removed_with_force ... ok
[INFO] [stdout] test cmd::git::clone_project::tests::ssh_uses_username_probe_before_agent_auth ... ok
[INFO] [stdout] test cmd::git::clone_project::tests::unsupported_auth_strategy_returns_error ... ok
[INFO] [stdout] test cmd::git::clone_project::tests::https_uses_credential_helper_when_plaintext_auth_is_allowed ... ok
[INFO] [stdout] test cmd::git::clone_project::tests::classifies_non_git_directories ... ok
[INFO] [stdout] test ides::tests::dedupes_same_preview_app_and_keeps_path_first_launcher ... ok
[INFO] [stdout] test ides::tests::detects_zed_regular_and_preview_from_apps ... ok
[INFO] [stdout] test ides::tests::dot_prefers_zed_then_goland_then_vscode ... ok
[INFO] [stdout] test ides::tests::formats_vscode_name_and_home_relative_paths ... ok
[INFO] [stdout] test ides::tests::home_relative_replaces_home_with_tilde ... ok
[INFO] [stdout] test ides::tests::language_mapping_values ... ok
[INFO] [stdout] test ides::tests::selects_active_vscode_before_zed ... ok
[INFO] [stdout] test ides::tests::selects_zed_family_before_language_match_when_not_in_editor ... ok
[INFO] [stdout] test cmd::git::clone_project::tests::classifies_dirty_git_repository ... ok
[INFO] [stdout] test repo::tests::parses_browser_style_https_repository_url ... ok
[INFO] [stdout] test repo::tests::parses_https_repository_name_without_git_suffix ... ok
[INFO] [stdout] test cmd::git::clone_project::tests::classifies_clean_git_repository ... ok
[INFO] [stdout] test utils::tests::converts_http_to_ssh ... ok
[INFO] [stdout] test utils::tests::converts_https_to_ssh ... ok
[INFO] [stdout] test utils::tests::ignores_extra_path_parts ... ok
[INFO] [stdout] test utils::tests::fails_on_invalid_url ... ok
[INFO] [stdout] test utils::tests::parses_repository_parts_from_tree_url ... ok
[INFO] [stdout] test utils::tests::parses_valid_https_url ... ok
[INFO] [stdout] test utils::tests::parses_valid_https_url_with_trailing_path ... ok
[INFO] [stdout] test utils::tests::parses_valid_ssh_url ... ok
[INFO] [stdout] test utils::tests::parses_valid_https_url_with_git_suffix ... ok
[INFO] [stdout] test utils::tests::preserves_http_scheme ... ok
[INFO] [stdout] test utils::tests::strips_trailing_git_suffix ... ok
[INFO] [stdout] test utils::tests::trims_input ... ok
[INFO] [stdout] test utils::tests::return_ssh ... ok
[INFO] [stdout] test utils::tests::trims_whitespace_before_parsing ... ok
[INFO] [stdout] test cmd::shortcuts::abbreviations::tests::test_gp_finds_remote_without_head_or_branches ... ok
[INFO] [stdout] test cmd::shortcuts::abbreviations::tests::test_finds_existing_remote_head ... ok
[INFO] [stdout] test cmd::shortcuts::abbreviations::tests::test_fails_if_no_matching_branch ... ok
[INFO] [stdout] test cmd::shortcuts::abbreviations::tests::test_fallback_to_main_if_head_missing ... ok
[INFO] [stdout] test cmd::shortcuts::abbreviations::tests::test_fallback_to_master_if_head_missing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "92c3ebd137ad086de221345d51f8d82ca7f7b650228bc151674f515c0383307e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92c3ebd137ad086de221345d51f8d82ca7f7b650228bc151674f515c0383307e", kill_on_drop: false }`
[INFO] [stdout] 92c3ebd137ad086de221345d51f8d82ca7f7b650228bc151674f515c0383307e
