[INFO] fetching crate cove 1.0.0... [INFO] checking cove-1.0.0 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate cove 1.0.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate cove 1.0.0 [INFO] finished tweaking crates.io crate cove 1.0.0 [INFO] tweaked toml for crates.io crate cove 1.0.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cove 1.0.0 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate cove 1.0.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b65951946da240fae0b1efc5056e5d6eff5b457f9aee6ec77fab0acbc8009c2 [INFO] running `Command { std: "docker" "start" "-a" "9b65951946da240fae0b1efc5056e5d6eff5b457f9aee6ec77fab0acbc8009c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b65951946da240fae0b1efc5056e5d6eff5b457f9aee6ec77fab0acbc8009c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b65951946da240fae0b1efc5056e5d6eff5b457f9aee6ec77fab0acbc8009c2", kill_on_drop: false }` [INFO] [stdout] 9b65951946da240fae0b1efc5056e5d6eff5b457f9aee6ec77fab0acbc8009c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 130eb770ed85a6425074c5a3db55728579716db5c1554ce88faa786e0b62b262 [INFO] running `Command { std: "docker" "start" "-a" "130eb770ed85a6425074c5a3db55728579716db5c1554ce88faa786e0b62b262", kill_on_drop: false }` [INFO] [stderr] Checking cove v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/lib.rs:57:46 [INFO] [stdout] | [INFO] [stdout] 57 | #![cfg_attr(any(target_pointer_width = "64", target_pointer_width = "128"), doc = "```")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/lib.rs:59:42 [INFO] [stdout] | [INFO] [stdout] 59 | not(any(target_pointer_width = "64", target_pointer_width = "128")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/lib.rs:57:46 [INFO] [stdout] | [INFO] [stdout] 57 | #![cfg_attr(any(target_pointer_width = "64", target_pointer_width = "128"), doc = "```")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/doctests/bitwise.rs:100:7 [INFO] [stdout] | [INFO] [stdout] 100 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/lib.rs:59:42 [INFO] [stdout] | [INFO] [stdout] 59 | not(any(target_pointer_width = "64", target_pointer_width = "128")), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/doctests/lossless.rs:94:7 [INFO] [stdout] | [INFO] [stdout] 94 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/impls/nonzero.rs:462:7 [INFO] [stdout] | [INFO] [stdout] 462 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/doctests/bitwise.rs:100:7 [INFO] [stdout] | [INFO] [stdout] 100 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/doctests/lossless.rs:94:7 [INFO] [stdout] | [INFO] [stdout] 94 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/impls/nonzero.rs:462:7 [INFO] [stdout] | [INFO] [stdout] 462 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/impls/primitives.rs:349:7 [INFO] [stdout] | [INFO] [stdout] 349 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/impls/primitives.rs:349:7 [INFO] [stdout] | [INFO] [stdout] 349 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/impls/bitwise.rs:256:7 [INFO] [stdout] | [INFO] [stdout] 256 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> src/impls/bitwise.rs:256:7 [INFO] [stdout] | [INFO] [stdout] 256 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> tests/integration/bitwise.rs:87:7 [INFO] [stdout] | [INFO] [stdout] 87 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> tests/integration/lossless.rs:113:7 [INFO] [stdout] | [INFO] [stdout] 113 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `128` [INFO] [stdout] --> tests/integration/nonzero.rs:83:7 [INFO] [stdout] | [INFO] [stdout] 83 | #[cfg(target_pointer_width = "128")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u8::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 37 | random!(random_u8 as u8 => u8, i8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unnecessary_transmutes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u16::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 38 | random!(random_u16 as u16 => u16, i16); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u32::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 39 | random!(random_u32 as u32 => u32, i32, f32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::from_bits` [INFO] [stdout] ... [INFO] [stdout] 39 | random!(random_u32 as u32 => u32, i32, f32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u64::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 40 | random!(random_u64 as u64 => u64, i64, f64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::from_bits` [INFO] [stdout] ... [INFO] [stdout] 40 | random!(random_u64 as u64 => u64, i64, f64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u128::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 41 | random!(random_u128 as u128 => u128, i128); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i8::cast_unsigned` [INFO] [stdout] ... [INFO] [stdout] 42 | random!(random_i8 as i8 => u8, i8); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i16::cast_unsigned` [INFO] [stdout] ... [INFO] [stdout] 43 | random!(random_i16 as i16 => u16, i16); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i32::cast_unsigned` [INFO] [stdout] ... [INFO] [stdout] 44 | random!(random_i32 as i32 => u32, i32, f32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | random!(random_i32 as i32 => u32, i32, f32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 28 - let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] 28 + let rhs: $target = unsafe {f32::from_bits(i32::cast_unsigned(value))}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i64::cast_unsigned` [INFO] [stdout] ... [INFO] [stdout] 45 | random!(random_i64 as i64 => u64, i64, f64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | random!(random_i64 as i64 => u64, i64, f64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 28 - let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] 28 + let rhs: $target = unsafe {f64::from_bits(i64::cast_unsigned(value))}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i128::cast_unsigned` [INFO] [stdout] ... [INFO] [stdout] 46 | random!(random_i128 as i128 => u128, i128); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f32::to_bits` [INFO] [stdout] ... [INFO] [stdout] 47 | random!(random_f32 as f32 => u32, i32, f32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 47 | random!(random_f32 as f32 => u32, i32, f32); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 28 - let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] 28 + let rhs: $target = unsafe {f32::to_bits(value).cast_signed()}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `f64::to_bits` [INFO] [stdout] ... [INFO] [stdout] 48 | random!(random_f64 as f64 => u64, i64, f64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | random!(random_f64 as f64 => u64, i64, f64); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 28 - let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] 28 + let rhs: $target = unsafe {f64::to_bits(value).cast_signed()}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `usize::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 49 | random!(random_usize as usize => usize, isize); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `isize::cast_unsigned` [INFO] [stdout] ... [INFO] [stdout] 50 | random!(random_isize as isize => usize, isize); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `usize::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 79 | random!(random_usize_64 as usize => u64, i64, f64); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | random!(random_usize_64 as usize => u64, i64, f64); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 28 - let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] 28 + let rhs: $target = unsafe {f64::from_bits(value as _)}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `isize::cast_unsigned` [INFO] [stdout] ... [INFO] [stdout] 80 | random!(random_isize_64 as isize => u64, i64, f64); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 80 | random!(random_isize_64 as isize => u64, i64, f64); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 28 - let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] 28 + let rhs: $target = unsafe {f64::from_bits(value as _)}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `u64::cast_signed` [INFO] [stdout] ... [INFO] [stdout] 82 | random!(random_u64_to_size_64 as u64 => usize, isize); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | --------------------^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: replace this with: `i64::cast_unsigned` [INFO] [stdout] ... [INFO] [stdout] 83 | random!(random_i64_to_size_64 as i64 => usize, isize); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | random!(random_f64_to_size_64 as f64 => usize, isize); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 28 - let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] 28 + let rhs: $target = unsafe {f64::to_bits(value) as usize}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary transmute [INFO] [stdout] --> tests/integration/bitwise.rs:28:52 [INFO] [stdout] | [INFO] [stdout] 28 | let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | random!(random_f64_to_size_64 as f64 => usize, isize); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `random` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: replace this with [INFO] [stdout] | [INFO] [stdout] 28 - let rhs: $target = unsafe {core::mem::transmute(value)}; [INFO] [stdout] 28 + let rhs: $target = unsafe {f64::to_bits(value) as isize}; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s [INFO] running `Command { std: "docker" "inspect" "130eb770ed85a6425074c5a3db55728579716db5c1554ce88faa786e0b62b262", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "130eb770ed85a6425074c5a3db55728579716db5c1554ce88faa786e0b62b262", kill_on_drop: false }` [INFO] [stdout] 130eb770ed85a6425074c5a3db55728579716db5c1554ce88faa786e0b62b262