[INFO] fetching crate explicit-endian 0.1.6...
[INFO] testing explicit-endian-0.1.6 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate explicit-endian 0.1.6 into /workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate explicit-endian 0.1.6 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dd60dc95a774b30476f5ffe3b5fdea6c53e50a975f84bf88fab4f440fbf5031d
[INFO] running `Command { std: "docker" "start" "-a" "dd60dc95a774b30476f5ffe3b5fdea6c53e50a975f84bf88fab4f440fbf5031d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd60dc95a774b30476f5ffe3b5fdea6c53e50a975f84bf88fab4f440fbf5031d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd60dc95a774b30476f5ffe3b5fdea6c53e50a975f84bf88fab4f440fbf5031d", kill_on_drop: false }`
[INFO] [stdout] dd60dc95a774b30476f5ffe3b5fdea6c53e50a975f84bf88fab4f440fbf5031d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e111aabe667d654338abfaf65a7a888457f75a48a1bc29a6c07379e4cf910d8a
[INFO] running `Command { std: "docker" "start" "-a" "e111aabe667d654338abfaf65a7a888457f75a48a1bc29a6c07379e4cf910d8a", 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.14s
[INFO] running `Command { std: "docker" "inspect" "e111aabe667d654338abfaf65a7a888457f75a48a1bc29a6c07379e4cf910d8a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e111aabe667d654338abfaf65a7a888457f75a48a1bc29a6c07379e4cf910d8a", kill_on_drop: false }`
[INFO] [stdout] e111aabe667d654338abfaf65a7a888457f75a48a1bc29a6c07379e4cf910d8a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e0f87a2c5433fd20624bdee03962c0dae54d5a2aca560a663a7a6160065a11d
[INFO] running `Command { std: "docker" "start" "-a" "3e0f87a2c5433fd20624bdee03962c0dae54d5a2aca560a663a7a6160065a11d", 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.24s
[INFO] running `Command { std: "docker" "inspect" "3e0f87a2c5433fd20624bdee03962c0dae54d5a2aca560a663a7a6160065a11d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e0f87a2c5433fd20624bdee03962c0dae54d5a2aca560a663a7a6160065a11d", kill_on_drop: false }`
[INFO] [stdout] 3e0f87a2c5433fd20624bdee03962c0dae54d5a2aca560a663a7a6160065a11d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 24797075db7fa3ffbf7e94c5ebbc993b6567195ccc982bee6f0576cf95c513dc
[INFO] running `Command { std: "docker" "start" "-a" "24797075db7fa3ffbf7e94c5ebbc993b6567195ccc982bee6f0576cf95c513dc", 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_f32 ... ok
[INFO] [stdout] test tests::test_i16 ... ok
[INFO] [stdout] test tests::test_i32 ... ok
[INFO] [stdout] test tests::test_i128 ... ok
[INFO] [stdout] test tests::test_f64 ... 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" "24797075db7fa3ffbf7e94c5ebbc993b6567195ccc982bee6f0576cf95c513dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24797075db7fa3ffbf7e94c5ebbc993b6567195ccc982bee6f0576cf95c513dc", kill_on_drop: false }`
[INFO] [stdout] 24797075db7fa3ffbf7e94c5ebbc993b6567195ccc982bee6f0576cf95c513dc
