[INFO] cloning repository https://github.com/fspoettel/advent-of-code-2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fspoettel/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffspoettel%2Fadvent-of-code-2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffspoettel%2Fadvent-of-code-2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c3fa61e01e5d9fee2e4523a7379e11af86b926a5 [INFO] testing fspoettel/advent-of-code-2023 against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffspoettel%2Fadvent-of-code-2023" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fspoettel/advent-of-code-2023 on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/fspoettel/advent-of-code-2023 [INFO] finished tweaking git repo https://github.com/fspoettel/advent-of-code-2023 [INFO] tweaked toml for git repo https://github.com/fspoettel/advent-of-code-2023 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/fspoettel/advent-of-code-2023 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" "+beta-2025-02-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d6d41d4d250b65af701ecd32c8bfea13b4ca17812484019ed2bc29d2c9cdf19 [INFO] running `Command { std: "docker" "start" "-a" "9d6d41d4d250b65af701ecd32c8bfea13b4ca17812484019ed2bc29d2c9cdf19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d6d41d4d250b65af701ecd32c8bfea13b4ca17812484019ed2bc29d2c9cdf19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d6d41d4d250b65af701ecd32c8bfea13b4ca17812484019ed2bc29d2c9cdf19", kill_on_drop: false }` [INFO] [stdout] 9d6d41d4d250b65af701ecd32c8bfea13b4ca17812484019ed2bc29d2c9cdf19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b17c9dca1b4e6a8120c6e8347bac1de67b23c37bc58b6100b4dd97746e8cdd10 [INFO] running `Command { std: "docker" "start" "-a" "b17c9dca1b4e6a8120c6e8347bac1de67b23c37bc58b6100b4dd97746e8cdd10", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling zerocopy v0.7.30 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling thiserror v1.0.51 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling tinyjson v2.5.1 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling integer-sqrt v0.1.5 [INFO] [stderr] Compiling thiserror-impl v1.0.51 [INFO] [stderr] Compiling deprecate-until v0.1.1 [INFO] [stderr] Compiling pathfinding v4.7.0 [INFO] [stderr] Compiling advent_of_code v0.9.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/helpers/matrix.rs:234:63 [INFO] [stdout] | [INFO] [stdout] 230 | pub fn neighbours<'a, 'b: 'a>( [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 234 | ) -> impl Iterator>)> + '_ { [INFO] [stdout] | ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/readme_benchmarks.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | Parser(String), [INFO] [stdout] | ------ ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 12 - Parser(String), [INFO] [stdout] 12 + Parser(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/readme_benchmarks.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | IO(io::Error), [INFO] [stdout] | -- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 13 - IO(io::Error), [INFO] [stdout] 13 + IO(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/template/run_multi.rs:52:8 [INFO] [stdout] | [INFO] [stdout] 52 | IO(io::Error), [INFO] [stdout] | -- ^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 52 - IO(io::Error), [INFO] [stdout] 52 + IO(()), [INFO] [stdout] | [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/rmeta0PBddl" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent_of_code` (bin "17") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `advent_of_code` (bin "05") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name 05 --edition=2021 src/bin/05.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=00852add6a4b255a -C extra-filename=-094b1c0fc3c12cb6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-4c217898f95750c9.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5a08f8759bb86f1f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c225c48c23897a07.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a8aceb947e2bb7e0.rlib --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-c2830b4e41d49e7e.rlib --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-512863645e24cca1.rlib --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-ca8f59935270633d.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `advent_of_code` (bin "04") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name 04 --edition=2021 src/bin/04.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=30895ba15c017af0 -C extra-filename=-9be021c6a262db85 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-4c217898f95750c9.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5a08f8759bb86f1f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c225c48c23897a07.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a8aceb947e2bb7e0.rlib --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-c2830b4e41d49e7e.rlib --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-512863645e24cca1.rlib --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-ca8f59935270633d.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `advent_of_code` (bin "23") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name 23 --edition=2021 src/bin/23.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=8f8e958ba292822e -C extra-filename=-2cd98897444d9fa8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-4c217898f95750c9.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5a08f8759bb86f1f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c225c48c23897a07.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a8aceb947e2bb7e0.rlib --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-c2830b4e41d49e7e.rlib --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-512863645e24cca1.rlib --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-ca8f59935270633d.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `advent_of_code` (bin "13") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name 13 --edition=2021 src/bin/13.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=caf3c89bdaffaf38 -C extra-filename=-dc8f23a40777d872 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-4c217898f95750c9.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5a08f8759bb86f1f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c225c48c23897a07.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a8aceb947e2bb7e0.rlib --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-c2830b4e41d49e7e.rlib --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-512863645e24cca1.rlib --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-ca8f59935270633d.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `advent_of_code` (bin "22") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name 22 --edition=2021 src/bin/22.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=bb75f5138b49a6cf -C extra-filename=-2874878ef5a08dd8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-4c217898f95750c9.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5a08f8759bb86f1f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c225c48c23897a07.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a8aceb947e2bb7e0.rlib --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-c2830b4e41d49e7e.rlib --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-512863645e24cca1.rlib --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-ca8f59935270633d.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `advent_of_code` (bin "15") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name 15 --edition=2021 src/bin/15.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=4f604c43a91a0212 -C extra-filename=-e974df559429bb09 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-4c217898f95750c9.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5a08f8759bb86f1f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c225c48c23897a07.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a8aceb947e2bb7e0.rlib --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-c2830b4e41d49e7e.rlib --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-512863645e24cca1.rlib --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-ca8f59935270633d.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `advent_of_code` (bin "07") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name 07 --edition=2021 src/bin/07.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=53b4b123855df8eb -C extra-filename=-b906527ff19f5394 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-4c217898f95750c9.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5a08f8759bb86f1f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c225c48c23897a07.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a8aceb947e2bb7e0.rlib --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-c2830b4e41d49e7e.rlib --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-512863645e24cca1.rlib --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-ca8f59935270633d.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `advent_of_code` (bin "20") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name 20 --edition=2021 src/bin/20.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=79a7f8f1a6dbffab -C extra-filename=-38d6612b9ee921dd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-4c217898f95750c9.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5a08f8759bb86f1f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c225c48c23897a07.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a8aceb947e2bb7e0.rlib --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-c2830b4e41d49e7e.rlib --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-512863645e24cca1.rlib --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-ca8f59935270633d.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `advent_of_code` (bin "14") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name 14 --edition=2021 src/bin/14.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=58fd1d8ac1c34db9 -C extra-filename=-5d754ae77de1e433 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-4c217898f95750c9.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5a08f8759bb86f1f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c225c48c23897a07.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a8aceb947e2bb7e0.rlib --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-c2830b4e41d49e7e.rlib --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-512863645e24cca1.rlib --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-ca8f59935270633d.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `advent_of_code` (bin "24") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name 24 --edition=2021 src/bin/24.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=19b723b5e07e489b -C extra-filename=-b4334467c2aca05a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-4c217898f95750c9.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5a08f8759bb86f1f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c225c48c23897a07.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a8aceb947e2bb7e0.rlib --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-c2830b4e41d49e7e.rlib --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-512863645e24cca1.rlib --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-ca8f59935270633d.rlib --cap-lints=warn` (exit status: 101) [INFO] [stderr] error: could not compile `advent_of_code` (bin "08") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name 08 --edition=2021 src/bin/08.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chrono", "dhat", "dhat-heap", "test_lib", "today"))' -C metadata=c9e5416db9c0a3e8 -C extra-filename=-da88d6e319ce3ad1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code=/opt/rustwide/target/debug/deps/libadvent_of_code-4c217898f95750c9.rlib --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-5a08f8759bb86f1f.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-c225c48c23897a07.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a8aceb947e2bb7e0.rlib --extern pathfinding=/opt/rustwide/target/debug/deps/libpathfinding-c2830b4e41d49e7e.rlib --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-512863645e24cca1.rlib --extern tinyjson=/opt/rustwide/target/debug/deps/libtinyjson-ca8f59935270633d.rlib --cap-lints=warn` (exit status: 101) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcaEO48y/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libadvent_of_code-4c217898f95750c9.rlib,libitertools-c225c48c23897a07.rlib,libeither-6373040535ba358a.rlib,libtinyjson-ca8f59935270633d.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/01-802ab845f7f5bb3a" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent_of_code` (bin "01") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc2Gltcz/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libadvent_of_code-4c217898f95750c9.rlib,libitertools-c225c48c23897a07.rlib,libeither-6373040535ba358a.rlib,libtinyjson-ca8f59935270633d.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/09-115048f6d7a420cb" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcVO08ux/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libadvent_of_code-4c217898f95750c9.rlib,libtinyjson-ca8f59935270633d.rlib,libitertools-c225c48c23897a07.rlib,libeither-6373040535ba358a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/06-8f0392474cd8c0a9" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent_of_code` (bin "09") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc4taUtV/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libadvent_of_code-4c217898f95750c9.rlib,libitertools-c225c48c23897a07.rlib,libeither-6373040535ba358a.rlib,libtinyjson-ca8f59935270633d.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/02-5c78eb62e8db2440" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent_of_code` (bin "06") due to 1 previous error [INFO] [stderr] error: could not compile `advent_of_code` (bin "02") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "b17c9dca1b4e6a8120c6e8347bac1de67b23c37bc58b6100b4dd97746e8cdd10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b17c9dca1b4e6a8120c6e8347bac1de67b23c37bc58b6100b4dd97746e8cdd10", kill_on_drop: false }` [INFO] [stdout] b17c9dca1b4e6a8120c6e8347bac1de67b23c37bc58b6100b4dd97746e8cdd10