[INFO] cloning repository https://github.com/gsquire/sortpar
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gsquire/sortpar" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgsquire%2Fsortpar", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgsquire%2Fsortpar'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8ff0cd5d505cc0af20b93edf0d492a72568ece2c
[INFO] testing gsquire/sortpar against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgsquire%2Fsortpar" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gsquire/sortpar
[INFO] finished tweaking git repo https://github.com/gsquire/sortpar
[INFO] tweaked toml for git repo https://github.com/gsquire/sortpar written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gsquire/sortpar on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gsquire/sortpar already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/beta/cargo/reference/manifest.html#the-edition-field for more information about using this feature.
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 22a82c6202737e9a438f50b9c2bac9e51670ff7c9f6d2600a679af84a97387a1
[INFO] running `Command { std: "docker" "start" "-a" "22a82c6202737e9a438f50b9c2bac9e51670ff7c9f6d2600a679af84a97387a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22a82c6202737e9a438f50b9c2bac9e51670ff7c9f6d2600a679af84a97387a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22a82c6202737e9a438f50b9c2bac9e51670ff7c9f6d2600a679af84a97387a1", kill_on_drop: false }`
[INFO] [stdout] 22a82c6202737e9a438f50b9c2bac9e51670ff7c9f6d2600a679af84a97387a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f4746b0e6b76e2fa7e4a78dc7b20edbab700e3f8d54d4044e70c7ee5c66ea32
[INFO] running `Command { std: "docker" "start" "-a" "8f4746b0e6b76e2fa7e4a78dc7b20edbab700e3f8d54d4044e70c7ee5c66ea32", kill_on_drop: false }`
[INFO] [stderr] warning: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest
[INFO] [stderr]   See https://doc.rust-lang.org/beta/cargo/reference/manifest.html#the-edition-field for more information about using this feature.
[INFO] [stderr]    Compiling version_check v0.1.4
[INFO] [stderr]    Compiling libc v0.2.43
[INFO] [stderr]    Compiling cfg-if v0.1.5
[INFO] [stderr]    Compiling regex v1.0.4
[INFO] [stderr]    Compiling nodrop v0.1.12
[INFO] [stderr]    Compiling ucd-util v0.1.1
[INFO] [stderr]    Compiling scopeguard v0.3.3
[INFO] [stderr]    Compiling rayon-core v1.4.1
[INFO] [stderr]    Compiling arrayvec v0.4.7
[INFO] [stderr]    Compiling crossbeam-utils v0.2.2
[INFO] [stderr]    Compiling utf8-ranges v1.0.1
[INFO] [stderr]    Compiling regex-syntax v0.6.2
[INFO] [stderr]    Compiling memoffset v0.2.1
[INFO] [stderr]    Compiling lazy_static v1.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.5
[INFO] [stderr]    Compiling either v1.5.0
[INFO] [stderr]    Compiling rayon v1.0.2
[INFO] [stderr]    Compiling textwrap v0.10.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.7
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling memchr v2.0.2
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.3.1
[INFO] [stderr]    Compiling aho-corasick v0.6.8
[INFO] [stderr]    Compiling num_cpus v1.8.0
[INFO] [stderr]    Compiling atty v0.2.11
[INFO] [stderr]    Compiling strsim v0.7.0
[INFO] [stderr]    Compiling bitflags v1.0.4
[INFO] [stderr]    Compiling crossbeam-deque v0.2.0
[INFO] [stderr]    Compiling clap v2.32.0
[INFO] [stderr]    Compiling itertools v0.7.8
[INFO] [stderr]    Compiling natord v1.0.9
[INFO] [stderr]    Compiling version-compare v0.0.6
[INFO] [stdout] error[E0621]: explicit lifetime required in the type of `other`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/version-compare-0.0.6/src/version.rs:306:9
[INFO] [stdout]     |
[INFO] [stdout] 306 | /         Self::compare_iter(
[INFO] [stdout] 307 | |             self.parts.iter().peekable(),
[INFO] [stdout] 308 | |             other.parts.iter().peekable(),
[INFO] [stdout] 309 | |         )
[INFO] [stdout]     | |_________^ lifetime `'a` required
[INFO] [stdout]     |
[INFO] [stdout] help: add explicit lifetime `'a` to the type of `other`
[INFO] [stdout]     |
[INFO] [stdout] 304 |     pub fn compare(&self, other: &Version<'a>) -> CompOp {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0621`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `version-compare` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8f4746b0e6b76e2fa7e4a78dc7b20edbab700e3f8d54d4044e70c7ee5c66ea32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f4746b0e6b76e2fa7e4a78dc7b20edbab700e3f8d54d4044e70c7ee5c66ea32", kill_on_drop: false }`
[INFO] [stdout] 8f4746b0e6b76e2fa7e4a78dc7b20edbab700e3f8d54d4044e70c7ee5c66ea32
