[INFO] cloning repository https://github.com/mtrefilek/advent-of-code-2021-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mtrefilek/advent-of-code-2021-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmtrefilek%2Fadvent-of-code-2021-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmtrefilek%2Fadvent-of-code-2021-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b8219da128ec0198e0194280f9378899feb3e0f5
[INFO] checking mtrefilek/advent-of-code-2021-rust against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmtrefilek%2Fadvent-of-code-2021-rust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mtrefilek/advent-of-code-2021-rust
[INFO] finished tweaking git repo https://github.com/mtrefilek/advent-of-code-2021-rust
[INFO] tweaked toml for git repo https://github.com/mtrefilek/advent-of-code-2021-rust written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mtrefilek/advent-of-code-2021-rust on toolchain 2b39fe756f52bc2825bf5b2bfc385cab922dae10
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mtrefilek/advent-of-code-2021-rust 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" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 473df390c3432d043ad3a86a9fcb099a11f6cea76d57cf23307c5471904149c4
[INFO] running `Command { std: "docker" "start" "-a" "473df390c3432d043ad3a86a9fcb099a11f6cea76d57cf23307c5471904149c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "473df390c3432d043ad3a86a9fcb099a11f6cea76d57cf23307c5471904149c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "473df390c3432d043ad3a86a9fcb099a11f6cea76d57cf23307c5471904149c4", kill_on_drop: false }`
[INFO] [stdout] 473df390c3432d043ad3a86a9fcb099a11f6cea76d57cf23307c5471904149c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f0f5b1b4550257097beefc3cde5c6e966a0c70a54829929f9321c80c0583112f
[INFO] running `Command { std: "docker" "start" "-a" "f0f5b1b4550257097beefc3cde5c6e966a0c70a54829929f9321c80c0583112f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling libc v0.2.108
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]    Compiling pkg-config v0.3.22
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling standback v0.2.17
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]     Checking futures-sink v0.3.18
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]    Compiling openssl-sys v0.9.71
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/futures_task-84517d95bfb9b55f.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/futures-task-84517d95bfb9b55f/dep-lib-futures_task`
[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] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/serde_derive-d24f55e8f524fdb4/rmeta8epDkN"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `serde_derive` (build script) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaxALneS/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/syn-0ff0d2bfe57a1efa.d`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures-channel` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `syn` (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/openssl-sys-34a74d0241c39e6a/rmetamw3nLI"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `openssl-sys` (build script) 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/deps/rmetaOC0Agi"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `parking_lot` (lib) due to 1 previous error
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaQmTHoS/full.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mio` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "f0f5b1b4550257097beefc3cde5c6e966a0c70a54829929f9321c80c0583112f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0f5b1b4550257097beefc3cde5c6e966a0c70a54829929f9321c80c0583112f", kill_on_drop: false }`
[INFO] [stdout] f0f5b1b4550257097beefc3cde5c6e966a0c70a54829929f9321c80c0583112f
