[INFO] fetching crate ico_math 0.1.6... [INFO] checking ico_math-0.1.6 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate ico_math 0.1.6 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate ico_math 0.1.6 [INFO] finished tweaking crates.io crate ico_math 0.1.6 [INFO] tweaked toml for crates.io crate ico_math 0.1.6 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ico_math 0.1.6 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d08dc9a8a1f162b0240841ff2df3da452698e17fdeb87aeff8e0d954ca6e33a2 [INFO] running `Command { std: "docker" "start" "-a" "d08dc9a8a1f162b0240841ff2df3da452698e17fdeb87aeff8e0d954ca6e33a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d08dc9a8a1f162b0240841ff2df3da452698e17fdeb87aeff8e0d954ca6e33a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d08dc9a8a1f162b0240841ff2df3da452698e17fdeb87aeff8e0d954ca6e33a2", kill_on_drop: false }` [INFO] [stdout] d08dc9a8a1f162b0240841ff2df3da452698e17fdeb87aeff8e0d954ca6e33a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3107f035dcdf6464e8d9a196f5ab724a6b5915c49141600a5ce0c9416dd9db04 [INFO] running `Command { std: "docker" "start" "-a" "3107f035dcdf6464e8d9a196f5ab724a6b5915c49141600a5ce0c9416dd9db04", kill_on_drop: false }` [INFO] [stderr] Checking ico_math v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/sse_extensions.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | (((z) << 6) | ((y) << 4) | ((x) << 2) | (w)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 27 - (((z) << 6) | ((y) << 4) | ((x) << 2) | (w)) [INFO] [stdout] 27 + ((z) << 6) | ((y) << 4) | ((x) << 2) | (w) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/sse_extensions.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | (((z) << 6) | ((y) << 4) | ((x) << 2) | (w)) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 27 - (((z) << 6) | ((y) << 4) | ((x) << 2) | (w)) [INFO] [stdout] 27 + ((z) << 6) | ((y) << 4) | ((x) << 2) | (w) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/float_vector.rs:452:53 [INFO] [stdout] | [INFO] [stdout] 452 | _mm_castsi128_ps(_mm_set1_epi32(core::mem::transmute::(mask_val))), [INFO] [stdout] | --------------------------------^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector2_bool.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | core::mem::transmute::(y_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector2_bool.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 33 | core::mem::transmute::(x_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector2_bool.rs:44:38 [INFO] [stdout] | [INFO] [stdout] 44 | data: _mm_set1_epi32(core::mem::transmute::(val)), [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector2_bool.rs:68:53 [INFO] [stdout] | [INFO] [stdout] 68 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 0); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector2_bool.rs:75:53 [INFO] [stdout] | [INFO] [stdout] 75 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 1); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 33 | core::mem::transmute::(z_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 34 | core::mem::transmute::(y_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | core::mem::transmute::(x_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:45:38 [INFO] [stdout] | [INFO] [stdout] 45 | data: _mm_set1_epi32(core::mem::transmute::(val)), [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:75:53 [INFO] [stdout] | [INFO] [stdout] 75 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 0); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:82:53 [INFO] [stdout] | [INFO] [stdout] 82 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 1); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:89:53 [INFO] [stdout] | [INFO] [stdout] 89 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 2); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | core::mem::transmute::(w_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 33 | core::mem::transmute::(z_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 34 | core::mem::transmute::(y_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | core::mem::transmute::(x_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:45:38 [INFO] [stdout] | [INFO] [stdout] 45 | data: _mm_set1_epi32(core::mem::transmute::(val)), [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:82:53 [INFO] [stdout] | [INFO] [stdout] 82 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 0); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:89:53 [INFO] [stdout] | [INFO] [stdout] 89 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 1); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:96:53 [INFO] [stdout] | [INFO] [stdout] 96 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 2); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:103:53 [INFO] [stdout] | [INFO] [stdout] 103 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 3); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` attribute cannot be used on required trait methods [INFO] [stdout] --> src/structure.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[inline]` can be applied to functions, inherent methods, provided trait methods, trait methods in impl blocks, closures [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/float_vector.rs:452:53 [INFO] [stdout] | [INFO] [stdout] 452 | _mm_castsi128_ps(_mm_set1_epi32(core::mem::transmute::(mask_val))), [INFO] [stdout] | --------------------------------^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector2_bool.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | core::mem::transmute::(y_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector2_bool.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 33 | core::mem::transmute::(x_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector2_bool.rs:44:38 [INFO] [stdout] | [INFO] [stdout] 44 | data: _mm_set1_epi32(core::mem::transmute::(val)), [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector2_bool.rs:68:53 [INFO] [stdout] | [INFO] [stdout] 68 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 0); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector2_bool.rs:75:53 [INFO] [stdout] | [INFO] [stdout] 75 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 1); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 33 | core::mem::transmute::(z_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 34 | core::mem::transmute::(y_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | core::mem::transmute::(x_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:45:38 [INFO] [stdout] | [INFO] [stdout] 45 | data: _mm_set1_epi32(core::mem::transmute::(val)), [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:75:53 [INFO] [stdout] | [INFO] [stdout] 75 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 0); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:82:53 [INFO] [stdout] | [INFO] [stdout] 82 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 1); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector3_bool.rs:89:53 [INFO] [stdout] | [INFO] [stdout] 89 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 2); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | core::mem::transmute::(w_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:33:21 [INFO] [stdout] | [INFO] [stdout] 33 | core::mem::transmute::(z_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 34 | core::mem::transmute::(y_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | core::mem::transmute::(x_val), [INFO] [stdout] | --------------------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:45:38 [INFO] [stdout] | [INFO] [stdout] 45 | data: _mm_set1_epi32(core::mem::transmute::(val)), [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:82:53 [INFO] [stdout] | [INFO] [stdout] 82 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 0); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:89:53 [INFO] [stdout] | [INFO] [stdout] 89 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 1); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:96:53 [INFO] [stdout] | [INFO] [stdout] 96 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 2); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> src/vector4_bool.rs:103:53 [INFO] [stdout] | [INFO] [stdout] 103 | self.data = _mm_insert_epi32(self.data, core::mem::transmute::(val), 3); [INFO] [stdout] | --------------------------------^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [optimized + debuginfo] target(s) in 2.53s [INFO] running `Command { std: "docker" "inspect" "3107f035dcdf6464e8d9a196f5ab724a6b5915c49141600a5ce0c9416dd9db04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3107f035dcdf6464e8d9a196f5ab724a6b5915c49141600a5ce0c9416dd9db04", kill_on_drop: false }` [INFO] [stdout] 3107f035dcdf6464e8d9a196f5ab724a6b5915c49141600a5ce0c9416dd9db04