[INFO] fetching crate explicit-endian 0.1.6...
[INFO] testing explicit-endian-0.1.6 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate explicit-endian 0.1.6 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate explicit-endian 0.1.6
[INFO] finished tweaking crates.io crate explicit-endian 0.1.6
[INFO] tweaked toml for crates.io crate explicit-endian 0.1.6 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate explicit-endian 0.1.6 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7817e1628e1000f8466ae613045a9f5d353e1200bed179d1058b2b6e2a3e96d1
[INFO] running `Command { std: "docker" "start" "-a" "7817e1628e1000f8466ae613045a9f5d353e1200bed179d1058b2b6e2a3e96d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7817e1628e1000f8466ae613045a9f5d353e1200bed179d1058b2b6e2a3e96d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7817e1628e1000f8466ae613045a9f5d353e1200bed179d1058b2b6e2a3e96d1", kill_on_drop: false }`
[INFO] [stdout] 7817e1628e1000f8466ae613045a9f5d353e1200bed179d1058b2b6e2a3e96d1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef699e842f40dd89bb83b712234f78d2b00e8321b2eb5cbe0645b53a0603f928
[INFO] running `Command { std: "docker" "start" "-a" "ef699e842f40dd89bb83b712234f78d2b00e8321b2eb5cbe0645b53a0603f928", kill_on_drop: false }`
[INFO] [stderr]    Compiling explicit-endian v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | #![feature(core_intrinsics)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout]    = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 139 | be_into_from! {u16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 139 | be_into_from! {u16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 140 | be_into_from! {u32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 140 | be_into_from! {u32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 141 | be_into_from! {u64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 141 | be_into_from! {u64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 142 | be_into_from! {u128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 142 | be_into_from! {u128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `usize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 143 | be_into_from! {usize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `usize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 143 | be_into_from! {usize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 145 | be_into_from! {i16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 145 | be_into_from! {i16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 146 | be_into_from! {i32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 146 | be_into_from! {i32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 147 | be_into_from! {i64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 147 | be_into_from! {i64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 148 | be_into_from! {i128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 148 | be_into_from! {i128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `isize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 149 | be_into_from! {isize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `isize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 149 | be_into_from! {isize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `f32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 151 | be_into_from! {f32}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `f32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 151 | be_into_from! {f32}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `f64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 152 | be_into_from! {f64}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `f64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 152 | be_into_from! {f64}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] running `Command { std: "docker" "inspect" "ef699e842f40dd89bb83b712234f78d2b00e8321b2eb5cbe0645b53a0603f928", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef699e842f40dd89bb83b712234f78d2b00e8321b2eb5cbe0645b53a0603f928", kill_on_drop: false }`
[INFO] [stdout] ef699e842f40dd89bb83b712234f78d2b00e8321b2eb5cbe0645b53a0603f928
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df04e9e0691fb539319e0241988092655a4478a8dc4eb0e47693e15fc6f77e92
[INFO] running `Command { std: "docker" "start" "-a" "df04e9e0691fb539319e0241988092655a4478a8dc4eb0e47693e15fc6f77e92", kill_on_drop: false }`
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | #![feature(core_intrinsics)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout]    = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 139 | be_into_from! {u16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 139 | be_into_from! {u16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 140 | be_into_from! {u32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 140 | be_into_from! {u32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 141 | be_into_from! {u64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 141 | be_into_from! {u64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 142 | be_into_from! {u128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 142 | be_into_from! {u128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `usize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 143 | be_into_from! {usize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `usize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 143 | be_into_from! {usize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 145 | be_into_from! {i16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 145 | be_into_from! {i16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 146 | be_into_from! {i32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 146 | be_into_from! {i32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 147 | be_into_from! {i64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 147 | be_into_from! {i64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 148 | be_into_from! {i128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 148 | be_into_from! {i128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `isize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 149 | be_into_from! {isize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `isize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 149 | be_into_from! {isize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `f32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 151 | be_into_from! {f32}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `f32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 151 | be_into_from! {f32}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `f64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 152 | be_into_from! {f64}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `f64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 152 | be_into_from! {f64}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling explicit-endian v0.1.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]   --> src/lib.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | #![feature(core_intrinsics)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using it is strongly discouraged
[INFO] [stdout]    = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/lib.rs:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 139 | be_into_from! {u16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 139 | be_into_from! {u16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 140 | be_into_from! {u32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 140 | be_into_from! {u32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 141 | be_into_from! {u64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 141 | be_into_from! {u64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 142 | be_into_from! {u128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `u128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 142 | be_into_from! {u128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `usize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 143 | be_into_from! {usize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `usize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 143 | be_into_from! {usize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 145 | be_into_from! {i16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 145 | be_into_from! {i16}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 146 | be_into_from! {i32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 146 | be_into_from! {i32}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 147 | be_into_from! {i64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 147 | be_into_from! {i64}
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 148 | be_into_from! {i128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `i128::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 148 | be_into_from! {i128}
[INFO] [stdout]     | -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `isize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 149 | be_into_from! {isize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `isize::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 149 | be_into_from! {isize}
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `f32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 151 | be_into_from! {f32}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `f32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 151 | be_into_from! {f32}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (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:89:33
[INFO] [stdout]     |
[INFO] [stdout]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stdout]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 help: replace this with: `f64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 152 | be_into_from! {f64}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (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:98:38
[INFO] [stdout]     |
[INFO] [stdout]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stdout]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      help: replace this with: `f64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 152 | be_into_from! {f64}
[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 `into_from` which comes from the expansion of the macro `be_into_from` (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.34s
[INFO] running `Command { std: "docker" "inspect" "df04e9e0691fb539319e0241988092655a4478a8dc4eb0e47693e15fc6f77e92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df04e9e0691fb539319e0241988092655a4478a8dc4eb0e47693e15fc6f77e92", kill_on_drop: false }`
[INFO] [stdout] df04e9e0691fb539319e0241988092655a4478a8dc4eb0e47693e15fc6f77e92
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0516f4efec7b4ffcf8a282a3c6cf6321c63114bf107777d6799eb31ad452a334
[INFO] running `Command { std: "docker" "start" "-a" "0516f4efec7b4ffcf8a282a3c6cf6321c63114bf107777d6799eb31ad452a334", kill_on_drop: false }`
[INFO] [stderr] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stderr]   --> src/lib.rs:41:12
[INFO] [stderr]    |
[INFO] [stderr] 41 | #![feature(core_intrinsics)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using it is strongly discouraged
[INFO] [stderr]    = note: `#[warn(internal_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `u16::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 139 | be_into_from! {u16}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `u16::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 139 | be_into_from! {u16}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `u32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 140 | be_into_from! {u32}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `u32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 140 | be_into_from! {u32}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `u64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 141 | be_into_from! {u64}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `u64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 141 | be_into_from! {u64}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `u128::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 142 | be_into_from! {u128}
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `u128::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 142 | be_into_from! {u128}
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `usize::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 143 | be_into_from! {usize}
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `usize::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 143 | be_into_from! {usize}
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `i16::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 145 | be_into_from! {i16}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `i16::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 145 | be_into_from! {i16}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `i32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 146 | be_into_from! {i32}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `i32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 146 | be_into_from! {i32}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `i64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 147 | be_into_from! {i64}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `i64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 147 | be_into_from! {i64}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `i128::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 148 | be_into_from! {i128}
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `i128::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 148 | be_into_from! {i128}
[INFO] [stderr]     | -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `isize::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 149 | be_into_from! {isize}
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `isize::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 149 | be_into_from! {isize}
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `f32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 151 | be_into_from! {f32}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `f32::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 151 | be_into_from! {f32}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:89:33
[INFO] [stderr]     |
[INFO] [stderr]  89 |                 return unsafe { transmute(self.0.$swap()) };
[INFO] [stderr]     |                                 ---------^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                 |
[INFO] [stderr]     |                                 help: replace this with: `f64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 152 | be_into_from! {f64}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary transmute
[INFO] [stderr]    --> src/lib.rs:98:38
[INFO] [stderr]     |
[INFO] [stderr]  98 |                 return Self(unsafe { transmute(value.$swap()) });
[INFO] [stderr]     |                                      ---------^^^^^^^^^^^^^^^
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      help: replace this with: `f64::from_ne_bytes`
[INFO] [stderr] ...
[INFO] [stderr] 152 | be_into_from! {f64}
[INFO] [stderr]     | ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stderr]     = note: this warning originates in the macro `into_from` which comes from the expansion of the macro `be_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `explicit-endian` (lib) generated 25 warnings (run `cargo fix --lib -p explicit-endian` to apply 24 suggestions)
[INFO] [stderr] warning: `explicit-endian` (lib test) generated 25 warnings (25 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/explicit_endian-1149c5b90d150d13)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test tests::test_i128 ... ok
[INFO] [stdout] test tests::test_i16 ... ok
[INFO] [stdout] test tests::test_f32 ... ok
[INFO] [stdout] test tests::test_f64 ... ok
[INFO] [stdout] test tests::test_i32 ... ok
[INFO] [stdout] test tests::test_i64 ... ok
[INFO] [stdout] test tests::test_isize ... ok
[INFO] [stdout] test tests::test_read_value ... ok
[INFO] [stdout] test tests::test_u128 ... ok
[INFO] [stdout] test tests::test_u16 ... ok
[INFO] [stdout] test tests::test_u32 ... ok
[INFO] [stdout] test tests::test_u64 ... ok
[INFO] [stdout] test tests::test_usize ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests explicit_endian
[INFO] [stderr] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stderr]   --> src/lib.rs:41:12
[INFO] [stderr]    |
[INFO] [stderr] 41 | #![feature(core_intrinsics)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using it is strongly discouraged
[INFO] [stderr]    = note: `#[warn(internal_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: 1 warning emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 15) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0516f4efec7b4ffcf8a282a3c6cf6321c63114bf107777d6799eb31ad452a334", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0516f4efec7b4ffcf8a282a3c6cf6321c63114bf107777d6799eb31ad452a334", kill_on_drop: false }`
[INFO] [stdout] 0516f4efec7b4ffcf8a282a3c6cf6321c63114bf107777d6799eb31ad452a334
