[INFO] cloning repository https://github.com/raganw/advent-of-code-2022
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/raganw/advent-of-code-2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraganw%2Fadvent-of-code-2022", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraganw%2Fadvent-of-code-2022'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e73cc843da03de33949bbbec9c7e448a7aa259a5
[INFO] checking raganw/advent-of-code-2022 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fraganw%2Fadvent-of-code-2022" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/raganw/advent-of-code-2022
[INFO] finished tweaking git repo https://github.com/raganw/advent-of-code-2022
[INFO] tweaked toml for git repo https://github.com/raganw/advent-of-code-2022 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/raganw/advent-of-code-2022 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/raganw/advent-of-code-2022 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]  Downloading crates ...
[INFO] [stderr]   Downloaded rstest_reuse v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] fc999d777faaa1db8045d14bc848e63137dc5d34c74301fb044e27d0a831ab74
[INFO] running `Command { std: "docker" "start" "-a" "fc999d777faaa1db8045d14bc848e63137dc5d34c74301fb044e27d0a831ab74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc999d777faaa1db8045d14bc848e63137dc5d34c74301fb044e27d0a831ab74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc999d777faaa1db8045d14bc848e63137dc5d34c74301fb044e27d0a831ab74", kill_on_drop: false }`
[INFO] [stdout] fc999d777faaa1db8045d14bc848e63137dc5d34c74301fb044e27d0a831ab74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8a826d277a9d25731d59adca48506e29f80f8e55f72d7c52a5b96c911a655d15
[INFO] running `Command { std: "docker" "start" "-a" "8a826d277a9d25731d59adca48506e29f80f8e55f72d7c52a5b96c911a655d15", kill_on_drop: false }`
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling semver v1.0.16
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]     Checking futures-sink v0.3.25
[INFO] [stderr]     Checking futures-io v0.3.25
[INFO] [stderr]     Checking futures-timer v3.0.2
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling rstest_macros v0.16.0
[INFO] [stderr]    Compiling rstest_reuse v0.4.0
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]     Checking advent_of_code v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fs_parse.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn dir(input: &str) -> IResult<&str, LsEntry> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn dir(input: &str) -> IResult<&str, LsEntry<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fs_parse.rs:38:16
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn file(input: &str) -> IResult<&str, LsEntry> {
[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] 38 | fn file(input: &str) -> IResult<&str, LsEntry<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fs_parse.rs:45:14
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn ls(input: &str) -> IResult<&str, Operation> {
[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] 45 | fn ls(input: &str) -> IResult<&str, Operation<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fs_parse.rs:53:14
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn cd(input: &str) -> IResult<&str, Operation> {
[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] 53 | fn cd(input: &str) -> IResult<&str, Operation<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fs_parse.rs:64:32
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn parse_operations(input: &str) -> IResult<&str, Vec<Operation>> {
[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] 64 | pub fn parse_operations(input: &str) -> IResult<&str, Vec<Operation<'_>>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/bin/08.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         for mut tree in row.iter_mut() {
[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/bin/08.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |         for mut tree in row.iter_mut().rev() {
[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/bin/08.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |             if let Some(mut tree) = row.get_mut(col_idx) {
[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/bin/08.rs:85:25
[INFO] [stdout]    |
[INFO] [stdout] 85 |             if let Some(mut tree) = line.get_mut(x) {
[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/bin/08.rs:139:23
[INFO] [stdout]     |
[INFO] [stdout] 139 |         for (col_idx, mut tree) in row.iter_mut().enumerate() {
[INFO] [stdout]     |                       ----^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]     Checking futures-executor v0.3.25
[INFO] [stderr]     Checking futures v0.3.25
[INFO] [stderr]     Checking rstest v0.16.0
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/bin/08.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |         for mut tree in row.iter_mut() {
[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/bin/08.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |         for mut tree in row.iter_mut().rev() {
[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/bin/08.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |             if let Some(mut tree) = row.get_mut(col_idx) {
[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/bin/08.rs:85:25
[INFO] [stdout]    |
[INFO] [stdout] 85 |             if let Some(mut tree) = line.get_mut(x) {
[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/bin/08.rs:139:23
[INFO] [stdout]     |
[INFO] [stdout] 139 |         for (col_idx, mut tree) in row.iter_mut().enumerate() {
[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/fs_parse.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn dir(input: &str) -> IResult<&str, LsEntry> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 29 | fn dir(input: &str) -> IResult<&str, LsEntry<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fs_parse.rs:38:16
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn file(input: &str) -> IResult<&str, LsEntry> {
[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] 38 | fn file(input: &str) -> IResult<&str, LsEntry<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fs_parse.rs:45:14
[INFO] [stdout]    |
[INFO] [stdout] 45 | fn ls(input: &str) -> IResult<&str, Operation> {
[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] 45 | fn ls(input: &str) -> IResult<&str, Operation<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fs_parse.rs:53:14
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn cd(input: &str) -> IResult<&str, Operation> {
[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] 53 | fn cd(input: &str) -> IResult<&str, Operation<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fs_parse.rs:64:32
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn parse_operations(input: &str) -> IResult<&str, Vec<Operation>> {
[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] 64 | pub fn parse_operations(input: &str) -> IResult<&str, Vec<Operation<'_>>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `test_input`
[INFO] [stdout]    --> src/bin/25.rs:132:8
[INFO] [stdout]     |
[INFO] [stdout] 132 |     fn test_input(#[case] input: &str, #[case] expected: i64) {}
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.14s
[INFO] running `Command { std: "docker" "inspect" "8a826d277a9d25731d59adca48506e29f80f8e55f72d7c52a5b96c911a655d15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a826d277a9d25731d59adca48506e29f80f8e55f72d7c52a5b96c911a655d15", kill_on_drop: false }`
[INFO] [stdout] 8a826d277a9d25731d59adca48506e29f80f8e55f72d7c52a5b96c911a655d15
