[INFO] cloning repository https://github.com/Byron/cargo-smart-release [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Byron/cargo-smart-release" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FByron%2Fcargo-smart-release", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FByron%2Fcargo-smart-release'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7db489e9d3df4f111d59f695b66c241955666509 [INFO] testing Byron/cargo-smart-release against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FByron%2Fcargo-smart-release" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Byron/cargo-smart-release on toolchain nightly-2025-01-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Byron/cargo-smart-release [INFO] finished tweaking git repo https://github.com/Byron/cargo-smart-release [INFO] tweaked toml for git repo https://github.com/Byron/cargo-smart-release written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Byron/cargo-smart-release 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" "+nightly-2025-01-18" "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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f13abc92114efb88ada6086b0991646e976f9b12327761980cd79fc8bc25adb7 [INFO] running `Command { std: "docker" "start" "-a" "f13abc92114efb88ada6086b0991646e976f9b12327761980cd79fc8bc25adb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f13abc92114efb88ada6086b0991646e976f9b12327761980cd79fc8bc25adb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f13abc92114efb88ada6086b0991646e976f9b12327761980cd79fc8bc25adb7", kill_on_drop: false }` [INFO] [stdout] f13abc92114efb88ada6086b0991646e976f9b12327761980cd79fc8bc25adb7 [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=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9cee5f3095d149b21caff043f5da189b897207b0abac884ca75b12f2670541bd [INFO] running `Command { std: "docker" "start" "-a" "9cee5f3095d149b21caff043f5da189b897207b0abac884ca75b12f2670541bd", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling thiserror v2.0.9 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling cc v1.2.5 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling gix-trace v0.1.11 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling tinyvec v1.8.1 [INFO] [stderr] Compiling syn v2.0.91 [INFO] [stderr] Compiling cmake v0.1.52 [INFO] [stderr] Compiling bstr v1.11.1 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling libz-ng-sys v1.1.20 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling sha1-asm v0.5.3 [INFO] [stderr] Compiling miniz_oxide v0.8.2 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cpufeatures v0.2.16 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling prodash v29.0.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling gix-utils v0.1.13 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling crossbeam-channel v0.5.14 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling bytes v1.9.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling winnow v0.6.20 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling jiff v0.1.15 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling memmap2 v0.9.5 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling litemap v0.7.4 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling unicode-bom v2.0.3 [INFO] [stderr] Compiling curl-sys v0.4.78+curl-8.11.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling gix-sec v0.10.10 [INFO] [stderr] Compiling libz-sys v1.1.20 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling kstring v2.0.2 [INFO] [stderr] Compiling curl v0.4.47 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling uluru v3.1.0 [INFO] [stderr] Compiling indexmap v2.7.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling serde_json v1.0.134 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling clru v0.6.2 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling semver v1.0.24 [INFO] [stderr] Compiling serde_derive v1.0.216 [INFO] [stderr] Compiling thiserror-impl v2.0.9 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling tempfile v3.14.0 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling gix-path v0.10.13 [INFO] [stderr] Compiling gix-date v0.9.3 [INFO] [stderr] Compiling gix-actor v0.33.1 [INFO] [stderr] Compiling gix-validate v0.9.2 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling gix-chunk v0.4.10 [INFO] [stderr] Compiling gix-quote v0.4.14 [INFO] [stderr] Compiling gix-config-value v0.14.10 [INFO] [stderr] Compiling gix-command v0.4.0 [INFO] [stderr] Compiling gix-bitmap v0.2.13 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling maybe-async v0.2.10 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling gix-prompt v0.9.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling camino v1.1.9 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling pulldown-cmark v0.9.6 [INFO] [stderr] Compiling unicase v2.8.0 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling rustc-hash v2.1.0 [INFO] [stderr] Compiling cargo-smart-release v0.21.6 (/opt/rustwide/workdir) [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling env_logger v0.11.6 [INFO] [stderr] Compiling git-conventional v0.12.7 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling faster-hex v0.9.0 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling gix-hash v0.15.1 [INFO] [stderr] Compiling gix-packetline v0.18.2 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling gix-packetline-blocking v0.18.1 [INFO] [stderr] Compiling gix-hashtable v0.6.0 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling smol_str v0.3.2 [INFO] [stderr] Compiling cargo-platform v0.1.9 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stderr] Compiling gix-features v0.39.1 [INFO] [stderr] Compiling cargo_metadata v0.19.1 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling gix-object v0.46.1 [INFO] [stderr] Compiling gix-fs v0.12.1 [INFO] [stderr] Compiling gix-commitgraph v0.25.1 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling gix-glob v0.17.1 [INFO] [stderr] Compiling gix-tempfile v15.0.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling gix-lock v15.0.1 [INFO] [stderr] Compiling gix-attributes v0.23.1 [INFO] [stderr] Compiling gix-revwalk v0.17.0 [INFO] [stderr] Compiling gix-pack v0.56.0 [INFO] [stderr] Compiling gix-ref v0.49.1 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling gix-revision v0.31.1 [INFO] [stderr] Compiling gix-traverse v0.43.1 [INFO] [stderr] Compiling gix-url v0.28.2 [INFO] [stderr] Compiling gix-index v0.37.0 [INFO] [stderr] Compiling gix-config v0.42.0 [INFO] [stderr] Compiling gix-credentials v0.26.0 [INFO] [stderr] Compiling gix-refspec v0.27.0 [INFO] [stderr] Compiling gix-transport v0.44.0 [INFO] [stderr] Compiling gix-negotiate v0.17.0 [INFO] [stderr] Compiling gix-pathspec v0.8.1 [INFO] [stderr] Compiling gix-shallow v0.1.0 [INFO] [stderr] Compiling gix-ignore v0.12.1 [INFO] [stderr] Compiling gix-odb v0.66.0 [INFO] [stderr] Compiling gix-discover v0.37.0 [INFO] [stderr] Compiling gix-submodule v0.16.0 [INFO] [stderr] Compiling gix-worktree v0.38.0 [INFO] [stderr] Compiling gix-protocol v0.47.0 [INFO] [stderr] Compiling gix-filter v0.16.0 [INFO] [stderr] Compiling gix-diff v0.49.0 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling gix v0.69.1 [INFO] [stderr] Compiling cargo_toml v0.21.0 [INFO] [stderr] Compiling crates-index v3.5.0 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s [INFO] running `Command { std: "docker" "inspect" "9cee5f3095d149b21caff043f5da189b897207b0abac884ca75b12f2670541bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cee5f3095d149b21caff043f5da189b897207b0abac884ca75b12f2670541bd", kill_on_drop: false }` [INFO] [stdout] 9cee5f3095d149b21caff043f5da189b897207b0abac884ca75b12f2670541bd [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=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1339ba60dd7cb4a246beb503bd0361acf4fda09af5911b93782f95f663784e57 [INFO] running `Command { std: "docker" "start" "-a" "1339ba60dd7cb4a246beb503bd0361acf4fda09af5911b93782f95f663784e57", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling prodash v28.0.0 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling tar v0.4.43 [INFO] [stderr] Compiling console v0.15.10 [INFO] [stderr] Compiling time-macros v0.2.19 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling io-close v0.3.7 [INFO] [stderr] Compiling is_ci v1.2.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling similar v2.6.0 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling testing_logger v0.1.1 [INFO] [stderr] Compiling gix-hash v0.14.2 [INFO] [stderr] Compiling gix-validate v0.8.5 [INFO] [stderr] Compiling insta v1.41.1 [INFO] [stderr] Compiling time v0.3.37 [INFO] [stderr] Compiling gix-features v0.38.2 [INFO] [stderr] Compiling gix-hashtable v0.5.2 [INFO] [stderr] Compiling gix-fs v0.11.3 [INFO] [stderr] Compiling gix-commitgraph v0.24.3 [INFO] [stderr] Compiling gix-glob v0.16.5 [INFO] [stderr] Compiling gix-tempfile v14.0.2 [INFO] [stderr] Compiling gix-ignore v0.11.4 [INFO] [stderr] Compiling gix-attributes v0.22.5 [INFO] [stderr] Compiling gix-lock v14.0.0 [INFO] [stderr] Compiling gix-date v0.8.7 [INFO] [stderr] Compiling gix-actor v0.31.5 [INFO] [stderr] Compiling gix-object v0.42.3 [INFO] [stderr] Compiling gix-revwalk v0.13.2 [INFO] [stderr] Compiling gix-ref v0.44.1 [INFO] [stderr] Compiling gix-traverse v0.39.2 [INFO] [stderr] Compiling gix-index v0.33.1 [INFO] [stderr] Compiling gix-discover v0.32.0 [INFO] [stderr] Compiling gix-worktree v0.34.1 [INFO] [stderr] Compiling gix-testtools v0.15.0 [INFO] [stderr] Compiling cargo-smart-release v0.21.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 21.48s [INFO] running `Command { std: "docker" "inspect" "1339ba60dd7cb4a246beb503bd0361acf4fda09af5911b93782f95f663784e57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1339ba60dd7cb4a246beb503bd0361acf4fda09af5911b93782f95f663784e57", kill_on_drop: false }` [INFO] [stdout] 1339ba60dd7cb4a246beb503bd0361acf4fda09af5911b93782f95f663784e57 [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=forbid -Zrandomize-layout" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4828b3d11b8601a385f874eb22ab78731481337a4ae6ed4e3ffb5a3dd3aa6758 [INFO] running `Command { std: "docker" "start" "-a" "4828b3d11b8601a385f874eb22ab78731481337a4ae6ed4e3ffb5a3dd3aa6758", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cargo_smart_release-8c06e3eba7b6672b) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test command::release_impl::git::tests::test_commit_changes ... ignored, TBD: isolate properly, worked in PR, but stopped working in CI [INFO] [stdout] test command::release_impl::git::tests::test_commit_changes_with_signoff ... ignored, TBD: isolate properly, worked in PR, but stopped working in CI [INFO] [stdout] test changelog::tests::repository_url::github_https_url ... ok [INFO] [stdout] test commit::message::additions::tests::no_addition ... ok [INFO] [stdout] test commit::message::tests::no_conventional_no_additions_no_body ... ok [INFO] [stdout] test commit::message::tests::conventional_with_additions ... ok [INFO] [stdout] test commit::message::additions::tests::strip_multiple_issue_numbers ... ok [INFO] [stdout] test utils::tests::is_tag_version::matches::custom_prefix ... ok [INFO] [stdout] test commit::message::tests::no_conventional_additions ... ok [INFO] [stdout] test utils::tests::is_tag_version::matches::no_prefix ... ok [INFO] [stdout] test utils::tests::is_tag_version::matches::pre_release ... ok [INFO] [stdout] test commit::message::tests::no_conventional_uses_summary ... ok [INFO] [stdout] test utils::tests::is_tag_version::matches::production ... ok [INFO] [stdout] test utils::tests::is_tag_name::matches::whatever_tag_name_would_return ... ok [INFO] [stdout] test utils::tests::parse_possibly_prefixed_tag_version::matches::whatever_tag_name_would_return ... ok [INFO] [stdout] test utils::tests::is_tag_version::no_match::funky ... ok [INFO] [stdout] test utils::tests::is_tag_version::no_match::not_enough_numbers ... ok [INFO] [stdout] test utils::tests::is_tag_version::no_match::prefixed ... ok [INFO] [stdout] test utils::tests::is_tag_name::no_match::due_to_crate_name ... ok [INFO] [stdout] test commit::history::tests::size_of_item ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- commit::history::tests::size_of_item stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'commit::history::tests::size_of_item' panicked at src/commit/history.rs:24:9: [INFO] [stdout] assertion `left == right` failed: there are plenty of these loaded at a time and we should not let it grow unnoticed. [INFO] [stdout] left: 208 [INFO] [stdout] right: 200 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x64d1f6181bfa - std::backtrace_rs::backtrace::libunwind::trace::hb059275cfc8d6126 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x64d1f6181bfa - std::backtrace_rs::backtrace::trace_unsynchronized::h2da071e4327ce3ee [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x64d1f6181bfa - std::sys::backtrace::_print_fmt::h842a1474e6f8d23f [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x64d1f6181bfa - ::fmt::h71a62eb3b9696b12 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x64d1f61b0463 - core::fmt::rt::Argument::fmt::hdb6b616786b41dc1 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x64d1f61b0463 - core::fmt::write::h2cc1698af7e2d686 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x64d1f617c2c3 - std::io::Write::write_fmt::hab1b4cd059a79022 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x64d1f6181a42 - std::sys::backtrace::BacktraceLock::print::h147fe35b4ea13b08 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x64d1f618369f - std::panicking::default_hook::{{closure}}::hbd44223dbdc0d208 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:298:22 [INFO] [stdout] 9: 0x64d1f61834b8 - std::panicking::default_hook::h20f81eb0576efcec [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:322:9 [INFO] [stdout] 10: 0x64d1f592e213 - as core::ops::function::Fn>::call::hdb53814c496a4d34 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2027:9 [INFO] [stdout] 11: 0x64d1f592e213 - test::test_main::{{closure}}::hc0a4963c59427c24 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x64d1f6184193 - as core::ops::function::Fn>::call::h591b2225413a77e9 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2027:9 [INFO] [stdout] 13: 0x64d1f6184193 - std::panicking::rust_panic_with_hook::h625eea43051b2edc [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:839:13 [INFO] [stdout] 14: 0x64d1f6183e4a - std::panicking::begin_panic_handler::{{closure}}::h4f9159cfbc3f6bd3 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:704:13 [INFO] [stdout] 15: 0x64d1f61820f9 - std::sys::backtrace::__rust_end_short_backtrace::h0390abce48353151 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x64d1f6183add - rust_begin_unwind [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:695:5 [INFO] [stdout] 17: 0x64d1f61addd0 - core::panicking::panic_fmt::h9e7c637e9e5f29c9 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x64d1f61ae1c2 - core::panicking::assert_failed_inner::h538bec7c1374cd9c [INFO] [stdout] 19: 0x64d1f61ae079 - core::panicking::assert_failed::h7fe8c93d80615b71 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panicking.rs:364:5 [INFO] [stdout] 20: 0x64d1f5595052 - cargo_smart_release::commit::history::tests::size_of_item::hae0540d99dbce290 [INFO] [stdout] at /opt/rustwide/workdir/src/commit/history.rs:24:9 [INFO] [stdout] 21: 0x64d1f5594fa7 - cargo_smart_release::commit::history::tests::size_of_item::{{closure}}::h16eb96a82149d12a [INFO] [stdout] at /opt/rustwide/workdir/src/commit/history.rs:23:22 [INFO] [stdout] 22: 0x64d1f55809b6 - core::ops::function::FnOnce::call_once::h8de5162bf1e3ab54 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x64d1f593396b - core::ops::function::FnOnce::call_once::he27718dfdd183f43 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x64d1f593396b - test::__rust_begin_short_backtrace::h4e84902998457a5d [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:632:18 [INFO] [stdout] 25: 0x64d1f59328a3 - test::run_test_in_process::{{closure}}::h7176fd18fc1feca0 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:655:60 [INFO] [stdout] 26: 0x64d1f59328a3 - as core::ops::function::FnOnce<()>>::call_once::hf79cff2a624d8cf7 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x64d1f59328a3 - std::panicking::try::do_call::h3da0561d9ab99c25 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40 [INFO] [stdout] 28: 0x64d1f59328a3 - std::panicking::try::h41c9fa508bc61df6 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19 [INFO] [stdout] 29: 0x64d1f59328a3 - std::panic::catch_unwind::h6b3ff07bb5afad93 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14 [INFO] [stdout] 30: 0x64d1f59328a3 - test::run_test_in_process::hc7253dd11b39b9f4 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:655:27 [INFO] [stdout] 31: 0x64d1f59328a3 - test::run_test::{{closure}}::hfb2007f8649c30bb [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:576:43 [INFO] [stdout] 32: 0x64d1f58f5985 - test::run_test::{{closure}}::h56a17aa7a282a9f4 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/test/src/lib.rs:606:41 [INFO] [stdout] 33: 0x64d1f58f5985 - std::sys::backtrace::__rust_begin_short_backtrace::hd2d2d2fb8e8c6aac [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x64d1f58f926a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h4faa3f9db6133423 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 35: 0x64d1f58f926a - as core::ops::function::FnOnce<()>>::call_once::hf2e855a36a4ea846 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x64d1f58f926a - std::panicking::try::do_call::h2f73af3616c35465 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:587:40 [INFO] [stdout] 37: 0x64d1f58f926a - std::panicking::try::hd1660ce9efadef5a [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panicking.rs:550:19 [INFO] [stdout] 38: 0x64d1f58f926a - std::panic::catch_unwind::h5ee8d7823b8ca744 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/panic.rs:358:14 [INFO] [stdout] 39: 0x64d1f58f926a - std::thread::Builder::spawn_unchecked_::{{closure}}::h53c3a1894dce8407 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 40: 0x64d1f58f926a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h048ce291ad4f62bf [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x64d1f618a1db - as core::ops::function::FnOnce>::call_once::ha52bedf99a3b4981 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2013:9 [INFO] [stdout] 42: 0x64d1f618a1db - as core::ops::function::FnOnce>::call_once::h567748934d80ccf8 [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/alloc/src/boxed.rs:2013:9 [INFO] [stdout] 43: 0x64d1f618a1db - std::sys::pal::unix::thread::Thread::new::thread_start::h2d970728ae887adc [INFO] [stdout] at /rustc/6067b36314ab5eb2eb47cecc464545ba58e1ad24/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 44: 0x73e98d55bac3 - [INFO] [stdout] 45: 0x73e98d5eca04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] commit::history::tests::size_of_item [INFO] [stdout] [INFO] [stdout] test result: FAILED. 17 passed; 1 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "4828b3d11b8601a385f874eb22ab78731481337a4ae6ed4e3ffb5a3dd3aa6758", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4828b3d11b8601a385f874eb22ab78731481337a4ae6ed4e3ffb5a3dd3aa6758", kill_on_drop: false }` [INFO] [stdout] 4828b3d11b8601a385f874eb22ab78731481337a4ae6ed4e3ffb5a3dd3aa6758