[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 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6194e3b13324cb4f1ca42fbacbd288bee9c0c6293944b63398dbfb68ead2521f [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" "6194e3b13324cb4f1ca42fbacbd288bee9c0c6293944b63398dbfb68ead2521f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6194e3b13324cb4f1ca42fbacbd288bee9c0c6293944b63398dbfb68ead2521f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6194e3b13324cb4f1ca42fbacbd288bee9c0c6293944b63398dbfb68ead2521f", kill_on_drop: false }` [INFO] [stdout] 6194e3b13324cb4f1ca42fbacbd288bee9c0c6293944b63398dbfb68ead2521f [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" "+1.60.0" "build" "--frozen" "--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] 7b16a8063836a6323605a7d234af27efc11d013de074c8574549cd9d12ed905d [INFO] running `Command { std: "docker" "start" "-a" "7b16a8063836a6323605a7d234af27efc11d013de074c8574549cd9d12ed905d", 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 21.62s [INFO] running `Command { std: "docker" "inspect" "7b16a8063836a6323605a7d234af27efc11d013de074c8574549cd9d12ed905d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b16a8063836a6323605a7d234af27efc11d013de074c8574549cd9d12ed905d", kill_on_drop: false }` [INFO] [stdout] 7b16a8063836a6323605a7d234af27efc11d013de074c8574549cd9d12ed905d [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" "+1.60.0" "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] 1060857b254e61b925fdf346b19e2066832430346a0521cb54b3e942daae5c2f [INFO] running `Command { std: "docker" "start" "-a" "1060857b254e61b925fdf346b19e2066832430346a0521cb54b3e942daae5c2f", kill_on_drop: false }` [INFO] [stderr] Compiling advent-of-code-2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.80s [INFO] running `Command { std: "docker" "inspect" "1060857b254e61b925fdf346b19e2066832430346a0521cb54b3e942daae5c2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1060857b254e61b925fdf346b19e2066832430346a0521cb54b3e942daae5c2f", kill_on_drop: false }` [INFO] [stdout] 1060857b254e61b925fdf346b19e2066832430346a0521cb54b3e942daae5c2f [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" "+1.60.0" "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] db3ad35b05e3005717697ec4d75a3d549881b674c1f0c9e2c7477be19f5c7595 [INFO] running `Command { std: "docker" "start" "-a" "db3ad35b05e3005717697ec4d75a3d549881b674c1f0c9e2c7477be19f5c7595", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/advent_of_code_2021-ec7a3cf02d5d72c3) [INFO] [stdout] [INFO] [stdout] running 81 tests [INFO] [stdout] test __template::tests::example ... ok [INFO] [stdout] test day02::tests::ex01_example ... ok [INFO] [stdout] test day02::tests::ex02 ... ok [INFO] [stdout] test day02::tests::ex02_example ... ok [INFO] [stdout] test day03::tests::ex2 ... ok [INFO] [stdout] test day03::tests::test_calculate_oxygen_co2 ... ok [INFO] [stdout] test day03::tests::test_iterate_split ... ok [INFO] [stdout] test day03::tests::test_split ... ok [INFO] [stdout] test day04::tests::example ... ok [INFO] [stdout] test day01::tests::ex2_example ... ok [INFO] [stdout] test day01::tests::ex1_example ... ok [INFO] [stdout] test day02::tests::ex01 ... ok [INFO] [stdout] test day05::tests::ex1_example ... ok [INFO] [stdout] test day03::tests::test_calculate_gamma_epsilon ... ok [INFO] [stdout] test day06::tests::ex1_exercise ... ok [INFO] [stdout] test day07::tests::ex2_example ... ok [INFO] [stdout] test day05::tests::ex2_example ... ok [INFO] [stdout] test day09::tests::ex1_example ... ok [INFO] [stdout] test day07::tests::ex1_example ... ok [INFO] [stdout] test day09::tests::ex2_example ... ok [INFO] [stdout] test day06::tests::ex2_exercise ... ok [INFO] [stdout] test day06::tests::ex2_example ... ok [INFO] [stdout] test day06::tests::ex1_example ... ok [INFO] [stdout] test day09::tests::ex1_exercise ... ok [INFO] [stdout] test day03::tests::ex1 ... ok [INFO] [stdout] test day10::tests::example ... ok [INFO] [stdout] test day10::tests::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 day13::tests::ex1_example ... ok [INFO] [stdout] test day13::tests::ex1_exercise ... ok [INFO] [stdout] test day13::tests::ex2_example ... ok [INFO] [stdout] test day11::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 day11::tests::ex1_exercise ... ok [INFO] [stdout] test day13::tests::ex2_exercise ... ok [INFO] [stdout] test day14::tests::ex2_exercise ... ok [INFO] [stdout] test day12::tests::ex1_example3 ... ok [INFO] [stdout] test day15::tests::ex1_example ... ok [INFO] [stdout] test day11::tests::ex2_example ... ok [INFO] [stdout] test day16::tests::ex1_example1 ... ok [INFO] [stdout] test day16::tests::ex1_example2 ... ok [INFO] [stdout] test day16::tests::ex1_example3 ... ok [INFO] [stdout] test day16::tests::ex1_example5 ... ok [INFO] [stdout] test day15::tests::ex2_example ... ok [INFO] [stdout] test day16::tests::ex1_example6 ... ok [INFO] [stdout] test day16::tests::ex1_example4 ... ok [INFO] [stdout] test day16::tests::ex1_exercise ... ok [INFO] [stdout] test day16::tests::ex1_example7 ... 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_example3 ... ok [INFO] [stdout] test day16::tests::ex2_example7 ... ok [INFO] [stdout] test day16::tests::ex2_exercise ... ok [INFO] [stdout] test day16::tests::ex2_example6 ... ok [INFO] [stdout] test day17::tests::example ... ok [INFO] [stdout] test day16::tests::ex2_example5 ... ok [INFO] [stdout] test day17::tests::test_pos_n ... ok [INFO] [stdout] test day17::tests::test_passes_in_target ... ok [INFO] [stdout] test day09::tests::ex2_exercise ... ok [INFO] [stdout] test day15::tests::ex1_exercise ... ok [INFO] [stdout] test day11::tests::ex2_exercise ... ok [INFO] [stdout] test day04::tests::exercise ... ok [INFO] [stdout] test day07::tests::ex2_exercise ... ok [INFO] [stdout] test day07::tests::ex1_exercise ... ok [INFO] [stdout] test day18::tests::example ... ok [INFO] [stdout] test day05::tests::ex1_exercise ... ok [INFO] [stdout] test day12::tests::ex1_exercise ... ok [INFO] [stdout] test day12::tests::ex2_example3 ... ok [INFO] [stdout] test day17::tests::exercise ... ok [INFO] [stdout] test day05::tests::ex2_exercise ... 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.50s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "db3ad35b05e3005717697ec4d75a3d549881b674c1f0c9e2c7477be19f5c7595", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db3ad35b05e3005717697ec4d75a3d549881b674c1f0c9e2c7477be19f5c7595", kill_on_drop: false }` [INFO] [stdout] db3ad35b05e3005717697ec4d75a3d549881b674c1f0c9e2c7477be19f5c7595