[INFO] cloning repository https://github.com/nerdo/advent-of-code-2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nerdo/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnerdo%2Fadvent-of-code-2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnerdo%2Fadvent-of-code-2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c1ebff5529303dfcced50b61b33850d34ab1cdfc
[INFO] testing nerdo/advent-of-code-2023 against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnerdo%2Fadvent-of-code-2023" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nerdo/advent-of-code-2023
[INFO] finished tweaking git repo https://github.com/nerdo/advent-of-code-2023
[INFO] tweaked toml for git repo https://github.com/nerdo/advent-of-code-2023 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nerdo/advent-of-code-2023 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nerdo/advent-of-code-2023 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f9c358299af70b09deee7551b293e54ea1ed0718cffcc8355d35dd89f292f31f
[INFO] running `Command { std: "docker" "start" "-a" "f9c358299af70b09deee7551b293e54ea1ed0718cffcc8355d35dd89f292f31f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9c358299af70b09deee7551b293e54ea1ed0718cffcc8355d35dd89f292f31f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9c358299af70b09deee7551b293e54ea1ed0718cffcc8355d35dd89f292f31f", kill_on_drop: false }`
[INFO] [stdout] f9c358299af70b09deee7551b293e54ea1ed0718cffcc8355d35dd89f292f31f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ccebf985e0e6000659ece872fad029981f03e754c5b8d85e37aabaccb3276b5d
[INFO] running `Command { std: "docker" "start" "-a" "ccebf985e0e6000659ece872fad029981f03e754c5b8d85e37aabaccb3276b5d", kill_on_drop: false }`
[INFO] [stderr]    Compiling day3 v0.1.0 (/opt/rustwide/workdir/day3)
[INFO] [stderr]    Compiling day5 v0.1.0 (/opt/rustwide/workdir/day5)
[INFO] [stderr]    Compiling day4 v0.1.0 (/opt/rustwide/workdir/day4)
[INFO] [stderr]    Compiling day1 v0.1.0 (/opt/rustwide/workdir/day1)
[INFO] [stdout] warning: enum `Position` is never used
[INFO] [stdout]   --> day1/src/trebuchet_calibration.rs:37:6
[INFO] [stdout]    |
[INFO] [stdout] 37 | enum Position {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_digit` is never used
[INFO] [stdout]   --> day1/src/trebuchet_calibration.rs:42:4
[INFO] [stdout]    |
[INFO] [stdout] 42 | fn get_digit(line: &str, starting_from: Position) -> &str {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_calibration_sum_from_spelled_out_digits` is never used
[INFO] [stdout]    --> day1/src/trebuchet_calibration.rs:100:8
[INFO] [stdout]     |
[INFO] [stdout] 100 | pub fn get_calibration_sum_from_spelled_out_digits(calibration_document: &str) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day4/src/scratch_cards.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 128 |     Header(String),
[INFO] [stdout]     |     ------ ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseError` 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] 128 -     Header(String),
[INFO] [stdout] 128 +     Header(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day4/src/scratch_cards.rs:129:14
[INFO] [stdout]     |
[INFO] [stdout] 129 |     Contents(String),
[INFO] [stdout]     |     -------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseError` 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] 129 -     Contents(String),
[INFO] [stdout] 129 +     Contents(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_sum_of_all_engine_part_numbers` is never used
[INFO] [stdout]    --> day3/src/gondola_lift_engine.rs:237:8
[INFO] [stdout]     |
[INFO] [stdout] 237 | pub fn get_sum_of_all_engine_part_numbers(lift_engine_schematic: &str) -> u64 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GondolaLiftEngine` is never constructed
[INFO] [stdout]    --> day3/src/gondola_lift_engine.rs:265:8
[INFO] [stdout]     |
[INFO] [stdout] 265 | struct GondolaLiftEngine {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_possible_parts` is never used
[INFO] [stdout]    --> day3/src/gondola_lift_engine.rs:272:8
[INFO] [stdout]     |
[INFO] [stdout] 270 | impl GondolaLiftEngine {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] 271 |     /// Gets possible parts.
[INFO] [stdout] 272 |     fn get_possible_parts(&self) -> &Vec<Part> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_sign` is never used
[INFO] [stdout]    --> day3/src/gondola_lift_engine.rs:285:4
[INFO] [stdout]     |
[INFO] [stdout] 285 | fn is_sign(_v: Option<&str>) -> bool {
[INFO] [stdout]     |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Part` is never constructed
[INFO] [stdout]    --> day3/src/gondola_lift_engine.rs:415:8
[INFO] [stdout]     |
[INFO] [stdout] 415 | struct Part {
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_adjacent_symbols` is never used
[INFO] [stdout]    --> day3/src/gondola_lift_engine.rs:425:8
[INFO] [stdout]     |
[INFO] [stdout] 423 | impl Part {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] 424 |     /// Gets adjacent symbols for the possible part.
[INFO] [stdout] 425 |     fn get_adjacent_symbols(&self) -> Vec<&str> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_total_scratch_card_points` is never used
[INFO] [stdout]   --> day4/src/scratch_cards.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn get_total_scratch_card_points(scratch_card_table: &str) -> u64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_total_points` is never used
[INFO] [stdout]   --> day4/src/scratch_cards.rs:61:8
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl ScratchCardData {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] 61 |     fn get_total_points(&self) -> u64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_points` is never used
[INFO] [stdout]    --> day4/src/scratch_cards.rs:116:8
[INFO] [stdout]     |
[INFO] [stdout] 108 | impl CardData {
[INFO] [stdout]     | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 116 |     fn get_points(&self) -> u64 {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day4/src/scratch_cards.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 128 |     Header(String),
[INFO] [stdout]     |     ------ ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseError` 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] 128 -     Header(String),
[INFO] [stdout] 128 +     Header(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day4/src/scratch_cards.rs:129:14
[INFO] [stdout]     |
[INFO] [stdout] 129 |     Contents(String),
[INFO] [stdout]     |     -------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseError` 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] 129 -     Contents(String),
[INFO] [stdout] 129 +     Contents(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_sum_of_all_engine_gear_ratios` is never used
[INFO] [stdout]   --> day3/src/gondola_lift_engine.rs:51:8
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub fn get_sum_of_all_engine_gear_ratios(lift_engine_schematic: &str) -> u64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EngineSchematics` is never constructed
[INFO] [stdout]   --> day3/src/gondola_lift_engine.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | struct EngineSchematics {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_thing`, `get_start`, `get_numbers_adjacent_to`, and `get_number` are never used
[INFO] [stdout]    --> day3/src/gondola_lift_engine.rs:69:8
[INFO] [stdout]     |
[INFO] [stdout]  68 | impl EngineSchematics {
[INFO] [stdout]     | --------------------- methods in this implementation
[INFO] [stdout]  69 |     fn get_thing(&self, x: usize, y: usize) -> Option<&str> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  76 |     fn get_start(&self, x: usize, y: usize) -> Option<usize> {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  84 |     fn get_numbers_adjacent_to(&self, x: usize, y: usize) -> Vec<u64> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     fn get_number(&self, x: usize, y: usize) -> Option<Number> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Number` is never constructed
[INFO] [stdout]    --> day3/src/gondola_lift_engine.rs:191:8
[INFO] [stdout]     |
[INFO] [stdout] 191 | struct Number {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_gear_ratios` is never used
[INFO] [stdout]    --> day3/src/gondola_lift_engine.rs:216:4
[INFO] [stdout]     |
[INFO] [stdout] 216 | fn get_gear_ratios(schematics: &EngineSchematics) -> Vec<u64> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling day2 v0.1.0 (/opt/rustwide/workdir/day2)
[INFO] [stdout] warning: method `get_power` is never used
[INFO] [stdout]   --> day2/src/cube_game.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl CubeSet {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] 61 |     pub fn get_power(&self) -> u32 {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_minimum_cube_set` is never used
[INFO] [stdout]    --> day2/src/cube_game.rs:101:12
[INFO] [stdout]     |
[INFO] [stdout] 100 | impl Game {
[INFO] [stdout]     | --------- method in this implementation
[INFO] [stdout] 101 |     pub fn get_minimum_cube_set(&self) -> CubeSet {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_sum_of_power_of_minimum_cube_sets` is never used
[INFO] [stdout]    --> day2/src/cube_game.rs:238:8
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub fn get_sum_of_power_of_minimum_cube_sets(game_records: &str) -> u32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_possible_game_ids_sum` is never used
[INFO] [stdout]   --> day2/src/cube_game.rs:77:8
[INFO] [stdout]    |
[INFO] [stdout] 77 | pub fn get_possible_game_ids_sum(game_records: &str, max_cubes: CubeSet) -> u32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `id` is never read
[INFO] [stdout]   --> day2/src/cube_game.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 92 | struct Game {
[INFO] [stdout]    |        ---- field in this struct
[INFO] [stdout] 93 |     /// ID of the game.
[INFO] [stdout] 94 |     id: u32,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Game` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_possible_with_cubes` is never used
[INFO] [stdout]    --> day2/src/cube_game.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 147 | impl Games {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] 148 |     /// Returns the possible games if the bag contained only the given cubes.
[INFO] [stdout] 149 |     pub fn get_possible_with_cubes(&self, max_cubes: CubeSet) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
[INFO] running `Command { std: "docker" "inspect" "ccebf985e0e6000659ece872fad029981f03e754c5b8d85e37aabaccb3276b5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccebf985e0e6000659ece872fad029981f03e754c5b8d85e37aabaccb3276b5d", kill_on_drop: false }`
[INFO] [stdout] ccebf985e0e6000659ece872fad029981f03e754c5b8d85e37aabaccb3276b5d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3c83875cd867984786f66c6eb6c38b63774baf694fcef2de76682bd9722672d
[INFO] running `Command { std: "docker" "start" "-a" "c3c83875cd867984786f66c6eb6c38b63774baf694fcef2de76682bd9722672d", kill_on_drop: false }`
[INFO] [stderr]    Compiling day3 v0.1.0 (/opt/rustwide/workdir/day3)
[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 day5 v0.1.0 (/opt/rustwide/workdir/day5)
[INFO] [stderr]    Compiling day2 v0.1.0 (/opt/rustwide/workdir/day2)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day4/src/scratch_cards.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 128 |     Header(String),
[INFO] [stdout]     |     ------ ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseError` 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] 128 -     Header(String),
[INFO] [stdout] 128 +     Header(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day4/src/scratch_cards.rs:129:14
[INFO] [stdout]     |
[INFO] [stdout] 129 |     Contents(String),
[INFO] [stdout]     |     -------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseError` 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] 129 -     Contents(String),
[INFO] [stdout] 129 +     Contents(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day4/src/scratch_cards.rs:128:12
[INFO] [stdout]     |
[INFO] [stdout] 128 |     Header(String),
[INFO] [stdout]     |     ------ ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseError` 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] 128 -     Header(String),
[INFO] [stdout] 128 +     Header(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> day4/src/scratch_cards.rs:129:14
[INFO] [stdout]     |
[INFO] [stdout] 129 |     Contents(String),
[INFO] [stdout]     |     -------- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ParseError` 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] 129 -     Contents(String),
[INFO] [stdout] 129 +     Contents(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.81s
[INFO] running `Command { std: "docker" "inspect" "c3c83875cd867984786f66c6eb6c38b63774baf694fcef2de76682bd9722672d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3c83875cd867984786f66c6eb6c38b63774baf694fcef2de76682bd9722672d", kill_on_drop: false }`
[INFO] [stdout] c3c83875cd867984786f66c6eb6c38b63774baf694fcef2de76682bd9722672d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 717190f7a7c02ef190ba8867310d9c2af7b7b789e1f61f72b5d06e4390bb43db
[INFO] running `Command { std: "docker" "start" "-a" "717190f7a7c02ef190ba8867310d9c2af7b7b789e1f61f72b5d06e4390bb43db", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> day4/src/scratch_cards.rs:128:12
[INFO] [stderr]     |
[INFO] [stderr] 128 |     Header(String),
[INFO] [stderr]     |     ------ ^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 128 -     Header(String),
[INFO] [stderr] 128 +     Header(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> day4/src/scratch_cards.rs:129:14
[INFO] [stderr]     |
[INFO] [stderr] 129 |     Contents(String),
[INFO] [stderr]     |     -------- ^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ParseError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 129 -     Contents(String),
[INFO] [stderr] 129 +     Contents(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `day4` (bin "day4_part1" test) generated 2 warnings
[INFO] [stderr] warning: `day4` (bin "day4_part2" test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/day1_part1.rs (/opt/rustwide/target/debug/deps/day1_part1-f6aa988f41c85aac)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test trebuchet_calibration::tests::get_calibration_sum_returns_the_correct_value ... ok
[INFO] [stdout] test trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value' panicked at day1/src/trebuchet_calibration.rs:46:43:
[INFO] [stdout] attempt to subtract with overflow
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59a913128ad2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59a913128ad2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59a913128ad2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59a913128ad2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x59a91314dd13 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x59a91314dd13 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59a913125a53 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59a913125a53 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59a913128922 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59a91312a049 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x59a913129e7e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x59a9130f2454 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x59a9130f2454 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59a91312aa1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x59a91312aa1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x59a91312a7b6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x59a913128fc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59a91312a47d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x59a91314c830 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x59a913152897 - core::panicking::panic_const::panic_const_sub_overflow::h4b52efde242bf2e9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:175:17
[INFO] [stdout]   20:     0x59a9130b4ea8 - day1_part1::trebuchet_calibration::get_digit::haaa2193768ba90ba
[INFO] [stdout]                                at /opt/rustwide/workdir/day1/src/trebuchet_calibration.rs:46:43
[INFO] [stdout]   21:     0x59a9130b5728 - day1_part1::trebuchet_calibration::get_calibration_sum_from_spelled_out_digits::{{closure}}::hba140c423d3cb7df
[INFO] [stdout]                                at /opt/rustwide/workdir/day1/src/trebuchet_calibration.rs:105:30
[INFO] [stdout]   22:     0x59a9130afb3a - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &mut F>::call_once::h784fc87ccf82477f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:313:21
[INFO] [stdout]   23:     0x59a9130afb3a - core::option::Option<T>::map::ha98aa7cba3e03832
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/option.rs:1158:29
[INFO] [stdout]   24:     0x59a9130afb3a - <core::iter::adapters::map::Map<I,F> as core::iter::traits::iterator::Iterator>::next::h96426bb2b8ea4d74
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   25:     0x59a9130afed1 - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter_nested::SpecFromIterNested<T,I>>::from_iter::h84375e7ee8ae3a8c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/vec/spec_from_iter_nested.rs:25:41
[INFO] [stdout]   26:     0x59a9130b4d8d - <alloc::vec::Vec<T> as alloc::vec::spec_from_iter::SpecFromIter<T,I>>::from_iter::h41bf6c84e08a4e0b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/vec/spec_from_iter.rs:34:9
[INFO] [stdout]   27:     0x59a9130b4d41 - <alloc::vec::Vec<T> as core::iter::traits::collect::FromIterator<T>>::from_iter::h386975a026536f5f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/vec/mod.rs:3633:9
[INFO] [stdout]   28:     0x59a9130b10c5 - core::iter::traits::iterator::Iterator::collect::ha7549431c90f1ecd
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/iter/traits/iterator.rs:2027:9
[INFO] [stdout]   29:     0x59a9130b55d7 - day1_part1::trebuchet_calibration::get_calibration_sum_from_spelled_out_digits::h988f79a75956dfb6
[INFO] [stdout]                                at /opt/rustwide/workdir/day1/src/trebuchet_calibration.rs:108:10
[INFO] [stdout]   30:     0x59a9130b8eba - day1_part1::trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value::h4afc14a7782d111c
[INFO] [stdout]                                at /opt/rustwide/workdir/day1/src/trebuchet_calibration.rs:31:22
[INFO] [stdout]   31:     0x59a9130b8e77 - day1_part1::trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value::{{closure}}::hddc6f6ed5aabf999
[INFO] [stdout]                                at /opt/rustwide/workdir/day1/src/trebuchet_calibration.rs:20:79
[INFO] [stdout]   32:     0x59a9130b5ff6 - core::ops::function::FnOnce::call_once::h0e3687d6e0508dd8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   33:     0x59a9130f7cbb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   34:     0x59a9130f7cbb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   35:     0x59a9130f6df5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   36:     0x59a9130f6df5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x59a9130f6df5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x59a9130f6df5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x59a9130f6df5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x59a9130f6df5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   41:     0x59a9130f6df5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   42:     0x59a9130ba9f4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   43:     0x59a9130ba9f4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   44:     0x59a9130be3ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   45:     0x59a9130be3ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   46:     0x59a9130be3ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   47:     0x59a9130be3ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   48:     0x59a9130be3ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   49:     0x59a9130be3ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   50:     0x59a9130be3ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   51:     0x59a91312d99f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   52:     0x59a91312d99f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   53:     0x77bda1d0aaa4 - <unknown>
[INFO] [stdout]   54:     0x77bda1d97a34 - clone
[INFO] [stdout]   55:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     trebuchet_calibration::tests::get_calibration_sum_from_spelled_out_digits_returns_the_correct_value
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p day1 --bin day1_part1`
[INFO] running `Command { std: "docker" "inspect" "717190f7a7c02ef190ba8867310d9c2af7b7b789e1f61f72b5d06e4390bb43db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "717190f7a7c02ef190ba8867310d9c2af7b7b789e1f61f72b5d06e4390bb43db", kill_on_drop: false }`
[INFO] [stdout] 717190f7a7c02ef190ba8867310d9c2af7b7b789e1f61f72b5d06e4390bb43db
