[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 try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVGLoic%2Fadvent-of-code" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/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-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VGLoic/advent-of-code on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fa4b9a5618614c1a28abed0187794873593fc54f13e93ab1636b74209e24cc48
[INFO] running `Command { std: "docker" "start" "-a" "fa4b9a5618614c1a28abed0187794873593fc54f13e93ab1636b74209e24cc48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa4b9a5618614c1a28abed0187794873593fc54f13e93ab1636b74209e24cc48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa4b9a5618614c1a28abed0187794873593fc54f13e93ab1636b74209e24cc48", kill_on_drop: false }`
[INFO] [stdout] fa4b9a5618614c1a28abed0187794873593fc54f13e93ab1636b74209e24cc48
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c3238f88d33e022982978e0341f678fe8169f286abb3991e0ea339460594fed
[INFO] running `Command { std: "docker" "start" "-a" "8c3238f88d33e022982978e0341f678fe8169f286abb3991e0ea339460594fed", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling regex-automata v0.4.3
[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 13.12s
[INFO] running `Command { std: "docker" "inspect" "8c3238f88d33e022982978e0341f678fe8169f286abb3991e0ea339460594fed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c3238f88d33e022982978e0341f678fe8169f286abb3991e0ea339460594fed", kill_on_drop: false }`
[INFO] [stdout] 8c3238f88d33e022982978e0341f678fe8169f286abb3991e0ea339460594fed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 11d3a781f340ad128d2185cb50c81cac2c5dad65e7cff9533dd4b1a0921b76bf
[INFO] running `Command { std: "docker" "start" "-a" "11d3a781f340ad128d2185cb50c81cac2c5dad65e7cff9533dd4b1a0921b76bf", 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.64s
[INFO] running `Command { std: "docker" "inspect" "11d3a781f340ad128d2185cb50c81cac2c5dad65e7cff9533dd4b1a0921b76bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11d3a781f340ad128d2185cb50c81cac2c5dad65e7cff9533dd4b1a0921b76bf", kill_on_drop: false }`
[INFO] [stdout] 11d3a781f340ad128d2185cb50c81cac2c5dad65e7cff9533dd4b1a0921b76bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] eab12639d9ac7268ecf30118853fd98dc6a32f32506af2a5fc336411b973d90b
[INFO] running `Command { std: "docker" "start" "-a" "eab12639d9ac7268ecf30118853fd98dc6a32f32506af2a5fc336411b973d90b", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code-575c50b9d31c93b7)
[INFO] [stdout] running 72 tests
[INFO] [stdout] test assignment::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test assignment::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test assignment::tests::part_1_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_1_should_give_expected_maximum_callories_on_single_elf ... ok
[INFO] [stdout] test callories::tests::example_part_2_should_give_expected_sum_of_three_most_callories ... ok
[INFO] [stdout] test callories::tests::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 assignment::tests::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 cathod_ray_tube::tests::part_1_should_give_expected_result ... 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::part_2_should_give_expected_result ... ok
[INFO] [stdout] test directory::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test distress_signal::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test directory::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test distress_signal::tests::example_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 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 boiling_boulders::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test hill_climbing::tests::example_part_1_has_right_answer ... ok
[INFO] [stdout] test hill_climbing::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test elf_crates::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test elf_crates::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test marker::tests::example_target_length_of_14_should_give_expected_answer ... ok
[INFO] [stdout] test marker::tests::example_target_length_of_4_should_give_expected_answer ... ok
[INFO] [stdout] test marker::tests::target_length_of_14_should_give_expected_answer ... ok
[INFO] [stdout] test marker::tests::target_length_of_4_should_give_expected_answer ... ok
[INFO] [stdout] test monkey_in_the_middle::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test hill_climbing::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test monkey_in_the_middle::tests::part_1_should_give_expected_result ... ok
[INFO] [stdout] test beacon_exclusion_zone::tests::example_part_1_should_give_expected_result ... ok
[INFO] [stdout] test boiling_boulders::tests::part_2_should_give_expected_result ... ok
[INFO] [stdout] test beacon_exclusion_zone::tests::example_part_2_should_give_expected_result ... ok
[INFO] [stdout] test hill_climbing::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test proboscidea_volcanium::tests::example_part_1_should_give_expected_result ... 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 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 regolith_reservoir::tests::example_part_1_should_give_expected_answer ... ok
[INFO] [stdout] test regolith_reservoir::tests::example_part_2_should_give_expected_answer ... ok
[INFO] [stdout] test regolith_reservoir::tests::part_1_should_give_expected_answer ... ok
[INFO] [stdout] test proboscidea_volcanium::tests::part_1_should_give_expected_result ... 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 rock_paper_scissors::tests::part_1_strategy_gives_expected_score ... 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 rope_bridge::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test rope_bridge::tests::part_2_has_right_answer ... 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 tree_house::tests::example_part_2_has_right_answer ... ok
[INFO] [stdout] test tree_house::tests::part_1_has_right_answer ... ok
[INFO] [stdout] test tree_house::tests::part_2_has_right_answer ... ok
[INFO] [stdout] test regolith_reservoir::tests::part_2_should_give_expected_answer ... ok
[INFO] [stdout] test pyroclastic_flow::tests::part_1_should_give_expected_result ... 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-575c50b9d31c93b7` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "eab12639d9ac7268ecf30118853fd98dc6a32f32506af2a5fc336411b973d90b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eab12639d9ac7268ecf30118853fd98dc6a32f32506af2a5fc336411b973d90b", kill_on_drop: false }`
[INFO] [stdout] eab12639d9ac7268ecf30118853fd98dc6a32f32506af2a5fc336411b973d90b
