[INFO] cloning repository https://github.com/lee-gauthier/termban
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lee-gauthier/termban" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flee-gauthier%2Ftermban", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flee-gauthier%2Ftermban'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 80e9f1f3e108eb31bf20c6285feb4af790e0a29a
[INFO] checking lee-gauthier/termban against try#48c9d93cf65d550d124c40108859fd993778c157 for pr-153692-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flee-gauthier%2Ftermban" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lee-gauthier/termban
[INFO] finished tweaking git repo https://github.com/lee-gauthier/termban
[INFO] tweaked toml for git repo https://github.com/lee-gauthier/termban written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lee-gauthier/termban on toolchain 48c9d93cf65d550d124c40108859fd993778c157
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lee-gauthier/termban 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" "+48c9d93cf65d550d124c40108859fd993778c157" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 389f20ef4dfa9bb8418ebe9baf91ab1aca1c7307a95baf44718312efe9a5de78
[INFO] running `Command { std: "docker" "start" "-a" "389f20ef4dfa9bb8418ebe9baf91ab1aca1c7307a95baf44718312efe9a5de78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "389f20ef4dfa9bb8418ebe9baf91ab1aca1c7307a95baf44718312efe9a5de78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "389f20ef4dfa9bb8418ebe9baf91ab1aca1c7307a95baf44718312efe9a5de78", kill_on_drop: false }`
[INFO] [stdout] 389f20ef4dfa9bb8418ebe9baf91ab1aca1c7307a95baf44718312efe9a5de78
[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" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+48c9d93cf65d550d124c40108859fd993778c157" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3d79b87ae8d1c51233d69af7c551a6265cb51ca0f862399df5a4d82be82624a4
[INFO] running `Command { std: "docker" "start" "-a" "3d79b87ae8d1c51233d69af7c551a6265cb51ca0f862399df5a4d82be82624a4", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]     Checking winnow v0.6.18
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]     Checking fast-srgb8 v1.0.0
[INFO] [stderr]    Compiling cargo-husky v1.5.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking compact_str v0.8.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.76
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking indexmap v2.5.0
[INFO] [stderr]     Checking lru v0.12.4
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking crossterm v0.25.0
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling instability v0.3.2
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking ratatui v0.28.1
[INFO] [stderr]     Checking serde_spanned v0.6.7
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking toml_edit v0.22.20
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking termban v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.78s
[INFO] running `Command { std: "docker" "inspect" "3d79b87ae8d1c51233d69af7c551a6265cb51ca0f862399df5a4d82be82624a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d79b87ae8d1c51233d69af7c551a6265cb51ca0f862399df5a4d82be82624a4", kill_on_drop: false }`
[INFO] [stdout] 3d79b87ae8d1c51233d69af7c551a6265cb51ca0f862399df5a4d82be82624a4
