[INFO] cloning repository https://github.com/bricooke/aoc-in-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bricooke/aoc-in-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbricooke%2Faoc-in-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbricooke%2Faoc-in-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1d6d8f490516d90d67820a8d5337bc6513ede029 [INFO] testing bricooke/aoc-in-rust against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbricooke%2Faoc-in-rust" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bricooke/aoc-in-rust on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bricooke/aoc-in-rust [INFO] finished tweaking git repo https://github.com/bricooke/aoc-in-rust [INFO] tweaked toml for git repo https://github.com/bricooke/aoc-in-rust written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/bricooke/aoc-in-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" "+1.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded range-ext v0.3.0 [INFO] [stderr] Downloaded ranges v0.3.3 [INFO] [stderr] Downloaded valence_math v0.2.0-alpha.1+mc.1.20.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 239f880cf4c962a41c1a8514733593a4b5c1c692d749f11221c4110eaedba51c [INFO] running `Command { std: "docker" "start" "-a" "239f880cf4c962a41c1a8514733593a4b5c1c692d749f11221c4110eaedba51c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "239f880cf4c962a41c1a8514733593a4b5c1c692d749f11221c4110eaedba51c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "239f880cf4c962a41c1a8514733593a4b5c1c692d749f11221c4110eaedba51c", kill_on_drop: false }` [INFO] [stdout] 239f880cf4c962a41c1a8514733593a4b5c1c692d749f11221c4110eaedba51c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bcd68840a2f19a793a7ec498d75b7ee333098c71c0d3029dc1c8ac6bc94446fc [INFO] running `Command { std: "docker" "start" "-a" "bcd68840a2f19a793a7ec498d75b7ee333098c71c0d3029dc1c8ac6bc94446fc", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling futures-io v0.3.29 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling gimli v0.28.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling object v0.32.1 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling relative-path v1.9.0 [INFO] [stderr] Compiling rstest_macros v0.18.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling ryu v1.0.16 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling rustc-demangle v0.1.23 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling bytecount v0.6.7 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling glam v0.23.0 [INFO] [stderr] Compiling thousands v0.2.0 [INFO] [stderr] Compiling glam v0.24.2 [INFO] [stderr] Compiling range-ext v0.3.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling ranges v0.3.3 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling num-complex v0.4.4 [INFO] [stderr] Compiling sys-info v0.9.1 [INFO] [stderr] Compiling backtrace v0.3.69 [INFO] [stderr] Compiling valence_math v0.2.0-alpha.1+mc.1.20.1 [INFO] [stderr] Compiling addr2line v0.21.0 [INFO] [stderr] Compiling mintex v0.1.2 [INFO] [stderr] Compiling nom_locate v4.2.0 [INFO] [stderr] Compiling num v0.4.1 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling futures-executor v0.3.29 [INFO] [stderr] Compiling futures v0.3.29 [INFO] [stderr] Compiling rstest v0.18.2 [INFO] [stderr] Compiling dhat v0.3.2 [INFO] [stderr] Compiling aoc-in-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/day11.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | Galaxy(usize), // id [INFO] [stdout] | ------ ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Item` 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] 9 - Galaxy(usize), // id [INFO] [stdout] 9 + Galaxy(()), // id [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.46s [INFO] running `Command { std: "docker" "inspect" "bcd68840a2f19a793a7ec498d75b7ee333098c71c0d3029dc1c8ac6bc94446fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcd68840a2f19a793a7ec498d75b7ee333098c71c0d3029dc1c8ac6bc94446fc", kill_on_drop: false }` [INFO] [stdout] bcd68840a2f19a793a7ec498d75b7ee333098c71c0d3029dc1c8ac6bc94446fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3826b23653e0635f6a97623fd38dbb70629f826d2b06b69b855ea7ae54ff315f [INFO] running `Command { std: "docker" "start" "-a" "3826b23653e0635f6a97623fd38dbb70629f826d2b06b69b855ea7ae54ff315f", kill_on_drop: false }` [INFO] [stderr] Compiling aoc-in-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/day11.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | Galaxy(usize), // id [INFO] [stdout] | ------ ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Item` 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] 9 - Galaxy(usize), // id [INFO] [stdout] 9 + Galaxy(()), // id [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `aoc-in-rust` (bin "aoc-in-rust" test); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.86.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name aoc_in_rust --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dhat-heap"))' -C metadata=de1ba3e49faaaf6d -C extra-filename=-74dfaba248d63196 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern dhat=/opt/rustwide/target/debug/deps/libdhat-249845b6fdff5850.rlib --extern glam=/opt/rustwide/target/debug/deps/libglam-41ebc35ad0f28957.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-bf7c016d0af6b898.rlib --extern nom=/opt/rustwide/target/debug/deps/libnom-534c8dd08e06917e.rlib --extern nom_locate=/opt/rustwide/target/debug/deps/libnom_locate-8206cc5af3606c68.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-696d23f238d371eb.rlib --extern range_ext=/opt/rustwide/target/debug/deps/librange_ext-61443be7530137aa.rlib --extern ranges=/opt/rustwide/target/debug/deps/libranges-af15e897438b2010.rlib --extern rstest=/opt/rustwide/target/debug/deps/librstest-78f55656db5af90d.rlib --extern valence_math=/opt/rustwide/target/debug/deps/libvalence_math-a67b1c4145e561ec.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/sys-info-f913a93d75df8683/out` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "3826b23653e0635f6a97623fd38dbb70629f826d2b06b69b855ea7ae54ff315f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3826b23653e0635f6a97623fd38dbb70629f826d2b06b69b855ea7ae54ff315f", kill_on_drop: false }` [INFO] [stdout] 3826b23653e0635f6a97623fd38dbb70629f826d2b06b69b855ea7ae54ff315f