[INFO] cloning repository https://github.com/mcapell/aoc2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mcapell/aoc2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcapell%2Faoc2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcapell%2Faoc2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bfdf4da6c74a56be28fe971f10cb6c8c9db8b63c [INFO] testing mcapell/aoc2020 against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmcapell%2Faoc2020" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mcapell/aoc2020 on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mcapell/aoc2020 [INFO] finished tweaking git repo https://github.com/mcapell/aoc2020 [INFO] tweaked toml for git repo https://github.com/mcapell/aoc2020 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/mcapell/aoc2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded globset v0.4.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 05c8d7cc638699cb98bfdd504b23410ac1c18de2add9da16314e664876a4d902 [INFO] running `Command { std: "docker" "start" "-a" "05c8d7cc638699cb98bfdd504b23410ac1c18de2add9da16314e664876a4d902", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "05c8d7cc638699cb98bfdd504b23410ac1c18de2add9da16314e664876a4d902", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05c8d7cc638699cb98bfdd504b23410ac1c18de2add9da16314e664876a4d902", kill_on_drop: false }` [INFO] [stdout] 05c8d7cc638699cb98bfdd504b23410ac1c18de2add9da16314e664876a4d902 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0a525b971e6a23ab9c510167938633d64bdddcad24f61a40cd512d4b312bbf9 [INFO] running `Command { std: "docker" "start" "-a" "a0a525b971e6a23ab9c510167938633d64bdddcad24f61a40cd512d4b312bbf9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.53 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling backtrace v0.3.55 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling globset v0.4.6 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling ignore v0.4.17 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling globwalk v0.3.1 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling clap-verbosity-flag v0.2.0 [INFO] [stderr] Compiling exitfailure v0.5.1 [INFO] [stderr] Compiling quicli v0.4.0 [INFO] [stderr] Compiling aoc2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.45s [INFO] running `Command { std: "docker" "inspect" "a0a525b971e6a23ab9c510167938633d64bdddcad24f61a40cd512d4b312bbf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0a525b971e6a23ab9c510167938633d64bdddcad24f61a40cd512d4b312bbf9", kill_on_drop: false }` [INFO] [stdout] a0a525b971e6a23ab9c510167938633d64bdddcad24f61a40cd512d4b312bbf9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca8bb6448c7128fafae4dd9d63ef7a7b967a2e2cc69868d8da2a25f51e3aa3a3 [INFO] running `Command { std: "docker" "start" "-a" "ca8bb6448c7128fafae4dd9d63ef7a7b967a2e2cc69868d8da2a25f51e3aa3a3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling aoc2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.59s [INFO] running `Command { std: "docker" "inspect" "ca8bb6448c7128fafae4dd9d63ef7a7b967a2e2cc69868d8da2a25f51e3aa3a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca8bb6448c7128fafae4dd9d63ef7a7b967a2e2cc69868d8da2a25f51e3aa3a3", kill_on_drop: false }` [INFO] [stdout] ca8bb6448c7128fafae4dd9d63ef7a7b967a2e2cc69868d8da2a25f51e3aa3a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 12f2253440e82b5b5d1a14cd3d641567122c0e8e6c48fc275f6b0b876ae3f1c8 [INFO] running `Command { std: "docker" "start" "-a" "12f2253440e82b5b5d1a14cd3d641567122c0e8e6c48fc275f6b0b876ae3f1c8", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc2020-39b10c6ce045916f) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test day_09::test_find_contiguous_numbers ... ok [INFO] [stdout] test day_10::test_get_jolt_distribution ... ok [INFO] [stdout] test day_10::test_get_adapters ... ok [INFO] [stdout] test day_03::test_get_square ... ok [INFO] [stdout] test day_10::test_get_num_valid_arrangements ... ok [INFO] [stdout] test day_03::test_map_import_row ... ok [INFO] [stdout] test day_11::test_count_adjacent ... ok [INFO] [stdout] test day_03::test_parse_row ... ok [INFO] [stdout] test day_11::test_count_visible_empty ... ok [INFO] [stdout] test day_09::test_find_wrong_number ... ok [INFO] [stdout] test day_05::test_seat_ids ... ok [INFO] [stdout] test day_11::test_count_visible_full ... ok [INFO] [stdout] test day_08::test_execute_instructions_until_loop ... ok [INFO] [stdout] test day_14::test_parse_mask ... ok [INFO] [stdout] test day_11::test_move_seats_top_row ... ok [INFO] [stdout] test day_14::test_run_program_v2 ... ok [INFO] [stdout] test day_11::test_parse_layout ... ok [INFO] [stdout] test day_14::test_run_program_v1 ... ok [INFO] [stdout] test day_12::test_count_distance_waypoint ... ok [INFO] [stdout] test day_12::test_count_distance ... ok [INFO] [stdout] test day_14::test_compute_value ... ok [INFO] [stdout] test day_13::test_get_earliest_bus ... ok [INFO] [stdout] test day_13::test_find_timestamp ... ok [INFO] [stdout] test day_08::test_parse_instruction ... ok [INFO] [stdout] test day_14::test_parse_memory ... ok [INFO] [stdout] test day_02::test_password_db_parser ... ok [INFO] [stdout] test day_02::test_password_first_rule_is_invalid_by_max ... ok [INFO] [stdout] test day_02::test_password_second_rule_is_invalid_missing_char ... ok [INFO] [stdout] test day_02::test_password_second_rule_is_valid ... ok [INFO] [stdout] test day_02::test_password_first_rule_is_invalid_missing_character ... ok [INFO] [stdout] test day_02::test_password_second_rule_is_invalid_missing_duplicated ... ok [INFO] [stdout] test day_02::test_password_first_rule_is_valid ... ok [INFO] [stdout] test day_02::test_password_first_rule_is_invalid_by_min ... ok [INFO] [stdout] test day_07::test_count_individual_bags ... ok [INFO] [stdout] test day_07::test_create_graph ... ok [INFO] [stdout] test day_07::test_contain_shiny_gold_bags ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "12f2253440e82b5b5d1a14cd3d641567122c0e8e6c48fc275f6b0b876ae3f1c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12f2253440e82b5b5d1a14cd3d641567122c0e8e6c48fc275f6b0b876ae3f1c8", kill_on_drop: false }` [INFO] [stdout] 12f2253440e82b5b5d1a14cd3d641567122c0e8e6c48fc275f6b0b876ae3f1c8