[INFO] fetching crate picontrol 0.2.1... [INFO] checking picontrol-0.2.1 against try#9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c for pr-79472 [INFO] extracting crate picontrol 0.2.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate picontrol 0.2.1 on toolchain 9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate picontrol 0.2.1 [INFO] finished tweaking crates.io crate picontrol 0.2.1 [INFO] tweaked toml for crates.io crate picontrol 0.2.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate picontrol 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ced1a184ed31dc8ccd1fdf3fd1db348fe9eda949dcc2905fb320248fba715f5b [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" "ced1a184ed31dc8ccd1fdf3fd1db348fe9eda949dcc2905fb320248fba715f5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ced1a184ed31dc8ccd1fdf3fd1db348fe9eda949dcc2905fb320248fba715f5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ced1a184ed31dc8ccd1fdf3fd1db348fe9eda949dcc2905fb320248fba715f5b", kill_on_drop: false }` [INFO] [stdout] ced1a184ed31dc8ccd1fdf3fd1db348fe9eda949dcc2905fb320248fba715f5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+9b49d8c6c904f63eb486fe51b14bbe0aa2feda4c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 704abce1b0ef72e4973eccc48fb6d52ad5f399443786e2aeef10cea8bbea19ee [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" "704abce1b0ef72e4973eccc48fb6d52ad5f399443786e2aeef10cea8bbea19ee", kill_on_drop: false }` [INFO] [stderr] Compiling nix v0.13.1 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking picontrol v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:178:75 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn read(&mut self, offset: u64, length: usize) -> std::io::Result<(Vec)> { [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 type [INFO] [stdout] --> src/lib.rs:191:77 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn write(&mut self, offset: u64, data: &Vec) -> std::io::Result<(bool)> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:266:57 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn dump(&mut self, fp: &str) -> std::io::Result<(bool)> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:178:75 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn read(&mut self, offset: u64, length: usize) -> std::io::Result<(Vec)> { [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 type [INFO] [stdout] --> src/lib.rs:191:77 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn write(&mut self, offset: u64, data: &Vec) -> std::io::Result<(bool)> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:266:57 [INFO] [stdout] | [INFO] [stdout] 266 | pub fn dump(&mut self, fp: &str) -> std::io::Result<(bool)> { [INFO] [stdout] | ^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.39s [INFO] running `Command { std: "docker" "inspect" "704abce1b0ef72e4973eccc48fb6d52ad5f399443786e2aeef10cea8bbea19ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "704abce1b0ef72e4973eccc48fb6d52ad5f399443786e2aeef10cea8bbea19ee", kill_on_drop: false }` [INFO] [stdout] 704abce1b0ef72e4973eccc48fb6d52ad5f399443786e2aeef10cea8bbea19ee