[INFO] cloning repository https://github.com/AtsukiTak/AoC-2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AtsukiTak/AoC-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtsukiTak%2FAoC-2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtsukiTak%2FAoC-2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ad771a10d2f5bd7b70fd87d1aa81ad04f0c85cc7 [INFO] testing AtsukiTak/AoC-2021 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%2FAtsukiTak%2FAoC-2021" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AtsukiTak/AoC-2021 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/AtsukiTak/AoC-2021 [INFO] finished tweaking git repo https://github.com/AtsukiTak/AoC-2021 [INFO] tweaked toml for git repo https://github.com/AtsukiTak/AoC-2021 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/AtsukiTak/AoC-2021 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 39fb2fc81b3e2ab2e5b38b8e966899fe79d81ce56cdf13e708ef6fece6a61786 [INFO] running `Command { std: "docker" "start" "-a" "39fb2fc81b3e2ab2e5b38b8e966899fe79d81ce56cdf13e708ef6fece6a61786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39fb2fc81b3e2ab2e5b38b8e966899fe79d81ce56cdf13e708ef6fece6a61786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39fb2fc81b3e2ab2e5b38b8e966899fe79d81ce56cdf13e708ef6fece6a61786", kill_on_drop: false }` [INFO] [stdout] 39fb2fc81b3e2ab2e5b38b8e966899fe79d81ce56cdf13e708ef6fece6a61786 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20a09f887427609c87d398d41258819d368df93a50c76ffd8c51087b53d219d5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "20a09f887427609c87d398d41258819d368df93a50c76ffd8c51087b53d219d5", kill_on_drop: false }` [INFO] [stderr] Compiling advent-of-code-2021-day05-2 v0.1.0 (/opt/rustwide/workdir/day05/part2) [INFO] [stderr] Compiling advent-of-code-2021-day13-1 v0.1.0 (/opt/rustwide/workdir/day13/part1) [INFO] [stderr] Compiling advent-of-code-2021-day12-1 v0.1.0 (/opt/rustwide/workdir/day12/part1) [INFO] [stderr] Compiling advent-of-code-2021-day11-2 v0.1.0 (/opt/rustwide/workdir/day11/part2) [INFO] [stderr] Compiling advent-of-code-2021-day11-1 v0.1.0 (/opt/rustwide/workdir/day11/part1) [INFO] [stderr] Compiling advent-of-code-2021-day10-1 v0.1.0 (/opt/rustwide/workdir/day10/part1) [INFO] [stderr] Compiling advent-of-code-2021-day09-2 v0.1.0 (/opt/rustwide/workdir/day09/part2) [INFO] [stderr] Compiling advent-of-code-2021-day04-2 v0.1.0 (/opt/rustwide/workdir/day04/part2) [INFO] [stderr] Compiling advent-of-code-2021-day02-2 v0.1.0 (/opt/rustwide/workdir/day02/part2) [INFO] [stderr] Compiling advent-of-code-2021-day09-1 v0.1.0 (/opt/rustwide/workdir/day09/part1) [INFO] [stderr] Compiling advent-of-code-2021-day03-1 v0.1.0 (/opt/rustwide/workdir/day03/part1) [INFO] [stderr] Compiling advent-of-code-2021-day01-1 v0.1.0 (/opt/rustwide/workdir/day01/part1) [INFO] [stderr] Compiling advent-of-code-2021-day05-1 v0.1.0 (/opt/rustwide/workdir/day05/part1) [INFO] [stderr] Compiling advent-of-code-2021-day08-2 v0.1.0 (/opt/rustwide/workdir/day08/part2) [INFO] [stderr] Compiling advent-of-code-2021-day02-1 v0.1.0 (/opt/rustwide/workdir/day02/part1) [INFO] [stderr] Compiling advent-of-code-2021-day06-2 v0.1.0 (/opt/rustwide/workdir/day06/part2) [INFO] [stderr] Compiling advent-of-code-2021-day07-1 v0.1.0 (/opt/rustwide/workdir/day07/part1) [INFO] [stderr] Compiling advent-of-code-2021-day06-1 v0.1.0 (/opt/rustwide/workdir/day06/part1) [INFO] [stderr] Compiling advent-of-code-2021-day07-2 v0.1.0 (/opt/rustwide/workdir/day07/part2) [INFO] [stderr] Compiling advent-of-code-2021-day10-2 v0.1.0 (/opt/rustwide/workdir/day10/part2) [INFO] [stderr] Compiling advent-of-code-2021-day08-1 v0.1.0 (/opt/rustwide/workdir/day08/part1) [INFO] [stderr] Compiling advent-of-code-2021-day12-2 v0.1.0 (/opt/rustwide/workdir/day12/part2) [INFO] [stderr] Compiling advent-of-code-2021-day01-2 v0.1.0 (/opt/rustwide/workdir/day01/part2) [INFO] [stderr] Compiling advent-of-code-2021-day13-2 v0.1.0 (/opt/rustwide/workdir/day13/part2) [INFO] [stderr] Compiling advent-of-code-2021-day04-1 v0.1.0 (/opt/rustwide/workdir/day04/part1) [INFO] [stderr] Compiling advent-of-code-2021-day03-2 v0.1.0 (/opt/rustwide/workdir/day03/part2) [INFO] [stdout] warning: associated function is never used: `dots_len` [INFO] [stdout] --> day13/part2/src/main.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | fn dots_len(&self) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.16s [INFO] running `Command { std: "docker" "inspect" "20a09f887427609c87d398d41258819d368df93a50c76ffd8c51087b53d219d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20a09f887427609c87d398d41258819d368df93a50c76ffd8c51087b53d219d5", kill_on_drop: false }` [INFO] [stdout] 20a09f887427609c87d398d41258819d368df93a50c76ffd8c51087b53d219d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e263c4ded1cad61f2846bda7f0b8d5e4ae8a337473d73d6032938e5197271cc5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e263c4ded1cad61f2846bda7f0b8d5e4ae8a337473d73d6032938e5197271cc5", kill_on_drop: false }` [INFO] [stderr] Compiling advent-of-code-2021-day07-1 v0.1.0 (/opt/rustwide/workdir/day07/part1) [INFO] [stderr] Compiling advent-of-code-2021-day05-2 v0.1.0 (/opt/rustwide/workdir/day05/part2) [INFO] [stderr] Compiling advent-of-code-2021-day03-2 v0.1.0 (/opt/rustwide/workdir/day03/part2) [INFO] [stderr] Compiling advent-of-code-2021-day06-2 v0.1.0 (/opt/rustwide/workdir/day06/part2) [INFO] [stderr] Compiling advent-of-code-2021-day13-1 v0.1.0 (/opt/rustwide/workdir/day13/part1) [INFO] [stderr] Compiling advent-of-code-2021-day10-2 v0.1.0 (/opt/rustwide/workdir/day10/part2) [INFO] [stderr] Compiling advent-of-code-2021-day07-2 v0.1.0 (/opt/rustwide/workdir/day07/part2) [INFO] [stderr] Compiling advent-of-code-2021-day06-1 v0.1.0 (/opt/rustwide/workdir/day06/part1) [INFO] [stderr] Compiling advent-of-code-2021-day01-1 v0.1.0 (/opt/rustwide/workdir/day01/part1) [INFO] [stderr] Compiling advent-of-code-2021-day04-2 v0.1.0 (/opt/rustwide/workdir/day04/part2) [INFO] [stderr] Compiling advent-of-code-2021-day11-2 v0.1.0 (/opt/rustwide/workdir/day11/part2) [INFO] [stderr] Compiling advent-of-code-2021-day09-2 v0.1.0 (/opt/rustwide/workdir/day09/part2) [INFO] [stderr] Compiling advent-of-code-2021-day08-1 v0.1.0 (/opt/rustwide/workdir/day08/part1) [INFO] [stderr] Compiling advent-of-code-2021-day03-1 v0.1.0 (/opt/rustwide/workdir/day03/part1) [INFO] [stderr] Compiling advent-of-code-2021-day05-1 v0.1.0 (/opt/rustwide/workdir/day05/part1) [INFO] [stderr] Compiling advent-of-code-2021-day02-1 v0.1.0 (/opt/rustwide/workdir/day02/part1) [INFO] [stderr] Compiling advent-of-code-2021-day09-1 v0.1.0 (/opt/rustwide/workdir/day09/part1) [INFO] [stderr] Compiling advent-of-code-2021-day11-1 v0.1.0 (/opt/rustwide/workdir/day11/part1) [INFO] [stderr] Compiling advent-of-code-2021-day13-2 v0.1.0 (/opt/rustwide/workdir/day13/part2) [INFO] [stderr] Compiling advent-of-code-2021-day12-2 v0.1.0 (/opt/rustwide/workdir/day12/part2) [INFO] [stderr] Compiling advent-of-code-2021-day12-1 v0.1.0 (/opt/rustwide/workdir/day12/part1) [INFO] [stderr] Compiling advent-of-code-2021-day08-2 v0.1.0 (/opt/rustwide/workdir/day08/part2) [INFO] [stderr] Compiling advent-of-code-2021-day04-1 v0.1.0 (/opt/rustwide/workdir/day04/part1) [INFO] [stderr] Compiling advent-of-code-2021-day02-2 v0.1.0 (/opt/rustwide/workdir/day02/part2) [INFO] [stderr] Compiling advent-of-code-2021-day01-2 v0.1.0 (/opt/rustwide/workdir/day01/part2) [INFO] [stderr] Compiling advent-of-code-2021-day10-1 v0.1.0 (/opt/rustwide/workdir/day10/part1) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.46s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day01_1-3ffa7e8f317351b7) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day01_2-6e4fc6c3690f0d1b) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day02_1-14a9282e3b1c86fc) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day02_2-db03fa4c120b774e) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day03_1-4d00bb6a6f4d8fbf) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day03_2-98b5af9fb35130bf) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day04_1-6a8e2118121af8dc) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day04_2-07025458dac4e4d2) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day05_1-4d6e8c31a4f56d17) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day05_2-1183e35d1f6308c0) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day06_1-88d3173f0f1a11ac) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day06_2-dae7ebadd55a092e) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day07_1-cb3a90a0ea9f67bf) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day07_2-1ce0a29b688ce2a7) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day08_1-34e02e7d511b34f1) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day08_2-b04a0e60cf4af341) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day09_1-d90e699a11feea1e) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day09_2-7e04c19af9336662) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day10_1-59b11394d4177527) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day10_2-e3dd71f16e79bb8e) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day11_1-deb18ef2b516cfcc) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day11_2-ff9bf6bb988a3ca9) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day12_1-eec29d1b62aae185) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day12_2-c2b5a77fd26b4a51) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day13_1-e508a7d7c6d07977) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day13_2-f4af0f85c0f6a43b) [INFO] running `Command { std: "docker" "inspect" "e263c4ded1cad61f2846bda7f0b8d5e4ae8a337473d73d6032938e5197271cc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e263c4ded1cad61f2846bda7f0b8d5e4ae8a337473d73d6032938e5197271cc5", kill_on_drop: false }` [INFO] [stdout] e263c4ded1cad61f2846bda7f0b8d5e4ae8a337473d73d6032938e5197271cc5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 561f4f5b48bb38a858dad8a3a1fcf4996c05eb5cd638cee953bf0690c02bbaa0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "561f4f5b48bb38a858dad8a3a1fcf4996c05eb5cd638cee953bf0690c02bbaa0", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day01_1-3ffa7e8f317351b7) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day01_2-6e4fc6c3690f0d1b) [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/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day02_1-14a9282e3b1c86fc) [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] [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/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day02_2-db03fa4c120b774e) [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/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day03_1-4d00bb6a6f4d8fbf) [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/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day03_2-98b5af9fb35130bf) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day04_1-6a8e2118121af8dc) [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/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day04_2-07025458dac4e4d2) [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] [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/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day05_1-4d6e8c31a4f56d17) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day05_2-1183e35d1f6308c0) [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] [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/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day06_1-88d3173f0f1a11ac) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day06_2-dae7ebadd55a092e) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day07_1-cb3a90a0ea9f67bf) [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] [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] [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/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day07_2-1ce0a29b688ce2a7) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day08_1-34e02e7d511b34f1) [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] [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/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day08_2-b04a0e60cf4af341) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day09_1-d90e699a11feea1e) [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] [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/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day09_2-7e04c19af9336662) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day10_1-59b11394d4177527) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day10_2-e3dd71f16e79bb8e) [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] [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] [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] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day11_1-deb18ef2b516cfcc) [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_sample ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day11_2-ff9bf6bb988a3ca9) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_sample ... ok [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day12_1-eec29d1b62aae185) [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day12_2-c2b5a77fd26b4a51) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day13_1-e508a7d7c6d07977) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021_day13_2-f4af0f85c0f6a43b) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "561f4f5b48bb38a858dad8a3a1fcf4996c05eb5cd638cee953bf0690c02bbaa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "561f4f5b48bb38a858dad8a3a1fcf4996c05eb5cd638cee953bf0690c02bbaa0", kill_on_drop: false }` [INFO] [stdout] 561f4f5b48bb38a858dad8a3a1fcf4996c05eb5cd638cee953bf0690c02bbaa0