[INFO] cloning repository https://github.com/jmcantrell/aoc2022-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmcantrell/aoc2022-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmcantrell%2Faoc2022-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmcantrell%2Faoc2022-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a6a23dd95a7aeeecea99f895efdf45437ba0895a [INFO] testing jmcantrell/aoc2022-rust 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%2Fjmcantrell%2Faoc2022-rust" "/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/jmcantrell/aoc2022-rust 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-1-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/jmcantrell/aoc2022-rust [INFO] finished tweaking git repo https://github.com/jmcantrell/aoc2022-rust [INFO] tweaked toml for git repo https://github.com/jmcantrell/aoc2022-rust written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jmcantrell/aoc2022-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" "+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-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9f07558b0fd7dcaea6d18b72c9b3da2157aa0bb700f9353d3f2492e939e1e70 [INFO] running `Command { std: "docker" "start" "-a" "c9f07558b0fd7dcaea6d18b72c9b3da2157aa0bb700f9353d3f2492e939e1e70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9f07558b0fd7dcaea6d18b72c9b3da2157aa0bb700f9353d3f2492e939e1e70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9f07558b0fd7dcaea6d18b72c9b3da2157aa0bb700f9353d3f2492e939e1e70", kill_on_drop: false }` [INFO] [stdout] c9f07558b0fd7dcaea6d18b72c9b3da2157aa0bb700f9353d3f2492e939e1e70 [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_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] 1d4dc0dc0f5a32148da075b3bc9f9705ed3dda882080d8b418a63151c8861ad9 [INFO] running `Command { std: "docker" "start" "-a" "1d4dc0dc0f5a32148da075b3bc9f9705ed3dda882080d8b418a63151c8861ad9", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.69 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling paste v1.0.11 [INFO] [stderr] Compiling syn v1.0.105 [INFO] [stderr] Compiling bytemuck v1.13.0 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling libc v0.2.138 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.10.1 [INFO] [stderr] Compiling matrixmultiply v0.3.2 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling safe_arch v0.6.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Compiling aoc v0.1.0 (/opt/rustwide/workdir/lib/aoc) [INFO] [stderr] Compiling wide v0.7.6 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling day20 v0.1.0 (/opt/rustwide/workdir/puzzles/day20) [INFO] [stderr] Compiling day05 v0.1.0 (/opt/rustwide/workdir/puzzles/day05) [INFO] [stderr] Compiling day13 v0.1.0 (/opt/rustwide/workdir/puzzles/day13) [INFO] [stderr] Compiling day04 v0.1.0 (/opt/rustwide/workdir/puzzles/day04) [INFO] [stderr] Compiling day11 v0.1.0 (/opt/rustwide/workdir/puzzles/day11) [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling day25 v0.1.0 (/opt/rustwide/workdir/puzzles/day25) [INFO] [stderr] Compiling day02 v0.1.0 (/opt/rustwide/workdir/puzzles/day02) [INFO] [stderr] Compiling day01 v0.1.0 (/opt/rustwide/workdir/puzzles/day01) [INFO] [stderr] Compiling num_cpus v1.14.0 [INFO] [stderr] Compiling day03 v0.1.0 (/opt/rustwide/workdir/puzzles/day03) [INFO] [stderr] Compiling day17 v0.1.0 (/opt/rustwide/workdir/puzzles/day17) [INFO] [stderr] Compiling day23 v0.1.0 (/opt/rustwide/workdir/puzzles/day23) [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling day10 v0.1.0 (/opt/rustwide/workdir/puzzles/day10) [INFO] [stderr] Compiling day07 v0.1.0 (/opt/rustwide/workdir/puzzles/day07) [INFO] [stderr] Compiling day21 v0.1.0 (/opt/rustwide/workdir/puzzles/day21) [INFO] [stderr] Compiling num-complex v0.4.3 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling day06 v0.1.0 (/opt/rustwide/workdir/puzzles/day06) [INFO] [stderr] Compiling regex v1.7.1 [INFO] [stderr] Compiling simba v0.8.0 [INFO] [stderr] Compiling rayon v1.6.1 [INFO] [stderr] Compiling day16 v0.1.0 (/opt/rustwide/workdir/puzzles/day16) [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libnum_rational-9c46c5a1519ba33f.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex` (lib) [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 regex --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aho-corasick", "default", "memchr", "pattern", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=309c71df51772819 -C extra-filename=-55bf6cf64b61e424 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-95e122a3773e7b94.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-34c06a26bc9e8129.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-0b42395ebb20dab7.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `num-rational` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `syn` (lib) [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 syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=549ef5fa143ef066 -C extra-filename=-e079f541db9e240d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-071d02d1720c0c05.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-f960c60dc973377c.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-6f8e6cb0bbebdd0c.rmeta --cap-lints allow --cap-lints=warn --cfg syn_disable_nightly_tests` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "1d4dc0dc0f5a32148da075b3bc9f9705ed3dda882080d8b418a63151c8861ad9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d4dc0dc0f5a32148da075b3bc9f9705ed3dda882080d8b418a63151c8861ad9", kill_on_drop: false }` [INFO] [stdout] 1d4dc0dc0f5a32148da075b3bc9f9705ed3dda882080d8b418a63151c8861ad9