[INFO] fetching crate parse 0.1.2...
[INFO] building parse-0.1.2 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate parse 0.1.2 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate parse 0.1.2
[INFO] finished tweaking crates.io crate parse 0.1.2
[INFO] tweaked toml for crates.io crate parse 0.1.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate parse 0.1.2 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4fadcf6e47df9149ab6a65351d7c142f540315c5c71220b6fa45db392bf450d9
[INFO] running `Command { std: "docker" "start" "-a" "4fadcf6e47df9149ab6a65351d7c142f540315c5c71220b6fa45db392bf450d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4fadcf6e47df9149ab6a65351d7c142f540315c5c71220b6fa45db392bf450d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fadcf6e47df9149ab6a65351d7c142f540315c5c71220b6fa45db392bf450d9", kill_on_drop: false }`
[INFO] [stdout] 4fadcf6e47df9149ab6a65351d7c142f540315c5c71220b6fa45db392bf450d9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f118ff01dd4fee932d0242e8d2eee350a4dccd5e76eaa29b20d5593d6a5120d
[INFO] running `Command { std: "docker" "start" "-a" "9f118ff01dd4fee932d0242e8d2eee350a4dccd5e76eaa29b20d5593d6a5120d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling parse v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 13 | int_be!(u16, u16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 14 | int_be!(i16, i16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 15 | int_be!(u32, u32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 16 | int_be!(i32, i32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 17 | int_be!(u64, u64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 18 | int_be!(i64, i64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 28 | int_le!(u16, u16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 29 | int_le!(i16, i16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 30 | int_le!(u32, u32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 31 | int_le!(i32, i32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 32 | int_le!(u64, u64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 33 | int_le!(i64, i64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (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.25s
[INFO] running `Command { std: "docker" "inspect" "9f118ff01dd4fee932d0242e8d2eee350a4dccd5e76eaa29b20d5593d6a5120d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f118ff01dd4fee932d0242e8d2eee350a4dccd5e76eaa29b20d5593d6a5120d", kill_on_drop: false }`
[INFO] [stdout] 9f118ff01dd4fee932d0242e8d2eee350a4dccd5e76eaa29b20d5593d6a5120d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c9c72dabbbcd9190d113af0c9c26a98db49c253cbdb9dff8fc8335c8d2699a5b
[INFO] running `Command { std: "docker" "start" "-a" "c9c72dabbbcd9190d113af0c9c26a98db49c253cbdb9dff8fc8335c8d2699a5b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 13 | int_be!(u16, u16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 14 | int_be!(i16, i16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 15 | int_be!(u32, u32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 16 | int_be!(i32, i32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 17 | int_be!(u64, u64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 18 | int_be!(i64, i64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 28 | int_le!(u16, u16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 29 | int_le!(i16, i16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 30 | int_le!(u32, u32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 31 | int_le!(i32, i32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 32 | int_le!(u64, u64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 33 | int_le!(i64, i64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling parse v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 13 | int_be!(u16, u16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 14 | int_be!(i16, i16_be, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 15 | int_be!(u32, u32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 16 | int_be!(i32, i32_be, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 17 | int_be!(u64, u64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:9:22
[INFO] [stdout]    |
[INFO] [stdout]  9 |             unsafe { mem::transmute(x.to_be()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 18 | int_be!(i64, i64_be, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_be` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 28 | int_le!(u16, u16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i16::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 29 | int_le!(i16, i16_le, 2);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 30 | int_le!(u32, u32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i32::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 31 | int_le!(i32, i32_le, 4);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 32 | int_le!(u64, u64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/bytes.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |             unsafe { mem::transmute(x.to_le()) }
[INFO] [stdout]    |                      --------------^^^^^^^^^^^
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      help: replace this with: `i64::to_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 33 | int_le!(i64, i64_le, 8);
[INFO] [stdout]    | ----------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `int_le` (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.57s
[INFO] running `Command { std: "docker" "inspect" "c9c72dabbbcd9190d113af0c9c26a98db49c253cbdb9dff8fc8335c8d2699a5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9c72dabbbcd9190d113af0c9c26a98db49c253cbdb9dff8fc8335c8d2699a5b", kill_on_drop: false }`
[INFO] [stdout] c9c72dabbbcd9190d113af0c9c26a98db49c253cbdb9dff8fc8335c8d2699a5b
