[INFO] fetching crate mod_trait_exerci 0.2.1... [INFO] checking mod_trait_exerci-0.2.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate mod_trait_exerci 0.2.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate mod_trait_exerci 0.2.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mod_trait_exerci 0.2.1 [INFO] finished tweaking crates.io crate mod_trait_exerci 0.2.1 [INFO] tweaked toml for crates.io crate mod_trait_exerci 0.2.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate mod_trait_exerci 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1a68e2966f5c7a03d15e624078ef26fa66b62a570d045551635b95164f99535 [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" "e1a68e2966f5c7a03d15e624078ef26fa66b62a570d045551635b95164f99535", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1a68e2966f5c7a03d15e624078ef26fa66b62a570d045551635b95164f99535", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1a68e2966f5c7a03d15e624078ef26fa66b62a570d045551635b95164f99535", kill_on_drop: false }` [INFO] [stdout] e1a68e2966f5c7a03d15e624078ef26fa66b62a570d045551635b95164f99535 [INFO] running `Command { std: "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" "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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7789e9661476a161a592b49063c940fc87c8290bd505a191c0fd44ec4fa66c9f [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" "7789e9661476a161a592b49063c940fc87c8290bd505a191c0fd44ec4fa66c9f", kill_on_drop: false }` [INFO] [stderr] Checking mod_trait_exerci v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_bare/mod.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | pub data: (u32), [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/mod_bare/mod.rs:7:32 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn get_tuple(&self) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_bare/mod.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | (self.data) [INFO] [stdout] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_bare/mod.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn get_tuple(&self) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_bare/mod.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | (self.0) [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_where_fn.rs:4:61 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn get_static_type_ref(typ: &Type) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_where_fn.rs:8:60 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn get_static_type_ref_with_where(typ: &Type) -> (u32) [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_static_fn.rs:17:61 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn get_static_type_ref(typ: &Type) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_static_fn.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | (typ.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_static_fn.rs:4:65 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn get_static_box_ref(typ: &Box) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_box_static_fn.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | (typ.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_static_fn.rs:8:60 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn get_static_box(typ: Box) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_box_static_fn.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | (typ.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_static_fn.rs:12:79 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn get_static_box_type_ref(typ: Box<&Type>) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_box_static_fn.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | (typ.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_static_fn.rs:16:84 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn get_static_box_and_type_ref(typ: &Box<&Type>) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_box_static_fn.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | (typ.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_dynamic_fn.rs:4:57 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn get_dynamic_trait_ref(canal: &dyn TraitCanal) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_dynamic_fn.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | (canal.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_dynamic_fn.rs:4:55 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn get_dynamic_box(canal: Box) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_dynamic_fn.rs:8:66 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn get_dynamic_box_trait_ref(canal: Box<&dyn TraitCanal>) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_dynamic_fn.rs:12:60 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn get_dynamic_box_ref(canal: &Box) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_dynamic_fn.rs:16:71 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn get_dynamic_box_and_trait_ref(canal: &Box<&dyn TraitCanal>) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | data: (u32), [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | fn get_tuple(&self) -> (u32); [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:28:32 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_tuple(&self) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | (self.data) [INFO] [stdout] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | fn get_tuple(&self) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 41 | (self.0) [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_bare/mod.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | pub data: (u32), [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/mod_bare/mod.rs:7:32 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn get_tuple(&self) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_bare/mod.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | (self.data) [INFO] [stdout] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_bare/mod.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn get_tuple(&self) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_bare/mod.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | (self.0) [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_where_fn.rs:4:61 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn get_static_type_ref(typ: &Type) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_where_fn.rs:8:60 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn get_static_type_ref_with_where(typ: &Type) -> (u32) [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_static_fn.rs:17:61 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn get_static_type_ref(typ: &Type) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_static_fn.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | (typ.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_static_fn.rs:4:65 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn get_static_box_ref(typ: &Box) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_box_static_fn.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | (typ.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_static_fn.rs:8:60 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn get_static_box(typ: Box) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_box_static_fn.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | (typ.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_static_fn.rs:12:79 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn get_static_box_type_ref(typ: Box<&Type>) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_box_static_fn.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | (typ.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_static_fn.rs:16:84 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn get_static_box_and_type_ref(typ: &Box<&Type>) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_box_static_fn.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | (typ.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_dynamic_fn.rs:4:57 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn get_dynamic_trait_ref(canal: &dyn TraitCanal) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/mod_dynamic_fn.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | (canal.get_tuple()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_dynamic_fn.rs:4:55 [INFO] [stdout] | [INFO] [stdout] 4 | pub fn get_dynamic_box(canal: Box) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_dynamic_fn.rs:8:66 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn get_dynamic_box_trait_ref(canal: Box<&dyn TraitCanal>) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_dynamic_fn.rs:12:60 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn get_dynamic_box_ref(canal: &Box) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/mod_box_dynamic_fn.rs:16:71 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn get_dynamic_box_and_trait_ref(canal: &Box<&dyn TraitCanal>) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | data: (u32), [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | fn get_tuple(&self) -> (u32); [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:28:32 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_tuple(&self) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | (self.data) [INFO] [stdout] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/lib.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | fn get_tuple(&self) -> (u32) { [INFO] [stdout] | ^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:41:13 [INFO] [stdout] | [INFO] [stdout] 41 | (self.0) [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 29 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> examples/trait_dispatch_concrete.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | data: (u8) [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] --> examples/trait_dispatch_concrete.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | fn _fn(&self) -> (u8); [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> examples/trait_dispatch_concrete.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | fn _fn(&self) -> (u8) { (self.data) } [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> examples/trait_dispatch_concrete.rs:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | fn _fn(&self) -> (u8) { (self.data) } [INFO] [stdout] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> examples/trait_dispatch_concrete.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 18 | fn _fn(&self) -> (u8) { (self.0) } [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> examples/trait_dispatch_concrete.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | fn _fn(&self) -> (u8) { (self.0) } [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> examples/simple_static_dispatch.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | data: (u8) [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] --> examples/simple_static_dispatch.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | fn static_dispatch(&self) -> (u8) { (self.data) } [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> examples/simple_static_dispatch.rs:8:41 [INFO] [stdout] | [INFO] [stdout] 8 | fn static_dispatch(&self) -> (u8) { (self.data) } [INFO] [stdout] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> examples/simple_dynamic_dispatch.rs:3:34 [INFO] [stdout] | [INFO] [stdout] 3 | fn static_dispatch(&self) -> (u8); [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] --> examples/simple_dynamic_dispatch.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | struct Struct {data: (u8)} [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> examples/simple_dynamic_dispatch.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | fn static_dispatch(&self) -> (u8) { [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> examples/simple_dynamic_dispatch.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | (self.data) [INFO] [stdout] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.53s [INFO] running `Command { std: "docker" "inspect" "7789e9661476a161a592b49063c940fc87c8290bd505a191c0fd44ec4fa66c9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7789e9661476a161a592b49063c940fc87c8290bd505a191c0fd44ec4fa66c9f", kill_on_drop: false }` [INFO] [stdout] 7789e9661476a161a592b49063c940fc87c8290bd505a191c0fd44ec4fa66c9f