[INFO] cloning repository https://github.com/benblank/aoc2019-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/benblank/aoc2019-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenblank%2Faoc2019-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenblank%2Faoc2019-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62ba926964a34667bd1348ed3f139410b0b56405 [INFO] testing benblank/aoc2019-rust against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenblank%2Faoc2019-rust" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/benblank/aoc2019-rust on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/benblank/aoc2019-rust [INFO] finished tweaking git repo https://github.com/benblank/aoc2019-rust [INFO] tweaked toml for git repo https://github.com/benblank/aoc2019-rust written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/benblank/aoc2019-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a7992d2b1530f6356d5a25cc6bd741e238fd50570deb0c4a43bceb82478aa3d4 [INFO] running `Command { std: "docker" "start" "-a" "a7992d2b1530f6356d5a25cc6bd741e238fd50570deb0c4a43bceb82478aa3d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7992d2b1530f6356d5a25cc6bd741e238fd50570deb0c4a43bceb82478aa3d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7992d2b1530f6356d5a25cc6bd741e238fd50570deb0c4a43bceb82478aa3d4", kill_on_drop: false }` [INFO] [stdout] a7992d2b1530f6356d5a25cc6bd741e238fd50570deb0c4a43bceb82478aa3d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f90a39a5ffb84642ec6b403bf37971b4be3161dd041cf0c5296d60a7f9121e9 [INFO] running `Command { std: "docker" "start" "-a" "3f90a39a5ffb84642ec6b403bf37971b4be3161dd041cf0c5296d60a7f9121e9", kill_on_drop: false }` [INFO] [stderr] Compiling permutohedron v0.2.4 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling aoc2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.02s [INFO] running `Command { std: "docker" "inspect" "3f90a39a5ffb84642ec6b403bf37971b4be3161dd041cf0c5296d60a7f9121e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f90a39a5ffb84642ec6b403bf37971b4be3161dd041cf0c5296d60a7f9121e9", kill_on_drop: false }` [INFO] [stdout] 3f90a39a5ffb84642ec6b403bf37971b4be3161dd041cf0c5296d60a7f9121e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ffcf64f3cd11dae65517803595296ef6f18076f99e9726190703172ff661e7a3 [INFO] running `Command { std: "docker" "start" "-a" "ffcf64f3cd11dae65517803595296ef6f18076f99e9726190703172ff661e7a3", kill_on_drop: false }` [INFO] [stderr] Compiling aoc2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `Command { std: "docker" "inspect" "ffcf64f3cd11dae65517803595296ef6f18076f99e9726190703172ff661e7a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffcf64f3cd11dae65517803595296ef6f18076f99e9726190703172ff661e7a3", kill_on_drop: false }` [INFO] [stdout] ffcf64f3cd11dae65517803595296ef6f18076f99e9726190703172ff661e7a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4acfb48e052bb79af3e1e3a23f615813f1e7b4e94a03955e29132843f07796df [INFO] running `Command { std: "docker" "start" "-a" "4acfb48e052bb79af3e1e3a23f615813f1e7b4e94a03955e29132843f07796df", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc2019-de1879b8ccc35cf9) [INFO] [stdout] [INFO] [stdout] running 90 tests [INFO] [stdout] test day01::tests::calculate_fuel_cost_works ... ok [INFO] [stdout] test day01::tests::recursively_calculate_fuel_cost_works ... ok [INFO] [stdout] test day03::tests::get_manhattan_distance_works ... ok [INFO] [stdout] test day03::tests::parse_segments_works ... ok [INFO] [stdout] test day04::tests::ensure_ascending_works ... ok [INFO] [stdout] test day04::tests::from_digits_works ... ok [INFO] [stdout] test day04::tests::has_pair_works ... ok [INFO] [stdout] test day04::tests::to_digits_works ... ok [INFO] [stdout] test day04::tests::has_strict_pair_works ... ok [INFO] [stdout] test day10::tests::get_abs_gcd_works ... ok [INFO] [stdout] test day03::tests::draw_path_works ... ok [INFO] [stdout] test day10::tests::get_abs_gcd_works_when_a_equals_b ... ok [INFO] [stdout] test day10::tests::get_abs_gcd_works_when_a_is_multiple_of_b ... ok [INFO] [stdout] test day10::tests::get_abs_gcd_works_when_a_is_negative ... ok [INFO] [stdout] test day10::tests::get_abs_gcd_works_when_b_is_multiple_of_a ... ok [INFO] [stdout] test day10::tests::get_abs_gcd_works_when_b_is_negative ... ok [INFO] [stdout] test day10::tests::get_abs_gcd_works_when_both_are_negative ... ok [INFO] [stdout] test day10::tests::get_abs_gcd_works_when_no_common_factor ... ok [INFO] [stdout] test day10::tests::get_visible_asteroid_vectors_works_1 ... ok [INFO] [stdout] test day10::tests::read_map_works ... ok [INFO] [stdout] test day10::tests::simplify_vector_works ... ok [INFO] [stdout] test day10::tests::simplify_vector_works_when_a_is_negative ... ok [INFO] [stdout] test day10::tests::get_visible_asteroid_vectors_works_2 ... ok [INFO] [stdout] test day10::tests::get_visible_asteroid_vectors_works_3 ... ok [INFO] [stdout] test day10::tests::simplify_vector_works_when_both_are_negative ... ok [INFO] [stdout] test day10::tests::simplify_vector_works_when_b_is_negative ... ok [INFO] [stdout] test day10::tests::simplify_vector_works_when_no_simplification_is_possible ... ok [INFO] [stdout] test day12::tests::get_gcd_works_1 ... ok [INFO] [stdout] test day12::tests::get_gcd_works_2 ... ok [INFO] [stdout] test day12::tests::get_lcm_works_1 ... ok [INFO] [stdout] test day12::tests::get_lcm_works_2 ... ok [INFO] [stdout] test day12::tests::moon_get_energy_works_1 ... ok [INFO] [stdout] test day12::tests::moon_get_energy_works_2 ... ok [INFO] [stdout] test day12::tests::moon_get_energy_works_3 ... ok [INFO] [stdout] test day12::tests::moon_get_energy_works_4 ... ok [INFO] [stdout] test day16::tests::get_multiplier_works_0 ... ok [INFO] [stdout] test day16::tests::get_multiplier_works_2 ... ok [INFO] [stdout] test day14::tests::parse_input_works ... ok [INFO] [stdout] test day16::tests::get_multiplier_works_1 ... ok [INFO] [stdout] test day16::tests::get_multiplier_works_3 ... ok [INFO] [stdout] test intcomp::tests::get_digit_works ... ok [INFO] [stdout] test day16::tests::run_phase_works_4 ... ok [INFO] [stdout] test day10::tests::get_visible_asteroid_vectors_works_4 ... ok [INFO] [stdout] test day16::tests::run_phase_works_2 ... ok [INFO] [stdout] test day14::tests::reduce_to_ore_works_1 ... ok [INFO] [stdout] test day14::tests::reduce_to_ore_works_2 ... ok [INFO] [stdout] test day16::tests::run_phase_works_3 ... ok [INFO] [stdout] test day14::tests::reduce_to_ore_works_3 ... ok [INFO] [stdout] test intcomp::tests::instruction_parse_supports_add ... ok [INFO] [stdout] test day16::tests::run_phase_works_1 ... ok [INFO] [stdout] test intcomp::tests::instruction_parse_supports_address ... ok [INFO] [stdout] test intcomp::tests::instruction_parse_supports_halt ... ok [INFO] [stdout] test intcomp::tests::instruction_parse_supports_immediate ... ok [INFO] [stdout] test intcomp::tests::instruction_parse_supports_input ... ok [INFO] [stdout] test intcomp::tests::instruction_parse_supports_multiply ... ok [INFO] [stdout] test intcomp::tests::instruction_parse_supports_output ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_add ... ok [INFO] [stdout] test day10::tests::get_tracking_station_works_1 ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_multiply ... ok [INFO] [stdout] test day10::tests::get_tracking_station_works_2 ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_await_input ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_compare_equals ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_compare_less_than ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_works_10 ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_works_2 ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_extend_memory_for_relative_operand ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_works_3 ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_extend_memory_for_position_operand ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_works_4 ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_input ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_jump_if_false ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_works_5 ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_works_7 ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_jump_if_true ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_works_8 ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_works_6 ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_works_9 ... ok [INFO] [stdout] test intcomp::tests::intcomp_is_halted_detects_non_halt ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_adjust_relative_base ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_can_output ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_halts ... ok [INFO] [stdout] test intcomp::tests::operand_mode_from_digit_works ... ok [INFO] [stdout] test intcomp::tests::intcomp_is_halted_detects_halt ... ok [INFO] [stdout] test day10::tests::get_tracking_station_works_3 ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_works_1 ... ok [INFO] [stdout] test day14::tests::count_fuel_made_works ... ok [INFO] [stdout] test intcomp::tests::instruction_parse_panics_on_unsupported_opcode ... ok [INFO] [stdout] test intcomp::tests::intcomp_execute_panics_on_unrecognized_opcode ... ok [INFO] [stdout] test intcomp::tests::operand_mode_from_digit_panics_on_unrecognized_digit ... ok [INFO] [stdout] test day10::tests::get_tracking_station_works_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 90 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4acfb48e052bb79af3e1e3a23f615813f1e7b4e94a03955e29132843f07796df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4acfb48e052bb79af3e1e3a23f615813f1e7b4e94a03955e29132843f07796df", kill_on_drop: false }` [INFO] [stdout] 4acfb48e052bb79af3e1e3a23f615813f1e7b4e94a03955e29132843f07796df