[INFO] cloning repository https://github.com/scastiel/advent-of-code-2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/scastiel/advent-of-code-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscastiel%2Fadvent-of-code-2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscastiel%2Fadvent-of-code-2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8e2fef540d07c7bb38d8372267a85ee2e958669a [INFO] testing scastiel/advent-of-code-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%2Fscastiel%2Fadvent-of-code-2021" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/scastiel/advent-of-code-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/scastiel/advent-of-code-2021 [INFO] finished tweaking git repo https://github.com/scastiel/advent-of-code-2021 [INFO] tweaked toml for git repo https://github.com/scastiel/advent-of-code-2021 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/scastiel/advent-of-code-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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stdout] 6903b84551da364ef5cbc7ed8b6fed6ff0e87c7efd497b3dc9c3746e73ea095f [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" "6903b84551da364ef5cbc7ed8b6fed6ff0e87c7efd497b3dc9c3746e73ea095f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6903b84551da364ef5cbc7ed8b6fed6ff0e87c7efd497b3dc9c3746e73ea095f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6903b84551da364ef5cbc7ed8b6fed6ff0e87c7efd497b3dc9c3746e73ea095f", kill_on_drop: false }` [INFO] [stdout] 6903b84551da364ef5cbc7ed8b6fed6ff0e87c7efd497b3dc9c3746e73ea095f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] fd5ab2dc6b6662bedbf10e15f449e40bbc7ca369552edf84ac53b20bdca38b13 [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" "fd5ab2dc6b6662bedbf10e15f449e40bbc7ca369552edf84ac53b20bdca38b13", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling advent-of-code-2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.21s [INFO] running `Command { std: "docker" "inspect" "fd5ab2dc6b6662bedbf10e15f449e40bbc7ca369552edf84ac53b20bdca38b13", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd5ab2dc6b6662bedbf10e15f449e40bbc7ca369552edf84ac53b20bdca38b13", kill_on_drop: false }` [INFO] [stdout] fd5ab2dc6b6662bedbf10e15f449e40bbc7ca369552edf84ac53b20bdca38b13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 450df919357b123a2fb0a9f0ede0502f2be88e2695ecf3b421eef1504dcb6d05 [INFO] running `Command { std: "docker" "start" "-a" "450df919357b123a2fb0a9f0ede0502f2be88e2695ecf3b421eef1504dcb6d05", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling advent-of-code-2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.52s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_2021-bbbe386dbf80c618) [INFO] running `Command { std: "docker" "inspect" "450df919357b123a2fb0a9f0ede0502f2be88e2695ecf3b421eef1504dcb6d05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "450df919357b123a2fb0a9f0ede0502f2be88e2695ecf3b421eef1504dcb6d05", kill_on_drop: false }` [INFO] [stdout] 450df919357b123a2fb0a9f0ede0502f2be88e2695ecf3b421eef1504dcb6d05 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7dca5d21abd53387727efec778d22e27cc1d88f676d96f49efad89ff3c88d404 [INFO] running `Command { std: "docker" "start" "-a" "7dca5d21abd53387727efec778d22e27cc1d88f676d96f49efad89ff3c88d404", 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-bbbe386dbf80c618) [INFO] [stdout] [INFO] [stdout] running 81 tests [INFO] [stdout] test day02::tests::ex02_example ... ok [INFO] [stdout] test day03::tests::test_iterate_split ... ok [INFO] [stdout] test day03::tests::test_calculate_oxygen_co2 ... ok [INFO] [stdout] test day01::tests::ex2_example ... ok [INFO] [stdout] test day02::tests::ex01 ... ok [INFO] [stdout] test day05::tests::ex2_example ... ok [INFO] [stdout] test day03::tests::test_calculate_gamma_epsilon ... ok [INFO] [stdout] test day04::tests::example ... ok [INFO] [stdout] test day06::tests::ex1_example ... ok [INFO] [stdout] test day05::tests::ex1_example ... ok [INFO] [stdout] test day02::tests::ex01_example ... ok [INFO] [stdout] test day06::tests::ex2_example ... ok [INFO] [stdout] test day02::tests::ex02 ... ok [INFO] [stdout] test day06::tests::ex1_exercise ... ok [INFO] [stdout] test day03::tests::ex2 ... ok [INFO] [stdout] test day03::tests::test_split ... ok [INFO] [stdout] test day09::tests::ex2_example ... ok [INFO] [stdout] test day07::tests::ex1_example ... ok [INFO] [stdout] test day07::tests::ex2_example ... ok [INFO] [stdout] test day06::tests::ex2_exercise ... ok [INFO] [stdout] test __template::tests::example ... ok [INFO] [stdout] test day10::tests::exercise ... ok [INFO] [stdout] test day01::tests::ex1_example ... ok [INFO] [stdout] test day03::tests::ex1 ... ok [INFO] [stdout] test day10::tests::example ... ok [INFO] [stdout] test day09::tests::ex1_example ... ok [INFO] [stdout] test day09::tests::ex1_exercise ... ok [INFO] [stdout] test day12::tests::ex1_example1 ... ok [INFO] [stdout] test day12::tests::ex1_example2 ... ok [INFO] [stdout] test day12::tests::ex2_example1 ... ok [INFO] [stdout] test day12::tests::ex2_example2 ... ok [INFO] [stdout] test day12::tests::ex2_exercise ... ignored [INFO] [stdout] test day11::tests::ex1_exercise ... ok [INFO] [stdout] test day13::tests::ex1_exercise ... ok [INFO] [stdout] test day11::tests::ex1_example ... ok [INFO] [stdout] test day13::tests::ex2_example ... ok [INFO] [stdout] test day13::tests::ex1_example ... ok [INFO] [stdout] test day14::tests::ex1_example ... ok [INFO] [stdout] test day14::tests::ex1_exercise ... ok [INFO] [stdout] test day14::tests::ex2_example ... ok [INFO] [stdout] test day14::tests::ex2_exercise ... ok [INFO] [stdout] test day15::tests::ex1_example ... ok [INFO] [stdout] test day12::tests::ex1_example3 ... ok [INFO] [stdout] test day13::tests::ex2_exercise ... ok [INFO] [stdout] test day16::tests::ex1_example1 ... ok [INFO] [stdout] test day11::tests::ex2_example ... ok [INFO] [stdout] test day16::tests::ex1_example2 ... ok [INFO] [stdout] test day15::tests::ex2_example ... ok [INFO] [stdout] test day16::tests::ex1_example5 ... ok [INFO] [stdout] test day16::tests::ex1_example4 ... ok [INFO] [stdout] test day16::tests::ex1_example3 ... ok [INFO] [stdout] test day16::tests::ex1_example7 ... ok [INFO] [stdout] test day16::tests::ex1_exercise ... ok [INFO] [stdout] test day16::tests::ex2_example1 ... ok [INFO] [stdout] test day16::tests::ex2_example2 ... ok [INFO] [stdout] test day16::tests::ex2_example4 ... ok [INFO] [stdout] test day16::tests::ex2_example5 ... ok [INFO] [stdout] test day16::tests::ex2_example6 ... ok [INFO] [stdout] test day16::tests::ex2_example7 ... ok [INFO] [stdout] test day16::tests::ex2_exercise ... ok [INFO] [stdout] test day17::tests::example ... ok [INFO] [stdout] test day16::tests::ex1_example6 ... ok [INFO] [stdout] test day16::tests::ex2_example3 ... ok [INFO] [stdout] test day17::tests::test_passes_in_target ... ok [INFO] [stdout] test day17::tests::test_pos_n ... ok [INFO] [stdout] test day09::tests::ex2_exercise ... ok [INFO] [stdout] test day11::tests::ex2_exercise ... ok [INFO] [stdout] test day04::tests::exercise ... ok [INFO] [stdout] test day18::tests::example ... ok [INFO] [stdout] test day07::tests::ex1_exercise ... ok [INFO] [stdout] test day07::tests::ex2_exercise ... ok [INFO] [stdout] test day15::tests::ex1_exercise ... ok [INFO] [stdout] test day05::tests::ex1_exercise ... ok [INFO] [stdout] test day12::tests::ex1_exercise ... ok [INFO] [stdout] test day05::tests::ex2_exercise ... ok [INFO] [stdout] test day17::tests::exercise ... ok [INFO] [stdout] test day12::tests::ex2_example3 ... ok [INFO] [stdout] test day08::tests::ex2_example ... ok [INFO] [stdout] test day18::tests::exercise ... ok [INFO] [stdout] test day15::tests::ex2_exercise ... ok [INFO] [stdout] test day08::tests::ex2_exercise ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 80 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 56.64s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7dca5d21abd53387727efec778d22e27cc1d88f676d96f49efad89ff3c88d404", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dca5d21abd53387727efec778d22e27cc1d88f676d96f49efad89ff3c88d404", kill_on_drop: false }` [INFO] [stdout] 7dca5d21abd53387727efec778d22e27cc1d88f676d96f49efad89ff3c88d404