[INFO] cloning repository https://github.com/maclema/advent-of-code-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maclema/advent-of-code-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaclema%2Fadvent-of-code-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaclema%2Fadvent-of-code-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8ef83d7a3ca99d70ae958da9fa9253426caac66f
[INFO] checking maclema/advent-of-code-2024 against try#1bd50d4315eb15970d395b6be5823f9384707693 for pr-140151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaclema%2Fadvent-of-code-2024" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] error: unable to write file inputs/day03.txt
[INFO] [stderr] error: unable to write file inputs/day1-list-invalid-lines.txt
[INFO] [stderr] error: unable to write file inputs/day1-list-invalid-pairs-b.txt
[INFO] [stderr] error: unable to write file inputs/day1-list-invalid-pairs.txt
[INFO] [stderr] error: unable to write file inputs/day1-list.txt
[INFO] [stderr] fatal: cannot create directory at 'src': No space left on device
[INFO] [stderr] warning: Clone succeeded, but checkout failed.
[INFO] [stderr] You can inspect what was checked out with 'git status'
[INFO] [stderr] and retry with 'git restore --source=HEAD :/'
[INFO] [stderr] 
[INFO] checking maclema/advent-of-code-2024 against try#1bd50d4315eb15970d395b6be5823f9384707693 for pr-140151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaclema%2Fadvent-of-code-2024" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] error: unable to write file inputs/day02-list.txt
[INFO] [stderr] error: unable to write file inputs/day03.txt
[INFO] [stderr] error: unable to write file inputs/day1-list-invalid-lines.txt
[INFO] [stderr] error: unable to write file inputs/day1-list-invalid-pairs-b.txt
[INFO] [stderr] error: unable to write file inputs/day1-list-invalid-pairs.txt
[INFO] [stderr] error: unable to write file inputs/day1-list.txt
[INFO] [stderr] fatal: cannot create directory at 'src': No space left on device
[INFO] [stderr] warning: Clone succeeded, but checkout failed.
[INFO] [stderr] You can inspect what was checked out with 'git status'
[INFO] [stderr] and retry with 'git restore --source=HEAD :/'
[INFO] [stderr] 
[INFO] checking maclema/advent-of-code-2024 against try#1bd50d4315eb15970d395b6be5823f9384707693 for pr-140151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaclema%2Fadvent-of-code-2024" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] fatal: cannot create directory at 'inputs': No space left on device
[INFO] [stderr] warning: Clone succeeded, but checkout failed.
[INFO] [stderr] You can inspect what was checked out with 'git status'
[INFO] [stderr] and retry with 'git restore --source=HEAD :/'
[INFO] [stderr] 
[INFO] checking maclema/advent-of-code-2024 against try#1bd50d4315eb15970d395b6be5823f9384707693 for pr-140151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaclema%2Fadvent-of-code-2024" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/maclema/advent-of-code-2024 on toolchain 1bd50d4315eb15970d395b6be5823f9384707693
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/maclema/advent-of-code-2024
[INFO] finished tweaking git repo https://github.com/maclema/advent-of-code-2024
[INFO] tweaked toml for git repo https://github.com/maclema/advent-of-code-2024 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/maclema/advent-of-code-2024 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" "+1bd50d4315eb15970d395b6be5823f9384707693" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1685653bfac220fc9d209235c3d381cf693d17224e33986ad614cb21fc52618a
[INFO] running `Command { std: "docker" "start" "-a" "1685653bfac220fc9d209235c3d381cf693d17224e33986ad614cb21fc52618a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1685653bfac220fc9d209235c3d381cf693d17224e33986ad614cb21fc52618a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1685653bfac220fc9d209235c3d381cf693d17224e33986ad614cb21fc52618a", kill_on_drop: false }`
[INFO] [stdout] 1685653bfac220fc9d209235c3d381cf693d17224e33986ad614cb21fc52618a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1bd50d4315eb15970d395b6be5823f9384707693" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6e2cde62b8020e592c0e4a191e0836388c98a948add4bbf71d901e4a92b8ba4c
[INFO] running `Command { std: "docker" "start" "-a" "6e2cde62b8020e592c0e4a191e0836388c98a948add4bbf71d901e4a92b8ba4c", kill_on_drop: false }`
[INFO] [stderr] warning: advent-of-code-2024 v0.1.0 (/opt/rustwide/workdir) ignoring invalid dependency `clippy` which is missing a lib target
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking ruzstd v0.7.3
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking lexopt v0.3.0
[INFO] [stderr]     Checking shell-escape v0.1.5
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking is_executable v1.0.4
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking quick-xml v0.31.0
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking shared_child v1.0.1
[INFO] [stderr]     Checking os_pipe v1.2.1
[INFO] [stderr]     Checking duct v0.13.7
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking xattr v1.3.1
[INFO] [stderr]     Checking tar v0.4.43
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking bstr v1.11.0
[INFO] [stderr]     Checking lcov2cobertura v1.0.5
[INFO] [stderr]     Checking advent-of-code-2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking opener v0.7.2
[INFO] [stderr]     Checking cargo-config2 v0.1.29
[INFO] [stderr]     Checking cargo-llvm-cov v0.6.14
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.05s
[INFO] running `Command { std: "docker" "inspect" "6e2cde62b8020e592c0e4a191e0836388c98a948add4bbf71d901e4a92b8ba4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e2cde62b8020e592c0e4a191e0836388c98a948add4bbf71d901e4a92b8ba4c", kill_on_drop: false }`
[INFO] [stdout] 6e2cde62b8020e592c0e4a191e0836388c98a948add4bbf71d901e4a92b8ba4c
