[INFO] cloning repository https://github.com/ThanksSkeleton/advent [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ThanksSkeleton/advent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThanksSkeleton%2Fadvent", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThanksSkeleton%2Fadvent'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c09e6c47d47ade7e8f69d38a7913c4018d2426fb [INFO] documenting ThanksSkeleton/advent against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThanksSkeleton%2Fadvent" "/workspace/builds/worker-30/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-30/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ThanksSkeleton/advent on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ThanksSkeleton/advent [INFO] finished tweaking git repo https://github.com/ThanksSkeleton/advent [INFO] tweaked toml for git repo https://github.com/ThanksSkeleton/advent written to /workspace/builds/worker-30/source/Cargo.toml [INFO] crate git repo https://github.com/ThanksSkeleton/advent already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.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 priority-queue v1.2.1 [INFO] [stderr] Downloaded curl v0.4.41 [INFO] [stderr] Downloaded libc v0.2.111 [INFO] [stderr] Downloaded curl-sys v0.4.51+curl-7.80.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39b44aceb1ff03907d46db6331f5faf217ce9a6e7886dd24d14769f3cef2e230 [INFO] running `Command { std: "docker" "start" "-a" "39b44aceb1ff03907d46db6331f5faf217ce9a6e7886dd24d14769f3cef2e230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39b44aceb1ff03907d46db6331f5faf217ce9a6e7886dd24d14769f3cef2e230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39b44aceb1ff03907d46db6331f5faf217ce9a6e7886dd24d14769f3cef2e230", kill_on_drop: false }` [INFO] [stdout] 39b44aceb1ff03907d46db6331f5faf217ce9a6e7886dd24d14769f3cef2e230 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a83bb400b63548d81b666cfb6f202351e50ac51632018264599894c9478cfa72 [INFO] running `Command { std: "docker" "start" "-a" "a83bb400b63548d81b666cfb6f202351e50ac51632018264599894c9478cfa72", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling libc v0.2.111 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Compiling curl v0.4.41 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling priority-queue v1.2.1 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling curl-sys v0.4.51+curl-7.80.0 [INFO] [stderr] Checking socket2 v0.4.2 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Documenting advent v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: type `Octo_Map` should have an upper camel case name [INFO] [stdout] --> src/day11.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | struct Octo_Map [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `OctoMap` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/day13.rs:51:42 [INFO] [stdout] | [INFO] [stdout] 51 | folded.insert(Vector2Int((fold.1 - (pt.0 - fold.1)), pt.1)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 51 - folded.insert(Vector2Int((fold.1 - (pt.0 - fold.1)), pt.1)); [INFO] [stdout] 51 + folded.insert(Vector2Int(fold.1 - (pt.0 - fold.1), pt.1)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/day13.rs:53:21 [INFO] [stdout] | [INFO] [stdout] 53 | else if (pt.0 < fold.1) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 53 - else if (pt.0 < fold.1) [INFO] [stdout] 53 + else if pt.0 < fold.1 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/day13.rs:66:48 [INFO] [stdout] | [INFO] [stdout] 66 | folded.insert(Vector2Int(pt.0, (fold.1 - (pt.1 - fold.1)))); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 66 - folded.insert(Vector2Int(pt.0, (fold.1 - (pt.1 - fold.1)))); [INFO] [stdout] 66 + folded.insert(Vector2Int(pt.0, fold.1 - (pt.1 - fold.1))); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/day13.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | else if (pt.1 < fold.1) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 68 - else if (pt.1 < fold.1) [INFO] [stdout] 68 + else if pt.1 < fold.1 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/day14.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 31 | if (i == 0) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 31 - if (i == 0) [INFO] [stdout] 31 + if i == 0 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/day14.rs:49:8 [INFO] [stdout] | [INFO] [stdout] 49 | if (sg_map.contains_key(&sg_key)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 49 - if (sg_map.contains_key(&sg_key)) [INFO] [stdout] 49 + if sg_map.contains_key(&sg_key) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/day14.rs:53:13 [INFO] [stdout] | [INFO] [stdout] 53 | else if (sg_key.0 == 0) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 53 - else if (sg_key.0 == 0) [INFO] [stdout] 53 + else if sg_key.0 == 0 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/day14.rs:63:16 [INFO] [stdout] | [INFO] [stdout] 63 | if (r.0 == sg_key.1 && r.1 == sg_key.2) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 63 - if (r.0 == sg_key.1 && r.1 == sg_key.2) [INFO] [stdout] 63 + if r.0 == sg_key.1 && r.1 == sg_key.2 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/day14.rs:91:8 [INFO] [stdout] | [INFO] [stdout] 91 | if (c1 == c2) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - if (c1 == c2) [INFO] [stdout] 91 + if c1 == c2 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/day14.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 135 | if (debug_print) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 135 - if (debug_print) [INFO] [stdout] 135 + if debug_print [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/day14.rs:166:12 [INFO] [stdout] | [INFO] [stdout] 166 | if (debug_print){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 166 - if (debug_print){ [INFO] [stdout] 166 + if debug_print { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/day14.rs:172:16 [INFO] [stdout] | [INFO] [stdout] 172 | if (r.0 == *first && r.1 == *second) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 172 - if (r.0 == *first && r.1 == *second) [INFO] [stdout] 172 + if r.0 == *first && r.1 == *second [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/day14.rs:178:12 [INFO] [stdout] | [INFO] [stdout] 178 | if (found_rule.is_some()) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 178 - if (found_rule.is_some()) [INFO] [stdout] 178 + if found_rule.is_some() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `TriangluarArray_i32` should have an upper camel case name [INFO] [stdout] --> src/day19.rs:75:8 [INFO] [stdout] | [INFO] [stdout] 75 | struct TriangluarArray_i32 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `TriangluarArrayI32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `BoolMap_2D` should have an upper camel case name [INFO] [stdout] --> src/day20.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | struct BoolMap_2D [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BoolMap2d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/day20.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | for ix in ((0+self.x_range.0-1)..(self.x_range.1+2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - for ix in ((0+self.x_range.0-1)..(self.x_range.1+2)) [INFO] [stdout] 91 + for ix in (0+self.x_range.0-1)..(self.x_range.1+2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/day20.rs:93:23 [INFO] [stdout] | [INFO] [stdout] 93 | for iy in ((0+self.y_range.0-1)..(self.y_range.1+2)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 93 - for iy in ((0+self.y_range.0-1)..(self.y_range.1+2)) [INFO] [stdout] 93 + for iy in (0+self.y_range.0-1)..(self.y_range.1+2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Player_Info` should have an upper camel case name [INFO] [stdout] --> src/day21.rs:4:8 [INFO] [stdout] | [INFO] [stdout] 4 | struct Player_Info [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `PlayerInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.75s [INFO] running `Command { std: "docker" "inspect" "a83bb400b63548d81b666cfb6f202351e50ac51632018264599894c9478cfa72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a83bb400b63548d81b666cfb6f202351e50ac51632018264599894c9478cfa72", kill_on_drop: false }` [INFO] [stdout] a83bb400b63548d81b666cfb6f202351e50ac51632018264599894c9478cfa72