[INFO] fetching crate stremio-serde-hex 0.1.1...
[INFO] building stremio-serde-hex-0.1.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate stremio-serde-hex 0.1.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate stremio-serde-hex 0.1.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate stremio-serde-hex 0.1.1
[INFO] tweaked toml for crates.io crate stremio-serde-hex 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate stremio-serde-hex 0.1.1 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate stremio-serde-hex 0.1.1 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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d6321ed3df22842c9eee5415148ab42d27b6de038f6503145ac5464976f9b2a4
[INFO] running `Command { std: "docker" "start" "-a" "d6321ed3df22842c9eee5415148ab42d27b6de038f6503145ac5464976f9b2a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d6321ed3df22842c9eee5415148ab42d27b6de038f6503145ac5464976f9b2a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6321ed3df22842c9eee5415148ab42d27b6de038f6503145ac5464976f9b2a4", kill_on_drop: false }`
[INFO] [stdout] d6321ed3df22842c9eee5415148ab42d27b6de038f6503145ac5464976f9b2a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f7fb973f9bd227f475f1befbed9dcac697d2ba438eec4f8a39798d4fdc2a6778
[INFO] running `Command { std: "docker" "start" "-a" "f7fb973f9bd227f475f1befbed9dcac697d2ba438eec4f8a39798d4fdc2a6778", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling array-init v2.1.0
[INFO] [stderr]    Compiling stremio-serde-hex v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:455:1
[INFO] [stdout]     |
[INFO] [stdout] 455 | impl_serhex_uint!(u8, 1);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:455:1
[INFO] [stdout]     |
[INFO] [stdout] 455 | impl_serhex_uint!(u8, 1);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | impl_serhex_uint!(u16, 2);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | impl_serhex_uint!(u16, 2);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:457:1
[INFO] [stdout]     |
[INFO] [stdout] 457 | impl_serhex_uint!(u32, 4);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:457:1
[INFO] [stdout]     |
[INFO] [stdout] 457 | impl_serhex_uint!(u32, 4);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:458:1
[INFO] [stdout]     |
[INFO] [stdout] 458 | impl_serhex_uint!(u64, 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 `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:458:1
[INFO] [stdout]     |
[INFO] [stdout] 458 | impl_serhex_uint!(u64, 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 `impl_serhex_uint` (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 3.24s
[INFO] running `Command { std: "docker" "inspect" "f7fb973f9bd227f475f1befbed9dcac697d2ba438eec4f8a39798d4fdc2a6778", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7fb973f9bd227f475f1befbed9dcac697d2ba438eec4f8a39798d4fdc2a6778", kill_on_drop: false }`
[INFO] [stdout] f7fb973f9bd227f475f1befbed9dcac697d2ba438eec4f8a39798d4fdc2a6778
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e8fa519562cf35d5eb38c4e18a54a968b19bd255e69043de4175417f198464b8
[INFO] running `Command { std: "docker" "start" "-a" "e8fa519562cf35d5eb38c4e18a54a968b19bd255e69043de4175417f198464b8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling stremio-serde-hex v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:455:1
[INFO] [stdout]     |
[INFO] [stdout] 455 | impl_serhex_uint!(u8, 1);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:455:1
[INFO] [stdout]     |
[INFO] [stdout] 455 | impl_serhex_uint!(u8, 1);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | impl_serhex_uint!(u16, 2);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | impl_serhex_uint!(u16, 2);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:457:1
[INFO] [stdout]     |
[INFO] [stdout] 457 | impl_serhex_uint!(u32, 4);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:457:1
[INFO] [stdout]     |
[INFO] [stdout] 457 | impl_serhex_uint!(u32, 4);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:458:1
[INFO] [stdout]     |
[INFO] [stdout] 458 | impl_serhex_uint!(u64, 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 `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:458:1
[INFO] [stdout]     |
[INFO] [stdout] 458 | impl_serhex_uint!(u64, 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 `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Bar` is never constructed
[INFO] [stdout]    --> src/macros/misc.rs:256:16
[INFO] [stdout]     |
[INFO] [stdout] 256 |         struct Bar([u8; 36]);
[INFO] [stdout]     |                ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u8::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:455:1
[INFO] [stdout]     |
[INFO] [stdout] 455 | impl_serhex_uint!(u8, 1);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:455:1
[INFO] [stdout]     |
[INFO] [stdout] 455 | impl_serhex_uint!(u8, 1);
[INFO] [stdout]     | ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | impl_serhex_uint!(u16, 2);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | impl_serhex_uint!(u16, 2);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:457:1
[INFO] [stdout]     |
[INFO] [stdout] 457 | impl_serhex_uint!(u32, 4);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:457:1
[INFO] [stdout]     |
[INFO] [stdout] 457 | impl_serhex_uint!(u32, 4);
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:20:52
[INFO] [stdout]     |
[INFO] [stdout]  20 |                 let bytes: [u8; $bytes] = unsafe { ::std::mem::transmute(self.to_be()) };
[INFO] [stdout]     |                                                    ---------------------^^^^^^^^^^^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:458:1
[INFO] [stdout]     |
[INFO] [stdout] 458 | impl_serhex_uint!(u64, 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 `impl_serhex_uint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/macros/local.rs:32:51
[INFO] [stdout]     |
[INFO] [stdout]  32 |                         let val: $type = unsafe { ::std::mem::transmute(buf) };
[INFO] [stdout]     |                                                   ---------------------^^^^^
[INFO] [stdout]     |                                                   |
[INFO] [stdout]     |                                                   help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/lib.rs:458:1
[INFO] [stdout]     |
[INFO] [stdout] 458 | impl_serhex_uint!(u64, 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 `impl_serhex_uint` (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 21.15s
[INFO] running `Command { std: "docker" "inspect" "e8fa519562cf35d5eb38c4e18a54a968b19bd255e69043de4175417f198464b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8fa519562cf35d5eb38c4e18a54a968b19bd255e69043de4175417f198464b8", kill_on_drop: false }`
[INFO] [stdout] e8fa519562cf35d5eb38c4e18a54a968b19bd255e69043de4175417f198464b8
