[INFO] cloning repository https://github.com/AdamKinnell/AdventOfCode2022
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AdamKinnell/AdventOfCode2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdamKinnell%2FAdventOfCode2022", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdamKinnell%2FAdventOfCode2022'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 337e94b0f651a263f6fcb19d319143dd5de09f29
[INFO] checking AdamKinnell/AdventOfCode2022 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAdamKinnell%2FAdventOfCode2022" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AdamKinnell/AdventOfCode2022
[INFO] finished tweaking git repo https://github.com/AdamKinnell/AdventOfCode2022
[INFO] tweaked toml for git repo https://github.com/AdamKinnell/AdventOfCode2022 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AdamKinnell/AdventOfCode2022 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AdamKinnell/AdventOfCode2022 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num v0.4.0
[INFO] [stderr]   Downloaded num-iter v0.1.43
[INFO] [stderr]   Downloaded grid v0.9.0
[INFO] [stderr]   Downloaded trilean v1.1.0
[INFO] [stderr]   Downloaded vector2d v2.2.0
[INFO] [stderr]   Downloaded proc_vector2d v1.0.2
[INFO] [stderr]   Downloaded num-complex v0.4.2
[INFO] [stderr]   Downloaded no-std-compat v0.4.1
[INFO] [stderr]   Downloaded gcollections v1.5.0
[INFO] [stderr]   Downloaded os_str_bytes v6.4.1
[INFO] [stderr]   Downloaded intervallum v1.4.0
[INFO] [stderr]   Downloaded serde_derive v1.0.148
[INFO] [stderr]   Downloaded serde v1.0.148
[INFO] [stderr]   Downloaded rayon-core v1.10.1
[INFO] [stderr]   Downloaded rayon v1.6.0
[INFO] [stderr]   Downloaded serde_json v1.0.89
[INFO] [stderr]   Downloaded syn v1.0.105
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4d9d8b06b8d1b673f953c711668694ab8e1be1f1b878f952a541fdf09596432c
[INFO] running `Command { std: "docker" "start" "-a" "4d9d8b06b8d1b673f953c711668694ab8e1be1f1b878f952a541fdf09596432c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4d9d8b06b8d1b673f953c711668694ab8e1be1f1b878f952a541fdf09596432c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d9d8b06b8d1b673f953c711668694ab8e1be1f1b878f952a541fdf09596432c", kill_on_drop: false }`
[INFO] [stdout] 4d9d8b06b8d1b673f953c711668694ab8e1be1f1b878f952a541fdf09596432c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d29c900d95bcd7fd6bb7506dac18677fed9ac0b34dab4ccb818e6d9a12969ffb
[INFO] running `Command { std: "docker" "start" "-a" "d29c900d95bcd7fd6bb7506dac18677fed9ac0b34dab4ccb818e6d9a12969ffb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling serde_derive v1.0.148
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling serde v1.0.148
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling rayon-core v1.10.1
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]    Compiling serde_json v1.0.89
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking ciborium-io v0.2.0
[INFO] [stderr]     Checking itoa v1.0.4
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]     Checking plotters-backend v0.3.4
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking indexmap v1.9.2
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking plotters-svg v0.3.3
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking trilean v1.1.0
[INFO] [stderr]     Checking regex v1.7.0
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking plotters v0.3.4
[INFO] [stderr]     Checking num-complex v0.4.2
[INFO] [stderr]    Compiling proc_vector2d v1.0.2
[INFO] [stderr]     Checking no-std-compat v0.4.1
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking grid v0.9.0
[INFO] [stderr]     Checking ciborium-ll v0.2.0
[INFO] [stderr]     Checking gcollections v1.5.0
[INFO] [stderr]     Checking vector2d v2.2.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.13
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking clap v3.2.23
[INFO] [stderr]     Checking intervallum v1.4.0
[INFO] [stderr]     Checking num_cpus v1.14.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking rayon v1.6.0
[INFO] [stderr]     Checking num v0.4.0
[INFO] [stderr]     Checking ciborium v0.2.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.4.0
[INFO] [stderr]     Checking advent_of_code_2022 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/day8/part1.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |             let mut tree = &mut trees[i_ray][i_dist];
[INFO] [stdout]    |                 ----^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/day8/part1.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |             let mut tree = &mut trees[i_dist][i_ray];
[INFO] [stdout]    |                 ----^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/day8/part1.rs:79:17
[INFO] [stdout]    |
[INFO] [stdout] 79 |             let mut tree = &mut trees[i_ray][i_dist];
[INFO] [stdout]    |                 ----^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day8/part1.rs:101:17
[INFO] [stdout]     |
[INFO] [stdout] 101 |             let mut tree = &mut trees[i_dist][i_ray];
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day13/lib.rs:15:25
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn parse_list(data: &str) -> Vec<Element> {
[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] 15 | pub fn parse_list(data: &str) -> Vec<Element<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day14/part2_solve2.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(cave: &mut Cave, floor: usize) -> SandSimulator {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(cave: &mut Cave, floor: usize) -> SandSimulator<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day21/lib.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn parse_monkeys(input: &str) -> HashMap<&str, Monkey> {
[INFO] [stdout]    |                             ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn parse_monkeys(input: &str) -> HashMap<&str, Monkey<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/day8/part1.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |             let mut tree = &mut trees[i_ray][i_dist];
[INFO] [stdout]    |                 ----^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/day8/part1.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |             let mut tree = &mut trees[i_dist][i_ray];
[INFO] [stdout]    |                 ----^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/day8/part1.rs:79:17
[INFO] [stdout]    |
[INFO] [stdout] 79 |             let mut tree = &mut trees[i_ray][i_dist];
[INFO] [stdout]    |                 ----^^^^
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day8/part1.rs:101:17
[INFO] [stdout]     |
[INFO] [stdout] 101 |             let mut tree = &mut trees[i_dist][i_ray];
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day13/lib.rs:15:25
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn parse_list(data: &str) -> Vec<Element> {
[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] 15 | pub fn parse_list(data: &str) -> Vec<Element<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day14/part2_solve2.rs:11:18
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(cave: &mut Cave, floor: usize) -> SandSimulator {
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 |     fn new(cave: &mut Cave, floor: usize) -> SandSimulator<'_> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day21/lib.rs:52:29
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn parse_monkeys(input: &str) -> HashMap<&str, Monkey> {
[INFO] [stdout]    |                             ^^^^             ^^^^  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                             |                |
[INFO] [stdout]    |                             |                the same lifetime is elided here
[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] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub fn parse_monkeys(input: &str) -> HashMap<&str, Monkey<'_>> {
[INFO] [stdout]    |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.05s
[INFO] running `Command { std: "docker" "inspect" "d29c900d95bcd7fd6bb7506dac18677fed9ac0b34dab4ccb818e6d9a12969ffb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d29c900d95bcd7fd6bb7506dac18677fed9ac0b34dab4ccb818e6d9a12969ffb", kill_on_drop: false }`
[INFO] [stdout] d29c900d95bcd7fd6bb7506dac18677fed9ac0b34dab4ccb818e6d9a12969ffb
