[INFO] cloning repository https://github.com/rifk/aoc_2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rifk/aoc_2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frifk%2Faoc_2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frifk%2Faoc_2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7eaa327cbffdc65c4b497b8ba76812c8313133db
[INFO] building rifk/aoc_2023 against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frifk%2Faoc_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/rifk/aoc_2023 on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/rifk/aoc_2023
[INFO] finished tweaking git repo https://github.com/rifk/aoc_2023
[INFO] tweaked toml for git repo https://github.com/rifk/aoc_2023 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/rifk/aoc_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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c48e7368193f5613882faf773e25721340ca4ae40a1b73bdb59086cb3c934ace
[INFO] running `Command { std: "docker" "start" "-a" "c48e7368193f5613882faf773e25721340ca4ae40a1b73bdb59086cb3c934ace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c48e7368193f5613882faf773e25721340ca4ae40a1b73bdb59086cb3c934ace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c48e7368193f5613882faf773e25721340ca4ae40a1b73bdb59086cb3c934ace", kill_on_drop: false }`
[INFO] [stdout] c48e7368193f5613882faf773e25721340ca4ae40a1b73bdb59086cb3c934ace
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0adf82530c5bd9dc5764cbf7e9f7b6fbd77216d2c644a7c03a28feb509884993
[INFO] running `Command { std: "docker" "start" "-a" "0adf82530c5bd9dc5764cbf7e9f7b6fbd77216d2c644a7c03a28feb509884993", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.68
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling cc v1.0.100
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling tinyvec v1.6.1
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling anstyle-query v1.1.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling anstyle v1.0.7
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling clap_lex v0.7.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling clap_builder v4.5.7
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.92
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.92
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling serde_json v1.0.118
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling boolinator v2.4.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling openssl-sys v0.9.102
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.92
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.5
[INFO] [stderr]    Compiling utils-derive v0.1.0 (/opt/rustwide/workdir/utils-derive)
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling implicit-clone-derive v0.1.1
[INFO] [stderr]    Compiling yew-macro v0.21.0
[INFO] [stderr]    Compiling yew-agent-macro v0.2.0
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.92
[INFO] [stderr]    Compiling gloo-worker-macros v0.1.0
[INFO] [stderr]    Compiling implicit-clone v0.4.9
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.92
[INFO] [stderr]    Compiling clap v4.5.7
[INFO] [stderr]    Compiling js-sys v0.3.69
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling pinned v0.1.0
[INFO] [stderr]    Compiling web-sys v0.3.69
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.42
[INFO] [stderr]    Compiling gloo-timers v0.3.0
[INFO] [stderr]    Compiling prokio v0.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.6.5
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling hyper v0.14.29
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling utils v0.1.0 (/opt/rustwide/workdir/utils)
[INFO] [stderr]    Compiling day21 v0.1.0 (/opt/rustwide/workdir/day21)
[INFO] [stderr]    Compiling day9 v0.1.0 (/opt/rustwide/workdir/day9)
[INFO] [stderr]    Compiling day4 v0.1.0 (/opt/rustwide/workdir/day4)
[INFO] [stderr]    Compiling day22 v0.1.0 (/opt/rustwide/workdir/day22)
[INFO] [stderr]    Compiling day23 v0.1.0 (/opt/rustwide/workdir/day23)
[INFO] [stderr]    Compiling day6 v0.1.0 (/opt/rustwide/workdir/day6)
[INFO] [stderr]    Compiling day19 v0.1.0 (/opt/rustwide/workdir/day19)
[INFO] [stderr]    Compiling day14 v0.1.0 (/opt/rustwide/workdir/day14)
[INFO] [stderr]    Compiling day7 v0.1.0 (/opt/rustwide/workdir/day7)
[INFO] [stderr]    Compiling day3 v0.1.0 (/opt/rustwide/workdir/day3)
[INFO] [stderr]    Compiling day8 v0.1.0 (/opt/rustwide/workdir/day8)
[INFO] [stderr]    Compiling day16 v0.1.0 (/opt/rustwide/workdir/day16)
[INFO] [stderr]    Compiling day11 v0.1.0 (/opt/rustwide/workdir/day11)
[INFO] [stderr]    Compiling day18 v0.1.0 (/opt/rustwide/workdir/day18)
[INFO] [stderr]    Compiling day12 v0.1.0 (/opt/rustwide/workdir/day12)
[INFO] [stderr]    Compiling day24 v0.1.0 (/opt/rustwide/workdir/day24)
[INFO] [stderr]    Compiling day5 v0.1.0 (/opt/rustwide/workdir/day5)
[INFO] [stderr]    Compiling day15 v0.1.0 (/opt/rustwide/workdir/day15)
[INFO] [stderr]    Compiling day20 v0.1.0 (/opt/rustwide/workdir/day20)
[INFO] [stderr]    Compiling day17 v0.1.0 (/opt/rustwide/workdir/day17)
[INFO] [stderr]    Compiling day10 v0.1.0 (/opt/rustwide/workdir/day10)
[INFO] [stderr]    Compiling day13 v0.1.0 (/opt/rustwide/workdir/day13)
[INFO] [stderr]    Compiling day1 v0.1.0 (/opt/rustwide/workdir/day1)
[INFO] [stderr]    Compiling day25 v0.1.0 (/opt/rustwide/workdir/day25)
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> day13/src/lib.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 |     Verticle(usize, usize),
[INFO] [stdout]    |     --------        ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Reflection` 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] 75 |     Verticle(usize, ()),
[INFO] [stdout]    |                     ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> day13/src/lib.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 |     Horizontal(usize, usize),
[INFO] [stdout]    |     ----------        ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Reflection` 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] 76 |     Horizontal(usize, ()),
[INFO] [stdout]    |                       ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling day2 v0.1.0 (/opt/rustwide/workdir/day2)
[INFO] [stderr]    Compiling gloo-utils v0.2.0
[INFO] [stderr]    Compiling gloo-events v0.2.0
[INFO] [stderr]    Compiling gloo-dialogs v0.2.0
[INFO] [stderr]    Compiling gloo-render v0.2.0
[INFO] [stderr]    Compiling gloo-storage v0.3.0
[INFO] [stderr]    Compiling gloo-net v0.4.0
[INFO] [stderr]    Compiling gloo-worker v0.4.0
[INFO] [stderr]    Compiling gloo-console v0.3.0
[INFO] [stderr]    Compiling gloo-file v0.3.0
[INFO] [stderr]    Compiling gloo-history v0.2.2
[INFO] [stderr]    Compiling gloo v0.10.0
[INFO] [stderr]    Compiling yew v0.21.0
[INFO] [stderr]    Compiling yew-agent v0.3.0
[INFO] [stderr]    Compiling wasm-runner v0.1.0 (/opt/rustwide/workdir/wasm-runner)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
[INFO] running `Command { std: "docker" "inspect" "0adf82530c5bd9dc5764cbf7e9f7b6fbd77216d2c644a7c03a28feb509884993", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0adf82530c5bd9dc5764cbf7e9f7b6fbd77216d2c644a7c03a28feb509884993", kill_on_drop: false }`
[INFO] [stdout] 0adf82530c5bd9dc5764cbf7e9f7b6fbd77216d2c644a7c03a28feb509884993
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8d6392b3005255e27230739c7c2d7c68c1eb4790a68a4104a37a3662a665eace
[INFO] running `Command { std: "docker" "start" "-a" "8d6392b3005255e27230739c7c2d7c68c1eb4790a68a4104a37a3662a665eace", kill_on_drop: false }`
[INFO] [stderr]    Compiling utils-derive v0.1.0 (/opt/rustwide/workdir/utils-derive)
[INFO] [stderr]    Compiling utils v0.1.0 (/opt/rustwide/workdir/utils)
[INFO] [stderr]    Compiling day4 v0.1.0 (/opt/rustwide/workdir/day4)
[INFO] [stderr]    Compiling day1 v0.1.0 (/opt/rustwide/workdir/day1)
[INFO] [stderr]    Compiling day13 v0.1.0 (/opt/rustwide/workdir/day13)
[INFO] [stderr]    Compiling day17 v0.1.0 (/opt/rustwide/workdir/day17)
[INFO] [stderr]    Compiling day11 v0.1.0 (/opt/rustwide/workdir/day11)
[INFO] [stderr]    Compiling day9 v0.1.0 (/opt/rustwide/workdir/day9)
[INFO] [stderr]    Compiling day19 v0.1.0 (/opt/rustwide/workdir/day19)
[INFO] [stderr]    Compiling day10 v0.1.0 (/opt/rustwide/workdir/day10)
[INFO] [stderr]    Compiling day16 v0.1.0 (/opt/rustwide/workdir/day16)
[INFO] [stderr]    Compiling day25 v0.1.0 (/opt/rustwide/workdir/day25)
[INFO] [stderr]    Compiling day2 v0.1.0 (/opt/rustwide/workdir/day2)
[INFO] [stderr]    Compiling day18 v0.1.0 (/opt/rustwide/workdir/day18)
[INFO] [stderr]    Compiling day24 v0.1.0 (/opt/rustwide/workdir/day24)
[INFO] [stderr]    Compiling day3 v0.1.0 (/opt/rustwide/workdir/day3)
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> day13/src/lib.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 |     Verticle(usize, usize),
[INFO] [stdout]    |     --------        ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Reflection` 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] 75 |     Verticle(usize, ()),
[INFO] [stdout]    |                     ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> day13/src/lib.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 |     Horizontal(usize, usize),
[INFO] [stdout]    |     ----------        ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Reflection` 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] 76 |     Horizontal(usize, ()),
[INFO] [stdout]    |                       ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling day21 v0.1.0 (/opt/rustwide/workdir/day21)
[INFO] [stderr]    Compiling day20 v0.1.0 (/opt/rustwide/workdir/day20)
[INFO] [stderr]    Compiling day7 v0.1.0 (/opt/rustwide/workdir/day7)
[INFO] [stderr]    Compiling day8 v0.1.0 (/opt/rustwide/workdir/day8)
[INFO] [stderr]    Compiling day14 v0.1.0 (/opt/rustwide/workdir/day14)
[INFO] [stderr]    Compiling day15 v0.1.0 (/opt/rustwide/workdir/day15)
[INFO] [stderr]    Compiling day22 v0.1.0 (/opt/rustwide/workdir/day22)
[INFO] [stderr]    Compiling day23 v0.1.0 (/opt/rustwide/workdir/day23)
[INFO] [stderr]    Compiling day6 v0.1.0 (/opt/rustwide/workdir/day6)
[INFO] [stderr]    Compiling day5 v0.1.0 (/opt/rustwide/workdir/day5)
[INFO] [stderr]    Compiling day12 v0.1.0 (/opt/rustwide/workdir/day12)
[INFO] [stderr]    Compiling wasm-runner v0.1.0 (/opt/rustwide/workdir/wasm-runner)
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> day13/src/lib.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 |     Verticle(usize, usize),
[INFO] [stdout]    |     --------        ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Reflection` 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] 75 |     Verticle(usize, ()),
[INFO] [stdout]    |                     ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]   --> day13/src/lib.rs:76:23
[INFO] [stdout]    |
[INFO] [stdout] 76 |     Horizontal(usize, usize),
[INFO] [stdout]    |     ----------        ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Reflection` 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] 76 |     Horizontal(usize, ()),
[INFO] [stdout]    |                       ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.12s
[INFO] running `Command { std: "docker" "inspect" "8d6392b3005255e27230739c7c2d7c68c1eb4790a68a4104a37a3662a665eace", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d6392b3005255e27230739c7c2d7c68c1eb4790a68a4104a37a3662a665eace", kill_on_drop: false }`
[INFO] [stdout] 8d6392b3005255e27230739c7c2d7c68c1eb4790a68a4104a37a3662a665eace
