[INFO] cloning repository https://github.com/jinbijin/advent-of-code-2022 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jinbijin/advent-of-code-2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjinbijin%2Fadvent-of-code-2022", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjinbijin%2Fadvent-of-code-2022'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7f7c87dc2f92db793f54bc78a64941f9bf3df0ac [INFO] testing jinbijin/advent-of-code-2022 against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjinbijin%2Fadvent-of-code-2022" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jinbijin/advent-of-code-2022 on toolchain nightly-2025-01-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jinbijin/advent-of-code-2022 [INFO] finished tweaking git repo https://github.com/jinbijin/advent-of-code-2022 [INFO] tweaked toml for git repo https://github.com/jinbijin/advent-of-code-2022 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jinbijin/advent-of-code-2022 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0c1470162ec3d1e86169e14a8c06ef2da99f9672a7bfc494ae7b1ccbb3fce238 [INFO] running `Command { std: "docker" "start" "-a" "0c1470162ec3d1e86169e14a8c06ef2da99f9672a7bfc494ae7b1ccbb3fce238", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0c1470162ec3d1e86169e14a8c06ef2da99f9672a7bfc494ae7b1ccbb3fce238", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c1470162ec3d1e86169e14a8c06ef2da99f9672a7bfc494ae7b1ccbb3fce238", kill_on_drop: false }` [INFO] [stdout] 0c1470162ec3d1e86169e14a8c06ef2da99f9672a7bfc494ae7b1ccbb3fce238 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0ebdaddcc1af9e93f6525d81f3ea339073a8c2fdc310de7b0a737be943c8163 [INFO] running `Command { std: "docker" "start" "-a" "c0ebdaddcc1af9e93f6525d81f3ea339073a8c2fdc310de7b0a737be943c8163", kill_on_drop: false }` [INFO] [stderr] Compiling advent-of-code-2022 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `start` and `end` are never read [INFO] [stdout] --> src/common/interval.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | EndBeforeStart { start: T, end: T }, [INFO] [stdout] | -------------- ^^^^^ ^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BuildIntervalError` 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] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parse/chars.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct ByChars(pub Vec); [INFO] [stdout] | ------- ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parse/sections.rs:54:14 [INFO] [stdout] | [INFO] [stdout] 54 | Continue(char), [INFO] [stdout] | -------- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ContentSectionCharIterationResult` has derived impls for the traits `Clone` and `Debug`, but these are 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] 54 | Continue(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/puzzles/no_space_left_on_device/file_tree.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct File { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 7 | pub size: usize, [INFO] [stdout] 8 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `File` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `opponent_choice` is never read [INFO] [stdout] --> src/puzzles/rock_paper_scissors/rps_match.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RpsMatch { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 13 | pub opponent_choice: RpsType, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `required` is never read [INFO] [stdout] --> src/puzzles/rock_paper_scissors/strategy.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 111 | Empty { [INFO] [stdout] | ----- field in this variant [INFO] [stdout] 112 | required: True, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ParseRpsStrategyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s [INFO] running `Command { std: "docker" "inspect" "c0ebdaddcc1af9e93f6525d81f3ea339073a8c2fdc310de7b0a737be943c8163", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0ebdaddcc1af9e93f6525d81f3ea339073a8c2fdc310de7b0a737be943c8163", kill_on_drop: false }` [INFO] [stdout] c0ebdaddcc1af9e93f6525d81f3ea339073a8c2fdc310de7b0a737be943c8163 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c1fa1e34cf6f07741ad8c248d42b7714b1eb3b7e57f797e197bb4344b9dc547 [INFO] running `Command { std: "docker" "start" "-a" "9c1fa1e34cf6f07741ad8c248d42b7714b1eb3b7e57f797e197bb4344b9dc547", kill_on_drop: false }` [INFO] [stdout] warning: fields `start` and `end` are never read [INFO] [stdout] --> src/common/interval.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | EndBeforeStart { start: T, end: T }, [INFO] [stdout] | -------------- ^^^^^ ^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BuildIntervalError` 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] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parse/chars.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct ByChars(pub Vec); [INFO] [stdout] | ------- ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parse/sections.rs:54:14 [INFO] [stdout] | [INFO] [stdout] 54 | Continue(char), [INFO] [stdout] | -------- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ContentSectionCharIterationResult` has derived impls for the traits `Clone` and `Debug`, but these are 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] 54 | Continue(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/puzzles/no_space_left_on_device/file_tree.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct File { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 7 | pub size: usize, [INFO] [stdout] 8 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `File` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `opponent_choice` is never read [INFO] [stdout] --> src/puzzles/rock_paper_scissors/rps_match.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RpsMatch { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 13 | pub opponent_choice: RpsType, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `required` is never read [INFO] [stdout] --> src/puzzles/rock_paper_scissors/strategy.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 111 | Empty { [INFO] [stdout] | ----- field in this variant [INFO] [stdout] 112 | required: True, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ParseRpsStrategyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling advent-of-code-2022 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `start` and `end` are never read [INFO] [stdout] --> src/common/interval.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | EndBeforeStart { start: T, end: T }, [INFO] [stdout] | -------------- ^^^^^ ^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `BuildIntervalError` 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] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parse/chars.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct ByChars(pub Vec); [INFO] [stdout] | ------- ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/parse/sections.rs:54:14 [INFO] [stdout] | [INFO] [stdout] 54 | Continue(char), [INFO] [stdout] | -------- ^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `ContentSectionCharIterationResult` has derived impls for the traits `Clone` and `Debug`, but these are 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] 54 | Continue(()), [INFO] [stdout] | ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `name` is never read [INFO] [stdout] --> src/puzzles/no_space_left_on_device/file_tree.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct File { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 7 | pub size: usize, [INFO] [stdout] 8 | pub name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `File` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `opponent_choice` is never read [INFO] [stdout] --> src/puzzles/rock_paper_scissors/rps_match.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RpsMatch { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 13 | pub opponent_choice: RpsType, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `required` is never read [INFO] [stdout] --> src/puzzles/rock_paper_scissors/strategy.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 111 | Empty { [INFO] [stdout] | ----- field in this variant [INFO] [stdout] 112 | required: True, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ParseRpsStrategyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.41s [INFO] running `Command { std: "docker" "inspect" "9c1fa1e34cf6f07741ad8c248d42b7714b1eb3b7e57f797e197bb4344b9dc547", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c1fa1e34cf6f07741ad8c248d42b7714b1eb3b7e57f797e197bb4344b9dc547", kill_on_drop: false }` [INFO] [stdout] 9c1fa1e34cf6f07741ad8c248d42b7714b1eb3b7e57f797e197bb4344b9dc547 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 85cd35a6d8194d6e596eb53788fdc5bad25e03bb233f316fbef566cc3fea6788 [INFO] running `Command { std: "docker" "start" "-a" "85cd35a6d8194d6e596eb53788fdc5bad25e03bb233f316fbef566cc3fea6788", kill_on_drop: false }` [INFO] [stderr] warning: fields `start` and `end` are never read [INFO] [stderr] --> src/common/interval.rs:15:22 [INFO] [stderr] | [INFO] [stderr] 15 | EndBeforeStart { start: T, end: T }, [INFO] [stderr] | -------------- ^^^^^ ^^^ [INFO] [stderr] | | [INFO] [stderr] | fields in this variant [INFO] [stderr] | [INFO] [stderr] = note: `BuildIntervalError` 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] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/parse/chars.rs:48:23 [INFO] [stderr] | [INFO] [stderr] 48 | pub struct ByChars(pub Vec); [INFO] [stderr] | ------- ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this struct [INFO] [stderr] | [INFO] [stderr] = help: consider removing this field [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/parse/sections.rs:54:14 [INFO] [stderr] | [INFO] [stderr] 54 | Continue(char), [INFO] [stderr] | -------- ^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `ContentSectionCharIterationResult` has derived impls for the traits `Clone` and `Debug`, but these are 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] 54 | Continue(()), [INFO] [stderr] | ~~ [INFO] [stderr] [INFO] [stderr] warning: field `name` is never read [INFO] [stderr] --> src/puzzles/no_space_left_on_device/file_tree.rs:8:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct File { [INFO] [stderr] | ---- field in this struct [INFO] [stderr] 7 | pub size: usize, [INFO] [stderr] 8 | pub name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `File` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `opponent_choice` is never read [INFO] [stderr] --> src/puzzles/rock_paper_scissors/rps_match.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct RpsMatch { [INFO] [stderr] | -------- field in this struct [INFO] [stderr] 13 | pub opponent_choice: RpsType, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `required` is never read [INFO] [stderr] --> src/puzzles/rock_paper_scissors/strategy.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 111 | Empty { [INFO] [stderr] | ----- field in this variant [INFO] [stderr] 112 | required: True, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ParseRpsStrategyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `advent-of-code-2022` (lib) generated 6 warnings [INFO] [stderr] warning: `advent-of-code-2022` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc2022-94d6ce6ab68be9ff) [INFO] [stdout] [INFO] [stdout] running 80 tests [INFO] [stdout] test parse::sections::tests::sections_of_contiguous_lines_should_have_one_section ... ok [INFO] [stdout] test parse::sections::tests::sections_of_double_white_line_should_have_one_section ... ok [INFO] [stdout] test parse::sections::tests::sections_of_doubly_terminated_contiguous_lines_should_have_one_section ... ok [INFO] [stdout] test parse::sections::tests::sections_of_terminated_contiguous_lines_should_have_one_section ... ok [INFO] [stdout] test parse::sections::tests::sections_of_triply_terminated_contiguous_lines_should_have_two_sections ... ok [INFO] [stdout] test parse::sections::tests::sections_of_white_line_should_be_empty ... ok [INFO] [stdout] test parse::sections::tests::sections_of_empty_should_be_empty ... ok [INFO] [stdout] test parse::sections::tests::sections_should_leave_extra_trailing_crs ... ok [INFO] [stdout] test parse::sections::tests::sections_should_split_crlf ... ok [INFO] [stdout] test parse::sections::tests::sections_should_split_lf ... ok [INFO] [stdout] test parse::sections::tests::sections_should_work_with_non_ascii ... ok [INFO] [stdout] test puzzles::beacon_exclusion_zone::tests::example_1 ... ok [INFO] [stdout] test puzzles::beacon_exclusion_zone::tests::example_2 ... ok [INFO] [stdout] test puzzles::calorie_counting::tests::example_1 ... ok [INFO] [stdout] test puzzles::calorie_counting::tests::example_2 ... ok [INFO] [stdout] test puzzles::boiling_boulders::tests::example_1 ... ok [INFO] [stdout] test puzzles::blizzard_basin::tests::example_1 ... ok [INFO] [stdout] test puzzles::cathode_ray_tube::tests::example_1 ... ok [INFO] [stdout] test puzzles::distress_signal::tests::example_1 ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_get_value_next ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_get_value_previous ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_get_value_next_overflow ... ok [INFO] [stdout] test puzzles::distress_signal::tests::example_2 ... ok [INFO] [stdout] test puzzles::camp_cleanup::tests::example_1 ... ok [INFO] [stdout] test puzzles::full_of_hot_air::tests::example_1 ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_get_value ... ok [INFO] [stdout] test puzzles::cathode_ray_tube::tests::example_2 ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_move_value_next_values_not_modified ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_move_value_next_cycle_correct ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_move_value_previous_values_not_modified ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_move_value_previous_cycle_correct ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_push_one ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_push_three ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_create ... ok [INFO] [stdout] test puzzles::blizzard_basin::tests::example_2 ... ok [INFO] [stdout] test puzzles::camp_cleanup::tests::example_2 ... ok [INFO] [stdout] test puzzles::grove_positioning_system::mill::tests::should_push_two ... ok [INFO] [stdout] test puzzles::grove_positioning_system::tests::example_1 ... ok [INFO] [stdout] test puzzles::grove_positioning_system::tests::example_2 ... ok [INFO] [stdout] test puzzles::hill_climbing_algorithm::tests::example_1 ... ok [INFO] [stdout] test puzzles::monkey_map::tests::example_1 ... ok [INFO] [stdout] test puzzles::hill_climbing_algorithm::tests::example_2 ... ok [INFO] [stdout] test puzzles::no_space_left_on_device::tests::example_1 ... ok [INFO] [stdout] test puzzles::monkey_math::tests::example_1 ... ok [INFO] [stdout] test puzzles::monkey_in_the_middle::tests::example_1 ... ok [INFO] [stdout] test puzzles::monkey_map::tests::example_2 ... ok [INFO] [stdout] test puzzles::monkey_math::tests::example_2 ... ok [INFO] [stdout] test puzzles::no_space_left_on_device::tests::example_2 ... ok [INFO] [stdout] test puzzles::rope_bridge::tests::example_1 ... ok [INFO] [stdout] test puzzles::regolith_reservoir::tests::example_2 ... ok [INFO] [stdout] test puzzles::regolith_reservoir::tests::example_1 ... ok [INFO] [stdout] test puzzles::rock_paper_scissors::tests::example_2 ... ok [INFO] [stdout] test puzzles::rock_paper_scissors::tests::example_1 ... ok [INFO] [stdout] test puzzles::rope_bridge::tests::example_2_1 ... ok [INFO] [stdout] test puzzles::supply_stacks::tests::example_1 ... ok [INFO] [stdout] test puzzles::treetop_tree_house::tests::example_2 ... ok [INFO] [stdout] test puzzles::rucksack_reorganization::tests::example_2 ... ok [INFO] [stdout] test puzzles::tuning_trouble::tests::example_1_2 ... ok [INFO] [stdout] test puzzles::tuning_trouble::tests::example_1_1 ... ok [INFO] [stdout] test puzzles::rope_bridge::tests::example_2_2 ... ok [INFO] [stdout] test puzzles::treetop_tree_house::tests::example_1 ... ok [INFO] [stdout] test puzzles::supply_stacks::tests::example_2 ... ok [INFO] [stdout] test puzzles::tuning_trouble::tests::example_1_3 ... ok [INFO] [stdout] test puzzles::rucksack_reorganization::tests::example_1 ... ok [INFO] [stdout] test puzzles::tuning_trouble::tests::example_1_4 ... ok [INFO] [stdout] test puzzles::tuning_trouble::tests::example_1_5 ... ok [INFO] [stdout] test puzzles::tuning_trouble::tests::example_2_1 ... ok [INFO] [stdout] test puzzles::tuning_trouble::tests::example_2_3 ... ok [INFO] [stdout] test puzzles::tuning_trouble::tests::example_2_2 ... ok [INFO] [stdout] test puzzles::tuning_trouble::tests::example_2_4 ... ok [INFO] [stdout] test puzzles::tuning_trouble::tests::example_2_5 ... ok [INFO] [stdout] test puzzles::unstable_diffusion::tests::example_1 ... ok [INFO] [stdout] test puzzles::pyroclastic_flow::tests::example_2 ... ok [INFO] [stdout] test puzzles::unstable_diffusion::tests::example_2 ... ok [INFO] [stdout] test puzzles::boiling_boulders::tests::example_2 ... ok [INFO] [stdout] test puzzles::pyroclastic_flow::tests::example_1 ... ok [INFO] [stdout] test puzzles::proboscidea_volcanium::tests::example_1 ... ok [INFO] [stdout] test puzzles::proboscidea_volcanium::tests::example_2 ... ok [INFO] [stdout] test puzzles::monkey_in_the_middle::tests::example_2 ... ok [INFO] [stdout] test puzzles::not_enough_minerals::tests::example_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.84s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2022-966b77995e786393) [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] Doc-tests aoc2022 [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] running `Command { std: "docker" "inspect" "85cd35a6d8194d6e596eb53788fdc5bad25e03bb233f316fbef566cc3fea6788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85cd35a6d8194d6e596eb53788fdc5bad25e03bb233f316fbef566cc3fea6788", kill_on_drop: false }` [INFO] [stdout] 85cd35a6d8194d6e596eb53788fdc5bad25e03bb233f316fbef566cc3fea6788