[INFO] cloning repository https://github.com/manthanabc/pig_latin [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/manthanabc/pig_latin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanthanabc%2Fpig_latin", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanthanabc%2Fpig_latin'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1c2f9e8814d99fb31b9d44a1b76f2f59e73a3300 [INFO] documenting manthanabc/pig_latin 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%2Fmanthanabc%2Fpig_latin" "/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/manthanabc/pig_latin 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/manthanabc/pig_latin [INFO] finished tweaking git repo https://github.com/manthanabc/pig_latin [INFO] tweaked toml for git repo https://github.com/manthanabc/pig_latin written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/manthanabc/pig_latin 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] 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" "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] e65a358c6684c6e855a75d69a1b66f787dad2a9afa6186856340656127fc490a [INFO] running `Command { std: "docker" "start" "-a" "e65a358c6684c6e855a75d69a1b66f787dad2a9afa6186856340656127fc490a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e65a358c6684c6e855a75d69a1b66f787dad2a9afa6186856340656127fc490a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e65a358c6684c6e855a75d69a1b66f787dad2a9afa6186856340656127fc490a", kill_on_drop: false }` [INFO] [stdout] e65a358c6684c6e855a75d69a1b66f787dad2a9afa6186856340656127fc490a [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" "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] f3f5fda89d64e2e0a230f0d5b10d08ce94532c10032a06fca28dc922148ea739 [INFO] running `Command { std: "docker" "start" "-a" "f3f5fda89d64e2e0a230f0d5b10d08ce94532c10032a06fca28dc922148ea739", kill_on_drop: false }` [INFO] [stderr] Documenting pig_latin v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/main.rs:14:7 [INFO] [stdout] | [INFO] [stdout] 14 | if (last == 'a' || last == 'e' ||last == 'i' ||last == 'o' ||last == 'u') { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 14 - if (last == 'a' || last == 'e' ||last == 'i' ||last == 'o' ||last == 'u') { [INFO] [stdout] 14 + if last == 'a' || last == 'e' ||last == 'i' ||last == 'o' ||last == 'u' { [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 1.09s [INFO] running `Command { std: "docker" "inspect" "f3f5fda89d64e2e0a230f0d5b10d08ce94532c10032a06fca28dc922148ea739", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3f5fda89d64e2e0a230f0d5b10d08ce94532c10032a06fca28dc922148ea739", kill_on_drop: false }` [INFO] [stdout] f3f5fda89d64e2e0a230f0d5b10d08ce94532c10032a06fca28dc922148ea739