[INFO] cloning repository https://github.com/asperan/gitbox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/asperan/gitbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasperan%2Fgitbox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasperan%2Fgitbox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5ee1e37e85a1a0837645a4ae312953e9762fad31 [INFO] checking asperan/gitbox/5ee1e37e85a1a0837645a4ae312953e9762fad31 against try#0edd13c68435d50367c79cef43ac2768d2ec4f3d for pr-129422 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasperan%2Fgitbox" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/asperan/gitbox on toolchain 0edd13c68435d50367c79cef43ac2768d2ec4f3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0edd13c68435d50367c79cef43ac2768d2ec4f3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/asperan/gitbox [INFO] finished tweaking git repo https://github.com/asperan/gitbox [INFO] tweaked toml for git repo https://github.com/asperan/gitbox written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/asperan/gitbox 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" "+0edd13c68435d50367c79cef43ac2768d2ec4f3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+0edd13c68435d50367c79cef43ac2768d2ec4f3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 469eb9f94e0baaf85398585924872434a2c275cfb71e1e128443bdd5bce652af [INFO] running `Command { std: "docker" "start" "-a" "469eb9f94e0baaf85398585924872434a2c275cfb71e1e128443bdd5bce652af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "469eb9f94e0baaf85398585924872434a2c275cfb71e1e128443bdd5bce652af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "469eb9f94e0baaf85398585924872434a2c275cfb71e1e128443bdd5bce652af", kill_on_drop: false }` [INFO] [stdout] 469eb9f94e0baaf85398585924872434a2c275cfb71e1e128443bdd5bce652af [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=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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+0edd13c68435d50367c79cef43ac2768d2ec4f3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c4aad9be221e84b752a845923b5628a58fcdc51477d092c930a328028f8c7442 [INFO] running `Command { std: "docker" "start" "-a" "c4aad9be221e84b752a845923b5628a58fcdc51477d092c930a328028f8c7442", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking anstyle-parse v0.2.5 [INFO] [stderr] Checking anstyle-query v1.1.1 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking colorchoice v1.0.2 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Checking clap_lex v0.7.2 [INFO] [stderr] Compiling rustls v0.23.12 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking flate2 v1.0.31 [INFO] [stderr] Checking anstream v0.6.15 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking shell-words v1.1.0 [INFO] [stderr] Checking textwrap v0.15.2 [INFO] [stderr] Checking tempfile v3.11.0 [INFO] [stderr] Checking clap_builder v4.5.13 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking colored v2.1.0 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking crossterm v0.25.0 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking requestty-ui v0.5.0 [INFO] [stderr] Checking requestty v0.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Checking ureq v2.10.0 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Checking clap v4.5.13 [INFO] [stderr] Checking clap_complete v4.5.12 [INFO] [stderr] Compiling pest_meta v2.7.11 [INFO] [stderr] Compiling pest_generator v2.7.11 [INFO] [stderr] Compiling pest_derive v2.7.11 [INFO] [stderr] Checking gitbox v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s [INFO] running `Command { std: "docker" "inspect" "c4aad9be221e84b752a845923b5628a58fcdc51477d092c930a328028f8c7442", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4aad9be221e84b752a845923b5628a58fcdc51477d092c930a328028f8c7442", kill_on_drop: false }` [INFO] [stdout] c4aad9be221e84b752a845923b5628a58fcdc51477d092c930a328028f8c7442