[INFO] updating cached repository https://github.com/rcuhljr/aoc2018 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2408bb458af70eb3ce9faa35bda90add68255aa7 [INFO] testing rcuhljr/aoc2018 against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frcuhljr%2Faoc2018" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rcuhljr/aoc2018 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rcuhljr/aoc2018 [INFO] finished tweaking git repo https://github.com/rcuhljr/aoc2018 [INFO] tweaked toml for git repo https://github.com/rcuhljr/aoc2018 written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/rcuhljr/aoc2018 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 9b7d08e250074da675cf4556c292cead97b97df3598b6df4909274cde171ab4c [INFO] running `"docker" "start" "-a" "9b7d08e250074da675cf4556c292cead97b97df3598b6df4909274cde171ab4c"` [INFO] [stderr] Compiling aoc2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/day24/mod.rs:710:49 [INFO] [stderr] | [INFO] [stderr] 710 | infection.retain(|x| *x != old);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:33:35 [INFO] [stderr] | [INFO] [stderr] 33 | fn record_times(format: &str, f: &Fn() -> String) { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> String` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/day25/mod.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | let mut new_key = star.clone(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.22s [INFO] running `"docker" "inspect" "9b7d08e250074da675cf4556c292cead97b97df3598b6df4909274cde171ab4c"` [INFO] running `"docker" "rm" "-f" "9b7d08e250074da675cf4556c292cead97b97df3598b6df4909274cde171ab4c"` [INFO] [stdout] 9b7d08e250074da675cf4556c292cead97b97df3598b6df4909274cde171ab4c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] f31b505385674967694c501174c564cd7cb38d2268c208cbad3de5ed7a669c6f [INFO] running `"docker" "start" "-a" "f31b505385674967694c501174c564cd7cb38d2268c208cbad3de5ed7a669c6f"` [INFO] [stderr] Compiling aoc2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/day24/mod.rs:710:49 [INFO] [stderr] | [INFO] [stderr] 710 | infection.retain(|x| *x != old);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:33:35 [INFO] [stderr] | [INFO] [stderr] 33 | fn record_times(format: &str, f: &Fn() -> String) { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn() -> String` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/day25/mod.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | let mut new_key = star.clone(); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.34s [INFO] running `"docker" "inspect" "f31b505385674967694c501174c564cd7cb38d2268c208cbad3de5ed7a669c6f"` [INFO] running `"docker" "rm" "-f" "f31b505385674967694c501174c564cd7cb38d2268c208cbad3de5ed7a669c6f"` [INFO] [stdout] f31b505385674967694c501174c564cd7cb38d2268c208cbad3de5ed7a669c6f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 62dfdcfc071d61ef06ab7df0e5db98f9f9d057192e28da784a275b73f8a266e7 [INFO] running `"docker" "start" "-a" "62dfdcfc071d61ef06ab7df0e5db98f9f9d057192e28da784a275b73f8a266e7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/aoc2018-92399bdf5d380081 [INFO] [stdout] [INFO] [stdout] running 80 tests [INFO] [stdout] test day11::tests::should_solve_power_value ... ok [INFO] [stdout] test day11::tests::should_make_sat ... ok [INFO] [stdout] test day11::tests::should_solve_sample11_for_output ... ok [INFO] [stdout] test day12::tests::should_apply_generation ... ok [INFO] [stdout] test day12::tests::should_read_initial_state ... ok [INFO] [stdout] test day13::tests::should_read_initial_state ... ok [INFO] [stdout] test day13::tests::should_read_complex_initial_state ... ok [INFO] [stdout] test day14::tests::should_read_initial_state ... ok [INFO] [stdout] test day13::tests::should_run_simulation_on_sample ... ok [INFO] [stdout] test day16::tests::should_find_3_opcodes_for_sample ... ok [INFO] [stdout] test day13::tests::should_run_simulation_on_sample_with_removal ... ok [INFO] [stdout] test day12::tests::should_solve_sample ... ok [INFO] [stdout] test day16::tests::should_process_instructions ... ok [INFO] [stdout] test day15::tests::should_read_initial_field ... ok [INFO] [stdout] test day14::tests::should_find_next_n_scores ... ok [INFO] [stdout] test day18::tests::should_count_neighbors ... ok [INFO] [stdout] test day18::tests::should_parse_sample_forest ... ok [INFO] [stdout] test day17::tests::should_read_initial_input16 ... ok [INFO] [stdout] test day17::tests::should_solve_simple_bucket ... ok [INFO] [stdout] test day17::tests::should_solve_sample_water_count ... ok [INFO] [stdout] test day18::tests::should_solve_ten_min_sample ... ok [INFO] [stdout] test day10::tests::should_solve_sample10_for_output ... ok [INFO] [stdout] test day1::tests::reaches_ten ... ok [INFO] [stdout] test day10::tests::should_solve_sample10a_for_time ... ok [INFO] [stdout] test day20::tests::should_read_initial_input20 ... ok [INFO] [stdout] test day1::tests::all_positives_input ... ok [INFO] [stdout] test day1::tests::mixed_inputs ... ok [INFO] [stdout] test day18::tests::should_solve_two_five_sample ... ok [INFO] [stdout] test day1::tests::reaches_zero_simple ... ok [INFO] [stdout] test day20::tests::should_solve_sample20 ... ok [INFO] [stdout] test day23::tests::should_check_3d_intersection ... ok [INFO] [stdout] test day23::tests::should_find_bots_in_range ... ok [INFO] [stdout] test day16::tests::should_read_initial_input16 ... ok [INFO] [stdout] test day23::tests::should_find_densest_area ... ok [INFO] [stdout] test day24::tests::should_not_let_dead_attack ... ok [INFO] [stdout] test day23::tests::should_solve_bigger_sample23 ... ok [INFO] [stdout] test day24::tests::should_solve_small_sample24 ... ok [INFO] [stdout] test day24::tests::should_tiebreak_targeting ... ok [INFO] [stdout] test day23::tests::should_solve_small_sample23 ... ok [INFO] [stdout] test day16::tests::should_work_with_bigger_sample ... ok [INFO] [stdout] test day15::tests::should_do_custom_move ... ok [INFO] [stdout] test day2::tests::check_match_sample ... ok [INFO] [stdout] test day2::tests::find_checksum_sample ... ok [INFO] [stdout] test day3::tests::should_increment_by_claim ... ok [INFO] [stdout] test day3::tests::should_parse_claim_string ... ok [INFO] [stdout] test day25::tests::should_read_star_data ... ok [INFO] [stdout] test day3::tests::should_solve_clean_sample ... ok [INFO] [stdout] test day3::tests::should_solve_sample3a ... ok [INFO] [stdout] test day4::tests::should_parse_entry ... ok [INFO] [stdout] test day4::tests::should_solve_sample4a ... ok [INFO] [stdout] test day2::tests::find_near_match_sample ... ok [INFO] [stdout] test day4::tests::should_solve_sample4b ... ok [INFO] [stdout] test day4::tests::should_sort_logs ... ok [INFO] [stdout] test day5::tests::should_solve_sample5a ... ok [INFO] [stdout] test day6::tests::should_solve_sample6a ... ok [INFO] [stdout] test day5::tests::should_solve_sample5b ... ok [INFO] [stdout] test day7::tests::should_solve_sample7a_graph ... ok [INFO] [stdout] test day6::tests::should_solve_sample6b ... ok [INFO] [stdout] test day7::tests::should_utf ... ok [INFO] [stdout] test day25::tests::should_solve_simple_constellations ... ok [INFO] [stdout] test day8::tests::should_solve_sample8b ... ok [INFO] [stdout] test day19::tests::should_read_initial_input18 ... ok [INFO] [stdout] test day8::tests::should_solve_sample8a ... ok [INFO] [stdout] test utility::tests::read_file ... ok [INFO] [stdout] test day22::tests::should_solve_sample22 ... ok [INFO] [stdout] test utility::tests::read_string_file ... ok [INFO] [stdout] test day9::tests::should_solve_sample9a ... ok [INFO] [stdout] test day7::tests::should_solve_sample7b ... ok [INFO] [stdout] test day24::tests::should_tiebreak_targeting_again ... ok [INFO] [stdout] test day7::tests::should_solve_sample7a ... ok [INFO] [stdout] test day9::tests::should_solve_another_sample9a ... ok [INFO] [stdout] test day22::tests::should_solve_sample_2 ... ok [INFO] [stdout] test day11::tests::should_solve_power_grids ... ok [INFO] [stdout] test day21::tests::should_read_initial_input21 ... ok [INFO] [stdout] test day11::tests::should_solve_sample11a_for_time ... ok [INFO] [stdout] test day12::tests::should_solve_realday12 ... ok [INFO] [stdout] test day16::tests::should_get_right_number_of_samples ... ok [INFO] [stdout] test day14::tests::should_solve_part_1 ... ok [INFO] [stdout] test day15::tests::should_solve_the_sample_field ... ok [INFO] [stdout] test day18::tests::should_be_sustainable ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 80 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "62dfdcfc071d61ef06ab7df0e5db98f9f9d057192e28da784a275b73f8a266e7"` [INFO] running `"docker" "rm" "-f" "62dfdcfc071d61ef06ab7df0e5db98f9f9d057192e28da784a275b73f8a266e7"` [INFO] [stdout] 62dfdcfc071d61ef06ab7df0e5db98f9f9d057192e28da784a275b73f8a266e7