[INFO] cloning repository https://github.com/dhconnelly/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/dhconnelly/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhconnelly%2Fadvent-of-code-2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhconnelly%2Fadvent-of-code-2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 69974a02f35d0636769af709af2f8b093a52e54b [INFO] testing dhconnelly/advent-of-code-2023 against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdhconnelly%2Fadvent-of-code-2023" "/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/dhconnelly/advent-of-code-2023 on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dhconnelly/advent-of-code-2023 [INFO] finished tweaking git repo https://github.com/dhconnelly/advent-of-code-2023 [INFO] tweaked toml for git repo https://github.com/dhconnelly/advent-of-code-2023 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/dhconnelly/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-2024-12-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 122edf45ef3ba085de0912894454d57b8e189f06bbb39c5afae595111e6f2702 [INFO] running `Command { std: "docker" "start" "-a" "122edf45ef3ba085de0912894454d57b8e189f06bbb39c5afae595111e6f2702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "122edf45ef3ba085de0912894454d57b8e189f06bbb39c5afae595111e6f2702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "122edf45ef3ba085de0912894454d57b8e189f06bbb39c5afae595111e6f2702", kill_on_drop: false }` [INFO] [stdout] 122edf45ef3ba085de0912894454d57b8e189f06bbb39c5afae595111e6f2702 [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=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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd4c8bb8bce3a59ed42347afb14d01a38dbfdaf3f28c169a4196781684d55f29 [INFO] running `Command { std: "docker" "start" "-a" "cd4c8bb8bce3a59ed42347afb14d01a38dbfdaf3f28c169a4196781684d55f29", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling semver v1.0.20 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling cpal v0.15.2 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling fdeflate v0.3.1 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Compiling vek v0.15.10 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling ttf-parser v0.20.0 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling zerocopy v0.7.30 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling dasp_sample v0.11.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling png v0.17.10 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling float_next_after v1.0.0 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling hound v3.5.1 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling euclid v0.22.9 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling alsa v0.7.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling xi-unicode v0.3.0 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling glow v0.12.3 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling libc-print v0.1.22 [INFO] [stderr] Compiling lyon_geom v1.0.4 [INFO] [stderr] Compiling owned_ttf_parser v0.20.0 [INFO] [stderr] Compiling ab_glyph v0.2.23 [INFO] [stderr] Compiling lyon_path v1.0.4 [INFO] [stderr] Compiling bytemuck_derive v1.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling lyon_tessellation v1.0.12 [INFO] [stderr] Compiling symphonia-core v0.5.3 [INFO] [stderr] Compiling half v2.3.1 [INFO] [stderr] Compiling image v0.24.7 [INFO] [stderr] Compiling symphonia-metadata v0.5.3 [INFO] [stderr] Compiling symphonia-bundle-mp3 v0.5.3 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling symphonia v0.5.3 [INFO] [stderr] Compiling rodio v0.17.3 [INFO] [stderr] Compiling tetra v0.8.0 [INFO] [stderr] Compiling advent-of-code-2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `core::hash::SipHasher`: use `std::hash::DefaultHasher` instead [INFO] [stdout] --> src/static_map.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | use core::hash::{Hash, Hasher, SipHasher}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `core::hash::SipHasher`: use `std::hash::DefaultHasher` instead [INFO] [stdout] --> src/static_map.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | let mut hasher = SipHasher::new(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::hash::SipHasher::new`: use `std::hash::DefaultHasher` instead [INFO] [stdout] --> src/static_map.rs:55:37 [INFO] [stdout] | [INFO] [stdout] 55 | let mut hasher = SipHasher::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Outcomes` is never constructed [INFO] [stdout] --> src/day2.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | struct Outcomes<'a, 'b> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged [INFO] [stdout] --> src/day14.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | CACHE.clear(); [INFO] [stdout] | ^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> src/day14.rs:121:14 [INFO] [stdout] | [INFO] [stdout] 121 | unsafe { CACHE.get(grid).copied() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged [INFO] [stdout] --> src/day14.rs:125:9 [INFO] [stdout] | [INFO] [stdout] 125 | CACHE.insert(*grid, i); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged [INFO] [stdout] --> src/day17.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | COSTS.clear(); [INFO] [stdout] | ^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static is discouraged [INFO] [stdout] --> src/day17.rs:84:21 [INFO] [stdout] | [INFO] [stdout] 84 | for i in 0..COSTS.capacity() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a mutable reference to mutable static is discouraged [INFO] [stdout] --> src/day17.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | COSTS.push(Vec::new()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/bin/day25.rs:7:29 [INFO] [stdout] | [INFO] [stdout] 6 | impl<'a> Node<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 7 | fn new(key: &'a str) -> Node { [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `Command { std: "docker" "inspect" "cd4c8bb8bce3a59ed42347afb14d01a38dbfdaf3f28c169a4196781684d55f29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd4c8bb8bce3a59ed42347afb14d01a38dbfdaf3f28c169a4196781684d55f29", kill_on_drop: false }` [INFO] [stdout] cd4c8bb8bce3a59ed42347afb14d01a38dbfdaf3f28c169a4196781684d55f29 [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=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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85497964bea09dbd036617c867a5b9202cfff078aafd36c5036ae5d4e8254028 [INFO] running `Command { std: "docker" "start" "-a" "85497964bea09dbd036617c867a5b9202cfff078aafd36c5036ae5d4e8254028", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling rustix v0.38.26 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling ciborium-io v0.2.1 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling ahash v0.8.6 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling walkdir v2.4.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling rayon v1.8.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling clap_builder v4.4.9 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling ciborium-ll v0.2.1 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v4.4.10 [INFO] [stderr] Compiling image v0.24.7 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta1rAGOW/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `image` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta1za1Ax" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "85497964bea09dbd036617c867a5b9202cfff078aafd36c5036ae5d4e8254028", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85497964bea09dbd036617c867a5b9202cfff078aafd36c5036ae5d4e8254028", kill_on_drop: false }` [INFO] [stdout] 85497964bea09dbd036617c867a5b9202cfff078aafd36c5036ae5d4e8254028