[INFO] cloning repository https://github.com/allgoewer/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/allgoewer/aoc-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fallgoewer%2Faoc-2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fallgoewer%2Faoc-2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b031ce593ec1c0543a3f48f6aef6e8991d415bcd [INFO] testing allgoewer/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%2Fallgoewer%2Faoc-2021" "/workspace/builds/worker-70/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-70/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/allgoewer/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/allgoewer/aoc-2021 [INFO] finished tweaking git repo https://github.com/allgoewer/aoc-2021 [INFO] tweaked toml for git repo https://github.com/allgoewer/aoc-2021 written to /workspace/builds/worker-70/source/Cargo.toml [INFO] crate git repo https://github.com/allgoewer/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] [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-70/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-70/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] c1f3deb2a383c81bda638c83cf607790566c020f7e5b44e7c28b5c66f86de763 [INFO] running `Command { std: "docker" "start" "-a" "c1f3deb2a383c81bda638c83cf607790566c020f7e5b44e7c28b5c66f86de763", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1f3deb2a383c81bda638c83cf607790566c020f7e5b44e7c28b5c66f86de763", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1f3deb2a383c81bda638c83cf607790566c020f7e5b44e7c28b5c66f86de763", kill_on_drop: false }` [INFO] [stdout] c1f3deb2a383c81bda638c83cf607790566c020f7e5b44e7c28b5c66f86de763 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-70/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-70/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] 239612c6aa738e7141e57571e8ba7c1bcea5d6649bda57873e79a540bee0710c [INFO] running `Command { std: "docker" "start" "-a" "239612c6aa738e7141e57571e8ba7c1bcea5d6649bda57873e79a540bee0710c", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling anyhow v1.0.50 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling pico-args v0.4.2 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling aoc-2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.37s [INFO] running `Command { std: "docker" "inspect" "239612c6aa738e7141e57571e8ba7c1bcea5d6649bda57873e79a540bee0710c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "239612c6aa738e7141e57571e8ba7c1bcea5d6649bda57873e79a540bee0710c", kill_on_drop: false }` [INFO] [stdout] 239612c6aa738e7141e57571e8ba7c1bcea5d6649bda57873e79a540bee0710c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-70/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-70/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] 6d14a9c49ee5e57aeefd3133fdb4f826ec90450eb14e6f58e5f19444ed759167 [INFO] running `Command { std: "docker" "start" "-a" "6d14a9c49ee5e57aeefd3133fdb4f826ec90450eb14e6f58e5f19444ed759167", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling aoc-2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 20.90s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc21-5890018154b2adff) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc21_cli-a0ca7cfeee3bda56) [INFO] running `Command { std: "docker" "inspect" "6d14a9c49ee5e57aeefd3133fdb4f826ec90450eb14e6f58e5f19444ed759167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d14a9c49ee5e57aeefd3133fdb4f826ec90450eb14e6f58e5f19444ed759167", kill_on_drop: false }` [INFO] [stdout] 6d14a9c49ee5e57aeefd3133fdb4f826ec90450eb14e6f58e5f19444ed759167 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-70/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-70/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] 9702a0facb4d8a976936d596bc0c4558d1dc1d0d9b8884bdf01a7597a31f289f [INFO] running `Command { std: "docker" "start" "-a" "9702a0facb4d8a976936d596bc0c4558d1dc1d0d9b8884bdf01a7597a31f289f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc21-5890018154b2adff) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::base16_err ... ok [INFO] [stdout] test tests::base16_ok ... ok [INFO] [stdout] test tests::grid_index_iter ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 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/aoc21_cli-a0ca7cfeee3bda56) [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test quiz01::tests::part2_examples ... ok [INFO] [stdout] test quiz01::tests::part1_examples ... ok [INFO] [stdout] test quiz02::tests::part1_examples ... ok [INFO] [stdout] test quiz02::tests::part2_examples ... ok [INFO] [stdout] test quiz03::tests::part1_examples ... ok [INFO] [stdout] test quiz03::tests::part2_examples ... ok [INFO] [stdout] test quiz06::tests::part1_examples ... ok [INFO] [stdout] test quiz04::tests::part1_examples ... ok [INFO] [stdout] test quiz06::tests::part2_examples ... ok [INFO] [stdout] test quiz07::tests::part1_examples ... ok [INFO] [stdout] test quiz04::tests::part2_examples ... ok [INFO] [stdout] test quiz07::tests::part2_examples ... ok [INFO] [stdout] test quiz08::tests::part1_examples ... ok [INFO] [stdout] test quiz09::tests::part1_examples ... ok [INFO] [stdout] test quiz10::tests::part1_examples ... ok [INFO] [stdout] test quiz09::tests::part2_examples ... ok [INFO] [stdout] test quiz10::tests::part2_examples ... ok [INFO] [stdout] test quiz11::tests::part1_examples ... ok [INFO] [stdout] test quiz13::tests::part1_examples ... ok [INFO] [stdout] test quiz13::tests::part2_examples ... ok [INFO] [stdout] test quiz08::tests::part2_examples ... ok [INFO] [stdout] test quiz16::tests::part1_examples ... ok [INFO] [stdout] test quiz16::tests::part2_examples ... ok [INFO] [stdout] test quiz15::tests::part1_examples ... ok [INFO] [stdout] test quiz14::tests::part1_examples ... ok [INFO] [stdout] test quiz14::tests::part2_examples ... ok [INFO] [stdout] test quiz11::tests::part2_examples ... ok [INFO] [stdout] test quiz15::tests::part2_examples ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests aoc21 [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" "9702a0facb4d8a976936d596bc0c4558d1dc1d0d9b8884bdf01a7597a31f289f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9702a0facb4d8a976936d596bc0c4558d1dc1d0d9b8884bdf01a7597a31f289f", kill_on_drop: false }` [INFO] [stdout] 9702a0facb4d8a976936d596bc0c4558d1dc1d0d9b8884bdf01a7597a31f289f