[INFO] cloning repository https://github.com/lusen82/advent-of-code-2019 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lusen82/advent-of-code-2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flusen82%2Fadvent-of-code-2019", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flusen82%2Fadvent-of-code-2019'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a692ab544d3de01a6b026650c0d2eec28b1b6c74 [INFO] documenting lusen82/advent-of-code-2019 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flusen82%2Fadvent-of-code-2019" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lusen82/advent-of-code-2019 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lusen82/advent-of-code-2019 [INFO] finished tweaking git repo https://github.com/lusen82/advent-of-code-2019 [INFO] tweaked toml for git repo https://github.com/lusen82/advent-of-code-2019 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/lusen82/advent-of-code-2019 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 323471e39be1a165092060b78d7349f91ecb709d9cc0bd1b44f6791d99b42c5c [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" "323471e39be1a165092060b78d7349f91ecb709d9cc0bd1b44f6791d99b42c5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "323471e39be1a165092060b78d7349f91ecb709d9cc0bd1b44f6791d99b42c5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "323471e39be1a165092060b78d7349f91ecb709d9cc0bd1b44f6791d99b42c5c", kill_on_drop: false }` [INFO] [stdout] 323471e39be1a165092060b78d7349f91ecb709d9cc0bd1b44f6791d99b42c5c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3013cfee00317d558fd67fb44d9296b83c0e05e88b4b49a520e5963b284252a [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" "b3013cfee00317d558fd67fb44d9296b83c0e05e88b4b49a520e5963b284252a", kill_on_drop: false }` [INFO] [stderr] Documenting advent-of-code-2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/day_2.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | for noun in (0..100) { [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/day_2.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | for verb in (0..100) { [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Instr_01` should have an upper camel case name [INFO] [stdout] --> src/day_5.rs:163:8 [INFO] [stdout] | [INFO] [stdout] 163 | struct Instr_01 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Instr01` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:176:51 [INFO] [stdout] | [INFO] [stdout] 176 | let first_value = self.get_value_for_mode((pointer + 1), param_1_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:177:53 [INFO] [stdout] | [INFO] [stdout] 177 | let second_value = self.get_value_for_mode((pointer + 2), param_2_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Instr_02` should have an upper camel case name [INFO] [stdout] --> src/day_5.rs:192:8 [INFO] [stdout] | [INFO] [stdout] 192 | struct Instr_02 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Instr02` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:203:51 [INFO] [stdout] | [INFO] [stdout] 203 | let first_value = self.get_value_for_mode((pointer + 1), param_1_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:204:53 [INFO] [stdout] | [INFO] [stdout] 204 | let second_value = self.get_value_for_mode((pointer + 2), param_2_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Instr_03` should have an upper camel case name [INFO] [stdout] --> src/day_5.rs:219:8 [INFO] [stdout] | [INFO] [stdout] 219 | struct Instr_03 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Instr03` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:232:57 [INFO] [stdout] | [INFO] [stdout] 232 | let first_value = self.get_value_for_mode_usize((pointer + 1), ParamMode::IMMEDIATE, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Instr_04` should have an upper camel case name [INFO] [stdout] --> src/day_5.rs:249:8 [INFO] [stdout] | [INFO] [stdout] 249 | struct Instr_04 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Instr04` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:260:57 [INFO] [stdout] | [INFO] [stdout] 260 | let first_value = self.get_value_for_mode_usize((pointer + 1), ParamMode::IMMEDIATE, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Instr_05` should have an upper camel case name [INFO] [stdout] --> src/day_5.rs:275:8 [INFO] [stdout] | [INFO] [stdout] 275 | struct Instr_05 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Instr05` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:286:51 [INFO] [stdout] | [INFO] [stdout] 286 | let first_value = self.get_value_for_mode((pointer + 1), param_1_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:287:59 [INFO] [stdout] | [INFO] [stdout] 287 | let second_value = self.get_value_for_mode_usize((pointer + 2), param_2_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Instr_06` should have an upper camel case name [INFO] [stdout] --> src/day_5.rs:304:8 [INFO] [stdout] | [INFO] [stdout] 304 | struct Instr_06 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Instr06` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:315:51 [INFO] [stdout] | [INFO] [stdout] 315 | let first_value = self.get_value_for_mode((pointer + 1), param_1_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:316:59 [INFO] [stdout] | [INFO] [stdout] 316 | let second_value = self.get_value_for_mode_usize((pointer + 2), param_2_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Instr_07` should have an upper camel case name [INFO] [stdout] --> src/day_5.rs:334:8 [INFO] [stdout] | [INFO] [stdout] 334 | struct Instr_07 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Instr07` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:345:51 [INFO] [stdout] | [INFO] [stdout] 345 | let first_value = self.get_value_for_mode((pointer + 1), param_1_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:346:53 [INFO] [stdout] | [INFO] [stdout] 346 | let second_value = self.get_value_for_mode((pointer + 2), param_2_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `Instr_08` should have an upper camel case name [INFO] [stdout] --> src/day_5.rs:368:8 [INFO] [stdout] | [INFO] [stdout] 368 | struct Instr_08 { [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to upper camel case: `Instr08` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:379:51 [INFO] [stdout] | [INFO] [stdout] 379 | let first_value = self.get_value_for_mode((pointer + 1), param_1_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around method argument [INFO] [stdout] --> src/day_5.rs:380:53 [INFO] [stdout] | [INFO] [stdout] 380 | let second_value = self.get_value_for_mode((pointer + 2), param_2_mode, &memory); [INFO] [stdout] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 24 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.61s [INFO] running `Command { std: "docker" "inspect" "b3013cfee00317d558fd67fb44d9296b83c0e05e88b4b49a520e5963b284252a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3013cfee00317d558fd67fb44d9296b83c0e05e88b4b49a520e5963b284252a", kill_on_drop: false }` [INFO] [stdout] b3013cfee00317d558fd67fb44d9296b83c0e05e88b4b49a520e5963b284252a