[INFO] cloning repository https://github.com/geraud-g/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/geraud-g/advent_of_code_2022" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeraud-g%2Fadvent_of_code_2022", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgeraud-g%2Fadvent_of_code_2022'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 319dbeaa685a9d883100fef2eb29cd04033c4bf8
[INFO] checking geraud-g/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%2Fgeraud-g%2Fadvent_of_code_2022" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/geraud-g/advent_of_code_2022
[INFO] finished tweaking git repo https://github.com/geraud-g/advent_of_code_2022
[INFO] tweaked toml for git repo https://github.com/geraud-g/advent_of_code_2022 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/geraud-g/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/geraud-g/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]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.82
[INFO] [stderr]   Downloaded cc v1.0.77
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.82
[INFO] [stderr]   Downloaded cxx-build v1.0.82
[INFO] [stderr]   Downloaded cxx v1.0.82
[INFO] [stderr]   Downloaded chrono v0.4.23
[INFO] [stderr]   Downloaded syn v1.0.104
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 2fa07ff46a0c39b4098605bd2ddb21dff359fe5f4b6846fdb0d4c0d6c77e8ae3
[INFO] running `Command { std: "docker" "start" "-a" "2fa07ff46a0c39b4098605bd2ddb21dff359fe5f4b6846fdb0d4c0d6c77e8ae3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2fa07ff46a0c39b4098605bd2ddb21dff359fe5f4b6846fdb0d4c0d6c77e8ae3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fa07ff46a0c39b4098605bd2ddb21dff359fe5f4b6846fdb0d4c0d6c77e8ae3", kill_on_drop: false }`
[INFO] [stdout] 2fa07ff46a0c39b4098605bd2ddb21dff359fe5f4b6846fdb0d4c0d6c77e8ae3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 192a0bcc7781971f40f1fffb7e48195130c2eb0ba0d4bbbaabcd62bce4007683
[INFO] running `Command { std: "docker" "start" "-a" "192a0bcc7781971f40f1fffb7e48195130c2eb0ba0d4bbbaabcd62bce4007683", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking iana-time-zone v0.1.53
[INFO] [stderr]     Checking once_cell v1.16.0
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]     Checking regex v1.7.0
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking chrono v0.4.23
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking advent_of_code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `old_idx`
[INFO] [stdout]    --> src/day_22/mod.rs:126:13
[INFO] [stdout]     |
[INFO] [stdout] 126 |         let old_idx = self.idx;
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_idx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_map` is never used
[INFO] [stdout]    --> src/day_22/mod.rs:180:4
[INFO] [stdout]     |
[INFO] [stdout] 180 | fn print_map(position: &Position, map: &Map) {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cube_side` is never read
[INFO] [stdout]    --> src/day_22/mod.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 211 | struct Map {
[INFO] [stdout]     |        --- field in this struct
[INFO] [stdout] 212 |     cube_side: usize,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Map` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old_idx`
[INFO] [stdout]    --> src/day_22/mod.rs:126:13
[INFO] [stdout]     |
[INFO] [stdout] 126 |         let old_idx = self.idx;
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_idx`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_map` is never used
[INFO] [stdout]    --> src/day_22/mod.rs:180:4
[INFO] [stdout]     |
[INFO] [stdout] 180 | fn print_map(position: &Position, map: &Map) {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `cube_side` is never read
[INFO] [stdout]    --> src/day_22/mod.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 211 | struct Map {
[INFO] [stdout]     |        --- field in this struct
[INFO] [stdout] 212 |     cube_side: usize,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Map` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.58s
[INFO] running `Command { std: "docker" "inspect" "192a0bcc7781971f40f1fffb7e48195130c2eb0ba0d4bbbaabcd62bce4007683", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "192a0bcc7781971f40f1fffb7e48195130c2eb0ba0d4bbbaabcd62bce4007683", kill_on_drop: false }`
[INFO] [stdout] 192a0bcc7781971f40f1fffb7e48195130c2eb0ba0d4bbbaabcd62bce4007683
