[INFO] fetching crate cbitmap 0.3.2...
[INFO] testing cbitmap-0.3.2 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate cbitmap 0.3.2 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate cbitmap 0.3.2
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate cbitmap 0.3.2
[INFO] tweaked toml for crates.io crate cbitmap 0.3.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cbitmap 0.3.2 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cbitmap 0.3.2 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d7c778ed3ca79f190b8929482652076d06d9bf9381bc0e4e9c250cadcf884e27
[INFO] running `Command { std: "docker" "start" "-a" "d7c778ed3ca79f190b8929482652076d06d9bf9381bc0e4e9c250cadcf884e27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d7c778ed3ca79f190b8929482652076d06d9bf9381bc0e4e9c250cadcf884e27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7c778ed3ca79f190b8929482652076d06d9bf9381bc0e4e9c250cadcf884e27", kill_on_drop: false }`
[INFO] [stdout] d7c778ed3ca79f190b8929482652076d06d9bf9381bc0e4e9c250cadcf884e27
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 61b1c4c6e473692cebd02f7567dc9bedd4d2012cb7624894550814ab73015088
[INFO] running `Command { std: "docker" "start" "-a" "61b1c4c6e473692cebd02f7567dc9bedd4d2012cb7624894550814ab73015088", kill_on_drop: false }`
[INFO] [stderr]    Compiling cbitmap v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 90 | impl_from!(u8);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 91 | impl_from!(i8);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 93 | impl_from!(u16);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 94 | impl_from!(i16);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 95 | impl_from!(u32);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 96 | impl_from!(i32);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 97 | impl_from!(u64);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 98 | impl_from!(i64);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 99 | impl_from!(u128);
[INFO] [stdout]    | ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/from.rs:83:70
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]     |                                                                      --------------------^^^^^^^
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_from!(i128);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/from.rs:83:70
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]     |                                                                      --------------------^^^^^^^
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 101 | impl_from!(usize);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/from.rs:83:70
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]     |                                                                      --------------------^^^^^^^
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 102 | impl_from!(isize);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 216 | impl_bitand!(u8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 216 | impl_bitand!(u8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 217 | impl_bitand!(i8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 217 | impl_bitand!(i8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 219 | impl_bitand!(u16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 219 | impl_bitand!(u16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 220 | impl_bitand!(i16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 220 | impl_bitand!(i16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 221 | impl_bitand!(u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 221 | impl_bitand!(u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 222 | impl_bitand!(i32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 222 | impl_bitand!(i32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 223 | impl_bitand!(u64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 223 | impl_bitand!(u64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl_bitand!(i64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl_bitand!(i64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 225 | impl_bitand!(u128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 225 | impl_bitand!(u128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 226 | impl_bitand!(i128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 226 | impl_bitand!(i128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 227 | impl_bitand!(usize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `usize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 227 | impl_bitand!(usize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 228 | impl_bitand!(isize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `isize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 228 | impl_bitand!(isize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 230 | impl_bitand_assign!(u8);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 231 | impl_bitand_assign!(i8);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 233 | impl_bitand_assign!(u16);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 234 | impl_bitand_assign!(i16);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 235 | impl_bitand_assign!(u32);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 236 | impl_bitand_assign!(i32);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 237 | impl_bitand_assign!(u64);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 238 | impl_bitand_assign!(i64);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 239 | impl_bitand_assign!(u128);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl_bitand_assign!(i128);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 241 | impl_bitand_assign!(usize);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 242 | impl_bitand_assign!(isize);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 244 | impl_bitor_assign!(u8);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 245 | impl_bitor_assign!(i8);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 247 | impl_bitor_assign!(u16);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 248 | impl_bitor_assign!(i16);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 249 | impl_bitor_assign!(u32);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 250 | impl_bitor_assign!(i32);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 251 | impl_bitor_assign!(u64);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 252 | impl_bitor_assign!(i64);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 253 | impl_bitor_assign!(u128);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl_bitor_assign!(i128);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 255 | impl_bitor_assign!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 256 | impl_bitor_assign!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
[INFO] running `Command { std: "docker" "inspect" "61b1c4c6e473692cebd02f7567dc9bedd4d2012cb7624894550814ab73015088", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61b1c4c6e473692cebd02f7567dc9bedd4d2012cb7624894550814ab73015088", kill_on_drop: false }`
[INFO] [stdout] 61b1c4c6e473692cebd02f7567dc9bedd4d2012cb7624894550814ab73015088
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7cd383df0a27e43ebccb7eceebac00a1b648550001f43e3ac722305daa80d5e8
[INFO] running `Command { std: "docker" "start" "-a" "7cd383df0a27e43ebccb7eceebac00a1b648550001f43e3ac722305daa80d5e8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.54
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling serde_derive v1.0.158
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.14
[INFO] [stderr]    Compiling serde v1.0.158
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]    Compiling os_str_bytes v6.5.0
[INFO] [stderr]    Compiling plotters-backend v0.3.4
[INFO] [stderr]    Compiling ciborium-io v0.2.0
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.0
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 90 | impl_from!(u8);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 91 | impl_from!(i8);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 93 | impl_from!(u16);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 94 | impl_from!(i16);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 95 | impl_from!(u32);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 96 | impl_from!(i32);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 97 | impl_from!(u64);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 98 | impl_from!(i64);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 99 | impl_from!(u128);
[INFO] [stdout]    | ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/from.rs:83:70
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]     |                                                                      --------------------^^^^^^^
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_from!(i128);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/from.rs:83:70
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]     |                                                                      --------------------^^^^^^^
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 101 | impl_from!(usize);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/from.rs:83:70
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]     |                                                                      --------------------^^^^^^^
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 102 | impl_from!(isize);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 216 | impl_bitand!(u8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 216 | impl_bitand!(u8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 217 | impl_bitand!(i8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 217 | impl_bitand!(i8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 219 | impl_bitand!(u16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 219 | impl_bitand!(u16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 220 | impl_bitand!(i16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 220 | impl_bitand!(i16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 221 | impl_bitand!(u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 221 | impl_bitand!(u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 222 | impl_bitand!(i32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 222 | impl_bitand!(i32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 223 | impl_bitand!(u64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 223 | impl_bitand!(u64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl_bitand!(i64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl_bitand!(i64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 225 | impl_bitand!(u128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 225 | impl_bitand!(u128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 226 | impl_bitand!(i128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 226 | impl_bitand!(i128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 227 | impl_bitand!(usize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `usize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 227 | impl_bitand!(usize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 228 | impl_bitand!(isize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `isize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 228 | impl_bitand!(isize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 230 | impl_bitand_assign!(u8);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 231 | impl_bitand_assign!(i8);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 233 | impl_bitand_assign!(u16);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 234 | impl_bitand_assign!(i16);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 235 | impl_bitand_assign!(u32);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 236 | impl_bitand_assign!(i32);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 237 | impl_bitand_assign!(u64);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 238 | impl_bitand_assign!(i64);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 239 | impl_bitand_assign!(u128);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl_bitand_assign!(i128);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 241 | impl_bitand_assign!(usize);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 242 | impl_bitand_assign!(isize);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 244 | impl_bitor_assign!(u8);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 245 | impl_bitor_assign!(i8);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 247 | impl_bitor_assign!(u16);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 248 | impl_bitor_assign!(i16);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 249 | impl_bitor_assign!(u32);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 250 | impl_bitor_assign!(i32);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 251 | impl_bitor_assign!(u64);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 252 | impl_bitor_assign!(i64);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 253 | impl_bitor_assign!(u128);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl_bitor_assign!(i128);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 255 | impl_bitor_assign!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 256 | impl_bitor_assign!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling plotters-svg v0.3.3
[INFO] [stderr]    Compiling clap v3.2.23
[INFO] [stderr]    Compiling crossbeam-channel v0.5.7
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling regex v1.7.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling syn v2.0.10
[INFO] [stderr]    Compiling plotters v0.3.4
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling ciborium v0.2.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.4.0
[INFO] [stderr]    Compiling cbitmap v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 90 | impl_from!(u8);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 91 | impl_from!(i8);
[INFO] [stdout]    | -------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 93 | impl_from!(u16);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 94 | impl_from!(i16);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 95 | impl_from!(u32);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 96 | impl_from!(i32);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 97 | impl_from!(u64);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 98 | impl_from!(i64);
[INFO] [stdout]    | --------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bitmap/from.rs:83:70
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]    |                                                                      --------------------^^^^^^^
[INFO] [stdout]    |                                                                      |
[INFO] [stdout]    |                                                                      help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 99 | impl_from!(u128);
[INFO] [stdout]    | ---------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/from.rs:83:70
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]     |                                                                      --------------------^^^^^^^
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 100 | impl_from!(i128);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/from.rs:83:70
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]     |                                                                      --------------------^^^^^^^
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 101 | impl_from!(usize);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/from.rs:83:70
[INFO] [stdout]     |
[INFO] [stdout]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stdout]     |                                                                      --------------------^^^^^^^
[INFO] [stdout]     |                                                                      |
[INFO] [stdout]     |                                                                      help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 102 | impl_from!(isize);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 216 | impl_bitand!(u8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 216 | impl_bitand!(u8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 217 | impl_bitand!(i8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 217 | impl_bitand!(i8);
[INFO] [stdout]     | ---------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 219 | impl_bitand!(u16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 219 | impl_bitand!(u16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 220 | impl_bitand!(i16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 220 | impl_bitand!(i16);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 221 | impl_bitand!(u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 221 | impl_bitand!(u32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 222 | impl_bitand!(i32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 222 | impl_bitand!(i32);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 223 | impl_bitand!(u64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 223 | impl_bitand!(u64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl_bitand!(i64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 224 | impl_bitand!(i64);
[INFO] [stdout]     | ----------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 225 | impl_bitand!(u128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 225 | impl_bitand!(u128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 226 | impl_bitand!(i128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 226 | impl_bitand!(i128);
[INFO] [stdout]     | ------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 227 | impl_bitand!(usize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `usize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 227 | impl_bitand!(usize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:184:47
[INFO] [stdout]     |
[INFO] [stdout] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 228 | impl_bitand!(isize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:186:26
[INFO] [stdout]     |
[INFO] [stdout] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stdout]     |                          --------------------^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `isize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 228 | impl_bitand!(isize);
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 230 | impl_bitand_assign!(u8);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 231 | impl_bitand_assign!(i8);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 233 | impl_bitand_assign!(u16);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 234 | impl_bitand_assign!(i16);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 235 | impl_bitand_assign!(u32);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 236 | impl_bitand_assign!(i32);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 237 | impl_bitand_assign!(u64);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 238 | impl_bitand_assign!(i64);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 239 | impl_bitand_assign!(u128);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 240 | impl_bitand_assign!(i128);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 241 | impl_bitand_assign!(usize);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:197:47
[INFO] [stdout]     |
[INFO] [stdout] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 242 | impl_bitand_assign!(isize);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 244 | impl_bitor_assign!(u8);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 245 | impl_bitor_assign!(i8);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 247 | impl_bitor_assign!(u16);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 248 | impl_bitor_assign!(i16);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 249 | impl_bitor_assign!(u32);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 250 | impl_bitor_assign!(i32);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 251 | impl_bitor_assign!(u64);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 252 | impl_bitor_assign!(i64);
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 253 | impl_bitor_assign!(u128);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 254 | impl_bitor_assign!(i128);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 255 | impl_bitor_assign!(usize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/bitmap/ops.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stdout]     |                                               --------------------^^^^^
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 256 | impl_bitor_assign!(isize);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> examples/bitmap-usecase.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |     Oor(i128),
[INFO] [stdout]    |     --- ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ManagerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 24 -     Oor(i128),
[INFO] [stdout] 24 +     Oor(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.92s
[INFO] running `Command { std: "docker" "inspect" "7cd383df0a27e43ebccb7eceebac00a1b648550001f43e3ac722305daa80d5e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7cd383df0a27e43ebccb7eceebac00a1b648550001f43e3ac722305daa80d5e8", kill_on_drop: false }`
[INFO] [stdout] 7cd383df0a27e43ebccb7eceebac00a1b648550001f43e3ac722305daa80d5e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 186296f787c88105fc48c9746e5b2ee71bd589587191e8619e3fc8bdbed2d5bf
[INFO] running `Command { std: "docker" "start" "-a" "186296f787c88105fc48c9746e5b2ee71bd589587191e8619e3fc8bdbed2d5bf", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bitmap/from.rs:83:70
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]    |                                                                      --------------------^^^^^^^
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      help: replace this with: `u8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 90 | impl_from!(u8);
[INFO] [stderr]    | -------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bitmap/from.rs:83:70
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]    |                                                                      --------------------^^^^^^^
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      help: replace this with: `i8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 91 | impl_from!(i8);
[INFO] [stderr]    | -------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bitmap/from.rs:83:70
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]    |                                                                      --------------------^^^^^^^
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      help: replace this with: `u16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 93 | impl_from!(u16);
[INFO] [stderr]    | --------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bitmap/from.rs:83:70
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]    |                                                                      --------------------^^^^^^^
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      help: replace this with: `i16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 94 | impl_from!(i16);
[INFO] [stderr]    | --------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bitmap/from.rs:83:70
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]    |                                                                      --------------------^^^^^^^
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 95 | impl_from!(u32);
[INFO] [stderr]    | --------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bitmap/from.rs:83:70
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]    |                                                                      --------------------^^^^^^^
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      help: replace this with: `i32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 96 | impl_from!(i32);
[INFO] [stderr]    | --------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bitmap/from.rs:83:70
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]    |                                                                      --------------------^^^^^^^
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      help: replace this with: `u64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 97 | impl_from!(u64);
[INFO] [stderr]    | --------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bitmap/from.rs:83:70
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]    |                                                                      --------------------^^^^^^^
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      help: replace this with: `i64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 98 | impl_from!(i64);
[INFO] [stderr]    | --------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]   --> src/bitmap/from.rs:83:70
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]    |                                                                      --------------------^^^^^^^
[INFO] [stderr]    |                                                                      |
[INFO] [stderr]    |                                                                      help: replace this with: `u128::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 99 | impl_from!(u128);
[INFO] [stderr]    | ---------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]    = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/from.rs:83:70
[INFO] [stderr]     |
[INFO] [stderr]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]     |                                                                      --------------------^^^^^^^
[INFO] [stderr]     |                                                                      |
[INFO] [stderr]     |                                                                      help: replace this with: `i128::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 100 | impl_from!(i128);
[INFO] [stderr]     | ---------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/from.rs:83:70
[INFO] [stderr]     |
[INFO] [stderr]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]     |                                                                      --------------------^^^^^^^
[INFO] [stderr]     |                                                                      |
[INFO] [stderr]     |                                                                      help: replace this with: `usize::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 101 | impl_from!(usize);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/from.rs:83:70
[INFO] [stderr]     |
[INFO] [stderr]  83 |                 let arr: [u8; core::mem::size_of::<$t>()] = unsafe { core::mem::transmute(value) };
[INFO] [stderr]     |                                                                      --------------------^^^^^^^
[INFO] [stderr]     |                                                                      |
[INFO] [stderr]     |                                                                      help: replace this with: `isize::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 102 | impl_from!(isize);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 216 | impl_bitand!(u8);
[INFO] [stderr]     | ---------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u8::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 216 | impl_bitand!(u8);
[INFO] [stderr]     | ---------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 217 | impl_bitand!(i8);
[INFO] [stderr]     | ---------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i8::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 217 | impl_bitand!(i8);
[INFO] [stderr]     | ---------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 219 | impl_bitand!(u16);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u16::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 219 | impl_bitand!(u16);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 220 | impl_bitand!(i16);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i16::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 220 | impl_bitand!(i16);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 221 | impl_bitand!(u32);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 221 | impl_bitand!(u32);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 222 | impl_bitand!(i32);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 222 | impl_bitand!(i32);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 223 | impl_bitand!(u64);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 223 | impl_bitand!(u64);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 224 | impl_bitand!(i64);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 224 | impl_bitand!(i64);
[INFO] [stderr]     | ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 225 | impl_bitand!(u128);
[INFO] [stderr]     | ------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `u128::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 225 | impl_bitand!(u128);
[INFO] [stderr]     | ------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 226 | impl_bitand!(i128);
[INFO] [stderr]     | ------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `i128::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 226 | impl_bitand!(i128);
[INFO] [stderr]     | ------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 227 | impl_bitand!(usize);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `usize::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 227 | impl_bitand!(usize);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:184:47
[INFO] [stderr]     |
[INFO] [stderr] 184 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 228 | impl_bitand!(isize);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:186:26
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 unsafe { core::mem::transmute(res) }
[INFO] [stderr]     |                          --------------------^^^^^
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          help: replace this with: `isize::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 228 | impl_bitand!(isize);
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 230 | impl_bitand_assign!(u8);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 231 | impl_bitand_assign!(i8);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 233 | impl_bitand_assign!(u16);
[INFO] [stderr]     | ------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 234 | impl_bitand_assign!(i16);
[INFO] [stderr]     | ------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 235 | impl_bitand_assign!(u32);
[INFO] [stderr]     | ------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 236 | impl_bitand_assign!(i32);
[INFO] [stderr]     | ------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 237 | impl_bitand_assign!(u64);
[INFO] [stderr]     | ------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 238 | impl_bitand_assign!(i64);
[INFO] [stderr]     | ------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 239 | impl_bitand_assign!(u128);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 240 | impl_bitand_assign!(i128);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 241 | impl_bitand_assign!(usize);
[INFO] [stderr]     | -------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:197:47
[INFO] [stderr]     |
[INFO] [stderr] 197 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 242 | impl_bitand_assign!(isize);
[INFO] [stderr]     | -------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitand_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 244 | impl_bitor_assign!(u8);
[INFO] [stderr]     | ---------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i8::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 245 | impl_bitor_assign!(i8);
[INFO] [stderr]     | ---------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 247 | impl_bitor_assign!(u16);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i16::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 248 | impl_bitor_assign!(i16);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 249 | impl_bitor_assign!(u32);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i32::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 250 | impl_bitor_assign!(i32);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 251 | impl_bitor_assign!(u64);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i64::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 252 | impl_bitor_assign!(i64);
[INFO] [stderr]     | ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `u128::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 253 | impl_bitor_assign!(u128);
[INFO] [stderr]     | ------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `i128::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 254 | impl_bitor_assign!(i128);
[INFO] [stderr]     | ------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `usize::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 255 | impl_bitor_assign!(usize);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/bitmap/ops.rs:209:47
[INFO] [stderr]     |
[INFO] [stderr] 209 |                 let arr:[u8; SIZE] = unsafe { core::mem::transmute(rhs) };
[INFO] [stderr]     |                                               --------------------^^^^^
[INFO] [stderr]     |                                               |
[INFO] [stderr]     |                                               help: replace this with: `isize::to_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 256 | impl_bitor_assign!(isize);
[INFO] [stderr]     | ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `impl_bitor_assign` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `cbitmap` (lib) generated 60 warnings (run `cargo fix --lib -p cbitmap` to apply 60 suggestions)
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> examples/bitmap-usecase.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 24 |     Oor(i128),
[INFO] [stderr]    |     --- ^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ManagerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 24 -     Oor(i128),
[INFO] [stderr] 24 +     Oor(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `cbitmap` (example "bitmap-usecase") generated 1 warning
[INFO] [stderr] warning: `cbitmap` (lib test) generated 60 warnings (60 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cbitmap-fe2bcbff6288a9c0)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/bitmap-base.rs (/opt/rustwide/target/debug/deps/bitmap_base-3c07564133ff6623)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test base::advanced_op ... ok
[INFO] [stdout] test base::and_or ... ok
[INFO] [stdout] test base::ref_refmut ... ok
[INFO] [stdout] test base::from_into ... ok
[INFO] [stdout] test base::base_op ... ok
[INFO] [stdout] test base::test_macro ... ok
[INFO] [stdout] test base::test_mem ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/bitmap-panic.rs (/opt/rustwide/target/debug/deps/bitmap_panic-a7024d33b4b8ee40)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test should_panic::at_mut_out_of_range - should panic ... ok
[INFO] [stdout] test should_panic::flip_mut_out_of_range - should panic ... ok
[INFO] [stdout] test should_panic::at_out_of_range - should panic ... ok
[INFO] [stdout] test should_panic::reset_mut_out_of_range - should panic ... ok
[INFO] [stdout] test should_panic::set_mut_out_of_range - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cbitmap
[INFO] [stdout] 
[INFO] [stdout] running 61 tests
[INFO] [stdout] test src/bitmap/macros.rs - bitmap::macros::newmap (line 27) ... ok
[INFO] [stdout] test src/bitmap/macros.rs - bitmap::macros::he_lang (line 95) ... ok
[INFO] [stdout] test src/bitmap/from.rs - bitmap::from::Bitmap<BYTES>::from (line 64) ... ok
[INFO] [stdout] test src/bitmap/from.rs - bitmap::from::Bitmap<BYTES>::from (line 57) ... ok
[INFO] [stdout] test src/bitmap/macros.rs - bitmap::macros::newmap (line 7) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap (line 43) ... ok
[INFO] [stdout] test src/bitmap/macros.rs - bitmap::macros::newmap (line 34) ... ok
[INFO] [stdout] test src/bitmap/fmt.rs - bitmap::fmt::Bitmap<BYTES>::fmt (line 18) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::bit_len (line 308) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::byte_len (line 322) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap (line 104) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap (line 25) ... ok
[INFO] [stdout] test src/bitmap/macros.rs - bitmap::macros::newmap (line 14) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap (line 65) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap (line 83) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::find_first_zero (line 412) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap (line 125) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::count (line 458) ... ok
[INFO] [stdout] test src/bitmap/fmt.rs - bitmap::fmt::Bitmap<BYTES>::range_to_string (line 77) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::set (line 493) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::BitsManage::all (line 205) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::find_first_one (line 363) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::flip (line 547) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::flip_all (line 611) ... ok
[INFO] [stdout] test src/bitmap/ops.rs - bitmap::ops::Bitmap<BYTES>::bitand_assign (line 105) ... ok
[INFO] [stdout] test src/bitmap/ops.rs - bitmap::ops::Bitmap<BYTES>::bitand_assign (line 114) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::reset (line 520) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::BitsManage::none (line 244) ... ok
[INFO] [stdout] test src/bitmap/ops.rs - bitmap::ops::&'_Bitmap<BYTES>::bitand (line 58) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::BitsManage::any (line 224) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::set_all (line 573) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::new (line 294) ... ok
[INFO] [stdout] test src/bitmap/ops.rs - bitmap::ops::&'_Bitmap<BYTES>::bitand (line 67) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::get_bool (line 342) ... ok
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::BitRef (line 10) ... ok
[INFO] [stdout] test src/bitmap/mod.rs - bitmap::Bitmap<BYTES>::reset_all (line 592) ... ok
[INFO] [stdout] test src/bitmap/ops.rs - bitmap::ops::Bitmap<BYTES>::bitor_assign (line 154) ... ok
[INFO] [stdout] test src/bitmap/ops.rs - bitmap::ops::Bitmap<BYTES>::index (line 16) ... ok
[INFO] [stdout] test src/bitmap/ops.rs - bitmap::ops::Bitmap<BYTES>::bitor_assign (line 163) ... ok
[INFO] [stdout] test src/lib.rs - (line 112) ... ignored
[INFO] [stdout] test src/lib.rs - (line 121) ... ignored
[INFO] [stdout] test src/lib.rs - (line 130) ... ignored
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::BitRefMut (line 91) ... ok
[INFO] [stdout] test src/lib.rs - (line 141) ... ignored
[INFO] [stdout] test src/lib.rs - (line 34) ... ignored
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::BitRefMut<'map,BYTES>::reset (line 176) ... ok
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::Bitmap<BYTES>::at_mut (line 251) ... ok
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::Bitmap<BYTES>::at (line 229) ... ok
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::BitRefMut (line 71) ... ok
[INFO] [stdout] test src/bitmap/ops.rs - bitmap::ops::Bitmap<BYTES>::bitand_assign (line 124) ... ok
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::BitRefMut (line 57) ... ok
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::BitRefMut<'map,BYTES>::set (line 153) ... ok
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::BitRef (line 38) ... ok
[INFO] [stdout] test src/bitmap/traits/mod.rs - bitmap::traits::Bitmap<BYTES>::fill_prefix (line 19) ... ok
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::BitRefMut (line 79) ... ok
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::BitRef (line 28) ... ok
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::BitRef (line 20) ... ok
[INFO] [stdout] test src/bitmap/refs.rs - bitmap::refs::BitRefMut<'map,BYTES>::flip (line 199) ... ok
[INFO] [stdout] test src/lib.rs - (line 42) ... ok
[INFO] [stdout] test src/lib.rs - (line 67) ... ok
[INFO] [stdout] test src/bitmap/traits/mod.rs - bitmap::traits::Bitmap<BYTES>::fill_prefix (line 28) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 56 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 2.88s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "186296f787c88105fc48c9746e5b2ee71bd589587191e8619e3fc8bdbed2d5bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "186296f787c88105fc48c9746e5b2ee71bd589587191e8619e3fc8bdbed2d5bf", kill_on_drop: false }`
[INFO] [stdout] 186296f787c88105fc48c9746e5b2ee71bd589587191e8619e3fc8bdbed2d5bf
