[INFO] cloning repository https://github.com/Nilstrieb/coldsquare [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Nilstrieb/coldsquare" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNilstrieb%2Fcoldsquare", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNilstrieb%2Fcoldsquare'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2460ab46372287047802e031cb4cd5382a38cb82 [INFO] checking Nilstrieb/coldsquare against try#07fecb9cf34c4979a772ba38c99d6d9144768413 for pr-87710 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNilstrieb%2Fcoldsquare" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Nilstrieb/coldsquare on toolchain 07fecb9cf34c4979a772ba38c99d6d9144768413 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Nilstrieb/coldsquare [INFO] finished tweaking git repo https://github.com/Nilstrieb/coldsquare [INFO] tweaked toml for git repo https://github.com/Nilstrieb/coldsquare written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/Nilstrieb/coldsquare already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 021e0ce75435062d9a4e10503706915d4afc7504baaf49b1b3e7e4d0f4d97e4d [INFO] running `Command { std: "docker" "start" "-a" "021e0ce75435062d9a4e10503706915d4afc7504baaf49b1b3e7e4d0f4d97e4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "021e0ce75435062d9a4e10503706915d4afc7504baaf49b1b3e7e4d0f4d97e4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "021e0ce75435062d9a4e10503706915d4afc7504baaf49b1b3e7e4d0f4d97e4d", kill_on_drop: false }` [INFO] [stdout] 021e0ce75435062d9a4e10503706915d4afc7504baaf49b1b3e7e4d0f4d97e4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5459be119e255f0525fa8b4e922d8a02f08ed2d0335a3024b8655c27cb224e9b [INFO] running `Command { std: "docker" "start" "-a" "5459be119e255f0525fa8b4e922d8a02f08ed2d0335a3024b8655c27cb224e9b", kill_on_drop: false }` [INFO] [stderr] Checking file-parser v0.1.0 (/opt/rustwide/workdir/crates/file-parser) [INFO] [stderr] Checking machine v0.1.0 (/opt/rustwide/workdir/crates/machine) [INFO] [stderr] Checking class-struct v0.1.0 (/opt/rustwide/workdir/crates/class-struct) [INFO] [stderr] Checking file-info v0.1.0 (/opt/rustwide/workdir/crates/file-info) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.56s [INFO] running `Command { std: "docker" "inspect" "5459be119e255f0525fa8b4e922d8a02f08ed2d0335a3024b8655c27cb224e9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5459be119e255f0525fa8b4e922d8a02f08ed2d0335a3024b8655c27cb224e9b", kill_on_drop: false }` [INFO] [stdout] 5459be119e255f0525fa8b4e922d8a02f08ed2d0335a3024b8655c27cb224e9b