[INFO] cloning repository https://github.com/DirtGrubDylan/adventofcode2019 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DirtGrubDylan/adventofcode2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDirtGrubDylan%2Fadventofcode2019", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDirtGrubDylan%2Fadventofcode2019'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b37f357289611d2802d07a2ca0e92592e7ec747 [INFO] testing DirtGrubDylan/adventofcode2019 against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDirtGrubDylan%2Fadventofcode2019" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DirtGrubDylan/adventofcode2019 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/DirtGrubDylan/adventofcode2019 [INFO] finished tweaking git repo https://github.com/DirtGrubDylan/adventofcode2019 [INFO] tweaked toml for git repo https://github.com/DirtGrubDylan/adventofcode2019 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/DirtGrubDylan/adventofcode2019 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7e1995b43f61d51fd716841aa58810d641652d75e84ca2aeb6150afbd3af14d5 [INFO] running `Command { std: "docker" "start" "-a" "7e1995b43f61d51fd716841aa58810d641652d75e84ca2aeb6150afbd3af14d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e1995b43f61d51fd716841aa58810d641652d75e84ca2aeb6150afbd3af14d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e1995b43f61d51fd716841aa58810d641652d75e84ca2aeb6150afbd3af14d5", kill_on_drop: false }` [INFO] [stdout] 7e1995b43f61d51fd716841aa58810d641652d75e84ca2aeb6150afbd3af14d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 0526eb85ea87129e82ed27af4ff4c70d479e278ffab4472a8d1ae11700b3aeb7 [INFO] running `Command { std: "docker" "start" "-a" "0526eb85ea87129e82ed27af4ff4c70d479e278ffab4472a8d1ae11700b3aeb7", kill_on_drop: false }` [INFO] [stderr] Compiling adventofcode2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::panic` [INFO] [stdout] --> src/day_6/orbit.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::panic; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day_2/mod.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | Err(error) => panic!(error), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 74 | Err(error) => panic!("{}", error), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.76s [INFO] running `Command { std: "docker" "inspect" "0526eb85ea87129e82ed27af4ff4c70d479e278ffab4472a8d1ae11700b3aeb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0526eb85ea87129e82ed27af4ff4c70d479e278ffab4472a8d1ae11700b3aeb7", kill_on_drop: false }` [INFO] [stdout] 0526eb85ea87129e82ed27af4ff4c70d479e278ffab4472a8d1ae11700b3aeb7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stdout] f9b4350c4d88af88d06d730989f2ce842e49613de2f9e944900fcd28e6e25fb3 [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" "f9b4350c4d88af88d06d730989f2ce842e49613de2f9e944900fcd28e6e25fb3", kill_on_drop: false }` [INFO] [stderr] Compiling adventofcode2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/day_2/mod.rs:74:30 [INFO] [stdout] | [INFO] [stdout] 74 | Err(error) => panic!(error), [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 74 | Err(error) => panic!("{}", error), [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.00s [INFO] running `Command { std: "docker" "inspect" "f9b4350c4d88af88d06d730989f2ce842e49613de2f9e944900fcd28e6e25fb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9b4350c4d88af88d06d730989f2ce842e49613de2f9e944900fcd28e6e25fb3", kill_on_drop: false }` [INFO] [stdout] f9b4350c4d88af88d06d730989f2ce842e49613de2f9e944900fcd28e6e25fb3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] f7d995eb251dda687096c9a3040ec952573a16bace75be2b2de2a334eba88246 [INFO] running `Command { std: "docker" "start" "-a" "f7d995eb251dda687096c9a3040ec952573a16bace75be2b2de2a334eba88246", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/day_2/mod.rs:74:30 [INFO] [stderr] | [INFO] [stderr] 74 | Err(error) => panic!(error), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 74 | Err(error) => panic!("{}", error), [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `adventofcode2019` (bin "adventofcode2019" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/adventofcode2019-b7481e7eecd25b99) [INFO] [stdout] [INFO] [stdout] running 157 tests [INFO] [stdout] test day_10::asteroids::tests::test_distance_to ... ok [INFO] [stdout] test day_10::asteroids::tests::test_get_all_other_asteroid_coordinates ... ok [INFO] [stdout] test day_10::asteroids::tests::test_relative_coordinates_of ... ok [INFO] [stdout] test day_11::robot::tests::test_change_direction ... ok [INFO] [stdout] test day_12::moons::tests::test_10_steps ... ok [INFO] [stdout] test day_12::moons::tests::test_100_steps ... ok [INFO] [stdout] test day_12::moons::tests::test_moon_total_energy ... ok [INFO] [stdout] test day_12::moons::tests::test_apply_gravity_between ... ok [INFO] [stdout] test day_11::robot::tests::test_run_program ... ok [INFO] [stdout] test day_14::nanofactory::tests::test_get_ingredients_needed_to_make_1_fuel ... ok [INFO] [stdout] test day_14::nanofactory::tests::test_get_ingredients_needed_to_make_16_c_with_4_leftovers ... ok [INFO] [stdout] test day_13::game::tests::test_initialize_map ... ok [INFO] [stdout] test day_14::nanofactory::tests::test_new_c_reaction_from_str ... ok [INFO] [stdout] test day_12::tests::test_location_str_to_point ... ok [INFO] [stdout] test day_14::nanofactory::tests::test_get_ingredients_needed_to_make_21_c ... ok [INFO] [stdout] test day_11::robot::tests::test_move_forward ... ok [INFO] [stdout] test day_14::nanofactory::tests::test_new_ingredient_from_str ... ok [INFO] [stdout] test day_14::nanofactory::tests::test_new_fuel_reaction_from_str ... ok [INFO] [stdout] test day_11::robot::tests::test_paint_current_location ... ok [INFO] [stdout] test day_14::nanofactory::tests::test_number_of_ore_to_make_n_fuel ... ok [INFO] [stdout] test day_1::fuel_counter_upper::tests::test_new ... ok [INFO] [stdout] test day_1::fuel_counter_upper::tests::test_new_with_file ... ok [INFO] [stdout] test day_1::fuel_counter_upper::tests::test_fuel_required ... ok [INFO] [stdout] test day_14::nanofactory::tests::test_add_reaction_from_str ... ok [INFO] [stdout] test day_1::fuel_counter_upper::tests::test_total_fuel_required ... ok [INFO] [stdout] test day_1::fuel_counter_upper::tests::test_fuel_required_recursive ... ok [INFO] [stdout] test day_1::fuel_counter_upper::tests::test_total_fuel_required_recursive ... ok [INFO] [stdout] test day_10::asteroids::tests::test_number_of_asteroids_in_los ... ok [INFO] [stdout] test day_1::fuel_counter_upper::tests::test_total_fuel_required_with_file ... ok [INFO] [stdout] test day_3::line::test::test_distance_from_point_to_end_left ... ok [INFO] [stdout] test day_3::line::test::test_new ... ok [INFO] [stdout] test day_3::line::test::test_ordering_equal ... ok [INFO] [stdout] test day_3::line::test::test_ordering_less_different_position ... ok [INFO] [stdout] test day_3::line::test::test_ordering_less_same_position ... ok [INFO] [stdout] test day_3::line::test::test_sorting ... ok [INFO] [stdout] test day_3::wire::tests::test_best_time_wires_dont_intersect ... ok [INFO] [stdout] test day_3::wire::tests::test_best_time_wires_intersect ... ok [INFO] [stdout] test day_1::module::tests::test_from_str ... ok [INFO] [stdout] test day_3::line::test::test_distance_from_point_to_end_right ... ok [INFO] [stdout] test day_10::asteroids::tests::test_angle_to_90_degrees ... ok [INFO] [stdout] test day_1::module::tests::test_new ... ok [INFO] [stdout] test day_1::fuel_counter_upper::tests::test_total_fuel_required_recursive_with_file ... ok [INFO] [stdout] test day_3::line::test::test_distance_from_point_to_end_up ... ok [INFO] [stdout] test day_3::wire::tests::test_new_from_string_vec ... ok [INFO] [stdout] test day_3::wire::tests::test_horizontal_line_intersects_best_time ... ok [INFO] [stdout] test day_3::wire::tests::test_origin_line_doesnt_intersect ... ok [INFO] [stdout] test day_3::wire::tests::test_origin_line_doesnt_intersect_best_time ... ok [INFO] [stdout] test day_3::wire::tests::test_vertical_line_doesnt_intersect_best_time ... ok [INFO] [stdout] test day_3::wire::tests::test_vertical_line_intersects ... ok [INFO] [stdout] test day_3::wire::tests::test_vertical_line_intersects_best_time ... ok [INFO] [stdout] test day_3::wire::tests::test_wires_dont_intersect ... ok [INFO] [stdout] test day_3::wire::tests::test_wires_intersect ... ok [INFO] [stdout] test day_4::possible_password_finder::test::test_int_to_vector_with_magnitude_of_ten ... ok [INFO] [stdout] test day_4::possible_password_finder::test::test_new ... ok [INFO] [stdout] test day_4::possible_password_finder::test::test_number_of_double_digit_passwords_between ... ok [INFO] [stdout] test day_4::possible_password_finder::test::test_number_of_double_digit_passwords_up_to ... ok [INFO] [stdout] test day_4::possible_password_finder::test::test_number_of_non_triple_double_digit_passwords_between ... ok [INFO] [stdout] test day_4::possible_password_finder::test::test_number_of_strict_increasing_between ... ok [INFO] [stdout] test day_4::possible_password_finder::test::test_number_of_strict_increasing_inclusive ... ok [INFO] [stdout] test day_4::possible_password_finder::test::test_number_of_triple_digit_passwords_between ... ok [INFO] [stdout] test day_4::possible_password_finder::test::test_number_of_triple_digit_passwords_up_to ... ok [INFO] [stdout] test day_4::possible_passwords::test::test_get_number_of_double_digits_for ... ok [INFO] [stdout] test day_4::possible_passwords::test::test_get_number_of_increasing_digits_for ... ok [INFO] [stdout] test day_4::possible_passwords::test::test_get_number_of_triple_digits_for ... ok [INFO] [stdout] test day_4::possible_passwords::test::test_get_possible_passwords_for ... ok [INFO] [stdout] test day_4::possible_passwords::test::test_new_possible_password_map ... ok [INFO] [stdout] test day_3::line::test::test_distance_from_point_to_end_down ... ok [INFO] [stdout] test day_3::wire::tests::test_horizontal_line_doesnt_intersect_best_time ... ok [INFO] [stdout] test day_3::wire::tests::test_horizontal_line_doesnt_intersect ... ok [INFO] [stdout] test day_3::wire::tests::test_new_from_str ... ok [INFO] [stdout] test day_3::wire::tests::test_line_doesnt_intersect ... ok [INFO] [stdout] test day_3::wire::tests::test_vertical_line_doesnt_intersect ... ok [INFO] [stdout] test day_10::asteroids::tests::test_new_asteroid_map ... ok [INFO] [stdout] test day_10::asteroids::tests::test_best_monitoring_station_location ... ok [INFO] [stdout] test day_3::wire::tests::test_horizontal_line_intersects ... ok [INFO] [stdout] test day_4::possible_passwords::test::test_new_possible_passwords ... ok [INFO] [stdout] test day_6::orbit::tests::test_number_of_indirect_orbits_for_l ... ok [INFO] [stdout] test day_4::possible_passwords::test::test_number_of_double_digit_values_up_to ... ok [INFO] [stdout] test day_6::orbit::tests::test_add_orbit_description ... ok [INFO] [stdout] test day_6::orbit::tests::test_number_of_indirect_orbits_for_q ... ok [INFO] [stdout] test day_6::orbit::tests::test_number_of_indirect_orbits_for_d ... ok [INFO] [stdout] test day_6::orbit::tests::test_number_of_orbits_for_d ... ok [INFO] [stdout] test day_6::orbit::tests::test_number_of_direct_orbits_for_q ... ok [INFO] [stdout] test day_10::asteroids::tests::test_create_from_map ... ok [INFO] [stdout] test day_6::orbit::tests::test_number_of_indirect_orbits_for_com ... ok [INFO] [stdout] test day_6::orbit::tests::test_number_of_orbits_for_q ... ok [INFO] [stdout] test day_6::orbit::tests::test_number_of_direct_orbits_for_b ... ok [INFO] [stdout] test day_6::orbit::tests::test_number_of_orbits_for_l ... ok [INFO] [stdout] test day_7::amplifiers::tests::test_amplifier_reset_computer ... ok [INFO] [stdout] test day_7::amplifiers::tests::test_amplifier_circuit_get_all_phase_signal_variations ... ok [INFO] [stdout] test day_6::orbit::tests::test_number_of_objects_between ... ok [INFO] [stdout] test day_7::amplifiers::tests::test_amplifier_run_progrom ... ok [INFO] [stdout] test day_10::asteroids::tests::test_large_best_monitoring_station_location ... ok [INFO] [stdout] test day_6::orbit::tests::test_number_of_orbits_for_com ... ok [INFO] [stdout] test day_7::amplifiers::tests::test_new_amplifier ... ok [INFO] [stdout] test day_14::nanofactory::tests::test_get_ingredients_needed_to_make_3_bc ... ok [INFO] [stdout] test day_6::orbit::tests::test_total_number_of_orbits ... ok [INFO] [stdout] test day_8::image::tests::test_layer_with_least_amount_of_pixel_value ... ok [INFO] [stdout] test day_8::image::tests::test_new ... ok [INFO] [stdout] test day_8::layer::tests::test_adjust_with ... ok [INFO] [stdout] test file_reader::tests::test_to_string_vector ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_adjust_relative_base ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_jump_if_true ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_multiply ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_no_jump_if_false ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_no_jump_if_true ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_no_store_if_equals ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_no_store_if_less_than ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_output ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_save_input ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_store_if_equals ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_store_if_less_than ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_terminate ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_get_parameter_value_from_memory ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_get_parameter_value_from_memory_immediate ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_new_add ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_new_jump_if_false ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_new_jump_if_true ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_new_multiply ... ok [INFO] [stdout] test day_8::layer::tests::test_amount_of_pixels_with_value ... ok [INFO] [stdout] test day_4::possible_passwords::test::test_number_of_triple_digit_values_up_to ... ok [INFO] [stdout] test day_6::orbit::tests::test_add_one_orbit_description_line ... ok [INFO] [stdout] test day_6::orbit::tests::test_add_two_orbit_description_line ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_jump_if_false ... ok [INFO] [stdout] test day_8::image::tests::test_get_flattened_layer ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_new_output ... ok [INFO] [stdout] test intcode_computer::tests::test_execute_program_until_next_waiting ... ok [INFO] [stdout] test intcode_computer::tests::test_execute_program_until_waiting ... ok [INFO] [stdout] test intcode_computer::tests::test_execute_self_replicating_program ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_new_store_if_equals ... ok [INFO] [stdout] test intcode_computer::tests::test_execute_program_opcode_1 ... ok [INFO] [stdout] test intcode_computer::tests::test_execute_program_until_finished ... ok [INFO] [stdout] test intcode_computer::tests::test_from_str_vec ... ok [INFO] [stdout] test intcode_computer::tests::test_replace_code_in_program ... ok [INFO] [stdout] test intcode_computer::tests::test_run_large_opcode_2 ... ok [INFO] [stdout] test intcode_computer::tests::test_reset ... ok [INFO] [stdout] test day_6::orbit::tests::test_orbit_names_distance_path_for ... ok [INFO] [stdout] test day_8::layer::tests::test_new ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_new_store_if_less_than ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_new_terminate ... ok [INFO] [stdout] test intcode_computer::tests::test_large_number_output ... ok [INFO] [stdout] test location::point_3d::tests::test_manhattan_distance_to ... ok [INFO] [stdout] test location::point_2d::tests::test_manhattan_distance_to ... ok [INFO] [stdout] test location::point_3d::tests::test_distance_to ... ok [INFO] [stdout] test location::point_2d::tests::test_distance_to ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_new_save_input ... ok [INFO] [stdout] test location::point_3d::tests::test_add ... ok [INFO] [stdout] test intcode_computer::tests::test_run_program_opcode_2 ... ok [INFO] [stdout] test location::point_2d::tests::test_add ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_adjust_relative_base_negative ... ok [INFO] [stdout] test intcode_computer::intcode_instruction::tests::test_execute_add ... ok [INFO] [stdout] test intcode_computer::tests::test_new ... ok [INFO] [stdout] test day_7::amplifiers::tests::test_amplifier_circuit_get_larget_output_signal ... ok [INFO] [stdout] test day_12::moons::tests::test_steps_to_get_moons_at_original_positions_and_velocities ... ok [INFO] [stdout] test day_7::amplifiers::tests::test_amplifier_circuit_get_larget_output_signal_feedback_loop ... ok [INFO] [stdout] test day_10::asteroids::tests::test_largest_best_monitoring_station_location ... ok [INFO] [stdout] test day_10::asteroids::tests::test_largest_nth_vaporized_asteroid_from_best_monitoring_station ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 157 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f7d995eb251dda687096c9a3040ec952573a16bace75be2b2de2a334eba88246", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7d995eb251dda687096c9a3040ec952573a16bace75be2b2de2a334eba88246", kill_on_drop: false }` [INFO] [stdout] f7d995eb251dda687096c9a3040ec952573a16bace75be2b2de2a334eba88246