[INFO] cloning repository https://github.com/22shubh22/TicTacToe-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/22shubh22/TicTacToe-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F22shubh22%2FTicTacToe-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F22shubh22%2FTicTacToe-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5dd49cae9559e09ef9d4888b1842352362cf4a56 [INFO] documenting 22shubh22/TicTacToe-rs 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%2F22shubh22%2FTicTacToe-rs" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/22shubh22/TicTacToe-rs 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/22shubh22/TicTacToe-rs [INFO] finished tweaking git repo https://github.com/22shubh22/TicTacToe-rs [INFO] tweaked toml for git repo https://github.com/22shubh22/TicTacToe-rs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/22shubh22/TicTacToe-rs 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] 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" "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] cd0a30837a55936ed67263e6a0a9d58019664698d915b1d401b25314ac8e886f [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" "cd0a30837a55936ed67263e6a0a9d58019664698d915b1d401b25314ac8e886f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd0a30837a55936ed67263e6a0a9d58019664698d915b1d401b25314ac8e886f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd0a30837a55936ed67263e6a0a9d58019664698d915b1d401b25314ac8e886f", kill_on_drop: false }` [INFO] [stdout] cd0a30837a55936ed67263e6a0a9d58019664698d915b1d401b25314ac8e886f [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" "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] bfe2c9b7a931068b75cffcfbc469d877d23eebda8b0c0aeeee528dae990cff4e [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" "bfe2c9b7a931068b75cffcfbc469d877d23eebda8b0c0aeeee528dae990cff4e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Documenting tic_tac_toe v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/game.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | / (all_same_row || all_same_col || all_same_diag_1 || [INFO] [stdout] 186 | | all_same_diag_2) [INFO] [stdout] | |____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 185 | all_same_row || all_same_col || all_same_diag_1 || [INFO] [stdout] 186 | all_same_diag_2 [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.05s [INFO] running `Command { std: "docker" "inspect" "bfe2c9b7a931068b75cffcfbc469d877d23eebda8b0c0aeeee528dae990cff4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfe2c9b7a931068b75cffcfbc469d877d23eebda8b0c0aeeee528dae990cff4e", kill_on_drop: false }` [INFO] [stdout] bfe2c9b7a931068b75cffcfbc469d877d23eebda8b0c0aeeee528dae990cff4e