[INFO] cloning repository https://github.com/tpoliaw/replance
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tpoliaw/replance" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftpoliaw%2Freplance", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftpoliaw%2Freplance'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 452e87a1ec40ea62cbf2b5798d176109db935bbe
[INFO] checking tpoliaw/replance against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftpoliaw%2Freplance" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/tpoliaw/replance on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/tpoliaw/replance
[INFO] finished tweaking git repo https://github.com/tpoliaw/replance
[INFO] tweaked toml for git repo https://github.com/tpoliaw/replance written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/tpoliaw/replance 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1582c30a09591f21ebaf73bf2a176be20e324e015e2f3d5362f5624b8e60b3d3
[INFO] running `Command { std: "docker" "start" "-a" "1582c30a09591f21ebaf73bf2a176be20e324e015e2f3d5362f5624b8e60b3d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1582c30a09591f21ebaf73bf2a176be20e324e015e2f3d5362f5624b8e60b3d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1582c30a09591f21ebaf73bf2a176be20e324e015e2f3d5362f5624b8e60b3d3", kill_on_drop: false }`
[INFO] [stdout] 1582c30a09591f21ebaf73bf2a176be20e324e015e2f3d5362f5624b8e60b3d3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 57be64207a9c50a1bd3205101149ba47482d943aebd563cafd14a989e58ea578
[INFO] running `Command { std: "docker" "start" "-a" "57be64207a9c50a1bd3205101149ba47482d943aebd563cafd14a989e58ea578", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling rustix v1.0.3
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaZe9P51"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/cfg_if-d541ac7a75168aa5.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/cfg-if-d541ac7a75168aa5/dep-lib-cfg_if`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `cfg_aliases` (lib) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/libc-0ce26c8464af315f/rmeta5CKBZe"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/serde_json-9e673dda29a8ad52/rmetaswnWJO"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta5cBXNj"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libc` (build script) due to 1 previous error
[INFO] [stderr] error: could not compile `serde_json` (build script) due to 1 previous error
[INFO] [stderr] error: could not compile `option-ext` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "57be64207a9c50a1bd3205101149ba47482d943aebd563cafd14a989e58ea578", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "57be64207a9c50a1bd3205101149ba47482d943aebd563cafd14a989e58ea578", kill_on_drop: false }`
[INFO] [stdout] 57be64207a9c50a1bd3205101149ba47482d943aebd563cafd14a989e58ea578
