[INFO] cloning repository https://github.com/archer884/yogi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/archer884/yogi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcher884%2Fyogi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcher884%2Fyogi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d0ac45c08a09aa1d63eb0d2d42acf8dbba596e3a [INFO] checking archer884/yogi against master#e4106065bf1bb515935d5d024e8d9c86454e2b22 for pr-112160 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcher884%2Fyogi" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/archer884/yogi on toolchain e4106065bf1bb515935d5d024e8d9c86454e2b22 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e4106065bf1bb515935d5d024e8d9c86454e2b22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/archer884/yogi [INFO] finished tweaking git repo https://github.com/archer884/yogi [INFO] tweaked toml for git repo https://github.com/archer884/yogi written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/archer884/yogi 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" "+e4106065bf1bb515935d5d024e8d9c86454e2b22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/archer884/fmtsize` [INFO] [stderr] Updating git repository `https://github.com/archer884/imprint` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+e4106065bf1bb515935d5d024e8d9c86454e2b22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 679cf72653e2ecdccdc9998d51f1ba15cfcb3499c78121563219c7b4b0d5774e [INFO] running `Command { std: "docker" "start" "-a" "679cf72653e2ecdccdc9998d51f1ba15cfcb3499c78121563219c7b4b0d5774e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "679cf72653e2ecdccdc9998d51f1ba15cfcb3499c78121563219c7b4b0d5774e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "679cf72653e2ecdccdc9998d51f1ba15cfcb3499c78121563219c7b4b0d5774e", kill_on_drop: false }` [INFO] [stdout] 679cf72653e2ecdccdc9998d51f1ba15cfcb3499c78121563219c7b4b0d5774e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+e4106065bf1bb515935d5d024e8d9c86454e2b22" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fef776545719e0e9b83d44822f3597e8fef3d6385a93c790983ebfd0a9085d60 [INFO] running `Command { std: "docker" "start" "-a" "fef776545719e0e9b83d44822f3597e8fef3d6385a93c790983ebfd0a9085d60", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.51 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling io-lifetimes v1.0.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling rustix v0.36.8 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking once_cell v1.17.1 [INFO] [stderr] Checking linux-raw-sys v0.1.4 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Checking os_str_bytes v6.4.1 [INFO] [stderr] Checking constant_time_eq v0.2.4 [INFO] [stderr] Checking termcolor v1.2.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking regex v1.7.1 [INFO] [stderr] Checking fmtsize v0.1.1 (https://github.com/archer884/fmtsize#d16d8873) [INFO] [stderr] Checking bumpalo v3.12.0 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking clap_lex v0.3.1 [INFO] [stderr] Checking hashbrown v0.13.2 [INFO] [stderr] Checking block-buffer v0.10.3 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling blake3 v1.3.3 [INFO] [stderr] Checking digest v0.10.6 [INFO] [stderr] Checking imprint v0.2.2 (https://github.com/archer884/imprint#ddd7f34f) [INFO] [stderr] Checking is-terminal v0.4.3 [INFO] [stderr] Compiling clap_derive v4.1.0 [INFO] [stderr] Checking clap v4.1.6 [INFO] [stderr] Checking yogi v0.2.20 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.63s [INFO] running `Command { std: "docker" "inspect" "fef776545719e0e9b83d44822f3597e8fef3d6385a93c790983ebfd0a9085d60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fef776545719e0e9b83d44822f3597e8fef3d6385a93c790983ebfd0a9085d60", kill_on_drop: false }` [INFO] [stdout] fef776545719e0e9b83d44822f3597e8fef3d6385a93c790983ebfd0a9085d60