[INFO] fetching crate gen3_rpc 0.1.0... [INFO] checking gen3_rpc-0.1.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate gen3_rpc 0.1.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate gen3_rpc 0.1.0 [INFO] finished tweaking crates.io crate gen3_rpc 0.1.0 [INFO] tweaked toml for crates.io crate gen3_rpc 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate gen3_rpc 0.1.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gen3_rpc 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded capnp-futures v0.20.1 [INFO] [stderr] Downloaded capnp-rpc v0.20.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40b81aa8e2fba0dc59cc25c82c6ca8463563d727f11c4edeaf610b713735e22e [INFO] running `Command { std: "docker" "start" "-a" "40b81aa8e2fba0dc59cc25c82c6ca8463563d727f11c4edeaf610b713735e22e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40b81aa8e2fba0dc59cc25c82c6ca8463563d727f11c4edeaf610b713735e22e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40b81aa8e2fba0dc59cc25c82c6ca8463563d727f11c4edeaf610b713735e22e", kill_on_drop: false }` [INFO] [stdout] 40b81aa8e2fba0dc59cc25c82c6ca8463563d727f11c4edeaf610b713735e22e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0807995ccf76dc87b95589b6266d82593f6d6218484e271675a39c1e22182e2d [INFO] running `Command { std: "docker" "start" "-a" "0807995ccf76dc87b95589b6266d82593f6d6218484e271675a39c1e22182e2d", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Compiling capnp v0.20.3 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Compiling capnpc v0.20.1 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling gen3_rpc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking capnp-futures v0.20.1 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking capnp-rpc v0.20.3 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:697:26 [INFO] [stdout] | [INFO] [stdout] 697 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 697 - fn new(hook: Box) -> Self { [INFO] [stdout] 697 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:700:42 [INFO] [stdout] | [INFO] [stdout] 700 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 700 - fn into_client_hook(self) -> Box { [INFO] [stdout] 700 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:703:38 [INFO] [stdout] | [INFO] [stdout] 703 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 703 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 703 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:2730:26 [INFO] [stdout] | [INFO] [stdout] 2730 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2730 - fn new(hook: Box) -> Self { [INFO] [stdout] 2730 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:2733:42 [INFO] [stdout] | [INFO] [stdout] 2733 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2733 - fn into_client_hook(self) -> Box { [INFO] [stdout] 2733 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:2736:38 [INFO] [stdout] | [INFO] [stdout] 2736 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2736 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 2736 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:4993:26 [INFO] [stdout] | [INFO] [stdout] 4993 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 4993 - fn new(hook: Box) -> Self { [INFO] [stdout] 4993 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:4996:42 [INFO] [stdout] | [INFO] [stdout] 4996 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 4996 - fn into_client_hook(self) -> Box { [INFO] [stdout] 4996 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:4999:38 [INFO] [stdout] | [INFO] [stdout] 4999 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 4999 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 4999 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:6569:26 [INFO] [stdout] | [INFO] [stdout] 6569 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 6569 - fn new(hook: Box) -> Self { [INFO] [stdout] 6569 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:6572:42 [INFO] [stdout] | [INFO] [stdout] 6572 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 6572 - fn into_client_hook(self) -> Box { [INFO] [stdout] 6572 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:6575:38 [INFO] [stdout] | [INFO] [stdout] 6575 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 6575 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 6575 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:9022:26 [INFO] [stdout] | [INFO] [stdout] 9022 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 9022 - fn new(hook: Box) -> Self { [INFO] [stdout] 9022 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:9025:42 [INFO] [stdout] | [INFO] [stdout] 9025 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 9025 - fn into_client_hook(self) -> Box { [INFO] [stdout] 9025 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:9028:38 [INFO] [stdout] | [INFO] [stdout] 9028 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 9028 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 9028 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:10145:26 [INFO] [stdout] | [INFO] [stdout] 10145 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 10145 - fn new(hook: Box) -> Self { [INFO] [stdout] 10145 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:10148:42 [INFO] [stdout] | [INFO] [stdout] 10148 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 10148 - fn into_client_hook(self) -> Box { [INFO] [stdout] 10148 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:10151:38 [INFO] [stdout] | [INFO] [stdout] 10151 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 10151 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 10151 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:13237:26 [INFO] [stdout] | [INFO] [stdout] 13237 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13237 - fn new(hook: Box) -> Self { [INFO] [stdout] 13237 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:13240:42 [INFO] [stdout] | [INFO] [stdout] 13240 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13240 - fn into_client_hook(self) -> Box { [INFO] [stdout] 13240 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:13243:38 [INFO] [stdout] | [INFO] [stdout] 13243 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13243 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 13243 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:15676:26 [INFO] [stdout] | [INFO] [stdout] 15676 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 15676 - fn new(hook: Box) -> Self { [INFO] [stdout] 15676 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:15679:42 [INFO] [stdout] | [INFO] [stdout] 15679 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 15679 - fn into_client_hook(self) -> Box { [INFO] [stdout] 15679 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:15682:38 [INFO] [stdout] | [INFO] [stdout] 15682 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 15682 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 15682 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:16529:26 [INFO] [stdout] | [INFO] [stdout] 16529 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 16529 - fn new(hook: Box) -> Self { [INFO] [stdout] 16529 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:16532:42 [INFO] [stdout] | [INFO] [stdout] 16532 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 16532 - fn into_client_hook(self) -> Box { [INFO] [stdout] 16532 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:16535:38 [INFO] [stdout] | [INFO] [stdout] 16535 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 16535 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 16535 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:17136:26 [INFO] [stdout] | [INFO] [stdout] 17136 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 17136 - fn new(hook: Box) -> Self { [INFO] [stdout] 17136 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:17139:42 [INFO] [stdout] | [INFO] [stdout] 17139 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 17139 - fn into_client_hook(self) -> Box { [INFO] [stdout] 17139 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:17142:38 [INFO] [stdout] | [INFO] [stdout] 17142 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 17142 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 17142 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:18274:26 [INFO] [stdout] | [INFO] [stdout] 18274 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 18274 - fn new(hook: Box) -> Self { [INFO] [stdout] 18274 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:18277:42 [INFO] [stdout] | [INFO] [stdout] 18277 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 18277 - fn into_client_hook(self) -> Box { [INFO] [stdout] 18277 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:18280:38 [INFO] [stdout] | [INFO] [stdout] 18280 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 18280 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 18280 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:697:26 [INFO] [stdout] | [INFO] [stdout] 697 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 697 - fn new(hook: Box) -> Self { [INFO] [stdout] 697 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:700:42 [INFO] [stdout] | [INFO] [stdout] 700 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 700 - fn into_client_hook(self) -> Box { [INFO] [stdout] 700 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:703:38 [INFO] [stdout] | [INFO] [stdout] 703 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 703 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 703 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:2730:26 [INFO] [stdout] | [INFO] [stdout] 2730 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2730 - fn new(hook: Box) -> Self { [INFO] [stdout] 2730 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:2733:42 [INFO] [stdout] | [INFO] [stdout] 2733 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2733 - fn into_client_hook(self) -> Box { [INFO] [stdout] 2733 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:2736:38 [INFO] [stdout] | [INFO] [stdout] 2736 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2736 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 2736 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:4993:26 [INFO] [stdout] | [INFO] [stdout] 4993 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 4993 - fn new(hook: Box) -> Self { [INFO] [stdout] 4993 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:4996:42 [INFO] [stdout] | [INFO] [stdout] 4996 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 4996 - fn into_client_hook(self) -> Box { [INFO] [stdout] 4996 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:4999:38 [INFO] [stdout] | [INFO] [stdout] 4999 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 4999 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 4999 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:6569:26 [INFO] [stdout] | [INFO] [stdout] 6569 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 6569 - fn new(hook: Box) -> Self { [INFO] [stdout] 6569 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:6572:42 [INFO] [stdout] | [INFO] [stdout] 6572 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 6572 - fn into_client_hook(self) -> Box { [INFO] [stdout] 6572 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:6575:38 [INFO] [stdout] | [INFO] [stdout] 6575 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 6575 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 6575 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:9022:26 [INFO] [stdout] | [INFO] [stdout] 9022 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 9022 - fn new(hook: Box) -> Self { [INFO] [stdout] 9022 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:9025:42 [INFO] [stdout] | [INFO] [stdout] 9025 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 9025 - fn into_client_hook(self) -> Box { [INFO] [stdout] 9025 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:9028:38 [INFO] [stdout] | [INFO] [stdout] 9028 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 9028 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 9028 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:10145:26 [INFO] [stdout] | [INFO] [stdout] 10145 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 10145 - fn new(hook: Box) -> Self { [INFO] [stdout] 10145 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:10148:42 [INFO] [stdout] | [INFO] [stdout] 10148 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 10148 - fn into_client_hook(self) -> Box { [INFO] [stdout] 10148 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:10151:38 [INFO] [stdout] | [INFO] [stdout] 10151 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 10151 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 10151 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:13237:26 [INFO] [stdout] | [INFO] [stdout] 13237 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13237 - fn new(hook: Box) -> Self { [INFO] [stdout] 13237 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:13240:42 [INFO] [stdout] | [INFO] [stdout] 13240 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13240 - fn into_client_hook(self) -> Box { [INFO] [stdout] 13240 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:13243:38 [INFO] [stdout] | [INFO] [stdout] 13243 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 13243 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 13243 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:15676:26 [INFO] [stdout] | [INFO] [stdout] 15676 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 15676 - fn new(hook: Box) -> Self { [INFO] [stdout] 15676 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:15679:42 [INFO] [stdout] | [INFO] [stdout] 15679 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 15679 - fn into_client_hook(self) -> Box { [INFO] [stdout] 15679 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:15682:38 [INFO] [stdout] | [INFO] [stdout] 15682 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 15682 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 15682 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:16529:26 [INFO] [stdout] | [INFO] [stdout] 16529 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 16529 - fn new(hook: Box) -> Self { [INFO] [stdout] 16529 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:16532:42 [INFO] [stdout] | [INFO] [stdout] 16532 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 16532 - fn into_client_hook(self) -> Box { [INFO] [stdout] 16532 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:16535:38 [INFO] [stdout] | [INFO] [stdout] 16535 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 16535 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 16535 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:17136:26 [INFO] [stdout] | [INFO] [stdout] 17136 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 17136 - fn new(hook: Box) -> Self { [INFO] [stdout] 17136 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:17139:42 [INFO] [stdout] | [INFO] [stdout] 17139 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 17139 - fn into_client_hook(self) -> Box { [INFO] [stdout] 17139 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:17142:38 [INFO] [stdout] | [INFO] [stdout] 17142 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 17142 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 17142 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:18274:26 [INFO] [stdout] | [INFO] [stdout] 18274 | fn new(hook: Box) -> Self { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 18274 - fn new(hook: Box) -> Self { [INFO] [stdout] 18274 + fn new(hook: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:18277:42 [INFO] [stdout] | [INFO] [stdout] 18277 | fn into_client_hook(self) -> Box { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 18277 - fn into_client_hook(self) -> Box { [INFO] [stdout] 18277 + fn into_client_hook(self) -> Box { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> /opt/rustwide/target/debug/build/gen3_rpc-066559fc115bbe31/out/gen3rpc_capnp.rs:18280:38 [INFO] [stdout] | [INFO] [stdout] 18280 | fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 18280 - fn as_client_hook(&self) -> &dyn (::capnp::private::capability::ClientHook) { [INFO] [stdout] 18280 + fn as_client_hook(&self) -> &dyn ::capnp::private::capability::ClientHook { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.63s [INFO] running `Command { std: "docker" "inspect" "0807995ccf76dc87b95589b6266d82593f6d6218484e271675a39c1e22182e2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0807995ccf76dc87b95589b6266d82593f6d6218484e271675a39c1e22182e2d", kill_on_drop: false }` [INFO] [stdout] 0807995ccf76dc87b95589b6266d82593f6d6218484e271675a39c1e22182e2d