[INFO] fetching crate rpgdk 1.2.4... [INFO] documenting rpgdk-1.2.4 against try#3c7dddbc0604180131c7b80915fdff01a092c675 for pr-104889 [INFO] extracting crate rpgdk 1.2.4 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate rpgdk 1.2.4 on toolchain 3c7dddbc0604180131c7b80915fdff01a092c675 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3c7dddbc0604180131c7b80915fdff01a092c675" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rpgdk 1.2.4 [INFO] finished tweaking crates.io crate rpgdk 1.2.4 [INFO] tweaked toml for crates.io crate rpgdk 1.2.4 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate rpgdk 1.2.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3c7dddbc0604180131c7b80915fdff01a092c675" "fetch" "--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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+3c7dddbc0604180131c7b80915fdff01a092c675" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c060c8de6319ecc529ed3c1bf855ebbe352f7b412141c475e50d7539f0996aa5 [INFO] running `Command { std: "docker" "start" "-a" "c060c8de6319ecc529ed3c1bf855ebbe352f7b412141c475e50d7539f0996aa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c060c8de6319ecc529ed3c1bf855ebbe352f7b412141c475e50d7539f0996aa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c060c8de6319ecc529ed3c1bf855ebbe352f7b412141c475e50d7539f0996aa5", kill_on_drop: false }` [INFO] [stdout] c060c8de6319ecc529ed3c1bf855ebbe352f7b412141c475e50d7539f0996aa5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+3c7dddbc0604180131c7b80915fdff01a092c675" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd9de39342604ea844a6567bc1d199dc36fec18593c12c886e5da7629d9033c3 [INFO] running `Command { std: "docker" "start" "-a" "dd9de39342604ea844a6567bc1d199dc36fec18593c12c886e5da7629d9033c3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Documenting rpgdk v1.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:28:34 [INFO] [stdout] | [INFO] [stdout] 28 | Dice::D4(count, bias) => ( [INFO] [stdout] | __________________________________^ [INFO] [stdout] 29 | | rand::thread_rng().gen_range(count + bias, count * (4 + bias)) [INFO] [stdout] | |____________^______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 30 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 28 - Dice::D4(count, bias) => ( [INFO] [stdout] 28 + Dice::D4(count, bias) => rand::thread_rng().gen_range(count + bias, count * (4 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:31:34 [INFO] [stdout] | [INFO] [stdout] 31 | Dice::D6(count, bias) => ( [INFO] [stdout] | __________________________________^ [INFO] [stdout] 32 | | rand::thread_rng().gen_range(count + bias, count * (6 + bias)) [INFO] [stdout] | |____________^______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 33 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 31 - Dice::D6(count, bias) => ( [INFO] [stdout] 31 + Dice::D6(count, bias) => rand::thread_rng().gen_range(count + bias, count * (6 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:34:34 [INFO] [stdout] | [INFO] [stdout] 34 | Dice::D8(count, bias) => ( [INFO] [stdout] | __________________________________^ [INFO] [stdout] 35 | | rand::thread_rng().gen_range(count + bias, count * (8 + bias)) [INFO] [stdout] | |____________^______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 36 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 34 - Dice::D8(count, bias) => ( [INFO] [stdout] 34 + Dice::D8(count, bias) => rand::thread_rng().gen_range(count + bias, count * (8 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:37:35 [INFO] [stdout] | [INFO] [stdout] 37 | Dice::D10(count, bias) => ( [INFO] [stdout] | ___________________________________^ [INFO] [stdout] 38 | | rand::thread_rng().gen_range(count + bias, count * (10 + bias)) [INFO] [stdout] | |____________^_______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 39 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 37 - Dice::D10(count, bias) => ( [INFO] [stdout] 37 + Dice::D10(count, bias) => rand::thread_rng().gen_range(count + bias, count * (10 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:40:35 [INFO] [stdout] | [INFO] [stdout] 40 | Dice::D12(count, bias) => ( [INFO] [stdout] | ___________________________________^ [INFO] [stdout] 41 | | rand::thread_rng().gen_range(count + bias, count * (12 + bias)) [INFO] [stdout] | |____________^_______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 42 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 40 - Dice::D12(count, bias) => ( [INFO] [stdout] 40 + Dice::D12(count, bias) => rand::thread_rng().gen_range(count + bias, count * (12 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:43:35 [INFO] [stdout] | [INFO] [stdout] 43 | Dice::D20(count, bias) => ( [INFO] [stdout] | ___________________________________^ [INFO] [stdout] 44 | | rand::thread_rng().gen_range(count + bias, count * (20 + bias)) [INFO] [stdout] | |____________^_______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 45 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 43 - Dice::D20(count, bias) => ( [INFO] [stdout] 43 + Dice::D20(count, bias) => rand::thread_rng().gen_range(count + bias, count * (20 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.52s [INFO] running `Command { std: "docker" "inspect" "dd9de39342604ea844a6567bc1d199dc36fec18593c12c886e5da7629d9033c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd9de39342604ea844a6567bc1d199dc36fec18593c12c886e5da7629d9033c3", kill_on_drop: false }` [INFO] [stdout] dd9de39342604ea844a6567bc1d199dc36fec18593c12c886e5da7629d9033c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+3c7dddbc0604180131c7b80915fdff01a092c675" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e55b0ecaa22c2c0dbd07bf4cf56c9d3de160f73f9de29f94c6dc77c84ce0022e [INFO] running `Command { std: "docker" "start" "-a" "e55b0ecaa22c2c0dbd07bf4cf56c9d3de160f73f9de29f94c6dc77c84ce0022e", kill_on_drop: false }` [INFO] [stderr] Documenting rpgdk v1.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:28:34 [INFO] [stdout] | [INFO] [stdout] 28 | Dice::D4(count, bias) => ( [INFO] [stdout] | __________________________________^ [INFO] [stdout] 29 | | rand::thread_rng().gen_range(count + bias, count * (4 + bias)) [INFO] [stdout] | |____________^______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 30 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 28 - Dice::D4(count, bias) => ( [INFO] [stdout] 28 + Dice::D4(count, bias) => rand::thread_rng().gen_range(count + bias, count * (4 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:31:34 [INFO] [stdout] | [INFO] [stdout] 31 | Dice::D6(count, bias) => ( [INFO] [stdout] | __________________________________^ [INFO] [stdout] 32 | | rand::thread_rng().gen_range(count + bias, count * (6 + bias)) [INFO] [stdout] | |____________^______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 33 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 31 - Dice::D6(count, bias) => ( [INFO] [stdout] 31 + Dice::D6(count, bias) => rand::thread_rng().gen_range(count + bias, count * (6 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:34:34 [INFO] [stdout] | [INFO] [stdout] 34 | Dice::D8(count, bias) => ( [INFO] [stdout] | __________________________________^ [INFO] [stdout] 35 | | rand::thread_rng().gen_range(count + bias, count * (8 + bias)) [INFO] [stdout] | |____________^______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 36 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 34 - Dice::D8(count, bias) => ( [INFO] [stdout] 34 + Dice::D8(count, bias) => rand::thread_rng().gen_range(count + bias, count * (8 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:37:35 [INFO] [stdout] | [INFO] [stdout] 37 | Dice::D10(count, bias) => ( [INFO] [stdout] | ___________________________________^ [INFO] [stdout] 38 | | rand::thread_rng().gen_range(count + bias, count * (10 + bias)) [INFO] [stdout] | |____________^_______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 39 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 37 - Dice::D10(count, bias) => ( [INFO] [stdout] 37 + Dice::D10(count, bias) => rand::thread_rng().gen_range(count + bias, count * (10 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:40:35 [INFO] [stdout] | [INFO] [stdout] 40 | Dice::D12(count, bias) => ( [INFO] [stdout] | ___________________________________^ [INFO] [stdout] 41 | | rand::thread_rng().gen_range(count + bias, count * (12 + bias)) [INFO] [stdout] | |____________^_______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 42 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 40 - Dice::D12(count, bias) => ( [INFO] [stdout] 40 + Dice::D12(count, bias) => rand::thread_rng().gen_range(count + bias, count * (12 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/dice/mod.rs:43:35 [INFO] [stdout] | [INFO] [stdout] 43 | Dice::D20(count, bias) => ( [INFO] [stdout] | ___________________________________^ [INFO] [stdout] 44 | | rand::thread_rng().gen_range(count + bias, count * (20 + bias)) [INFO] [stdout] | |____________^_______________________________________________________________^ [INFO] [stdout] | ||____________| [INFO] [stdout] | | [INFO] [stdout] 45 | | ), [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 43 - Dice::D20(count, bias) => ( [INFO] [stdout] 43 + Dice::D20(count, bias) => rand::thread_rng().gen_range(count + bias, count * (20 + bias)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "e55b0ecaa22c2c0dbd07bf4cf56c9d3de160f73f9de29f94c6dc77c84ce0022e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e55b0ecaa22c2c0dbd07bf4cf56c9d3de160f73f9de29f94c6dc77c84ce0022e", kill_on_drop: false }` [INFO] [stdout] e55b0ecaa22c2c0dbd07bf4cf56c9d3de160f73f9de29f94c6dc77c84ce0022e