[INFO] cloning repository https://github.com/xfbs/adventofcode2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xfbs/adventofcode2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxfbs%2Fadventofcode2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxfbs%2Fadventofcode2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e43968406626c221bcaa072a0c08636cca4cb919 [INFO] testing xfbs/adventofcode2023 against master#9e297bf54d31eb3b30067208ff9af4416945a2ed for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxfbs%2Fadventofcode2023" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xfbs/adventofcode2023 on toolchain 9e297bf54d31eb3b30067208ff9af4416945a2ed [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xfbs/adventofcode2023 [INFO] finished tweaking git repo https://github.com/xfbs/adventofcode2023 [INFO] tweaked toml for git repo https://github.com/xfbs/adventofcode2023 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/xfbs/adventofcode2023 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" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 22bb7bd73ff7900c4b1a62ad33fc970246d14be34571875443507e932c1e66f3 [INFO] running `Command { std: "docker" "start" "-a" "22bb7bd73ff7900c4b1a62ad33fc970246d14be34571875443507e932c1e66f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "22bb7bd73ff7900c4b1a62ad33fc970246d14be34571875443507e932c1e66f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22bb7bd73ff7900c4b1a62ad33fc970246d14be34571875443507e932c1e66f3", kill_on_drop: false }` [INFO] [stdout] 22bb7bd73ff7900c4b1a62ad33fc970246d14be34571875443507e932c1e66f3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+9e297bf54d31eb3b30067208ff9af4416945a2ed" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 211d6c79f94cb74606bde16d38ceb4fa508c004b638cbcf8ed332f55d88cdf03 [INFO] running `Command { std: "docker" "start" "-a" "211d6c79f94cb74606bde16d38ceb4fa508c004b638cbcf8ed332f55d88cdf03", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling day05 v0.1.0 (/opt/rustwide/workdir/solutions/day05) [INFO] [stderr] Compiling day09 v0.1.0 (/opt/rustwide/workdir/solutions/day09) [INFO] [stderr] Compiling day08 v0.1.0 (/opt/rustwide/workdir/solutions/day08) [INFO] [stderr] Compiling day01 v0.1.0 (/opt/rustwide/workdir/solutions/day01) [INFO] [stdout] warning: function `solve` is never used [INFO] [stdout] --> solutions/day01/src/main.rs:4:4 [INFO] [stdout] | [INFO] [stdout] 4 | fn solve(input: &str) -> u32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling day03 v0.1.0 (/opt/rustwide/workdir/solutions/day03) [INFO] [stdout] warning: method `get_number` is never used [INFO] [stdout] --> solutions/day03/src/main.rs:55:8 [INFO] [stdout] | [INFO] [stdout] 42 | impl Schematic { [INFO] [stdout] | -------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 55 | fn get_number>(&self, point: Point) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/thiserror_impl-0983aa8c42273363.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/thiserror-impl-0983aa8c42273363/dep-lib-thiserror_impl` [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 `strum_macros` (lib) [INFO] running `Command { std: "docker" "inspect" "211d6c79f94cb74606bde16d38ceb4fa508c004b638cbcf8ed332f55d88cdf03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "211d6c79f94cb74606bde16d38ceb4fa508c004b638cbcf8ed332f55d88cdf03", kill_on_drop: false }` [INFO] [stdout] 211d6c79f94cb74606bde16d38ceb4fa508c004b638cbcf8ed332f55d88cdf03 [INFO] testing xfbs/adventofcode2023 against try#61a9ac64344e91d62f5496627ff363d177f9daab for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxfbs%2Fadventofcode2023" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xfbs/adventofcode2023 on toolchain 61a9ac64344e91d62f5496627ff363d177f9daab [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61a9ac64344e91d62f5496627ff363d177f9daab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xfbs/adventofcode2023 [INFO] finished tweaking git repo https://github.com/xfbs/adventofcode2023 [INFO] tweaked toml for git repo https://github.com/xfbs/adventofcode2023 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/xfbs/adventofcode2023 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" "+61a9ac64344e91d62f5496627ff363d177f9daab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+61a9ac64344e91d62f5496627ff363d177f9daab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8023abe5bfb44a09ee6df53064861bf68dcf313aca729e8368530cbeac7a1f4b [INFO] running `Command { std: "docker" "start" "-a" "8023abe5bfb44a09ee6df53064861bf68dcf313aca729e8368530cbeac7a1f4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8023abe5bfb44a09ee6df53064861bf68dcf313aca729e8368530cbeac7a1f4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8023abe5bfb44a09ee6df53064861bf68dcf313aca729e8368530cbeac7a1f4b", kill_on_drop: false }` [INFO] [stdout] 8023abe5bfb44a09ee6df53064861bf68dcf313aca729e8368530cbeac7a1f4b [INFO] testing xfbs/adventofcode2023 against try#61a9ac64344e91d62f5496627ff363d177f9daab for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxfbs%2Fadventofcode2023" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xfbs/adventofcode2023 on toolchain 61a9ac64344e91d62f5496627ff363d177f9daab [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61a9ac64344e91d62f5496627ff363d177f9daab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/xfbs/adventofcode2023 [INFO] finished tweaking git repo https://github.com/xfbs/adventofcode2023 [INFO] tweaked toml for git repo https://github.com/xfbs/adventofcode2023 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/xfbs/adventofcode2023 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" "+61a9ac64344e91d62f5496627ff363d177f9daab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+61a9ac64344e91d62f5496627ff363d177f9daab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d9ec44cc1f1a7f67360a7088494df24ff4cec26f06c97338f49127883b44fc99 [INFO] running `Command { std: "docker" "start" "-a" "d9ec44cc1f1a7f67360a7088494df24ff4cec26f06c97338f49127883b44fc99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9ec44cc1f1a7f67360a7088494df24ff4cec26f06c97338f49127883b44fc99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9ec44cc1f1a7f67360a7088494df24ff4cec26f06c97338f49127883b44fc99", kill_on_drop: false }` [INFO] [stdout] d9ec44cc1f1a7f67360a7088494df24ff4cec26f06c97338f49127883b44fc99 [INFO] testing xfbs/adventofcode2023 against try#61a9ac64344e91d62f5496627ff363d177f9daab for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxfbs%2Fadventofcode2023" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to create directory for '/workspace/builds/worker-1-tc2/source/.git/logs/refs/remotes/origin/HEAD': No such file or directory [INFO] [stderr] error: unable to write symref for refs/remotes/origin/HEAD: No space left on device [INFO] [stderr] fatal: unable to update refs/remotes/origin/HEAD [INFO] [stderr] fatal: the remote end hung up unexpectedly [INFO] testing xfbs/adventofcode2023 against try#61a9ac64344e91d62f5496627ff363d177f9daab for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxfbs%2Fadventofcode2023" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] error: failed to write new configuration file /workspace/builds/worker-1-tc2/source/.git/config.lock [INFO] [stderr] fatal: could not set 'remote.origin.fetch' to '+refs/heads/*:refs/remotes/origin/*' [INFO] [stderr] fatal: the remote end hung up unexpectedly [INFO] testing xfbs/adventofcode2023 against try#61a9ac64344e91d62f5496627ff363d177f9daab for pr-125507 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxfbs%2Fadventofcode2023" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] /workspace/builds/worker-1-tc2/source/.git/objects/info: No space left on device [ERROR] this task or one of its parent failed! [ERROR] failed to checkout https://github.com/xfbs/adventofcode2023 [ERROR] caused by: command failed: exit status: 1 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.