[INFO] cloning repository https://github.com/nhultz/advent_of_code_2018 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nhultz/advent_of_code_2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnhultz%2Fadvent_of_code_2018", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnhultz%2Fadvent_of_code_2018'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4cce6636dabf0e3462ce3fcac6cbb4ac6fc23fd6 [INFO] testing nhultz/advent_of_code_2018 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnhultz%2Fadvent_of_code_2018" "/workspace/builds/worker-91/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-91/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nhultz/advent_of_code_2018 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nhultz/advent_of_code_2018 [INFO] finished tweaking git repo https://github.com/nhultz/advent_of_code_2018 [INFO] tweaked toml for git repo https://github.com/nhultz/advent_of_code_2018 written to /workspace/builds/worker-91/source/Cargo.toml [INFO] crate git repo https://github.com/nhultz/advent_of_code_2018 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c818dfad8b7991c50fb944d1f9728a93263798aca0d5dffbe2e64790a811b863 [INFO] running `Command { std: "docker" "start" "-a" "c818dfad8b7991c50fb944d1f9728a93263798aca0d5dffbe2e64790a811b863", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c818dfad8b7991c50fb944d1f9728a93263798aca0d5dffbe2e64790a811b863", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c818dfad8b7991c50fb944d1f9728a93263798aca0d5dffbe2e64790a811b863", kill_on_drop: false }` [INFO] [stdout] c818dfad8b7991c50fb944d1f9728a93263798aca0d5dffbe2e64790a811b863 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 51c2e0cf1809e19f95917f642691ac06d397f09e294339296e2c87cd7baf4a62 [INFO] running `Command { std: "docker" "start" "-a" "51c2e0cf1809e19f95917f642691ac06d397f09e294339296e2c87cd7baf4a62", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling proc-macro2 v1.0.30 [INFO] [stderr] Compiling libc v0.2.104 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling anyhow v1.0.44 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling advent_of_code_solutions v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `country_id` [INFO] [stdout] --> src/solutions_2020/day4.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | country_id: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PassportEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/solutions_2020/day4.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.67s [INFO] running `Command { std: "docker" "inspect" "51c2e0cf1809e19f95917f642691ac06d397f09e294339296e2c87cd7baf4a62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51c2e0cf1809e19f95917f642691ac06d397f09e294339296e2c87cd7baf4a62", kill_on_drop: false }` [INFO] [stdout] 51c2e0cf1809e19f95917f642691ac06d397f09e294339296e2c87cd7baf4a62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4538007b45cc305f42a8716adace49de8478e432da17fc12a2e064d6ce4971b [INFO] running `Command { std: "docker" "start" "-a" "e4538007b45cc305f42a8716adace49de8478e432da17fc12a2e064d6ce4971b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: field is never read: `country_id` [INFO] [stdout] --> src/solutions_2020/day4.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | country_id: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PassportEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/solutions_2020/day4.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling advent_of_code_solutions v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `country_id` [INFO] [stdout] --> src/solutions_2020/day4.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | country_id: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `PassportEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/solutions_2020/day4.rs:52:10 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 59.36s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code_solutions-f6f2b56126214da4) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_solutions-c5d86d20d18016f8) [INFO] running `Command { std: "docker" "inspect" "e4538007b45cc305f42a8716adace49de8478e432da17fc12a2e064d6ce4971b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4538007b45cc305f42a8716adace49de8478e432da17fc12a2e064d6ce4971b", kill_on_drop: false }` [INFO] [stdout] e4538007b45cc305f42a8716adace49de8478e432da17fc12a2e064d6ce4971b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 75b0ad2d719e32ad22f34945c95e9a790672b7eeb657b557552d8e26c51ba579 [INFO] running `Command { std: "docker" "start" "-a" "75b0ad2d719e32ad22f34945c95e9a790672b7eeb657b557552d8e26c51ba579", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: field is never read: `country_id` [INFO] [stderr] --> src/solutions_2020/day4.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | country_id: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `PassportEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/solutions_2020/day4.rs:52:10 [INFO] [stderr] | [INFO] [stderr] 52 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `advent_of_code_solutions` (lib) generated 1 warning [INFO] [stderr] warning: `advent_of_code_solutions` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 21.88s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code_solutions-f6f2b56126214da4) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test solutions_2018::day2::tests::test_one_char_difference ... ok [INFO] [stdout] test solutions_2018::day2::tests::test_three ... ok [INFO] [stdout] test solutions_2018::day2::tests::test_two ... ok [INFO] [stdout] test solutions_2019::day1::tests::test_calculate_fuel ... ok [INFO] [stdout] test solutions_2019::day1::tests::test_calculate_fuel_recur ... ok [INFO] [stdout] test solutions_2020::day2::tests::test_password_parse ... ok [INFO] [stdout] test solutions_2021::day1::tests::test_input_part2 ... ok [INFO] [stdout] test solutions_2020::day2::tests::test_password_parse_another ... ok [INFO] [stdout] test solutions_2021::day1::tests::test_input_part1 ... ok [INFO] [stdout] test solutions_2021::day2::tests::test_input_part1 ... ok [INFO] [stdout] test solutions_2021::day3::tests::test_input_part2 ... ok [INFO] [stdout] test solutions_2018::day3::tests::test_points ... ok [INFO] [stdout] test solutions_2019::day2::tests::test_run_program ... ok [INFO] [stdout] test solutions_2021::day2::tests::test_input_part2 ... ok [INFO] [stdout] test solutions_2021::day4::tests::test_input_part1 ... ok [INFO] [stdout] test solutions_2021::day5::tests::test_forward_line ... ok [INFO] [stdout] test solutions_2021::day3::tests::test_input_part1 ... ok [INFO] [stdout] test solutions_2021::day4::tests::test_input_part2 ... ok [INFO] [stdout] test solutions_2021::day5::tests::test_backward_line ... ok [INFO] [stdout] test solutions_2021::day5::tests::test_input_part1 ... ok [INFO] [stdout] test solutions_2021::day5::tests::test_input_part2 ... ok [INFO] [stdout] test solutions_2021::day5::tests::test_parsing_points ... ok [INFO] [stdout] test solutions_2021::day6::tests::test_input_part1 ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_solutions-c5d86d20d18016f8) [INFO] [stdout] test solutions_2021::day6::tests::test_input_part2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [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 advent_of_code_solutions [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.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "75b0ad2d719e32ad22f34945c95e9a790672b7eeb657b557552d8e26c51ba579", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75b0ad2d719e32ad22f34945c95e9a790672b7eeb657b557552d8e26c51ba579", kill_on_drop: false }` [INFO] [stdout] 75b0ad2d719e32ad22f34945c95e9a790672b7eeb657b557552d8e26c51ba579