[INFO] fetching crate secret_integers 0.1.7...
[INFO] building secret_integers-0.1.7 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate secret_integers 0.1.7 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate secret_integers 0.1.7
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate secret_integers 0.1.7
[INFO] tweaked toml for crates.io crate secret_integers 0.1.7 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate secret_integers 0.1.7 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate secret_integers 0.1.7 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e7dfc2630c745c620cd5faf682ad61c8da8135de0fcbbc1f3796b07dcda87815
[INFO] running `Command { std: "docker" "start" "-a" "e7dfc2630c745c620cd5faf682ad61c8da8135de0fcbbc1f3796b07dcda87815", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e7dfc2630c745c620cd5faf682ad61c8da8135de0fcbbc1f3796b07dcda87815", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7dfc2630c745c620cd5faf682ad61c8da8135de0fcbbc1f3796b07dcda87815", kill_on_drop: false }`
[INFO] [stdout] e7dfc2630c745c620cd5faf682ad61c8da8135de0fcbbc1f3796b07dcda87815
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 39472820985f3f0ca15cb4411e89c8cb956482aaf500b050578b40bfef9ea31e
[INFO] running `Command { std: "docker" "start" "-a" "39472820985f3f0ca15cb4411e89c8cb956482aaf500b050578b40bfef9ea31e", kill_on_drop: false }`
[INFO] [stderr]    Compiling secret_integers v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[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: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (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 1.14s
[INFO] running `Command { std: "docker" "inspect" "39472820985f3f0ca15cb4411e89c8cb956482aaf500b050578b40bfef9ea31e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39472820985f3f0ca15cb4411e89c8cb956482aaf500b050578b40bfef9ea31e", kill_on_drop: false }`
[INFO] [stdout] 39472820985f3f0ca15cb4411e89c8cb956482aaf500b050578b40bfef9ea31e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 975217335fbe5767725ee80c02d519c3f796773ef2067f6842a2275c3c601d40
[INFO] running `Command { std: "docker" "start" "-a" "975217335fbe5767725ee80c02d519c3f796773ef2067f6842a2275c3c601d40", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[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: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling secret_integers v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     U8::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let _ = U8::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     U16::from(1234u16);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 12 |     let _ = U16::from(1234u16);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     U32::from(123456u32);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let _ = U32::from(123456u32);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     U64::from(123456u64);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let _ = U64::from(123456u64);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     U128::from(123456u128);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let _ = U128::from(123456u128);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     U8::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let _ = U8::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     U16::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let _ = U16::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     U32::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 19 |     let _ = U32::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     U64::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let _ = U64::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     U128::from(123u8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let _ = U128::from(123u8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     I8::from(123i8);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let _ = I8::from(123i8);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     I16::from(1234i16);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 30 |     let _ = I16::from(1234i16);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     I32::from(123456i32);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let _ = I32::from(123456i32);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     I64::from(123456i64);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 32 |     let _ = I64::from(123456i64);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `from` that must be used
[INFO] [stdout]   --> tests/test_conversion.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     I128::from(123456i128);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let _ = I128::from(123456i128);
[INFO] [stdout]    |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[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: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 456 |   define_secret_unsigned_integer!(U8, u8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 456 | define_secret_unsigned_integer!(U8, u8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 457 |   define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 457 | define_secret_unsigned_integer!(U16, u16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 458 |   define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 458 | define_secret_unsigned_integer!(U32, u32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 459 |   define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 459 | define_secret_unsigned_integer!(U64, u64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 460 |   define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `u128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 460 | define_secret_unsigned_integer!(U128, u128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_unsigned_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 461 |   define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i8::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 461 | define_secret_signed_integer!(I8, i8, 8);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 462 |   define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 462 | define_secret_signed_integer!(I16, i16, 16);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 463 |   define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 463 | define_secret_signed_integer!(I32, i32, 32);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 464 |   define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 464 | define_secret_signed_integer!(I64, i64, 64);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:213:25
[INFO] [stdout]     |
[INFO] [stdout] 213 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 214 | |                             chunk_raw
[INFO] [stdout] 215 | |                         ).to_le()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_le())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:239:25
[INFO] [stdout]     |
[INFO] [stdout] 239 |                           core::mem::transmute::<[u8;$bits/8], $repr>(
[INFO] [stdout]     |                           ^------------------------------------------
[INFO] [stdout]     |                           |
[INFO] [stdout]     |  _________________________help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout]     | |
[INFO] [stdout] 240 | |                             chunk_raw
[INFO] [stdout] 241 | |                         ).to_be()
[INFO] [stdout]     | |_________________________^
[INFO] [stdout] ...
[INFO] [stdout] 465 |   define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:250:26
[INFO] [stdout]     |
[INFO] [stdout] 250 |                          core::mem::transmute::<$repr, [u8;$bits/8]>(int.to_be())
[INFO] [stdout]     |                          -------------------------------------------^^^^^^^^^^^^^
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          help: replace this with: `i128::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 465 | define_secret_signed_integer!(I128, i128, 128);
[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 `define_secret_integer` which comes from the expansion of the macro `define_secret_signed_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.81s
[INFO] running `Command { std: "docker" "inspect" "975217335fbe5767725ee80c02d519c3f796773ef2067f6842a2275c3c601d40", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "975217335fbe5767725ee80c02d519c3f796773ef2067f6842a2275c3c601d40", kill_on_drop: false }`
[INFO] [stdout] 975217335fbe5767725ee80c02d519c3f796773ef2067f6842a2275c3c601d40
