[INFO] cloning repository https://github.com/lmuzinic/advent-of-code-2020
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lmuzinic/advent-of-code-2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flmuzinic%2Fadvent-of-code-2020", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flmuzinic%2Fadvent-of-code-2020'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc2f968c646552b168d744efa9c3b2697a6ed647
[INFO] testing lmuzinic/advent-of-code-2020 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flmuzinic%2Fadvent-of-code-2020" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lmuzinic/advent-of-code-2020
[INFO] finished tweaking git repo https://github.com/lmuzinic/advent-of-code-2020
[INFO] tweaked toml for git repo https://github.com/lmuzinic/advent-of-code-2020 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lmuzinic/advent-of-code-2020 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lmuzinic/advent-of-code-2020 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unicode-width v0.1.8
[INFO] [stderr]   Downloaded clap v2.33.3
[INFO] [stderr]   Downloaded libc v0.2.80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81cf5a71fc5f7043e75a391a7ab64d9110485f7abe69e908044a653905bfe0ab
[INFO] running `Command { std: "docker" "start" "-a" "81cf5a71fc5f7043e75a391a7ab64d9110485f7abe69e908044a653905bfe0ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81cf5a71fc5f7043e75a391a7ab64d9110485f7abe69e908044a653905bfe0ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81cf5a71fc5f7043e75a391a7ab64d9110485f7abe69e908044a653905bfe0ab", kill_on_drop: false }`
[INFO] [stdout] 81cf5a71fc5f7043e75a391a7ab64d9110485f7abe69e908044a653905bfe0ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9b5be9f2131f98bd9c4795819e58440a4c2dc0a92ead99d33f7236d6fbf3f23
[INFO] running `Command { std: "docker" "start" "-a" "e9b5be9f2131f98bd9c4795819e58440a4c2dc0a92ead99d33f7236d6fbf3f23", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling libc v0.2.80
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling regex-syntax v0.6.21
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling regex v1.4.2
[INFO] [stderr]    Compiling aoc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/day8.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |     Nop(i64),
[INFO] [stdout]     |     --- ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Ops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 144 -     Nop(i64),
[INFO] [stdout] 144 +     Nop(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.68s
[INFO] running `Command { std: "docker" "inspect" "e9b5be9f2131f98bd9c4795819e58440a4c2dc0a92ead99d33f7236d6fbf3f23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9b5be9f2131f98bd9c4795819e58440a4c2dc0a92ead99d33f7236d6fbf3f23", kill_on_drop: false }`
[INFO] [stdout] e9b5be9f2131f98bd9c4795819e58440a4c2dc0a92ead99d33f7236d6fbf3f23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 808af81abd3e2c4d7ac315d900b00e94ddf8c800a3316fe42f38f11453f6e82b
[INFO] running `Command { std: "docker" "start" "-a" "808af81abd3e2c4d7ac315d900b00e94ddf8c800a3316fe42f38f11453f6e82b", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/day8.rs:144:9
[INFO] [stdout]     |
[INFO] [stdout] 144 |     Nop(i64),
[INFO] [stdout]     |     --- ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Ops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 144 -     Nop(i64),
[INFO] [stdout] 144 +     Nop(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.97s
[INFO] running `Command { std: "docker" "inspect" "808af81abd3e2c4d7ac315d900b00e94ddf8c800a3316fe42f38f11453f6e82b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "808af81abd3e2c4d7ac315d900b00e94ddf8c800a3316fe42f38f11453f6e82b", kill_on_drop: false }`
[INFO] [stdout] 808af81abd3e2c4d7ac315d900b00e94ddf8c800a3316fe42f38f11453f6e82b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3c85a7befb3824ef7872a3dce7b724e8640b27c6b48a00a9b1f5f1b5ea1d3080
[INFO] running `Command { std: "docker" "start" "-a" "3c85a7befb3824ef7872a3dce7b724e8640b27c6b48a00a9b1f5f1b5ea1d3080", kill_on_drop: false }`
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/day8.rs:144:9
[INFO] [stderr]     |
[INFO] [stderr] 144 |     Nop(i64),
[INFO] [stderr]     |     --- ^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Ops` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 144 -     Nop(i64),
[INFO] [stderr] 144 +     Nop(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `aoc` (bin "aoc" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc-e78ac8854e902473)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc-2281ee98ca31f75b)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test day10::tests::day10_part1_sample ... ok
[INFO] [stdout] test day10::tests::day10_part1_sample2 ... ok
[INFO] [stdout] test day10::tests::day10_part2_sample2 ... ok
[INFO] [stdout] test day10::tests::day10_part2_sample ... ok
[INFO] [stdout] test day1::tests::day1_part1_sample ... ok
[INFO] [stdout] test day3::tests::day3_part1_sample ... ok
[INFO] [stdout] test day4::tests::day4_part1_sample ... ok
[INFO] [stdout] test day3::tests::day3_part2_sample ... ok
[INFO] [stdout] test day4::tests::invalid_byr ... ok
[INFO] [stdout] test day4::tests::day4_part2_sample_invalid ... ok
[INFO] [stdout] test day1::tests::day1_part2_sample ... ok
[INFO] [stdout] test day4::tests::day4_part2_sample_valid ... ok
[INFO] [stdout] test day4::tests::invalid_ecl ... ok
[INFO] [stdout] test day4::tests::valid_byr ... ok
[INFO] [stdout] test day4::tests::invalid_pid ... ok
[INFO] [stdout] test day4::tests::valid_pid ... ok
[INFO] [stdout] test day5::tests::sample_boarding_pass3 ... ok
[INFO] [stdout] test day4::tests::invalid_hcl ... ok
[INFO] [stdout] test day4::tests::invalid_hgt_cm ... ok
[INFO] [stdout] test day5::tests::sample_boarding_pass2 ... ok
[INFO] [stdout] test day4::tests::valid_hgt_in ... ok
[INFO] [stdout] test day5::tests::sample_boarding_pass0 ... ok
[INFO] [stdout] test day4::tests::valid_ecl ... ok
[INFO] [stdout] test day5::tests::sample_boarding_pass5 ... ok
[INFO] [stdout] test day5::tests::sample_boarding_pass1 ... ok
[INFO] [stdout] test day6::tests::day6_part1_sample ... ok
[INFO] [stdout] test day9::tests::day9_part1_sample ... ok
[INFO] [stdout] test day4::tests::valid_hcl ... ok
[INFO] [stdout] test day6::tests::day6_part2_sample ... ok
[INFO] [stdout] test day9::tests::day9_part1_sample2 ... ok
[INFO] [stdout] test day4::tests::invalid_hgt_in ... ok
[INFO] [stdout] test day8::tests::day8_part1_sample ... ok
[INFO] [stdout] test day8::tests::day8_part2_sample ... ok
[INFO] [stdout] test day9::tests::day9_part2_sample ... ok
[INFO] [stdout] test day5::tests::sample_boarding_pass4 ... ok
[INFO] [stdout] test day7::tests::day7_part2_another_sample ... ok
[INFO] [stdout] test day7::tests::day7_part1_sample ... ok
[INFO] [stdout] test day2::tests::day2_part2_sample ... ok
[INFO] [stdout] test day2::tests::day2_part1_sample ... ok
[INFO] [stdout] test day7::tests::day7_part2_sample ... ok
[INFO] [stderr]    Doc-tests aoc
[INFO] [stdout] test day4::tests::valid_hgt_cm ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3c85a7befb3824ef7872a3dce7b724e8640b27c6b48a00a9b1f5f1b5ea1d3080", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c85a7befb3824ef7872a3dce7b724e8640b27c6b48a00a9b1f5f1b5ea1d3080", kill_on_drop: false }`
[INFO] [stdout] 3c85a7befb3824ef7872a3dce7b724e8640b27c6b48a00a9b1f5f1b5ea1d3080
