[INFO] cloning repository https://github.com/joemspalding/advent-of-code-2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joemspalding/advent-of-code-2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoemspalding%2Fadvent-of-code-2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoemspalding%2Fadvent-of-code-2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a129243219230858ecf45ea7080f5c1a75b337ba [INFO] checking joemspalding/advent-of-code-2020 against try#7b3565da729099dbe807466fcd118fb2815986e0 for pr-81789 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoemspalding%2Fadvent-of-code-2020" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/joemspalding/advent-of-code-2020 on toolchain 7b3565da729099dbe807466fcd118fb2815986e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/joemspalding/advent-of-code-2020 [INFO] finished tweaking git repo https://github.com/joemspalding/advent-of-code-2020 [INFO] tweaked toml for git repo https://github.com/joemspalding/advent-of-code-2020 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/joemspalding/advent-of-code-2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e4f1157bd4d07467a0f03bb95dc7ebc5fb2d1617423425318df53fbd0422788f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e4f1157bd4d07467a0f03bb95dc7ebc5fb2d1617423425318df53fbd0422788f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e4f1157bd4d07467a0f03bb95dc7ebc5fb2d1617423425318df53fbd0422788f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4f1157bd4d07467a0f03bb95dc7ebc5fb2d1617423425318df53fbd0422788f", kill_on_drop: false }` [INFO] [stdout] e4f1157bd4d07467a0f03bb95dc7ebc5fb2d1617423425318df53fbd0422788f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+7b3565da729099dbe807466fcd118fb2815986e0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bbd335ca0cfa4e2ca58094b43a43978276a926b6f7ab6ac4c400cb06908bac44 [INFO] running `Command { std: "docker" "start" "-a" "bbd335ca0cfa4e2ca58094b43a43978276a926b6f7ab6ac4c400cb06908bac44", kill_on_drop: false }` [INFO] [stderr] Checking string-builder v0.2.0 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking advent-of-code v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant `acc` should have an upper camel case name [INFO] [stdout] --> src/calendar/day_eight.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | acc(i32), [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case: `Acc` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `acc` should have an upper camel case name [INFO] [stdout] --> src/calendar/day_eight.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | acc(i32), [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case: `Acc` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `jmp` should have an upper camel case name [INFO] [stdout] --> src/calendar/day_eight.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | jmp(i32), [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case: `Jmp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `jmp` should have an upper camel case name [INFO] [stdout] --> src/calendar/day_eight.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | jmp(i32), [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case: `Jmp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `nop` should have an upper camel case name [INFO] [stdout] --> src/calendar/day_eight.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | nop(i32) [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case: `Nop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `nop` should have an upper camel case name [INFO] [stdout] --> src/calendar/day_eight.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | nop(i32) [INFO] [stdout] | ^^^ help: convert the identifier to upper camel case: `Nop` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold_while`: Use .try_fold() instead [INFO] [stdout] --> src/calendar/day_nine.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | .fold_while(Some(0), |acc, current: (usize, &usize)| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `found` [INFO] [stdout] --> src/calendar/day_six.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | let mut found: bool = false; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_found` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `found` [INFO] [stdout] --> src/calendar/day_six.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | let mut found: bool = false; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_found` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `v` [INFO] [stdout] --> src/calendar/day_eight.rs:120:42 [INFO] [stdout] | [INFO] [stdout] 120 | Instruction::jmp(v) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `v` [INFO] [stdout] --> src/calendar/day_eight.rs:123:42 [INFO] [stdout] | [INFO] [stdout] 123 | Instruction::nop(v) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `itertools::Itertools::fold_while`: Use .try_fold() instead [INFO] [stdout] --> src/calendar/day_nine.rs:82:10 [INFO] [stdout] | [INFO] [stdout] 82 | .fold_while(Some(0), |acc, current: (usize, &usize)| { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `found` [INFO] [stdout] --> src/calendar/day_six.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | let mut found: bool = false; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_found` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `found` [INFO] [stdout] --> src/calendar/day_six.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | let mut found: bool = false; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_found` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `v` [INFO] [stdout] --> src/calendar/day_eight.rs:120:42 [INFO] [stdout] | [INFO] [stdout] 120 | Instruction::jmp(v) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `v` [INFO] [stdout] --> src/calendar/day_eight.rs:123:42 [INFO] [stdout] | [INFO] [stdout] 123 | Instruction::nop(v) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/calendar/day_six.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | let mut found: bool = false; [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `acc` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/calendar/day_six.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 35 | match acc.get(&answer.0) { [INFO] [stdout] | --- immutable borrow occurs here [INFO] [stdout] 36 | Some(n) => { [INFO] [stdout] 37 | acc.insert(answer.0, n + answer.1); [INFO] [stdout] | ^^^ - immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/calendar/day_six.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | let mut found: bool = false; [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `acc` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/calendar/day_six.rs:80:25 [INFO] [stdout] | [INFO] [stdout] 78 | match acc.get(&answer.0) { [INFO] [stdout] | --- immutable borrow occurs here [INFO] [stdout] 79 | Some(n) => { [INFO] [stdout] 80 | acc.insert(answer.0, n + answer.1); [INFO] [stdout] | ^^^ - immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/calendar/day_nine.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | let mut list: Vec = XMAS_CYPHER.lines() [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/calendar/day_six.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | let mut found: bool = false; [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `acc` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/calendar/day_six.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 35 | match acc.get(&answer.0) { [INFO] [stdout] | --- immutable borrow occurs here [INFO] [stdout] 36 | Some(n) => { [INFO] [stdout] 37 | acc.insert(answer.0, n + answer.1); [INFO] [stdout] | ^^^ - immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/calendar/day_six.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | let mut found: bool = false; [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `acc` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/calendar/day_six.rs:80:25 [INFO] [stdout] | [INFO] [stdout] 78 | match acc.get(&answer.0) { [INFO] [stdout] | --- immutable borrow occurs here [INFO] [stdout] 79 | Some(n) => { [INFO] [stdout] 80 | acc.insert(answer.0, n + answer.1); [INFO] [stdout] | ^^^ - immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/calendar/day_nine.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | let mut list: Vec = XMAS_CYPHER.lines() [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.29s [INFO] running `Command { std: "docker" "inspect" "bbd335ca0cfa4e2ca58094b43a43978276a926b6f7ab6ac4c400cb06908bac44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbd335ca0cfa4e2ca58094b43a43978276a926b6f7ab6ac4c400cb06908bac44", kill_on_drop: false }` [INFO] [stdout] bbd335ca0cfa4e2ca58094b43a43978276a926b6f7ab6ac4c400cb06908bac44