[INFO] cloning repository https://github.com/tylersouthwick/aoc2021
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tylersouthwick/aoc2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftylersouthwick%2Faoc2021", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftylersouthwick%2Faoc2021'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2301ab809b3bc80491d1bd11902bef7252618924
[INFO] checking tylersouthwick/aoc2021 against try#3fada14ee01d755dc8076e611f11bf65b28ffd21 for pr-154971
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftylersouthwick%2Faoc2021" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tylersouthwick/aoc2021
[INFO] finished tweaking git repo https://github.com/tylersouthwick/aoc2021
[INFO] tweaked toml for git repo https://github.com/tylersouthwick/aoc2021 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tylersouthwick/aoc2021 on toolchain 3fada14ee01d755dc8076e611f11bf65b28ffd21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tylersouthwick/aoc2021 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" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded itertools v0.10.1
[INFO] [stderr]   Downloaded include_dir_macros v0.7.1
[INFO] [stderr]   Downloaded include_dir v0.7.1
[INFO] [stderr]   Downloaded semver v1.0.4
[INFO] [stderr]   Downloaded anyhow v1.0.51
[INFO] [stderr]   Downloaded syn v1.0.82
[INFO] [stderr]   Downloaded rstest v0.11.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4b4e114ded6dee12acc572e043ce82eeecf2563b4a8a8852cf9ad493e61e3876
[INFO] running `Command { std: "docker" "start" "-a" "4b4e114ded6dee12acc572e043ce82eeecf2563b4a8a8852cf9ad493e61e3876", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4b4e114ded6dee12acc572e043ce82eeecf2563b4a8a8852cf9ad493e61e3876", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b4e114ded6dee12acc572e043ce82eeecf2563b4a8a8852cf9ad493e61e3876", kill_on_drop: false }`
[INFO] [stdout] 4b4e114ded6dee12acc572e043ce82eeecf2563b4a8a8852cf9ad493e61e3876
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3fada14ee01d755dc8076e611f11bf65b28ffd21" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19e7df42b7f7af256bcb44b3fd9172d26510a7382617bfdb3d7c9155a919e25c
[INFO] running `Command { std: "docker" "start" "-a" "19e7df42b7f7af256bcb44b3fd9172d26510a7382617bfdb3d7c9155a919e25c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling semver v1.0.4
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling anyhow v1.0.51
[INFO] [stderr]    Compiling aoc2021 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking itertools v0.10.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling rstest v0.11.0
[INFO] [stderr]    Compiling include_dir_macros v0.7.1
[INFO] [stderr]     Checking include_dir v0.7.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bin/day5.rs:176:15
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn values(&self) -> std::collections::hash_map::Values<Point, i64> {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn values(&self) -> std::collections::hash_map::Values<'_, Point, i64> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `set`, and `get` are never used
[INFO] [stdout]    --> src/bin/day5.rs:141:8
[INFO] [stdout]     |
[INFO] [stdout] 140 | impl SparseMatrix {
[INFO] [stdout]     | ----------------- associated items in this implementation
[INFO] [stdout] 141 |     fn new(rows: Vec<Vec<i64>>) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |     fn set(&mut self, x : usize, y : usize, val : i64) {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     fn get(&mut self, x : usize, y : usize) -> i64 {
[INFO] [stdout]     |        ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `part2`, `part2_intersections`, and `part1_intersections` are never used
[INFO] [stdout]    --> src/bin/day5.rs:217:8
[INFO] [stdout]     |
[INFO] [stdout] 212 | impl VentField {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 217 |     fn part2(&self) -> i64 {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 234 |     fn part2_intersections(&self) -> Intersections {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |     fn part1_intersections(&self) -> Intersections {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bin/day5.rs:176:15
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn values(&self) -> std::collections::hash_map::Values<Point, i64> {
[INFO] [stdout]     |               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |               |
[INFO] [stdout]     |               the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 176 |     fn values(&self) -> std::collections::hash_map::Values<'_, Point, i64> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `decode_value` is never used
[INFO] [stdout]   --> src/bin/day8.rs:99:8
[INFO] [stdout]    |
[INFO] [stdout] 98 | impl EncodedEntry {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] 99 |     fn decode_value(&self, s : &str) -> anyhow::Result<i64> {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rstest v0.11.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "19e7df42b7f7af256bcb44b3fd9172d26510a7382617bfdb3d7c9155a919e25c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19e7df42b7f7af256bcb44b3fd9172d26510a7382617bfdb3d7c9155a919e25c", kill_on_drop: false }`
[INFO] [stdout] 19e7df42b7f7af256bcb44b3fd9172d26510a7382617bfdb3d7c9155a919e25c
