[INFO] cloning repository https://github.com/CaelRowley/git-gud
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CaelRowley/git-gud" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaelRowley%2Fgit-gud", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCaelRowley%2Fgit-gud'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 24315e7251a042a10f4dfb25fed810648bf45df6
[INFO] testing CaelRowley/git-gud 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%2FCaelRowley%2Fgit-gud" "/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/CaelRowley/git-gud
[INFO] finished tweaking git repo https://github.com/CaelRowley/git-gud
[INFO] tweaked toml for git repo https://github.com/CaelRowley/git-gud written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CaelRowley/git-gud 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/CaelRowley/git-gud 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] dbfe8579817ae0161a9869662fbdd3fa70fe40d90ab8d750c32aee3c52520b5e
[INFO] running `Command { std: "docker" "start" "-a" "dbfe8579817ae0161a9869662fbdd3fa70fe40d90ab8d750c32aee3c52520b5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dbfe8579817ae0161a9869662fbdd3fa70fe40d90ab8d750c32aee3c52520b5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbfe8579817ae0161a9869662fbdd3fa70fe40d90ab8d750c32aee3c52520b5e", kill_on_drop: false }`
[INFO] [stdout] dbfe8579817ae0161a9869662fbdd3fa70fe40d90ab8d750c32aee3c52520b5e
[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] 2cf18c0159413072515451a0b88b6ec63c97b2c1020266f85d236702da0c0690
[INFO] running `Command { std: "docker" "start" "-a" "2cf18c0159413072515451a0b88b6ec63c97b2c1020266f85d236702da0c0690", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.181
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling deranged v0.5.6
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling aws-lc-rs v1.15.4
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling bytes-utils v0.1.4
[INFO] [stderr]    Compiling der v0.6.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling jobserver v0.1.34
[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 socket2 v0.6.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling crypto-bigint v0.4.9
[INFO] [stderr]    Compiling ff v0.12.1
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling sec1 v0.3.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling group v0.12.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling aws-types v1.3.11
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling xmlparser v0.13.6
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling spin v0.10.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling aws-smithy-xml v0.60.14
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling rfc6979 v0.3.1
[INFO] [stderr]    Compiling elliptic-curve v0.12.3
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling crc-fast v1.9.0
[INFO] [stderr]    Compiling clap_builder v4.5.58
[INFO] [stderr]    Compiling ecdsa v0.14.8
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling p256 v0.11.1
[INFO] [stderr]    Compiling aws-lc-sys v0.37.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling libz-sys v1.1.23
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libgit2-sys v0.15.2+1.6.4
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[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 thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling clap v4.5.58
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[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 toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[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 tokio-util v0.7.18
[INFO] [stderr]    Compiling aws-smithy-async v1.2.12
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling aws-smithy-types v1.4.4
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling aws-smithy-runtime-api v1.11.4
[INFO] [stderr]    Compiling aws-smithy-eventstream v0.60.19
[INFO] [stderr]    Compiling aws-smithy-json v0.62.4
[INFO] [stderr]    Compiling aws-smithy-query v0.60.14
[INFO] [stderr]    Compiling aws-smithy-http v0.63.4
[INFO] [stderr]    Compiling aws-credential-types v1.2.11
[INFO] [stderr]    Compiling aws-smithy-observability v0.2.5
[INFO] [stderr]    Compiling git2 v0.17.2
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling aws-sigv4 v1.3.8
[INFO] [stderr]    Compiling aws-smithy-checksums v0.64.4
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling aws-smithy-http-client v1.1.10
[INFO] [stderr]    Compiling aws-smithy-runtime v1.10.1
[INFO] [stderr]    Compiling aws-runtime v1.6.0
[INFO] [stderr]    Compiling aws-sdk-sso v1.93.0
[INFO] [stderr]    Compiling aws-sdk-sts v1.97.0
[INFO] [stderr]    Compiling aws-sdk-ssooidc v1.95.0
[INFO] [stderr]    Compiling aws-sdk-s3 v1.122.0
[INFO] [stderr]    Compiling aws-config v1.8.13
[INFO] [stderr]    Compiling git-gud v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 18s
[INFO] running `Command { std: "docker" "inspect" "2cf18c0159413072515451a0b88b6ec63c97b2c1020266f85d236702da0c0690", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cf18c0159413072515451a0b88b6ec63c97b2c1020266f85d236702da0c0690", kill_on_drop: false }`
[INFO] [stdout] 2cf18c0159413072515451a0b88b6ec63c97b2c1020266f85d236702da0c0690
[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] 60d8b9923e1526cab18747ba9fc591ebb8aa50d5f08c7379851160324edeca99
[INFO] running `Command { std: "docker" "start" "-a" "60d8b9923e1526cab18747ba9fc591ebb8aa50d5f08c7379851160324edeca99", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling git-gud v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 24.24s
[INFO] running `Command { std: "docker" "inspect" "60d8b9923e1526cab18747ba9fc591ebb8aa50d5f08c7379851160324edeca99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60d8b9923e1526cab18747ba9fc591ebb8aa50d5f08c7379851160324edeca99", kill_on_drop: false }`
[INFO] [stdout] 60d8b9923e1526cab18747ba9fc591ebb8aa50d5f08c7379851160324edeca99
[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] 80d73f36c4b5b3f66083f0bee251338d3472cd99716f70a22563d07a6fdb04f5
[INFO] running `Command { std: "docker" "start" "-a" "80d73f36c4b5b3f66083f0bee251338d3472cd99716f70a22563d07a6fdb04f5", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gg-ae0530f8d9ae1db0)
[INFO] [stdout] 
[INFO] [stdout] running 69 tests
[INFO] [stdout] test commands::pr::tests::test_build_pr_url_github_ssh ... ok
[INFO] [stdout] test commands::pr::tests::test_build_pr_url_unknown_host ... ok
[INFO] [stdout] test commands::pr::tests::test_build_pr_url_trims_whitespace ... ok
[INFO] [stdout] test commands::standup::tests::test_calculate_last_workday_format ... ok
[INFO] [stdout] test commands::pr::tests::test_build_pr_url_github_https ... ok
[INFO] [stdout] test commands::pr::tests::test_build_pr_url_github_no_git_suffix ... ok
[INFO] [stdout] test commands::pr::tests::test_build_pr_url_gitlab_ssh ... ok
[INFO] [stdout] test commands::standup::tests::test_days_since_last_workday_returns_valid_range ... ok
[INFO] [stdout] test commands::pr::tests::test_build_pr_url_bitbucket_ssh ... ok
[INFO] [stdout] test config::tests::test_theme_default_colors ... ok
[INFO] [stdout] test config::tests::test_colors_enabled_respects_no_color ... ok
[INFO] [stdout] test commands::lfs::migrate::tests::test_cache_from_gitlfs_missing_object_is_noop ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_clear ... ok
[INFO] [stdout] test commands::lfs::migrate::tests::test_cache_from_gitlfs_copies_to_cache ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_copy_to_not_found ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_not_found ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_put_and_get ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_prune_keeps_recent ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_remove ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_put_file ... ok
[INFO] [stdout] git version 2.43.0
[INFO] [stdout] test lfs::cache::tests::test_cache_remove_nonexistent ... ok
[INFO] [stdout] test git::tests::test_run_returns_zero_on_success ... ok
[INFO] [stdout] test lfs::config::tests::test_config_not_found ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_clear_empty ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_read_not_found ... ok
[INFO] [stdout] test lfs::config::tests::test_config_save_and_load ... ok
[INFO] [stdout] test lfs::config::tests::test_config_template ... ok
[INFO] [stdout] test lfs::config::tests::test_config_validation ... ok
[INFO] [stdout] test lfs::pointer::tests::test_is_pointer_file_nonexistent ... ok
[INFO] [stdout] test lfs::config::tests::test_config_parse ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_copy_to ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_overwrite_existing ... ok
[INFO] [stdout] test lfs::pointer::tests::test_is_pointer_file_with_pointer ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_from_bytes ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_from_file_and_write_roundtrip ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_parse_blank_lines_ignored ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_parse_empty_input ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_parse_invalid_oid_short_hex ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_parse_invalid_oid ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_parse_missing_oid ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_parse_invalid_size ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_parse_missing_size ... ok
[INFO] [stdout] test lfs::pointer::tests::test_is_pointer_file_with_real_content ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_parse_ignores_unknown_keys ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_parse_missing_version ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_sha256 ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_to_string ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_parse_valid ... ok
[INFO] [stdout] test lfs::storage::s3::tests::test_object_key_no_prefix ... ok
[INFO] [stdout] test lfs::pointer::tests::test_pointer_write_and_parse_roundtrip ... ok
[INFO] [stdout] test lfs::scanner::tests::test_lfs_pattern_directory ... ok
[INFO] [stdout] test lfs::scanner::tests::test_lfs_pattern_simple ... ok
[INFO] [stdout] test utils::repo::tests::test_is_main_branch_develop ... ok
[INFO] [stdout] test utils::repo::tests::test_is_main_branch_feature ... ok
[INFO] [stdout] test git::tests::test_capture_git_version ... ok
[INFO] [stdout] test commands::pr::tests::test_build_pr_url_gitlab_https ... ok
[INFO] [stdout] test lfs::cache::tests::test_cache_size_and_count ... ok
[INFO] [stderr] git: 'not-a-real-command-12345' is not a git command. See 'git --help'.
[INFO] [stdout] test git::tests::test_run_returns_nonzero_on_failure ... ok
[INFO] [stdout] test utils::repo::tests::test_is_main_branch_main ... ok
[INFO] [stdout] test git::tests::test_capture_invalid_command ... ok
[INFO] [stdout] git version 2.43.0
[INFO] [stderr] git: 'not-a-real-command-12345' is not a git command. See 'git --help'.
[INFO] [stdout] test git::tests::test_run_sequence_stops_on_failure ... ok
[INFO] [stdout] git version 2.43.0
[INFO] [stdout] git version 2.43.0
[INFO] [stdout] test git::tests::test_run_sequence_all_succeed ... ok
[INFO] [stdout] test commands::lfs::migrate::tests::test_find_gitlfs_object_not_found ... ok
[INFO] [stdout] test commands::lfs::migrate::tests::test_find_gitlfs_object_found ... ok
[INFO] [stdout] test commands::lfs::migrate::tests::test_find_gitlfs_object_short_oid ... ok
[INFO] [stdout] test lfs::pointer::tests::test_is_pointer_file_too_large ... ok
[INFO] [stdout] test utils::repo::tests::test_is_main_branch_master ... ok
[INFO] [stdout] test utils::repo::tests::test_get_repo_in_git_dir ... ok
[INFO] [stdout] test utils::repo::tests::test_get_branch_name ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-6fc7ad3b7480882c)
[INFO] [stdout] 
[INFO] [stdout] running 194 tests
[INFO] [stdout] test cli::test_cli::cli_help_short_flag ... ok
[INFO] [stdout] test cli::test_cli::cli_push_alias_p ... ok
[INFO] [stdout] test cli::test_cli::cli_help_shows_all_commands ... ok
[INFO] [stdout] test cli::test_cli::cli_sync_help ... ok
[INFO] [stdout] test cli::test_cli::cli_quick_commit_alias_qc ... ok
[INFO] [stdout] test cli::test_cli::cli_status_help ... ok
[INFO] [stdout] test cli::test_cli::cli_amend_help ... ok
[INFO] [stdout] test cli::test_cli::cli_today_help ... ok
[INFO] [stdout] test cli::test_cli::cli_version_works ... ok
[INFO] [stdout] test cli::test_cli::cli_status_alias_s ... ok
[INFO] [stdout] test cli::test_cli::cli_clean_branches_help ... ok
[INFO] [stdout] test cli::test_cli::cli_quick_commit_help ... ok
[INFO] [stdout] test cli::test_cli::cli_recent_help ... ok
[INFO] [stdout] test cli::test_cli::cli_pr_help ... ok
[INFO] [stdout] test cli::test_cli::cli_undo_help ... ok
[INFO] [stdout] test cli::test_cli::cli_version_short_flag ... ok
[INFO] [stdout] test cli::test_cli::cli_sw_help ... ok
[INFO] [stdout] test cli::test_cli::cli_push_help ... ok
[INFO] [stdout] test cli::test_cli::cli_standup_help ... ok
[INFO] [stdout] test integration::test_lfs::cli_lfs_in_main_help ... ok
[INFO] [stdout] test integration::test_lfs::cli_lfs_unknown_subcommand ... ok
[INFO] [stdout] test integration::test_amend::amend_no_commits_fails ... ok
[INFO] [stdout] test integration::test_lfs::lfs_clean_produces_pointer ... ok
[INFO] [stdout] test integration::test_amend::amend_no_edit_by_default ... ok
[INFO] [stdout] test integration::test_lfs::lfs_clean_passthrough_pointer ... ok
[INFO] [stdout] test integration::test_lfs::lfs_clean_empty_input ... ok
[INFO] [stdout] test integration::test_lfs::lfs_clean_deterministic_hash ... ok
[INFO] [stdout] test integration::test_amend::amend_all_long_flag ... ok
[INFO] [stdout] test integration::test_lfs::lfs_clean_different_content_different_hash ... ok
[INFO] [stdout] test integration::test_amend::amend_shows_running_commands ... ok
[INFO] [stdout] test integration::test_clean_branches::clean_branches_no_merged_branches ... ok
[INFO] [stdout] test integration::test_lfs::lfs_help_shows_subcommands ... ok
[INFO] [stdout] test integration::test_clean_branches::clean_branches_force_flag_deletes ... ok
[INFO] [stdout] test integration::test_lfs::lfs_install_creates_config ... ok
[INFO] [stdout] test integration::test_lfs::lfs_install_creates_hooks ... ok
[INFO] [stdout] test integration::test_clean_branches::clean_branches_protects_main ... ok
[INFO] [stdout] test integration::test_clean_branches::clean_branches_dry_run_by_default ... ok
[INFO] [stdout] test integration::test_amend::amend_all_flag_stages_changes ... ok
[INFO] [stdout] test integration::test_amend::amend_basic ... ok
[INFO] [stdout] test integration::test_lfs::lfs_install_help ... ok
[INFO] [stdout] test integration::test_lfs::lfs_import_help ... ok
[INFO] [stdout] test integration::test_lfs::lfs_ls_files_help ... ok
[INFO] [stdout] test integration::test_lfs::lfs_install_migrates_old_filter_name ... ok
[INFO] [stdout] test integration::test_lfs::lfs_install_adds_to_gitignore ... ok
[INFO] [stdout] test integration::test_lfs::lfs_install_registers_filter_driver ... ok
[INFO] [stdout] test integration::test_lfs::lfs_ls_files_no_patterns ... ok
[INFO] [stdout] test integration::test_lfs::lfs_ls_files_no_files ... ok
[INFO] [stdout] test integration::test_clean_branches::clean_branches_force_long_flag ... ok
[INFO] [stdout] test integration::test_lfs::lfs_import_no_config_shows_error ... ok
[INFO] [stdout] test integration::test_lfs::lfs_ls_files_long_flag ... ok
[INFO] [stdout] test integration::test_lfs::lfs_import_no_patterns_shows_message ... ok
[INFO] [stdout] test integration::test_lfs::lfs_import_dry_run ... ok
[INFO] [stdout] test integration::test_lfs::lfs_prune_help ... ok
[INFO] [stdout] test integration::test_lfs::lfs_install_idempotent_runs_twice ... ok
[INFO] [stdout] test integration::test_lfs::lfs_migrate_help ... ok
[INFO] [stdout] test integration::test_lfs::lfs_install_does_not_duplicate_gitignore ... ok
[INFO] [stdout] test integration::test_lfs::lfs_prune_days_flag ... ok
[INFO] [stdout] test integration::test_lfs::lfs_prune_dry_run ... ok
[INFO] [stdout] test integration::test_lfs::lfs_ls_files_shows_tracked_files ... ok
[INFO] [stdout] test integration::test_lfs::lfs_install_force_overwrites_hooks ... ok
[INFO] [stdout] test integration::test_lfs::lfs_prune_runs_successfully ... ok
[INFO] [stdout] test integration::test_lfs::lfs_migrate_skip_fetch_flag ... ok
[INFO] [stdout] test integration::test_lfs::lfs_migrate_no_config_shows_error ... ok
[INFO] [stdout] test integration::test_lfs::lfs_pull_help ... ok
[INFO] [stdout] test integration::test_lfs::lfs_migrate_no_patterns_shows_error ... ok
[INFO] [stdout] test integration::test_lfs::lfs_migrate_keep_gitlfs_flag ... ok
[INFO] [stdout] test integration::test_lfs::lfs_pull_no_config_shows_message ... ok
[INFO] [stdout] test integration::test_lfs::lfs_push_help ... ok
[INFO] [stdout] test integration::test_lfs::lfs_import_include_exclude_flags ... ok
[INFO] [stdout] test integration::test_lfs::lfs_pull_exclude_flag ... ok
[INFO] [stdout] test integration::test_lfs::lfs_smudge_corrupted_pointer ... ok
[INFO] [stdout] test integration::test_lfs::lfs_push_all_flag ... ok
[INFO] [stdout] test integration::test_lfs::lfs_smudge_empty_input ... ok
[INFO] [stdout] test integration::test_lfs::lfs_smudge_partial_pointer ... ok
[INFO] [stdout] test integration::test_lfs::lfs_smudge_from_cache ... ok
[INFO] [stdout] test integration::test_lfs::lfs_push_no_config_shows_error ... ok
[INFO] [stdout] test integration::test_lfs::lfs_push_pre_push_flag_accepted ... ok
[INFO] [stdout] test integration::test_lfs::lfs_smudge_skip_env_passes_through ... ok
[INFO] [stdout] test integration::test_lfs::lfs_smudge_passthrough_non_pointer ... ok
[INFO] [stdout] test integration::test_lfs::lfs_pull_dry_run_flag ... ok
[INFO] [stdout] test integration::test_lfs::lfs_filter_roundtrip_via_git ... ok
[INFO] [stdout] test integration::test_lfs::lfs_scanner_respects_gitignore ... ok
[INFO] [stdout] test integration::test_lfs::lfs_status_help ... ok
[INFO] [stdout] test integration::test_lfs::lfs_push_no_patterns_shows_message ... ok
[INFO] [stdout] test integration::test_lfs::lfs_smudge_cache_miss_no_config ... ok
[INFO] [stdout] test integration::test_lfs::lfs_push_dry_run_flag ... ok
[INFO] [stdout] test integration::test_lfs::lfs_status_shows_no_patterns_message ... ok
[INFO] [stdout] test integration::test_lfs::lfs_pull_post_checkout_flag_accepted ... ok
[INFO] [stdout] test integration::test_lfs::lfs_track_help ... ok
[INFO] [stdout] test integration::test_lfs::lfs_status_shows_no_config_message ... ok
[INFO] [stdout] test integration::test_lfs::lfs_pull_include_flag ... ok
[INFO] [stdout] test integration::test_lfs::lfs_status_shows_config ... ok
[INFO] [stdout] test integration::test_lfs::lfs_track_appends_to_existing_gitattributes ... ok
[INFO] [stdout] test integration::test_lfs::lfs_verify_help ... ok
[INFO] [stdout] test integration::test_lfs::lfs_status_shows_hooks ... ok
[INFO] [stdout] test integration::test_lfs::lfs_track_stages_gitattributes ... ok
[INFO] [stdout] test integration::test_lfs::lfs_track_creates_gitattributes ... ok
[INFO] [stdout] test integration::test_lfs::lfs_untrack_nonexistent_pattern_is_graceful ... ok
[INFO] [stdout] test integration::test_lfs::lfs_verify_no_config_shows_error ... ok
[INFO] [stdout] test integration::test_passthrough::no_args_runs_git_status ... ok
[INFO] [stdout] test integration::test_lfs::lfs_migrate_dry_run ... FAILED
[INFO] [stdout] test integration::test_lfs::lfs_uninstall_removes_filter_driver ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_add_specific_file ... ok
[INFO] [stdout] test integration::test_lfs::lfs_uninstall_preserves_non_lfs_hooks ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_empty_repo_log ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_double_dash ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_checkout_nonexistent_branch ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_commit_with_message ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_checkout_new_branch ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_git_log ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_git_diff ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_preserves_success_exit_code ... ok
[INFO] [stdout] test integration::test_lfs::lfs_status_shows_patterns ... ok
[INFO] [stdout] test integration::test_lfs::lfs_status_verbose_flag ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_git_show ... ok
[INFO] [stdout] test integration::test_lfs::lfs_track_multiple_patterns ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_git_log_with_flags ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_git_branch ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_stash_and_pop ... ok
[INFO] [stdout] test integration::test_lfs::lfs_verify_with_config_checks_bucket ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_git_status_porcelain ... ok
[INFO] [stdout] test integration::test_lfs::lfs_uninstall_removes_hooks ... ok
[INFO] [stdout] test integration::test_lfs::lfs_untrack_removes_pattern ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_preserves_failure_exit_code ... ok
[INFO] [stdout] test integration::test_passthrough::passthrough_with_equals_syntax ... ok
[INFO] [stdout] test integration::test_pr::pr_bitbucket_url ... ok
[INFO] [stdout] test integration::test_pr::pr_print_long_flag ... ok
[INFO] [stdout] test integration::test_pr::pr_print_flag_outputs_url ... ok
[INFO] [stdout] test integration::test_lfs::lfs_verify_write_flag_accepted ... ok
[INFO] [stdout] test integration::test_pr::pr_github_https_url ... ok
[INFO] [stdout] test integration::test_pr::pr_gitlab_url ... ok
[INFO] [stdout] test integration::test_pr::pr_github_ssh_url ... ok
[INFO] [stdout] test integration::test_quick_commit::qc_all_flag_includes_untracked ... ok
[INFO] [stdout] test integration::test_quick_commit::qc_all_long_flag ... ok
[INFO] [stdout] test integration::test_pr::pr_includes_branch_name ... ok
[INFO] [stdout] test integration::test_quick_commit::qc_alias_works ... ok
[INFO] [stdout] test integration::test_push::push_shows_running_command ... ok
[INFO] [stdout] test integration::test_push::push_force_flag_uses_force_with_lease ... ok
[INFO] [stdout] test integration::test_lfs::lfs_filter_checkout_roundtrip ... ok
[INFO] [stdout] test integration::test_quick_commit::qc_basic_commits_tracked_changes ... ok
[INFO] [stdout] test integration::test_push::push_on_feature_branch_sets_upstream ... ok
[INFO] [stdout] test integration::test_recent::recent_no_history ... ok
[INFO] [stdout] test integration::test_quick_commit::qc_no_changes_fails ... ok
[INFO] [stdout] test integration::test_push::push_on_main_branch ... ok
[INFO] [stdout] test integration::test_recent::recent_count_long_flag ... ok
[INFO] [stdout] test integration::test_quick_commit::qc_all_and_push_combined ... ok
[INFO] [stdout] test integration::test_push::push_force_long_flag ... ok
[INFO] [stdout] test integration::test_pr::pr_no_remote_fails_gracefully ... ok
[INFO] [stdout] test integration::test_recent::recent_shows_branches ... ok
[INFO] [stdout] test integration::test_recent::recent_default_count_is_10 ... ok
[INFO] [stdout] test integration::test_quick_commit::qc_push_flag ... ok
[INFO] [stdout] test integration::test_quick_commit::qc_shows_running_commands ... ok
[INFO] [stdout] test integration::test_standup::standup_days_long_flag ... ok
[INFO] [stdout] test integration::test_standup::standup_all_long_flag ... ok
[INFO] [stdout] test integration::test_standup::standup_all_flag ... ok
[INFO] [stdout] test integration::test_status::status_clean_repo ... ok
[INFO] [stdout] test integration::test_status::status_deleted_files ... ok
[INFO] [stdout] test integration::test_standup::standup_default ... ok
[INFO] [stdout] test integration::test_status::status_unstaged_files ... ok
[INFO] [stdout] test integration::test_status::status_empty_repo ... ok
[INFO] [stdout] test integration::test_push::push_on_branch_with_upstream ... ok
[INFO] [stdout] test integration::test_sw::sw_zero_fails ... ok
[INFO] [stdout] test integration::test_sw::sw_with_number_switches_branch ... ok
[INFO] [stdout] test integration::test_sw::sw_invalid_number_fails_gracefully ... ok
[INFO] [stdout] test integration::test_status::status_short_flag_delegates_to_git ... ok
[INFO] [stdout] test integration::test_status::status_mixed_changes ... ok
[INFO] [stdout] test integration::test_recent::recent_count_flag ... ok
[INFO] [stdout] test integration::test_standup::standup_days_flag ... ok
[INFO] [stdout] test integration::test_status::status_untracked_files ... ok
[INFO] [stdout] test integration::test_standup::standup_empty_result ... ok
[INFO] [stdout] test integration::test_status::status_short_flag_long_form ... ok
[INFO] [stdout] test integration::test_status::status_staged_files ... ok
[INFO] [stdout] test integration::test_standup::standup_all_and_days_combined ... ok
[INFO] [stdout] test integration::test_standup::standup_shows_commits ... ok
[INFO] [stdout] test integration::test_today::today_all_flag ... ok
[INFO] [stdout] test integration::test_today::today_all_long_flag ... ok
[INFO] [stdout] test integration::test_today::today_no_commits_today ... ok
[INFO] [stdout] test integration::test_today::today_shows_commits ... ok
[INFO] [stdout] test integration::test_undo::undo_no_commits_fails ... ok
[INFO] [stdout] test integration::test_sync::sync_no_stash_flag ... ok
[INFO] [stdout] test integration::test_today::today_uses_oneline_format ... ok
[INFO] [stdout] test integration::test_today::today_with_multiple_commits ... ok
[INFO] [stdout] test integration::test_sync::sync_on_main_branch ... ok
[INFO] [stdout] test integration::test_undo::undo_hard_flag ... ok
[INFO] [stdout] test integration::test_sw::sw_with_branch_history ... ok
[INFO] [stdout] test integration::test_undo::undo_default_undoes_one_commit ... ok
[INFO] [stdout] test integration::test_undo::undo_shows_running_command ... ok
[INFO] [stdout] test integration::test_undo::undo_preserves_changes_without_hard ... ok
[INFO] [stdout] test integration::test_undo::undo_with_count_and_hard ... ok
[INFO] [stdout] test integration::test_sync::sync_on_main_does_pull_rebase ... ok
[INFO] [stdout] test integration::test_sync::sync_shows_running_commands ... ok
[INFO] [stdout] test integration::test_undo::undo_specific_count ... ok
[INFO] [stdout] test integration::test_sync::sync_on_feature_branch ... ok
[INFO] [stdout] test integration::test_sync::sync_with_uncommitted_changes ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- integration::test_lfs::lfs_migrate_dry_run stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'integration::test_lfs::lfs_migrate_dry_run' (624) panicked at tests/integration/test_lfs.rs:624:5:
[INFO] [stdout] assertion failed: stdout.contains("dry run") || stdout.contains("Would") ||
[INFO] [stdout]         stdout.contains("Dry run") || stdout.contains("No LFS files")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cfed7aa979a - 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:     0x5cfed7aa979a - 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:     0x5cfed7aa979a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5cfed7aa979a - <<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:     0x5cfed7abf5fa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5cfed7abf5fa - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5cfed7aaf502 - 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:     0x5cfed7aaf502 - <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:     0x5cfed7a8626f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5cfed7a8626f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5cfed7aa0d89 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5cfed79f19ac - <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:     0x5cfed79f19ac - 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:     0x5cfed7aa0f42 - <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:     0x5cfed7aa0f42 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5cfed7a8635a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5cfed7a7da99 - 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:     0x5cfed7a8703d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5cfed7abff2c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5cfed7abfef2 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5cfed79b6c47 - tests::integration::test_lfs::lfs_migrate_dry_run::hff284cddd6bb37b3
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/test_lfs.rs:624:5
[INFO] [stdout]   21:     0x5cfed79b6c87 - tests::integration::test_lfs::lfs_migrate_dry_run::{{closure}}::hf2da96f2ddceb1a6
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/test_lfs.rs:617:25
[INFO] [stdout]   22:     0x5cfed79d8616 - core::ops::function::FnOnce::call_once::h4f2b9a2b86fc0f89
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5cfed79e5a8b - <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:     0x5cfed79e5a8b - 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:     0x5cfed79f247b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5cfed79f247b - <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:     0x5cfed79f247b - 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:     0x5cfed79f247b - 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:     0x5cfed79f247b - 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:     0x5cfed79f247b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5cfed79f247b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5cfed79edb94 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5cfed79edb94 - 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:     0x5cfed79f5082 - 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:     0x5cfed79f5082 - <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:     0x5cfed79f5082 - 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:     0x5cfed79f5082 - 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:     0x5cfed79f5082 - 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:     0x5cfed79f5082 - 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:     0x5cfed79f5082 - <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:     0x5cfed7aa880f - <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:     0x5cfed7aa880f - <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:     0x7a04432ecaa4 - <unknown>
[INFO] [stdout]   44:     0x7a0443379a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     integration::test_lfs::lfs_migrate_dry_run
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 193 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.30s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test tests`
[INFO] running `Command { std: "docker" "inspect" "80d73f36c4b5b3f66083f0bee251338d3472cd99716f70a22563d07a6fdb04f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80d73f36c4b5b3f66083f0bee251338d3472cd99716f70a22563d07a6fdb04f5", kill_on_drop: false }`
[INFO] [stdout] 80d73f36c4b5b3f66083f0bee251338d3472cd99716f70a22563d07a6fdb04f5
