[INFO] cloning repository https://github.com/crate-ci/cargo-fixit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/crate-ci/cargo-fixit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrate-ci%2Fcargo-fixit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrate-ci%2Fcargo-fixit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 774c54bd12696cf0f0a3a219a1cec6605a2c8fa4
[INFO] testing crate-ci/cargo-fixit against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcrate-ci%2Fcargo-fixit" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/crate-ci/cargo-fixit
[INFO] finished tweaking git repo https://github.com/crate-ci/cargo-fixit
[INFO] tweaked toml for git repo https://github.com/crate-ci/cargo-fixit written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/crate-ci/cargo-fixit on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/crate-ci/cargo-fixit 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 51e54515b8bce1e2d254adfb72a8ccf10f88b61c24f87085cce0e0fcbe9e0b25
[INFO] running `Command { std: "docker" "start" "-a" "51e54515b8bce1e2d254adfb72a8ccf10f88b61c24f87085cce0e0fcbe9e0b25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51e54515b8bce1e2d254adfb72a8ccf10f88b61c24f87085cce0e0fcbe9e0b25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51e54515b8bce1e2d254adfb72a8ccf10f88b61c24f87085cce0e0fcbe9e0b25", kill_on_drop: false }`
[INFO] [stdout] 51e54515b8bce1e2d254adfb72a8ccf10f88b61c24f87085cce0e0fcbe9e0b25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e411fa9dd58d20dff34c26078ad58580c3c7ea9fbf7113a63cb7f63af1e079a
[INFO] running `Command { std: "docker" "start" "-a" "2e411fa9dd58d20dff34c26078ad58580c3c7ea9fbf7113a63cb7f63af1e079a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling erased-serde v0.4.8
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libgit2-sys v0.18.2+1.9.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling serde-untagged v0.1.9
[INFO] [stderr]    Compiling toml v0.9.7
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling cargo-util v0.2.24
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling clap-cargo v0.18.0
[INFO] [stderr]    Compiling colorchoice-clap v1.0.7
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling tracing-chrome v0.7.2
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling rustfix v0.9.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling cargo-util-schemas v0.10.0
[INFO] [stderr]    Compiling git2 v0.20.2
[INFO] [stderr]    Compiling cargo-fixit v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
[INFO] running `Command { std: "docker" "inspect" "2e411fa9dd58d20dff34c26078ad58580c3c7ea9fbf7113a63cb7f63af1e079a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e411fa9dd58d20dff34c26078ad58580c3c7ea9fbf7113a63cb7f63af1e079a", kill_on_drop: false }`
[INFO] [stdout] 2e411fa9dd58d20dff34c26078ad58580c3c7ea9fbf7113a63cb7f63af1e079a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 910f52efd7c6e8b8920d8a83b3b4b9feb13331dd6e49f1ec5011ef308cafecb7
[INFO] running `Command { std: "docker" "start" "-a" "910f52efd7c6e8b8920d8a83b3b4b9feb13331dd6e49f1ec5011ef308cafecb7", kill_on_drop: false }`
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling regex-automata v0.4.11
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libgit2-sys v0.18.2+1.9.1
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling curl-sys v0.4.83+curl-8.15.0
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling curl v0.4.49
[INFO] [stderr]    Compiling utf8-width v0.1.7
[INFO] [stderr]    Compiling toml_writer v1.0.3
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling toml v0.9.7
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling erased-serde v0.4.8
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling regex v1.11.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling anstyle-lossy v1.1.4
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling fiat-crypto v0.3.0
[INFO] [stderr]    Compiling zlib-rs v0.5.2
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling anstyle-svg v0.1.11
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling cargo-util v0.2.24
[INFO] [stderr]    Compiling p384 v0.13.1
[INFO] [stderr]    Compiling serde-untagged v0.1.9
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling snapbox-macros v0.4.0
[INFO] [stderr]    Compiling ed25519-compact v2.1.1
[INFO] [stderr]    Compiling os_pipe v1.2.2
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling content_inspector v0.2.4
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling ct-codecs v1.1.6
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling libz-rs-sys v0.5.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling cargo-test-support v0.8.1
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling snapbox v0.6.23
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling cargo-util-schemas v0.10.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling crates-io v0.40.14
[INFO] [stderr]    Compiling tracing-chrome v0.7.2
[INFO] [stderr]    Compiling clap-cargo v0.18.0
[INFO] [stderr]    Compiling colorchoice-clap v1.0.7
[INFO] [stderr]    Compiling rustfix v0.9.2
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling cargo-test-macro v0.4.6
[INFO] [stderr]    Compiling automod v1.0.15
[INFO] [stderr]    Compiling orion v0.17.11
[INFO] [stderr]    Compiling pasetors v0.7.7
[INFO] [stderr]    Compiling git2 v0.20.2
[INFO] [stderr]    Compiling cargo-fixit v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `snapbox::cmd::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cmd::cargo_bin!`
[INFO] [stdout]  --> tests/testsuite/help/mod.rs:1:19
[INFO] [stdout]   |
[INFO] [stdout] 1 | use snapbox::cmd::cargo_bin;
[INFO] [stdout]   |                   ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 32s
[INFO] running `Command { std: "docker" "inspect" "910f52efd7c6e8b8920d8a83b3b4b9feb13331dd6e49f1ec5011ef308cafecb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "910f52efd7c6e8b8920d8a83b3b4b9feb13331dd6e49f1ec5011ef308cafecb7", kill_on_drop: false }`
[INFO] [stdout] 910f52efd7c6e8b8920d8a83b3b4b9feb13331dd6e49f1ec5011ef308cafecb7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 64cb1b406aa1f15e7c989ead28c36a154cff75833c4a7a16227f5d5e119845d9
[INFO] running `Command { std: "docker" "start" "-a" "64cb1b406aa1f15e7c989ead28c36a154cff75833c4a7a16227f5d5e119845d9", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated function `snapbox::cmd::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cmd::cargo_bin!`
[INFO] [stderr]  --> tests/testsuite/help/mod.rs:1:19
[INFO] [stderr]   |
[INFO] [stderr] 1 | use snapbox::cmd::cargo_bin;
[INFO] [stderr]   |                   ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cargo-fixit` (test "testsuite") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.44s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cargo_fixit-bbf7376e51e68007)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/cargo-fixit/main.rs (/opt/rustwide/target/debug/deps/cargo_fixit-70c5bbb7b095cf99)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test cli::verify_app ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/testsuite/main.rs (/opt/rustwide/target/debug/deps/testsuite-48c543d9f86bd3e7)
[INFO] [stdout] 
[INFO] [stdout] running 75 tests
[INFO] [stdout] test fix::do_not_fix_broken_builds ... ok
[INFO] [stdout] test fix::edition_v2_resolver_report ... ok
[INFO] [stdout] test fix::doesnt_rebuild_dependencies ... ok
[INFO] [stdout] test fix::does_not_warn_about_clean_working_directory ... ok
[INFO] [stdout] test fix::does_not_warn_about_dirty_ignored_files ... ok
[INFO] [stdout] test fix::do_not_fix_tests_by_default ... ok
[INFO] [stdout] test fix::does_not_crash_with_rustc_wrapper ... ok
[INFO] [stdout] test fix::errors_about_untracked_files ... ok
[INFO] [stdout] test fix::fix_edition_future ... ignored, future edition is always unstable
[INFO] [stdout] test fix::fix_edition_2021 ... ok
[INFO] [stdout] test fix::fix_broken_if_requested ... ok
[INFO] [stdout] test fix::do_not_fix_non_relevant_deps ... ok
[INFO] [stdout] test fix::fix_color_message ... ok
[INFO] [stdout] test fix::fix_idioms ... ok
[INFO] [stdout] test fix::fix_edition_skips_old_editions ... ok
[INFO] [stdout] test fix::fix_deny_warnings ... ok
[INFO] [stdout] test fix::fix_overlapping ... ok
[INFO] [stdout] test fix::abnormal_exit ... FAILED
[INFO] [stdout] test fix::fix_deny_warnings_but_not_others ... ok
[INFO] [stdout] test fix::fix_tests_with_edition ... ok
[INFO] [stdout] test fix::fix_tests_with_edition_idioms ... ok
[INFO] [stdout] test fix::fix_only_once_for_duplicates ... ok
[INFO] [stdout] test fix::fix_in_existing_repo_weird_ignore ... ok
[INFO] [stdout] test fix::fix_with_common ... ok
[INFO] [stdout] test fix::fix_features ... ok
[INFO] [stdout] test fix::fix_shared_cross_workspace ... ok
[INFO] [stdout] test fix::fix_with_run_cargo_in_proc_macros ... ok
[INFO] [stdout] test fix::fix_path_deps ... ok
[INFO] [stdout] test fix::fix_two_files ... ok
[INFO] [stdout] test fix::idioms_2015_ok ... ok
[INFO] [stdout] test fix::local_paths ... ok
[INFO] [stdout] test fix::migrate_removes_project ... ok
[INFO] [stdout] test fix::migrate_removes_project_for_script ... ignored, -Zscript is unstable
[INFO] [stdout] test fix::migrate_project_to_package ... ok
[INFO] [stdout] test fix::migrate_rename_underscore_fields ... ok
[INFO] [stdout] test fix::migrate_rename_underscore_fields_in_virtual_manifest ... ok
[INFO] [stdout] test fix::fix_in_dependency ... ok
[INFO] [stdout] test fix::only_warn_for_relevant_crates ... ok
[INFO] [stdout] test fix::prepare_for_2018 ... ok
[INFO] [stdout] test fix::no_changes_necessary ... ok
[INFO] [stdout] test fix::fixes_extra_mut ... ok
[INFO] [stdout] test fix::non_edition_lint_migration ... ok
[INFO] [stdout] test fix::remove_ignored_default_features ... ok
[INFO] [stdout] test fix::fixes_two_missing_ampersands ... ok
[INFO] [stdout] test fix::fix_in_rust_src ... ok
[INFO] [stdout] test fix::preserve_line_endings ... ok
[INFO] [stdout] test fix::specify_rustflags ... ok
[INFO] [stdout] test fix::shows_warnings ... ok
[INFO] [stdout] test fix::rustfix_handles_multi_spans ... ok
[INFO] [stdout] test fix::shows_warnings_on_second_run_without_changes ... ok
[INFO] [stdout] test fix::uses_workspace_wrapper_and_primary_wrapper_override ... ok
[INFO] [stdout] test fix::shows_warnings_on_second_run_without_changes_on_multiple_targets ... ok
[INFO] [stdout] test fix::warns_about_staged_working_directory ... ok
[INFO] [stdout] test fix::upgrade_extern_crate ... ok
[INFO] [stdout] test fix::warns_if_no_vcs_detected ... ok
[INFO] [stdout] test fix::tricky ... ok
[INFO] [stdout] test fix::warns_about_dirty_working_directory ... ok
[INFO] [stdout] test fix::fix_to_broken_code ... ok
[INFO] [stdout] test fix_n_times::broken_code_one_suggestion ... ok
[INFO] [stdout] test fix_n_times::fix_no_suggestions ... ok
[INFO] [stdout] test fix_n_times::broken_code_no_suggestions ... ok
[INFO] [stdout] test fix_n_times::fix_verification_failed ... ok
[INFO] [stdout] test fix_n_times::fix_overlapping_max ... ok
[INFO] [stdout] test fix_n_times::warnings ... ok
[INFO] [stdout] test fix_n_times::fix_one_overlapping ... ok
[INFO] [stdout] test fix::fixes_missing_ampersand ... ok
[INFO] [stdout] test fix_n_times::starts_with_error ... ok
[INFO] [stdout] test help::help ... ok
[INFO] [stdout] test fix_n_times::fix_one_suggestion ... ok
[INFO] [stdout] test fixit::basic ... ok
[INFO] [stdout] test fixit::fixable_and_unfixable ... FAILED
[INFO] [stdout] test fix_n_times::fix_verification_failed_clippy ... ok
[INFO] [stdout] test fixit::dependency_order ... ok
[INFO] [stdout] test fixit::build_unit_order ... ok
[INFO] [stdout] test fixit::print_errors_after_fixed ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- fix::abnormal_exit stdout ----
[INFO] [stdout] running `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/cargo fixit --lib --allow-no-vcs`
[INFO] [stdout] 
[INFO] [stdout] thread 'fix::abnormal_exit' (20) panicked at tests/testsuite/fix.rs:2041:10:
[INFO] [stdout] 
[INFO] [stdout] [31m---- expected: tests/testsuite/fix.rs:1998:27[0m
[INFO] [stdout] [32m++++ actual:   stderr[0m
[INFO] [stdout] [2m   1[0m [2m   1[0m [2m|[0m [2m[CHECKING] pm v0.1.0
[INFO] [stdout] [0m[2m   2[0m [2m   2[0m [2m|[0m [2m[NOTE] reverting `src/lib.rs` to its original state
[INFO] [stdout] [0m[2m   3[0m [2m   3[0m [2m|[0m [2m[WARNING] failed to automatically apply fixes suggested by rustc
[INFO] [stdout] [0m[2m   4[0m [2m   4[0m [2m|[0m [2m
[INFO] [stdout] [0m[2m   5[0m [2m   5[0m [2m|[0m [2mafter fixes were automatically applied the compiler reported errors within these files:
[INFO] [stdout] [0m          [2m⋮[0m
[INFO] [stdout] [2m  14[0m [2m  14[0m [2m|[0m [2mquoting the full output of this command we'd be very appreciative!
[INFO] [stdout] [0m[2m  15[0m [2m  15[0m [2m|[0m [2mNote that you may be able to make some more progress in the near-term
[INFO] [stdout] [0m[2m  16[0m [2m  16[0m [2m|[0m [2mfixing code with the `--broken-code` flag
[INFO] [stdout] [0m[2m  17[0m [2m  17[0m [2m|[0m [2m
[INFO] [stdout] [0m[2m  18[0m [2m  18[0m [2m|[0m [2mThe original errors are:
[INFO] [stdout] [0m[2m  19[0m      [31m-[0m [31m[WARNING] unused variable: `x`
[INFO] [stdout] [0m[2m  20[0m      [31m-[0m [31m --> src/lib.rs:3:29
[INFO] [stdout] [0m[2m  21[0m      [31m-[0m [31m  |
[INFO] [stdout] [0m[2m  22[0m      [31m-[0m [31m3 |                     let mut x = 1;
[INFO] [stdout] [0m[2m  23[0m      [31m-[0m [31m  |                             ^ [HELP] if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] [0m[2m  24[0m      [31m-[0m [31m  |
[INFO] [stdout] [0m[2m  25[0m      [31m-[0m [31m  = [NOTE] `#[warn(unused_variables)]` [..]on by default
[INFO] [stdout] [0m[2m  26[0m      [31m-[0m [31m
[INFO] [stdout] [0m[2m  27[0m [2m  19[0m [2m|[0m [2m[WARNING] variable does not need to be mutable
[INFO] [stdout] [0m[2m  28[0m [2m  20[0m [2m|[0m [2m --> src/lib.rs:3:25
[INFO] [stdout] [0m[2m  29[0m [2m  21[0m [2m|[0m [2m  |
[INFO] [stdout] [0m[2m  30[0m [2m  22[0m [2m|[0m [2m3 |                     let mut x = 1;
[INFO] [stdout] [0m[2m  31[0m [2m  23[0m [2m|[0m [2m  |                         ----^
[INFO] [stdout] [0m[2m  32[0m [2m  24[0m [2m|[0m [2m  |                         |
[INFO] [stdout] [0m[2m  33[0m [2m  25[0m [2m|[0m [2m  |                         [HELP] remove this `mut`
[INFO] [stdout] [0m[2m  34[0m [2m  26[0m [2m|[0m [2m  |
[INFO] [stdout] [0m[2m  35[0m      [31m-[0m [31m  = [NOTE] `#[warn(unused_mut)]` [..]on by default
[INFO] [stdout] [0m     [2m  27[0m [32m+[0m [32m  = [NOTE] `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] [0m     [2m  28[0m [32m+[0m [32m
[INFO] [stdout] [0m     [2m  29[0m [32m+[0m [32m[WARNING] unused variable: `x`
[INFO] [stdout] [0m     [2m  30[0m [32m+[0m [32m --> src/lib.rs:3:25
[INFO] [stdout] [0m     [2m  31[0m [32m+[0m [32m  |
[INFO] [stdout] [0m     [2m  32[0m [32m+[0m [32m3 |                     let mut x = 1;
[INFO] [stdout] [0m     [2m  33[0m [32m+[0m [32m  |                         ^^^^^ [HELP] if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] [0m     [2m  34[0m [32m+[0m [32m  |
[INFO] [stdout] [0m     [2m  35[0m [32m+[0m [32m  = [NOTE] `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] [0m[2m  36[0m [2m  36[0m [2m|[0m [2m
[INFO] [stdout] [0m[2m  37[0m [2m  37[0m [2m|[0m [2m
[INFO] [stdout] [0m[2m  38[0m [2m  38[0m [2m|[0m [2m[NOTE] try using `--broken-code` to fix errors
[INFO] [stdout] [0m[2m  39[0m [2m  39[0m [2m|[0m [2m[ERROR] could not compile
[INFO] [stdout] [0m
[INFO] [stdout] [2mUpdate with SNAPSHOTS=overwrite[0m
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61f31faefdf2 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61f31faefdf2 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61f31faefdf2 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61f31faefdf2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61f31fb0152f - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61f31fb0152f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x61f31fab6c33 - std::io::default_write_fmt::hd4797e693c0ec256
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61f31fab6c33 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61f31fac56f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61f31facb4ff - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61f31facb391 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61f31f6242ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3f5a16438cee2b4e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   12:     0x61f31f6242ce - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61f31facbbbf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdb18da3e68df7464
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   14:     0x61f31facbbbf - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61f31facb96a - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61f31fac5829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61f31faaa17d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61f31fb0ae60 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61f31f3c5ecc - cargo_test_support::Execs::match_output::h6ae2b8a8bfb018b3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-test-support-0.8.1/src/lib.rs:1167:17
[INFO] [stdout]   20:     0x61f31f3c6c48 - cargo_test_support::Execs::match_process::h400fe45289751f1a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-test-support-0.8.1/src/lib.rs:1122:26
[INFO] [stdout]   21:     0x61f31f3c75a3 - cargo_test_support::Execs::run::h10a938801f51f616
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-test-support-0.8.1/src/lib.rs:1032:20
[INFO] [stdout]   22:     0x61f31f2fbb09 - testsuite::fix::abnormal_exit::h0f73cca79fb4fb54
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/testsuite/fix.rs:2041:10
[INFO] [stdout]   23:     0x61f31f2fbbb7 - testsuite::fix::abnormal_exit::{{closure}}::h271eb59deaa4ace5
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/testsuite/fix.rs:1929:19
[INFO] [stdout]   24:     0x61f31f327ac6 - core::ops::function::FnOnce::call_once::h46847c42d24fc907
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61f31f62411b - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x61f31f62411b - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x61f31f638738 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x61f31f638738 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x61f31f638738 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x61f31f638738 - std::panicking::catch_unwind::h8609b446221def5f
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x61f31f638738 - std::panic::catch_unwind::h362f73cc48531e26
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x61f31f638738 - test::run_test_in_process::hf52fd21d696aae67
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x61f31f638738 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x61f31f611504 - test::run_test::{{closure}}::hdc2695f2276aad3e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x61f31f611504 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x61f31f614e3a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x61f31f614e3a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x61f31f614e3a - std::panicking::catch_unwind::do_call::h495689350c27df20
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x61f31f614e3a - std::panicking::catch_unwind::hf22437c51d1b3740
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x61f31f614e3a - std::panic::catch_unwind::habda1a57de8231f8
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x61f31f614e3a - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x61f31f614e3a - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x61f31fac02ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::he4d85cb537521972
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9
[INFO] [stdout]   44:     0x61f31fac02ff - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x7196b9263aa4 - <unknown>
[INFO] [stdout]   46:     0x7196b92f0a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- fixit::fixable_and_unfixable stdout ----
[INFO] [stdout] running `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/cargo fixit --allow-no-vcs`
[INFO] [stdout] 
[INFO] [stdout] thread 'fixit::fixable_and_unfixable' (2767) panicked at tests/testsuite/fixit.rs:73:10:
[INFO] [stdout] 
[INFO] [stdout] [31m---- expected: tests/testsuite/fixit.rs:60:27[0m
[INFO] [stdout] [32m++++ actual:   stderr[0m
[INFO] [stdout] [2m   1[0m [2m   1[0m [2m|[0m [2m[CHECKING] foo v0.0.1
[INFO] [stdout] [0m[2m   2[0m      [31m-[0m [31m[FIXED] src/lib.rs (1 fix)
[INFO] [stdout] [0m[2m   3[0m      [31m-[0m [31m[WARNING] unused variable: `c`
[INFO] [stdout] [0m[2m   4[0m      [31m-[0m [31m --> src/lib.rs:6:21
[INFO] [stdout] [0m[2m   5[0m      [31m-[0m [31m  |
[INFO] [stdout] [0m[2m   6[0m      [31m-[0m [31m6 |                 let c = 10;
[INFO] [stdout] [0m[2m   7[0m      [31m-[0m [31m  |                     ^ [HELP] if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] [0m[2m   8[0m      [31m-[0m [31m  |
[INFO] [stdout] [0m[2m   9[0m      [31m-[0m [31m  = [NOTE] `#[warn(unused_variables)]` [..]on by default
[INFO] [stdout] [0m[2m  10[0m      [31m-[0m [31m
[INFO] [stdout] [0m     [2m   2[0m [32m+[0m [32m[FIXED] src/lib.rs (2 fixes)
[INFO] [stdout] [0m
[INFO] [stdout] [2mUpdate with SNAPSHOTS=overwrite[0m
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61f31faefdf2 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61f31faefdf2 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61f31faefdf2 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61f31faefdf2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h47627beda0767f4c
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61f31fb0152f - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61f31fb0152f - core::fmt::write::h8a63064c67176fd8
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x61f31fab6c33 - std::io::default_write_fmt::hd4797e693c0ec256
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61f31fab6c33 - std::io::Write::write_fmt::h791e240ad2720c99
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61f31fac56f2 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61f31facb4ff - std::panicking::default_hook::{{closure}}::h23e0299d4738b766
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61f31facb391 - std::panicking::default_hook::hfeec6294e8751b62
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61f31f6242ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3f5a16438cee2b4e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   12:     0x61f31f6242ce - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61f31facbbbf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hdb18da3e68df7464
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9
[INFO] [stdout]   14:     0x61f31facbbbf - std::panicking::panic_with_hook::hd57cd463d793ed79
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61f31facb96a - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61f31fac5829 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61f31faaa17d - __rustc[256c90bb7e548b45]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61f31fb0ae60 - core::panicking::panic_fmt::hf19c198748ef6a95
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61f31f3c5ecc - cargo_test_support::Execs::match_output::h6ae2b8a8bfb018b3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-test-support-0.8.1/src/lib.rs:1167:17
[INFO] [stdout]   20:     0x61f31f3c67d2 - cargo_test_support::Execs::match_process::h400fe45289751f1a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-test-support-0.8.1/src/lib.rs:1107:22
[INFO] [stdout]   21:     0x61f31f3c75a3 - cargo_test_support::Execs::run::h10a938801f51f616
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-test-support-0.8.1/src/lib.rs:1032:20
[INFO] [stdout]   22:     0x61f31f33ae77 - testsuite::fixit::fixable_and_unfixable::h9a70fecf6d31f21f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/testsuite/fixit.rs:73:10
[INFO] [stdout]   23:     0x61f31f33b307 - testsuite::fixit::fixable_and_unfixable::{{closure}}::h847c556ecafe726a
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/testsuite/fixit.rs:43:27
[INFO] [stdout]   24:     0x61f31f328246 - core::ops::function::FnOnce::call_once::hbeb46c1d230eeb93
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61f31f62411b - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x61f31f62411b - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x61f31f638738 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x61f31f638738 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x61f31f638738 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x61f31f638738 - std::panicking::catch_unwind::h8609b446221def5f
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x61f31f638738 - std::panic::catch_unwind::h362f73cc48531e26
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x61f31f638738 - test::run_test_in_process::hf52fd21d696aae67
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x61f31f638738 - test::run_test::{{closure}}::h7e780b8354e6d007
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x61f31f611504 - test::run_test::{{closure}}::hdc2695f2276aad3e
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x61f31f611504 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x61f31f614e3a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x61f31f614e3a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x61f31f614e3a - std::panicking::catch_unwind::do_call::h495689350c27df20
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x61f31f614e3a - std::panicking::catch_unwind::hf22437c51d1b3740
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x61f31f614e3a - std::panic::catch_unwind::habda1a57de8231f8
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x61f31f614e3a - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x61f31f614e3a - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x61f31fac02ff - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::he4d85cb537521972
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9
[INFO] [stdout]   44:     0x61f31fac02ff - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd
[INFO] [stdout]                                at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x7196b9263aa4 - <unknown>
[INFO] [stdout]   46:     0x7196b92f0a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     fix::abnormal_exit
[INFO] [stdout]     fixit::fixable_and_unfixable
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 71 passed; 2 failed; 2 ignored; 0 measured; 0 filtered out; finished in 19.79s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test testsuite`
[INFO] running `Command { std: "docker" "inspect" "64cb1b406aa1f15e7c989ead28c36a154cff75833c4a7a16227f5d5e119845d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64cb1b406aa1f15e7c989ead28c36a154cff75833c4a7a16227f5d5e119845d9", kill_on_drop: false }`
[INFO] [stdout] 64cb1b406aa1f15e7c989ead28c36a154cff75833c4a7a16227f5d5e119845d9
