[INFO] updating cached repository https://github.com/antweiss/cargo-commentratio [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a526a4aac369ccc8910233242768094991d04cfd [INFO] checking antweiss/cargo-commentratio against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fantweiss%2Fcargo-commentratio" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/antweiss/cargo-commentratio on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/antweiss/cargo-commentratio [INFO] finished tweaking git repo https://github.com/antweiss/cargo-commentratio [INFO] tweaked toml for git repo https://github.com/antweiss/cargo-commentratio written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/antweiss/cargo-commentratio already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a7447288ab0441474472ae3190f85206e4fd0ae21e44e943181e62dcefb59fd9 [INFO] running `"docker" "start" "-a" "a7447288ab0441474472ae3190f85206e4fd0ae21e44e943181e62dcefb59fd9"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Checking regex-syntax v0.6.3 [INFO] [stderr] Checking smallvec v0.6.6 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking backtrace-sys v0.1.24 [INFO] [stderr] Checking rand v0.4.3 [INFO] [stderr] Checking clicolors-control v0.3.0 [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking parking_lot_core v0.3.1 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking parking_lot v0.7.0 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking tempfile v2.2.0 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Checking structopt v0.2.13 [INFO] [stderr] Checking failure v0.1.3 [INFO] [stderr] Checking env_logger v0.5.13 [INFO] [stderr] Checking console v0.7.0 [INFO] [stderr] Checking globset v0.4.2 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking clap-verbosity-flag v0.1.0 [INFO] [stderr] Checking indicatif v0.9.0 [INFO] [stderr] Checking dialoguer v0.1.0 [INFO] [stderr] Checking ignore v0.4.4 [INFO] [stderr] Checking quicli v0.3.1 [INFO] [stderr] Checking cargo-commentratio v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/calculate.rs:8:70 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn calculate(project_dir: &PathBuf, pbar: ProgressBar) -> Result<(f32)> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/calculate.rs:8:70 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn calculate(project_dir: &PathBuf, pbar: ProgressBar) -> Result<(f32)> { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.18s [INFO] running `"docker" "inspect" "a7447288ab0441474472ae3190f85206e4fd0ae21e44e943181e62dcefb59fd9"` [INFO] running `"docker" "rm" "-f" "a7447288ab0441474472ae3190f85206e4fd0ae21e44e943181e62dcefb59fd9"` [INFO] [stdout] a7447288ab0441474472ae3190f85206e4fd0ae21e44e943181e62dcefb59fd9