[INFO] cloning repository https://github.com/pgebhardt/aoc2021
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pgebhardt/aoc2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpgebhardt%2Faoc2021", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpgebhardt%2Faoc2021'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3d93be53948c869f67e4e6946c91581c4027c786
[INFO] checking pgebhardt/aoc2021 against try#ed606620234c6b50f2414162c4bbabd5f4a925f3 for pr-147995
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpgebhardt%2Faoc2021" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pgebhardt/aoc2021
[INFO] finished tweaking git repo https://github.com/pgebhardt/aoc2021
[INFO] tweaked toml for git repo https://github.com/pgebhardt/aoc2021 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pgebhardt/aoc2021 on toolchain ed606620234c6b50f2414162c4bbabd5f4a925f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pgebhardt/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" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c29a0a20341f8396e5edb746cbd957032143c85bcb5541a65ce5426502ae406c
[INFO] running `Command { std: "docker" "start" "-a" "c29a0a20341f8396e5edb746cbd957032143c85bcb5541a65ce5426502ae406c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c29a0a20341f8396e5edb746cbd957032143c85bcb5541a65ce5426502ae406c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c29a0a20341f8396e5edb746cbd957032143c85bcb5541a65ce5426502ae406c", kill_on_drop: false }`
[INFO] [stdout] c29a0a20341f8396e5edb746cbd957032143c85bcb5541a65ce5426502ae406c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ed606620234c6b50f2414162c4bbabd5f4a925f3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 39f0ab458d572ea9e8a335bac4574986c953465efe1214fcfebe752b5a63d583
[INFO] running `Command { std: "docker" "start" "-a" "39f0ab458d572ea9e8a335bac4574986c953465efe1214fcfebe752b5a63d583", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling libc v0.2.108
[INFO] [stderr]    Compiling futures-core v0.3.18
[INFO] [stderr]     Checking futures-sink v0.3.18
[INFO] [stderr]    Compiling futures-task v0.3.18
[INFO] [stderr]    Compiling futures-channel v0.3.18
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rustversion v1.0.5
[INFO] [stderr]    Compiling futures-util v0.3.18
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]    Compiling pin-project-internal v0.4.28
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]    Compiling tokio v1.14.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]     Checking futures-io v0.3.18
[INFO] [stderr]    Compiling utf8-ranges v1.0.4
[INFO] [stderr]    Compiling beef v0.5.1
[INFO] [stderr]    Compiling cgmath v0.18.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]     Checking matrixmultiply v0.3.2
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking num-complex v0.4.0
[INFO] [stderr]     Checking ndarray v0.15.4
[INFO] [stderr]     Checking parking_lot_core v0.8.5
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling futures-macro v0.3.18
[INFO] [stderr]    Compiling tokio-macros v1.6.0
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling snafu-derive v0.6.10
[INFO] [stderr]    Compiling logos-derive v0.12.0
[INFO] [stderr]    Compiling strum_macros v0.23.1
[INFO] [stderr]     Checking strum v0.23.0
[INFO] [stderr]     Checking pin-project v0.4.28
[INFO] [stderr]     Checking snafu v0.6.10
[INFO] [stderr]     Checking structopt v0.3.25
[INFO] [stderr]     Checking logos v0.12.0
[INFO] [stderr]     Checking futures-executor v0.3.18
[INFO] [stderr]     Checking futures v0.3.18
[INFO] [stderr]     Checking tokio-util v0.6.9
[INFO] [stderr]     Checking aoc2021 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `prelude::*`
[INFO] [stdout]  --> src/advent/day05.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cgmath::{prelude::*, Vector2};
[INFO] [stdout]   |              ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prelude::*`
[INFO] [stdout]  --> src/advent/day05.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cgmath::{prelude::*, Vector2};
[INFO] [stdout]   |              ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: `Vector2<i32>` is not an iterator
[INFO] [stdout]   --> src/advent/day05.rs:52:25
[INFO] [stdout]    |
[INFO] [stdout] 52 |     let mut err = delta.sum();
[INFO] [stdout]    |                         ^^^ `Vector2<i32>` is not an iterator
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cgmath-0.18.0/src/vector.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct Vector2<S> {
[INFO] [stdout]    | --------------------- doesn't satisfy `Vector2<i32>: Iterator`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Vector2<i32>: Iterator`
[INFO] [stdout]            which is required by `&mut Vector2<i32>: Iterator`
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Array` which provides `sum` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use cgmath::Array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: `Vector2<i32>` is not an iterator
[INFO] [stdout]   --> src/advent/day05.rs:52:25
[INFO] [stdout]    |
[INFO] [stdout] 52 |     let mut err = delta.sum();
[INFO] [stdout]    |                         ^^^ `Vector2<i32>` is not an iterator
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cgmath-0.18.0/src/vector.rs:53:1
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct Vector2<S> {
[INFO] [stdout]    | --------------------- doesn't satisfy `Vector2<i32>: Iterator`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `Vector2<i32>: Iterator`
[INFO] [stdout]            which is required by `&mut Vector2<i32>: Iterator`
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Array` which provides `sum` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use cgmath::Array;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2021` (bin "aoc2021") due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2021` (bin "aoc2021" test) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "39f0ab458d572ea9e8a335bac4574986c953465efe1214fcfebe752b5a63d583", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39f0ab458d572ea9e8a335bac4574986c953465efe1214fcfebe752b5a63d583", kill_on_drop: false }`
[INFO] [stdout] 39f0ab458d572ea9e8a335bac4574986c953465efe1214fcfebe752b5a63d583
