[INFO] cloning repository https://github.com/vincevannoort/advent-of-code-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vincevannoort/advent-of-code-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvincevannoort%2Fadvent-of-code-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvincevannoort%2Fadvent-of-code-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ba8b4cc7741ae914d23fcd347f0097880c26ee9b
[INFO] testing vincevannoort/advent-of-code-2024 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvincevannoort%2Fadvent-of-code-2024" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/vincevannoort/advent-of-code-2024
[INFO] finished tweaking git repo https://github.com/vincevannoort/advent-of-code-2024
[INFO] tweaked toml for git repo https://github.com/vincevannoort/advent-of-code-2024 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vincevannoort/advent-of-code-2024 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vincevannoort/advent-of-code-2024 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror v2.0.7
[INFO] [stderr]   Downloaded cached_proc_macro v0.23.0
[INFO] [stderr]   Downloaded ux v0.1.6
[INFO] [stderr]   Downloaded deprecate-until v0.1.1
[INFO] [stderr]   Downloaded rustc-hash v2.1.0
[INFO] [stderr]   Downloaded thiserror-impl v2.0.7
[INFO] [stderr]   Downloaded cached v0.54.0
[INFO] [stderr]   Downloaded pathfinding v4.12.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d99f2e42c897ad053432487ba827b169cba03f0f46682cef777e349617f29525
[INFO] running `Command { std: "docker" "start" "-a" "d99f2e42c897ad053432487ba827b169cba03f0f46682cef777e349617f29525", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d99f2e42c897ad053432487ba827b169cba03f0f46682cef777e349617f29525", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d99f2e42c897ad053432487ba827b169cba03f0f46682cef777e349617f29525", kill_on_drop: false }`
[INFO] [stdout] d99f2e42c897ad053432487ba827b169cba03f0f46682cef777e349617f29525
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1394e4d7585dda48b636348050e0ee85ee16cb48d14d93adbab065febc6f317a
[INFO] running `Command { std: "docker" "start" "-a" "1394e4d7585dda48b636348050e0ee85ee16cb48d14d93adbab065febc6f317a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling thiserror v2.0.7
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling rustc-hash v2.1.0
[INFO] [stderr]    Compiling cached_proc_macro_types v0.1.1
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling integer-sqrt v0.1.5
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling ux v0.1.6
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tinyjson v2.5.1
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.7
[INFO] [stderr]    Compiling deprecate-until v0.1.1
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling cached_proc_macro v0.23.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling pathfinding v4.12.0
[INFO] [stderr]    Compiling cached v0.54.0
[INFO] [stderr]    Compiling advent_of_code v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `core::panic`
[INFO] [stdout]  --> src/bin/12.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::panic;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec`
[INFO] [stdout]  --> src/bin/12.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     vec,
[INFO] [stdout]   |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Direction`
[INFO] [stdout]  --> src/bin/12.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 | use advent_of_code::{Direction, Grid, Location};
[INFO] [stdout]   |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `min`
[INFO] [stdout]  --> src/bin/12.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 | use itertools::{min, Itertools};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/bin/22.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     for i in 0..nth {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/bin/22.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     for i in 0..(consecutive - 1) {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]    --> src/bin/16.rs:135:10
[INFO] [stdout]     |
[INFO] [stdout] 135 |         |p| 0,
[INFO] [stdout]     |          ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `indoc::indoc`
[INFO] [stdout]  --> src/bin/04.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use indoc::indoc;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `any`
[INFO] [stdout]  --> src/bin/04.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | use itertools::{any, Itertools};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/bin/13.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `grid`
[INFO] [stdout]    --> src/bin/14.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     let grid = step(grid);
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_grid`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/bin/14.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let mut grid: Grid<Robots> = parse(input);
[INFO] [stdout]     |         ----^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/bin/14.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_groups`
[INFO] [stdout]   --> src/bin/09.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let (mut values, file_groups) = construct_disk(input);
[INFO] [stdout]    |                      ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_groups`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `group_value`
[INFO] [stdout]   --> src/bin/09.rs:93:10
[INFO] [stdout]    |
[INFO] [stdout] 93 |     for (group_value, group_start, group_end, group_size) in groups.iter().rev() {
[INFO] [stdout]    |          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_group_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/bin/09.rs:99:23
[INFO] [stdout]    |
[INFO] [stdout] 99 |             .filter(|(i, (a, b))| *a != "." && *b == ".")
[INFO] [stdout]    |                       ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/bin/09.rs:131:19
[INFO] [stdout]     |
[INFO] [stdout] 131 |         .filter(|(i, c)| c != ".")
[INFO] [stdout]     |                   ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `display_disk` is never used
[INFO] [stdout]   --> src/bin/09.rs:83:4
[INFO] [stdout]    |
[INFO] [stdout] 83 | fn display_disk(values: &[String]) {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/bin/08.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |         if let Some(c) = grid.get_by_location(&placement) {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/bin/08.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 |         if let Some(c) = grid.get_by_location(&placement) {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/bin/08.rs:89:34
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 .map(|(location, c)| location)
[INFO] [stdout]    |                                  ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]    --> src/bin/08.rs:127:34
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 .map(|(location, c)| location)
[INFO] [stdout]     |                                  ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> src/bin/17.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |                   ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/bin/19.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/bin/15.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 |     for (i, direction) in moves.iter().enumerate() {
[INFO] [stdout]     |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/bin/15.rs:124:17
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> src/bin/20.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::collections::{HashMap, HashSet};
[INFO] [stdout]   |                                 ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `astar_bag_collect`, `astar_bag`, and `astar`
[INFO] [stdout]  --> src/bin/20.rs:7:28
[INFO] [stdout]   |
[INFO] [stdout] 7 | use pathfinding::prelude::{astar, astar_bag, astar_bag_collect, dijkstra_all};
[INFO] [stdout]   |                            ^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/bin/20.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(let_chains)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/bin/20.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cheated` is never constructed
[INFO] [stdout]    --> src/bin/20.rs:133:8
[INFO] [stdout]     |
[INFO] [stdout] 133 | struct Cheated(bool);
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 49s
[INFO] running `Command { std: "docker" "inspect" "1394e4d7585dda48b636348050e0ee85ee16cb48d14d93adbab065febc6f317a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1394e4d7585dda48b636348050e0ee85ee16cb48d14d93adbab065febc6f317a", kill_on_drop: false }`
[INFO] [stdout] 1394e4d7585dda48b636348050e0ee85ee16cb48d14d93adbab065febc6f317a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a54521b93fc933c0745654f9c2c02958fd3e3c36e350622a3bb17cca5726182
[INFO] running `Command { std: "docker" "start" "-a" "0a54521b93fc933c0745654f9c2c02958fd3e3c36e350622a3bb17cca5726182", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent_of_code v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `indoc::indoc`
[INFO] [stdout]  --> src/bin/04.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use indoc::indoc;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `any`
[INFO] [stdout]  --> src/bin/04.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | use itertools::{any, Itertools};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/bin/19.rs:61:17
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]   --> src/bin/17.rs:20:19
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |                   ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/bin/22.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |     for i in 0..nth {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/bin/22.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     for i in 0..(consecutive - 1) {
[INFO] [stdout]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/bin/13.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `grid`
[INFO] [stdout]    --> src/bin/14.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     let grid = step(grid);
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_grid`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/bin/14.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let mut grid: Grid<Robots> = parse(input);
[INFO] [stdout]     |         ----^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/bin/14.rs:115:17
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/bin/15.rs:101:10
[INFO] [stdout]     |
[INFO] [stdout] 101 |     for (i, direction) in moves.iter().enumerate() {
[INFO] [stdout]     |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/bin/15.rs:124:17
[INFO] [stdout]     |
[INFO] [stdout] 124 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> src/bin/20.rs:3:33
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::collections::{HashMap, HashSet};
[INFO] [stdout]   |                                 ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `astar_bag_collect`, `astar_bag`, and `astar`
[INFO] [stdout]  --> src/bin/20.rs:7:28
[INFO] [stdout]   |
[INFO] [stdout] 7 | use pathfinding::prelude::{astar, astar_bag, astar_bag_collect, dijkstra_all};
[INFO] [stdout]   |                            ^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/bin/20.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(let_chains)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/bin/20.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cheated` is never constructed
[INFO] [stdout]    --> src/bin/20.rs:133:8
[INFO] [stdout]     |
[INFO] [stdout] 133 | struct Cheated(bool);
[INFO] [stdout]     |        ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::panic`
[INFO] [stdout]  --> src/bin/12.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::panic;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `vec`
[INFO] [stdout]  --> src/bin/12.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     vec,
[INFO] [stdout]   |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Direction`
[INFO] [stdout]  --> src/bin/12.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 | use advent_of_code::{Direction, Grid, Location};
[INFO] [stdout]   |                      ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `min`
[INFO] [stdout]  --> src/bin/12.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 | use itertools::{min, Itertools};
[INFO] [stdout]   |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `file_groups`
[INFO] [stdout]   --> src/bin/09.rs:31:22
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let (mut values, file_groups) = construct_disk(input);
[INFO] [stdout]    |                      ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_groups`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `group_value`
[INFO] [stdout]   --> src/bin/09.rs:93:10
[INFO] [stdout]    |
[INFO] [stdout] 93 |     for (group_value, group_start, group_end, group_size) in groups.iter().rev() {
[INFO] [stdout]    |          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_group_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]   --> src/bin/09.rs:99:23
[INFO] [stdout]    |
[INFO] [stdout] 99 |             .filter(|(i, (a, b))| *a != "." && *b == ".")
[INFO] [stdout]    |                       ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/bin/09.rs:131:19
[INFO] [stdout]     |
[INFO] [stdout] 131 |         .filter(|(i, c)| c != ".")
[INFO] [stdout]     |                   ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `display_disk` is never used
[INFO] [stdout]   --> src/bin/09.rs:83:4
[INFO] [stdout]    |
[INFO] [stdout] 83 | fn display_disk(values: &[String]) {
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]    --> src/bin/16.rs:135:10
[INFO] [stdout]     |
[INFO] [stdout] 135 |         |p| 0,
[INFO] [stdout]     |          ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/bin/08.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |         if let Some(c) = grid.get_by_location(&placement) {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/bin/08.rs:64:21
[INFO] [stdout]    |
[INFO] [stdout] 64 |         if let Some(c) = grid.get_by_location(&placement) {
[INFO] [stdout]    |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/bin/08.rs:89:34
[INFO] [stdout]    |
[INFO] [stdout] 89 |                 .map(|(location, c)| location)
[INFO] [stdout]    |                                  ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]    --> src/bin/08.rs:127:34
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 .map(|(location, c)| location)
[INFO] [stdout]     |                                  ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 36.55s
[INFO] running `Command { std: "docker" "inspect" "0a54521b93fc933c0745654f9c2c02958fd3e3c36e350622a3bb17cca5726182", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a54521b93fc933c0745654f9c2c02958fd3e3c36e350622a3bb17cca5726182", kill_on_drop: false }`
[INFO] [stdout] 0a54521b93fc933c0745654f9c2c02958fd3e3c36e350622a3bb17cca5726182
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0aa09e24e6b1a82687cd1cc3ff1ce7009d21beb9d08de59ec4ce8262aeb54d4c
[INFO] running `Command { std: "docker" "start" "-a" "0aa09e24e6b1a82687cd1cc3ff1ce7009d21beb9d08de59ec4ce8262aeb54d4c", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `f`
[INFO] [stderr]   --> src/bin/17.rs:20:19
[INFO] [stderr]    |
[INFO] [stderr] 20 |     fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stderr]    |                   ^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `advent_of_code` (bin "17" test) generated 1 warning
[INFO] [stderr] warning: unused variable: `p`
[INFO] [stderr]    --> src/bin/16.rs:135:10
[INFO] [stderr]     |
[INFO] [stderr] 135 |         |p| 0,
[INFO] [stderr]     |          ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `HashSet`
[INFO] [stderr]  --> src/bin/20.rs:3:33
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::collections::{HashMap, HashSet};
[INFO] [stderr]   |                                 ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `astar_bag_collect`, `astar_bag`, and `astar`
[INFO] [stderr]  --> src/bin/20.rs:7:28
[INFO] [stderr]   |
[INFO] [stderr] 7 | use pathfinding::prelude::{astar, astar_bag, astar_bag_collect, dijkstra_all};
[INFO] [stderr]   |                            ^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/bin/20.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![feature(let_chains)]
[INFO] [stderr]   |            ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `input`
[INFO] [stderr]    --> src/bin/20.rs:180:17
[INFO] [stderr]     |
[INFO] [stderr] 180 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stderr]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Cheated` is never constructed
[INFO] [stderr]    --> src/bin/20.rs:133:8
[INFO] [stderr]     |
[INFO] [stderr] 133 | struct Cheated(bool);
[INFO] [stderr]     |        ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]    --> src/bin/15.rs:101:10
[INFO] [stderr]     |
[INFO] [stderr] 101 |     for (i, direction) in moves.iter().enumerate() {
[INFO] [stderr]     |          ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `input`
[INFO] [stderr]    --> src/bin/15.rs:124:17
[INFO] [stderr]     |
[INFO] [stderr] 124 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stderr]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stderr] 
[INFO] [stderr] warning: `advent_of_code` (bin "16" test) generated 1 warning
[INFO] [stderr] warning: `advent_of_code` (bin "20" test) generated 5 warnings (run `cargo fix --bin "20" --tests` to apply 2 suggestions)
[INFO] [stderr] warning: `advent_of_code` (bin "15" test) generated 2 warnings
[INFO] [stderr] warning: unused import: `indoc::indoc`
[INFO] [stderr]  --> src/bin/04.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use indoc::indoc;
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `any`
[INFO] [stderr]  --> src/bin/04.rs:3:17
[INFO] [stderr]   |
[INFO] [stderr] 3 | use itertools::{any, Itertools};
[INFO] [stderr]   |                 ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `c`
[INFO] [stderr]   --> src/bin/08.rs:39:21
[INFO] [stderr]    |
[INFO] [stderr] 39 |         if let Some(c) = grid.get_by_location(&placement) {
[INFO] [stderr]    |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `c`
[INFO] [stderr]   --> src/bin/08.rs:64:21
[INFO] [stderr]    |
[INFO] [stderr] 64 |         if let Some(c) = grid.get_by_location(&placement) {
[INFO] [stderr]    |                     ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `c`
[INFO] [stderr]   --> src/bin/08.rs:89:34
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 .map(|(location, c)| location)
[INFO] [stderr]    |                                  ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `c`
[INFO] [stderr]    --> src/bin/08.rs:127:34
[INFO] [stderr]     |
[INFO] [stderr] 127 |                 .map(|(location, c)| location)
[INFO] [stderr]     |                                  ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `file_groups`
[INFO] [stderr]   --> src/bin/09.rs:31:22
[INFO] [stderr]    |
[INFO] [stderr] 31 |     let (mut values, file_groups) = construct_disk(input);
[INFO] [stderr]    |                      ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_file_groups`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `group_value`
[INFO] [stderr]   --> src/bin/09.rs:93:10
[INFO] [stderr]    |
[INFO] [stderr] 93 |     for (group_value, group_start, group_end, group_size) in groups.iter().rev() {
[INFO] [stderr]    |          ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_group_value`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]   --> src/bin/09.rs:99:23
[INFO] [stderr]    |
[INFO] [stderr] 99 |             .filter(|(i, (a, b))| *a != "." && *b == ".")
[INFO] [stderr]    |                       ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]    --> src/bin/09.rs:131:19
[INFO] [stderr]     |
[INFO] [stderr] 131 |         .filter(|(i, c)| c != ".")
[INFO] [stderr]     |                   ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr] 
[INFO] [stderr] warning: function `display_disk` is never used
[INFO] [stderr]   --> src/bin/09.rs:83:4
[INFO] [stderr]    |
[INFO] [stderr] 83 | fn display_disk(values: &[String]) {
[INFO] [stderr]    |    ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `grid`
[INFO] [stderr]    --> src/bin/14.rs:110:9
[INFO] [stderr]     |
[INFO] [stderr] 110 |     let grid = step(grid);
[INFO] [stderr]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_grid`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/bin/14.rs:108:9
[INFO] [stderr]     |
[INFO] [stderr] 108 |     let mut grid: Grid<Robots> = parse(input);
[INFO] [stderr]     |         ----^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `input`
[INFO] [stderr]    --> src/bin/14.rs:115:17
[INFO] [stderr]     |
[INFO] [stderr] 115 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stderr]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stderr] 
[INFO] [stderr] warning: `advent_of_code` (bin "04" test) generated 2 warnings (run `cargo fix --bin "04" --tests` to apply 2 suggestions)
[INFO] [stderr] warning: `advent_of_code` (bin "08" test) generated 4 warnings
[INFO] [stderr] warning: `advent_of_code` (bin "09" test) generated 5 warnings
[INFO] [stderr] warning: `advent_of_code` (bin "14" test) generated 3 warnings (run `cargo fix --bin "14" --tests` to apply 1 suggestion)
[INFO] [stderr] warning: unused variable: `input`
[INFO] [stderr]   --> src/bin/19.rs:61:17
[INFO] [stderr]    |
[INFO] [stderr] 61 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stderr]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `input`
[INFO] [stderr]   --> src/bin/13.rs:86:17
[INFO] [stderr]    |
[INFO] [stderr] 86 | pub fn part_two(input: &str) -> Option<u32> {
[INFO] [stderr]    |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `core::panic`
[INFO] [stderr]  --> src/bin/12.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use core::panic;
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `vec`
[INFO] [stderr]  --> src/bin/12.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     vec,
[INFO] [stderr]   |     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Direction`
[INFO] [stderr]  --> src/bin/12.rs:7:22
[INFO] [stderr]   |
[INFO] [stderr] 7 | use advent_of_code::{Direction, Grid, Location};
[INFO] [stderr]   |                      ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `min`
[INFO] [stderr]  --> src/bin/12.rs:8:17
[INFO] [stderr]   |
[INFO] [stderr] 8 | use itertools::{min, Itertools};
[INFO] [stderr]   |                 ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]   --> src/bin/22.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr] 23 |     for i in 0..nth {
[INFO] [stderr]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]   --> src/bin/22.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |     for i in 0..(consecutive - 1) {
[INFO] [stderr]    |         ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr] 
[INFO] [stderr] warning: `advent_of_code` (bin "19" test) generated 1 warning
[INFO] [stderr] warning: `advent_of_code` (bin "13" test) generated 1 warning
[INFO] [stderr] warning: `advent_of_code` (bin "12" test) generated 4 warnings (run `cargo fix --bin "12" --tests` to apply 4 suggestions)
[INFO] [stderr] warning: `advent_of_code` (bin "22" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code-b0c5227c16f10cfe)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/01.rs (/opt/rustwide/target/debug/deps/01-e5fa8470c10ea752)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr]      Running unittests src/bin/02.rs (/opt/rustwide/target/debug/deps/02-3de45076ef951785)
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/03.rs (/opt/rustwide/target/debug/deps/03-0272b5ab74cfa419)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/04.rs (/opt/rustwide/target/debug/deps/04-9bb471a50bb5f3be)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/05.rs (/opt/rustwide/target/debug/deps/05-5190c0e59ab8d0c6)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/06.rs (/opt/rustwide/target/debug/deps/06-19c9578ada1e6b42)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/07.rs (/opt/rustwide/target/debug/deps/07-519d03583192e9f3)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/08.rs (/opt/rustwide/target/debug/deps/08-66324724a91f53a9)
[INFO] [stderr]      Running unittests src/bin/09.rs (/opt/rustwide/target/debug/deps/09-7277b299f5d42e51)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] test tests::test_part_two_test1 ... ok
[INFO] [stdout] test tests::test_part_two_test3 ... ok
[INFO] [stdout] test tests::test_part_two_test5 ... ok
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] test tests::test_part_two_test2 ... ok
[INFO] [stdout] test tests::test_part_two_test4 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/10.rs (/opt/rustwide/target/debug/deps/10-3118a4d8a628d144)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::test_part_one_dots ... ok
[INFO] [stdout] test tests::test_part_one_medium ... ok
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] test tests::test_part_one_simple ... ok
[INFO] [stdout] test tests::test_part_two_dots ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/11.rs (/opt/rustwide/target/debug/deps/11-aa82400f30adcbde)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::test_part_two_simple ... ok
[INFO] [stdout] test tests::test_part_one_simple ... ok
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/12.rs (/opt/rustwide/target/debug/deps/12-58132bcf1461bd72)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] test tests::test_part_two_simple ... ok
[INFO] [stdout] test tests::test_part_two_hard ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/13.rs (/opt/rustwide/target/debug/deps/13-b188efcc479d004c)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] test tests::test_part_one ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/14.rs (/opt/rustwide/target/debug/deps/14-14f157ff89412a09)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::test_part_two ... ok
[INFO] [stdout] test tests::test_part_one_single ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--bin 14`
[INFO] [stdout] test tests::test_part_one ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_part_one_single stdout ----
[INFO] [stdout] 
[INFO] [stdout]    
[INFO] [stdout]    
[INFO] [stdout]    
[INFO] [stdout]    
[INFO] [stdout]   1
[INFO] [stdout] [src/bin/14.rs:87:5] &robots = [
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 2,
[INFO] [stdout]             y: 4,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: 4,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout] ]
[INFO] [stdout] [src/bin/14.rs:102:5] moved_robots = [
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 4,
[INFO] [stdout]             y: 1,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: 4,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_part_one_single' panicked at src/bin/14.rs:104:5:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bcfcedb0642 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bcfcedb0642 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bcfcedb0642 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5bcfcedb0642 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5bcfcedd5783 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5bcfcedd5783 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5bcfcedad693 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5bcfcedad693 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5bcfcedb0492 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5bcfcedb1bac - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5bcfcedb1a02 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5bcfced78a84 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5bcfced78a84 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5bcfcedb258b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5bcfcedb258b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5bcfcedb2326 - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x5bcfcedb0b39 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5bcfcedb1fed - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5bcfcedd4300 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5bcfcedd436c - core::panicking::panic::h318cb8731d7e290d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5bcfced3e2e7 - _14::step::h116cfa18c603d985
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/14.rs:104:5
[INFO] [stdout]   21:     0x5bcfced3e2e7 - _14::part_one::h7f368b1d72d5657d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/14.rs:110:16
[INFO] [stdout]   22:     0x5bcfced3d579 - _14::tests::test_part_one_single::hee4bb59e50201b97
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/14.rs:131:22
[INFO] [stdout]   23:     0x5bcfced3d579 - _14::tests::test_part_one_single::{{closure}}::h8361cfd07974d891
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/14.rs:130:30
[INFO] [stdout]   24:     0x5bcfced3d579 - core::ops::function::FnOnce::call_once::h1b86ea21a0c5e15c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5bcfced7e20b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5bcfced7e20b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5bcfced7d3fe - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5bcfced7d3fe - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5bcfced7d3fe - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5bcfced7d3fe - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5bcfced7d3fe - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5bcfced7d3fe - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5bcfced7d3fe - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5bcfced40f74 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5bcfced40f74 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x5bcfced4494a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5bcfced4494a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5bcfced4494a - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5bcfced4494a - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5bcfced4494a - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5bcfced4494a - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5bcfced4494a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5bcfcedb54e7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5bcfcedb54e7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x5bcfcedb54e7 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x7a96eddbaaa4 - <unknown>
[INFO] [stdout]   47:     0x7a96ede47a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_part_one stdout ----
[INFO] [stdout] 
[INFO] [stdout] 1 12       
[INFO] [stdout]            
[INFO] [stdout]            
[INFO] [stdout]       11 11
[INFO] [stdout] 1 1        
[INFO] [stdout]          1 
[INFO] [stdout]        1   
[INFO] [stdout] [src/bin/14.rs:87:5] &robots = [
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 10,
[INFO] [stdout]             y: 3,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 10,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -1,
[INFO] [stdout]                 y: 2,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 3,
[INFO] [stdout]             y: 0,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 3,
[INFO] [stdout]                 y: 0,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -2,
[INFO] [stdout]                 y: -2,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 3,
[INFO] [stdout]             y: 0,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 3,
[INFO] [stdout]                 y: 0,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -1,
[INFO] [stdout]                 y: -2,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 6,
[INFO] [stdout]             y: 3,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 6,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -1,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 2,
[INFO] [stdout]             y: 4,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: 4,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 0,
[INFO] [stdout]             y: 4,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 0,
[INFO] [stdout]                 y: 4,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 3,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 0,
[INFO] [stdout]             y: 0,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 0,
[INFO] [stdout]                 y: 0,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 1,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 7,
[INFO] [stdout]             y: 3,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 7,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -1,
[INFO] [stdout]                 y: 2,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 2,
[INFO] [stdout]             y: 0,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: 0,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: -1,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 7,
[INFO] [stdout]             y: 6,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 7,
[INFO] [stdout]                 y: 6,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -1,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 9,
[INFO] [stdout]             y: 3,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 9,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 9,
[INFO] [stdout]             y: 5,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 9,
[INFO] [stdout]                 y: 5,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -3,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout] ]
[INFO] [stdout] [src/bin/14.rs:102:5] moved_robots = [
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 9,
[INFO] [stdout]             y: 5,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 10,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -1,
[INFO] [stdout]                 y: 2,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 1,
[INFO] [stdout]             y: 4294967294,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 3,
[INFO] [stdout]                 y: 0,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -2,
[INFO] [stdout]                 y: -2,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 2,
[INFO] [stdout]             y: 4294967294,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 3,
[INFO] [stdout]                 y: 0,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -1,
[INFO] [stdout]                 y: -2,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 5,
[INFO] [stdout]             y: 0,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 6,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -1,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 4,
[INFO] [stdout]             y: 1,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: 4,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 3,
[INFO] [stdout]             y: 1,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 0,
[INFO] [stdout]                 y: 4,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 3,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 1,
[INFO] [stdout]             y: 3,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 0,
[INFO] [stdout]                 y: 0,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 1,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 6,
[INFO] [stdout]             y: 5,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 7,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -1,
[INFO] [stdout]                 y: 2,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 4,
[INFO] [stdout]             y: 4294967295,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: 0,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: -1,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 6,
[INFO] [stdout]             y: 3,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 7,
[INFO] [stdout]                 y: 6,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -1,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 11,
[INFO] [stdout]             y: 6,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 9,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: 2,
[INFO] [stdout]                 y: 3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout]     (
[INFO] [stdout]         Location {
[INFO] [stdout]             x: 6,
[INFO] [stdout]             y: 2,
[INFO] [stdout]         },
[INFO] [stdout]         Robot {
[INFO] [stdout]             start: Location {
[INFO] [stdout]                 x: 9,
[INFO] [stdout]                 y: 5,
[INFO] [stdout]             },
[INFO] [stdout]             velocity: Velocity {
[INFO] [stdout]                 x: -3,
[INFO] [stdout]                 y: -3,
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout] ]
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_part_one' panicked at src/bin/14.rs:104:5:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5bcfcedb0642 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5bcfcedb0642 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5bcfcedb0642 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5bcfcedb0642 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5bcfcedd5783 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5bcfcedd5783 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5bcfcedad693 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5bcfcedad693 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5bcfcedb0492 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5bcfcedb1bac - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5bcfcedb1a02 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5bcfced78a84 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5bcfced78a84 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5bcfcedb258b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5bcfcedb258b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5bcfcedb2326 - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x5bcfcedb0b39 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5bcfcedb1fed - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5bcfcedd4300 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5bcfcedd436c - core::panicking::panic::h318cb8731d7e290d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5bcfced3e2e7 - _14::step::h116cfa18c603d985
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/14.rs:104:5
[INFO] [stdout]   21:     0x5bcfced3e2e7 - _14::part_one::h7f368b1d72d5657d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/14.rs:110:16
[INFO] [stdout]   22:     0x5bcfced3d5d3 - _14::tests::test_part_one::h5e1ea3a23ef4e89f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/14.rs:125:22
[INFO] [stdout]   23:     0x5bcfced3d5d3 - _14::tests::test_part_one::{{closure}}::h62fa30b09e9a8905
[INFO] [stdout]                                at /opt/rustwide/workdir/src/bin/14.rs:124:23
[INFO] [stdout]   24:     0x5bcfced3d5d3 - core::ops::function::FnOnce::call_once::h6c2557fcc6f646f9
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5bcfced7e20b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5bcfced7e20b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x5bcfced7d3fe - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x5bcfced7d3fe - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x5bcfced7d3fe - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x5bcfced7d3fe - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x5bcfced7d3fe - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5bcfced7d3fe - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x5bcfced7d3fe - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x5bcfced40f74 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x5bcfced40f74 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   36:     0x5bcfced4494a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x5bcfced4494a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x5bcfced4494a - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5bcfced4494a - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5bcfced4494a - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5bcfced4494a - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x5bcfced4494a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5bcfcedb54e7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5bcfcedb54e7 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x5bcfcedb54e7 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   46:     0x7a96eddbaaa4 - <unknown>
[INFO] [stdout]   47:     0x7a96ede47a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_part_one
[INFO] [stdout]     tests::test_part_one_single
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0aa09e24e6b1a82687cd1cc3ff1ce7009d21beb9d08de59ec4ce8262aeb54d4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0aa09e24e6b1a82687cd1cc3ff1ce7009d21beb9d08de59ec4ce8262aeb54d4c", kill_on_drop: false }`
[INFO] [stdout] 0aa09e24e6b1a82687cd1cc3ff1ce7009d21beb9d08de59ec4ce8262aeb54d4c
