[INFO] cloning repository https://github.com/VGLoic/advent-of-code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VGLoic/advent-of-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVGLoic%2Fadvent-of-code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVGLoic%2Fadvent-of-code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 63eb52559da755a3268dd1cce680f23b69b7980b
[INFO] testing VGLoic/advent-of-code against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVGLoic%2Fadvent-of-code" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/VGLoic/advent-of-code
[INFO] finished tweaking git repo https://github.com/VGLoic/advent-of-code
[INFO] tweaked toml for git repo https://github.com/VGLoic/advent-of-code written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VGLoic/advent-of-code on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/VGLoic/advent-of-code already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9fdb7c9c782bab3f82d48c5f50cef55be6f00ea9b948915057c544d473ddaf8b
[INFO] running `Command { std: "docker" "start" "-a" "9fdb7c9c782bab3f82d48c5f50cef55be6f00ea9b948915057c544d473ddaf8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9fdb7c9c782bab3f82d48c5f50cef55be6f00ea9b948915057c544d473ddaf8b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fdb7c9c782bab3f82d48c5f50cef55be6f00ea9b948915057c544d473ddaf8b", kill_on_drop: false }`
[INFO] [stdout] 9fdb7c9c782bab3f82d48c5f50cef55be6f00ea9b948915057c544d473ddaf8b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab3ef0f17fd89d3c5136c94901228e15b4677bb0f67a8821562bb2413f96ba3e
[INFO] running `Command { std: "docker" "start" "-a" "ab3ef0f17fd89d3c5136c94901228e15b4677bb0f67a8821562bb2413f96ba3e", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
[INFO] running `Command { std: "docker" "inspect" "ab3ef0f17fd89d3c5136c94901228e15b4677bb0f67a8821562bb2413f96ba3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab3ef0f17fd89d3c5136c94901228e15b4677bb0f67a8821562bb2413f96ba3e", kill_on_drop: false }`
[INFO] [stdout] ab3ef0f17fd89d3c5136c94901228e15b4677bb0f67a8821562bb2413f96ba3e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3177ae114aff6b3bf325d72e65914f5f4a5ed7f5cd1c2ebe22430c90a360cb0a
[INFO] running `Command { std: "docker" "start" "-a" "3177ae114aff6b3bf325d72e65914f5f4a5ed7f5cd1c2ebe22430c90a360cb0a", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.56s
[INFO] running `Command { std: "docker" "inspect" "3177ae114aff6b3bf325d72e65914f5f4a5ed7f5cd1c2ebe22430c90a360cb0a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3177ae114aff6b3bf325d72e65914f5f4a5ed7f5cd1c2ebe22430c90a360cb0a", kill_on_drop: false }`
[INFO] [stdout] 3177ae114aff6b3bf325d72e65914f5f4a5ed7f5cd1c2ebe22430c90a360cb0a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5fbbd98f10140917456a4ed4621c35322fcd3e624a413cc5b1b2b554ffdfde4a
[INFO] running `Command { std: "docker" "start" "-a" "5fbbd98f10140917456a4ed4621c35322fcd3e624a413cc5b1b2b554ffdfde4a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code-dfdf56a070378188)
[INFO] [stdout] 
[INFO] [stdout] running 72 tests
[INFO] [stdout] test assignment::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test assignment::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test assignment::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test boiling_boulders::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test boiling_boulders::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test callories::tests::example_part_2_should_give_expected_sum_of_three_most_callories ... ok
[INFO] [stdout] test cathod_ray_tube::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test cathod_ray_tube::tests::part_2_should_give_expected_result ... ok
[INFO] [stdout] test callories::tests::part_1_should_give_expected_maximum_callories_on_single_elf ... ok
[INFO] [stdout] test directory::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test directory::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test cathod_ray_tube::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test cathod_ray_tube::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test directory::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test distress_signal::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test elf_crates::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test elf_crates::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test distress_signal::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test callories::tests::example_part_1_should_give_expected_maximum_callories_on_single_elf ... ok
[INFO] [stdout] test callories::tests::part_2_should_give_expected_sum_of_three_most_callories ... ok
[INFO] [stdout] test directory::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test distress_signal::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test distress_signal::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test marker::tests::example_target_length_of_14_should_give_expected_answer ... ok
[INFO] [stdout] test hill_climbing::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test marker::tests::example_target_length_of_4_should_give_expected_answer ... ok
[INFO] [stdout] test assignment::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test hill_climbing::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test monkey_in_the_middle::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test monkey_in_the_middle::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test marker::tests::target_length_of_4_should_give_expected_answer ... ok
[INFO] [stdout] test elf_crates::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test marker::tests::target_length_of_14_should_give_expected_answer ... ok
[INFO] [stdout] test boiling_boulders::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test hill_climbing::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test elf_crates::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test pyroclastic_flow::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test pyroclastic_flow::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test regolith_reservoir::tests::example_part_2_should_give_expected_answer ... ok
[INFO] [stdout] test regolith_reservoir::tests::example_part_1_should_give_expected_answer ... ok
[INFO] [stdout] test regolith_reservoir::tests::part_1_should_give_expected_answer ... ok
[INFO] [stdout] test rock_paper_scissors::tests::example_part_1_strategy_gives_expected_score ... ok
[INFO] [stdout] test rock_paper_scissors::tests::example_part_2_strategy_gives_expected_score ... ok
[INFO] [stdout] test hill_climbing::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test rock_paper_scissors::tests::part_2_strategy_gives_expected_score ... ok
[INFO] [stdout] test rope_bridge::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test rope_bridge::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test rock_paper_scissors::tests::part_1_strategy_gives_expected_score ... ok
[INFO] [stdout] test boiling_boulders::tests::part_2_should_give_expected_result ... ok
[INFO] [stdout] test rucksacks::first_part::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test rucksacks::first_part::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test rucksacks::second_part::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test rucksacks::second_part::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test tree_house::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test rope_bridge::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test tree_house::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test beacon_exclusion_zone::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test tree_house::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test rope_bridge::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test tree_house::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test proboscidea_volcanium::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test beacon_exclusion_zone::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test proboscidea_volcanium::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test monkey_in_the_middle::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test proboscidea_volcanium::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test pyroclastic_flow::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test regolith_reservoir::tests::part_2_should_give_expected_answer ... ok
[INFO] [stdout] test pyroclastic_flow::tests::part_2_should_give_expected_result ... ok
[INFO] [stdout] test monkey_in_the_middle::tests::part_2_should_give_expected_result ... ok
[INFO] [stdout] test beacon_exclusion_zone::tests::part_2_should_give_expected_result ... ok
[INFO] [stdout] test beacon_exclusion_zone::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test proboscidea_volcanium::tests::part_2_should_give_expected_result has been running for over 60 seconds
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/advent_of_code-dfdf56a070378188` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "5fbbd98f10140917456a4ed4621c35322fcd3e624a413cc5b1b2b554ffdfde4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fbbd98f10140917456a4ed4621c35322fcd3e624a413cc5b1b2b554ffdfde4a", kill_on_drop: false }`
[INFO] [stdout] 5fbbd98f10140917456a4ed4621c35322fcd3e624a413cc5b1b2b554ffdfde4a
