[INFO] fetching crate mini-math 0.1.4... [INFO] testing mini-math-0.1.4 against 1.44.0 for beta-1.45-1 [INFO] extracting crate mini-math 0.1.4 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate mini-math 0.1.4 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate mini-math 0.1.4 [INFO] finished tweaking crates.io crate mini-math 0.1.4 [INFO] tweaked toml for crates.io crate mini-math 0.1.4 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bb57e0f0b5ef975af0141e088d0b55c2f173c9eb1ce37cc16c946520bf9d7123 [INFO] running `"docker" "start" "-a" "bb57e0f0b5ef975af0141e088d0b55c2f173c9eb1ce37cc16c946520bf9d7123"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling zerocopy-derive v0.1.4 [INFO] [stderr] Compiling zerocopy v0.2.8 [INFO] [stderr] Compiling mini-math v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 113 | scalar_op!(Add, add, Point, f32, Point, +); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 114 | scalar_op!(Sub, sub, Point, f32, Point, -); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 115 | scalar_op!(Mul, mul, Point, f32, Point, *); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 116 | scalar_op!(Div, div, Point, f32, Point, /); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 117 | scalar_assign_op!(AddAssign, add_assign, Point, f32, +=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 118 | scalar_assign_op!(SubAssign, sub_assign, Point, f32, -=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 119 | scalar_assign_op!(MulAssign, mul_assign, Point, f32, *=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 120 | scalar_assign_op!(DivAssign, div_assign, Point, f32, /=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 122 | scalar_op!(Add, add, Vector, f32, Vector, +); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 123 | scalar_op!(Sub, sub, Vector, f32, Vector, -); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 124 | scalar_op!(Mul, mul, Vector, f32, Vector, *); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 125 | scalar_op!(Div, div, Vector, f32, Vector, /); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 126 | scalar_assign_op!(AddAssign, add_assign, Vector, f32, +=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 127 | scalar_assign_op!(SubAssign, sub_assign, Vector, f32, -=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 128 | scalar_assign_op!(MulAssign, mul_assign, Vector, f32, *=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 129 | scalar_assign_op!(DivAssign, div_assign, Vector, f32, /=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 131 | vector_op!(Add, add, Vector, Vector, Vector, +); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 132 | vector_op!(Sub, sub, Vector, Vector, Vector, -); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 133 | vector_assign_op!(AddAssign, add_assign, Vector, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 134 | vector_assign_op!(SubAssign, sub_assign, Vector, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 136 | vector_op!(Add, add, Point, Vector, Point, +); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 137 | vector_op!(Sub, sub, Point, Vector, Point, -); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 138 | vector_op!(Sub, sub, Point, Point, Vector, -); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 139 | vector_assign_op!(AddAssign, add_assign, Point, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 140 | vector_assign_op!(SubAssign, sub_assign, Point, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 25 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.25s [INFO] running `"docker" "inspect" "bb57e0f0b5ef975af0141e088d0b55c2f173c9eb1ce37cc16c946520bf9d7123"` [INFO] running `"docker" "rm" "-f" "bb57e0f0b5ef975af0141e088d0b55c2f173c9eb1ce37cc16c946520bf9d7123"` [INFO] [stdout] bb57e0f0b5ef975af0141e088d0b55c2f173c9eb1ce37cc16c946520bf9d7123 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 404be1e2ed38caecbd6fb86327ebbfa537afd6859ce380e894e02fd1e642738d [INFO] running `"docker" "start" "-a" "404be1e2ed38caecbd6fb86327ebbfa537afd6859ce380e894e02fd1e642738d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling mini-math v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 113 | scalar_op!(Add, add, Point, f32, Point, +); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 114 | scalar_op!(Sub, sub, Point, f32, Point, -); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 115 | scalar_op!(Mul, mul, Point, f32, Point, *); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 116 | scalar_op!(Div, div, Point, f32, Point, /); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 117 | scalar_assign_op!(AddAssign, add_assign, Point, f32, +=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 118 | scalar_assign_op!(SubAssign, sub_assign, Point, f32, -=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 119 | scalar_assign_op!(MulAssign, mul_assign, Point, f32, *=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 120 | scalar_assign_op!(DivAssign, div_assign, Point, f32, /=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 122 | scalar_op!(Add, add, Vector, f32, Vector, +); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 123 | scalar_op!(Sub, sub, Vector, f32, Vector, -); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 124 | scalar_op!(Mul, mul, Vector, f32, Vector, *); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 125 | scalar_op!(Div, div, Vector, f32, Vector, /); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 126 | scalar_assign_op!(AddAssign, add_assign, Vector, f32, +=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 127 | scalar_assign_op!(SubAssign, sub_assign, Vector, f32, -=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 128 | scalar_assign_op!(MulAssign, mul_assign, Vector, f32, *=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 129 | scalar_assign_op!(DivAssign, div_assign, Vector, f32, /=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 131 | vector_op!(Add, add, Vector, Vector, Vector, +); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 132 | vector_op!(Sub, sub, Vector, Vector, Vector, -); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 133 | vector_assign_op!(AddAssign, add_assign, Vector, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 134 | vector_assign_op!(SubAssign, sub_assign, Vector, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 136 | vector_op!(Add, add, Point, Vector, Point, +); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 137 | vector_op!(Sub, sub, Point, Vector, Point, -); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 138 | vector_op!(Sub, sub, Point, Point, Vector, -); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 139 | vector_assign_op!(AddAssign, add_assign, Point, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 140 | vector_assign_op!(SubAssign, sub_assign, Point, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 25 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 113 | scalar_op!(Add, add, Point, f32, Point, +); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 114 | scalar_op!(Sub, sub, Point, f32, Point, -); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 115 | scalar_op!(Mul, mul, Point, f32, Point, *); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 116 | scalar_op!(Div, div, Point, f32, Point, /); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 117 | scalar_assign_op!(AddAssign, add_assign, Point, f32, +=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 118 | scalar_assign_op!(SubAssign, sub_assign, Point, f32, -=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 119 | scalar_assign_op!(MulAssign, mul_assign, Point, f32, *=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 120 | scalar_assign_op!(DivAssign, div_assign, Point, f32, /=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 122 | scalar_op!(Add, add, Vector, f32, Vector, +); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 123 | scalar_op!(Sub, sub, Vector, f32, Vector, -); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 124 | scalar_op!(Mul, mul, Vector, f32, Vector, *); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 125 | scalar_op!(Div, div, Vector, f32, Vector, /); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 126 | scalar_assign_op!(AddAssign, add_assign, Vector, f32, +=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 127 | scalar_assign_op!(SubAssign, sub_assign, Vector, f32, -=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 128 | scalar_assign_op!(MulAssign, mul_assign, Vector, f32, *=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 129 | scalar_assign_op!(DivAssign, div_assign, Vector, f32, /=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 131 | vector_op!(Add, add, Vector, Vector, Vector, +); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 132 | vector_op!(Sub, sub, Vector, Vector, Vector, -); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 133 | vector_assign_op!(AddAssign, add_assign, Vector, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 134 | vector_assign_op!(SubAssign, sub_assign, Vector, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 136 | vector_op!(Add, add, Point, Vector, Point, +); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 137 | vector_op!(Sub, sub, Point, Vector, Point, -); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 138 | vector_op!(Sub, sub, Point, Point, Vector, -); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 139 | vector_assign_op!(AddAssign, add_assign, Point, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 140 | vector_assign_op!(SubAssign, sub_assign, Point, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 25 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `"docker" "inspect" "404be1e2ed38caecbd6fb86327ebbfa537afd6859ce380e894e02fd1e642738d"` [INFO] running `"docker" "rm" "-f" "404be1e2ed38caecbd6fb86327ebbfa537afd6859ce380e894e02fd1e642738d"` [INFO] [stdout] 404be1e2ed38caecbd6fb86327ebbfa537afd6859ce380e894e02fd1e642738d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6de0e2fc1e1f2980af3777807d629fda5eff980b42371f4f21448b8f3fdec85d [INFO] running `"docker" "start" "-a" "6de0e2fc1e1f2980af3777807d629fda5eff980b42371f4f21448b8f3fdec85d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 113 | scalar_op!(Add, add, Point, f32, Point, +); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 114 | scalar_op!(Sub, sub, Point, f32, Point, -); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 115 | scalar_op!(Mul, mul, Point, f32, Point, *); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 116 | scalar_op!(Div, div, Point, f32, Point, /); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 117 | scalar_assign_op!(AddAssign, add_assign, Point, f32, +=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 118 | scalar_assign_op!(SubAssign, sub_assign, Point, f32, -=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 119 | scalar_assign_op!(MulAssign, mul_assign, Point, f32, *=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 120 | scalar_assign_op!(DivAssign, div_assign, Point, f32, /=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 122 | scalar_op!(Add, add, Vector, f32, Vector, +); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 123 | scalar_op!(Sub, sub, Vector, f32, Vector, -); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 124 | scalar_op!(Mul, mul, Vector, f32, Vector, *); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 125 | scalar_op!(Div, div, Vector, f32, Vector, /); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 126 | scalar_assign_op!(AddAssign, add_assign, Vector, f32, +=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 127 | scalar_assign_op!(SubAssign, sub_assign, Vector, f32, -=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 128 | scalar_assign_op!(MulAssign, mul_assign, Vector, f32, *=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 129 | scalar_assign_op!(DivAssign, div_assign, Vector, f32, /=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 131 | vector_op!(Add, add, Vector, Vector, Vector, +); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 132 | vector_op!(Sub, sub, Vector, Vector, Vector, -); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 133 | vector_assign_op!(AddAssign, add_assign, Vector, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 134 | vector_assign_op!(SubAssign, sub_assign, Vector, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 136 | vector_op!(Add, add, Point, Vector, Point, +); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 137 | vector_op!(Sub, sub, Point, Vector, Point, -); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 138 | vector_op!(Sub, sub, Point, Point, Vector, -); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 139 | vector_assign_op!(AddAssign, add_assign, Point, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 140 | vector_assign_op!(SubAssign, sub_assign, Point, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 25 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 113 | scalar_op!(Add, add, Point, f32, Point, +); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 114 | scalar_op!(Sub, sub, Point, f32, Point, -); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 115 | scalar_op!(Mul, mul, Point, f32, Point, *); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 116 | scalar_op!(Div, div, Point, f32, Point, /); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 117 | scalar_assign_op!(AddAssign, add_assign, Point, f32, +=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 118 | scalar_assign_op!(SubAssign, sub_assign, Point, f32, -=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 119 | scalar_assign_op!(MulAssign, mul_assign, Point, f32, *=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 120 | scalar_assign_op!(DivAssign, div_assign, Point, f32, /=); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 122 | scalar_op!(Add, add, Vector, f32, Vector, +); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 123 | scalar_op!(Sub, sub, Vector, f32, Vector, -); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 124 | scalar_op!(Mul, mul, Vector, f32, Vector, *); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 125 | scalar_op!(Div, div, Vector, f32, Vector, /); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 126 | scalar_assign_op!(AddAssign, add_assign, Vector, f32, +=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 127 | scalar_assign_op!(SubAssign, sub_assign, Vector, f32, -=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 128 | scalar_assign_op!(MulAssign, mul_assign, Vector, f32, *=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 129 | scalar_assign_op!(DivAssign, div_assign, Vector, f32, /=); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 131 | vector_op!(Add, add, Vector, Vector, Vector, +); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 132 | vector_op!(Sub, sub, Vector, Vector, Vector, -); [INFO] [stderr] | ------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 133 | vector_assign_op!(AddAssign, add_assign, Vector, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 134 | vector_assign_op!(SubAssign, sub_assign, Vector, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 136 | vector_op!(Add, add, Point, Vector, Point, +); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 137 | vector_op!(Sub, sub, Point, Vector, Point, -); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 138 | vector_op!(Sub, sub, Point, Point, Vector, -); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 139 | vector_assign_op!(AddAssign, add_assign, Point, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] ... [INFO] [stderr] 140 | vector_assign_op!(SubAssign, sub_assign, Point, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 25 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mini_math-0a61823b1422c1e9 [INFO] [stdout] running 4 tests [INFO] [stdout] test vector::tests::products ... ok [INFO] [stdout] test matrix::tests::identity ... ok [INFO] [stdout] test matrix::tests::invert ... ok [INFO] [stdout] test matrix::tests::translate ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests mini-math [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "6de0e2fc1e1f2980af3777807d629fda5eff980b42371f4f21448b8f3fdec85d"` [INFO] running `"docker" "rm" "-f" "6de0e2fc1e1f2980af3777807d629fda5eff980b42371f4f21448b8f3fdec85d"` [INFO] [stdout] 6de0e2fc1e1f2980af3777807d629fda5eff980b42371f4f21448b8f3fdec85d