[INFO] fetching crate mu_core_types 1.0.1...
[INFO] building mu_core_types-1.0.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate mu_core_types 1.0.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate mu_core_types 1.0.1
[INFO] finished tweaking crates.io crate mu_core_types 1.0.1
[INFO] tweaked toml for crates.io crate mu_core_types 1.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mu_core_types 1.0.1 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] 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-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] d82f429f836ab55102dd106c093ac85015da17038dfeed9a0fd5259bd40c19b3
[INFO] running `Command { std: "docker" "start" "-a" "d82f429f836ab55102dd106c093ac85015da17038dfeed9a0fd5259bd40c19b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d82f429f836ab55102dd106c093ac85015da17038dfeed9a0fd5259bd40c19b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d82f429f836ab55102dd106c093ac85015da17038dfeed9a0fd5259bd40c19b3", kill_on_drop: false }`
[INFO] [stdout] d82f429f836ab55102dd106c093ac85015da17038dfeed9a0fd5259bd40c19b3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] c95b52b2f496631b274ea06c345d756aea0e8c9f190be8a8c9d54ca96742a1b4
[INFO] running `Command { std: "docker" "start" "-a" "c95b52b2f496631b274ea06c345d756aea0e8c9f190be8a8c9d54ca96742a1b4", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling mu_core_types v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]  --> src/compact_size.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 |         0...252 => data[0] as u64,
[INFO] [stdout]   |          ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/compact_size.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 |         0...252 => data[0] as u64,
[INFO] [stdout]    |          ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/compact_size.rs:118:4
[INFO] [stdout]     |
[INFO] [stdout] 118 |         0...252 => {
[INFO] [stdout]     |          ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/compact_size.rs:121:6
[INFO] [stdout]     |
[INFO] [stdout] 121 |         252...4095 => {
[INFO] [stdout]     |            ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/compact_size.rs:125:7
[INFO] [stdout]     |
[INFO] [stdout] 125 |         4096...4294967295 => {
[INFO] [stdout]     |             ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/compact_size.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 30 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/compact_size.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout]  5 |         0...252 => data[0] as u64,
[INFO] [stdout]    |         ------- matches some of the same values
[INFO] [stdout]  6 |         253 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 14 |         254 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 22 |         255 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 30 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ collectively making this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/compact_size.rs:87:3
[INFO] [stdout]    |
[INFO] [stdout] 87 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/compact_size.rs:87:3
[INFO] [stdout]    |
[INFO] [stdout] 59 |         0...252 => data[0] as u64,
[INFO] [stdout]    |         ------- matches some of the same values
[INFO] [stdout] 60 |         253 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 69 |         254 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 78 |         255 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 87 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple patterns overlap on their endpoints
[INFO] [stdout]    --> src/compact_size.rs:121:3
[INFO] [stdout]     |
[INFO] [stdout] 118 |         0...252 => {
[INFO] [stdout]     |         ------- this range overlaps on `252_u64`...
[INFO] [stdout] ...
[INFO] [stdout] 121 |         252...4095 => {
[INFO] [stdout]     |         ^^^^^^^^^^ ... with this range
[INFO] [stdout]     |
[INFO] [stdout]     = note: you likely meant to write mutually exclusive ranges
[INFO] [stdout]     = note: `#[warn(overlapping_range_endpoints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:27:30
[INFO] [stdout]    |
[INFO] [stdout] 27 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:75:30
[INFO] [stdout]    |
[INFO] [stdout] 75 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:84:30
[INFO] [stdout]    |
[INFO] [stdout] 84 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/compact_size.rs:115:41
[INFO] [stdout]     |
[INFO] [stdout] 115 |     let resulting_bytes: [u8;8] = unsafe { mem::transmute(value) };
[INFO] [stdout]     |                                            --------------^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] running `Command { std: "docker" "inspect" "c95b52b2f496631b274ea06c345d756aea0e8c9f190be8a8c9d54ca96742a1b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c95b52b2f496631b274ea06c345d756aea0e8c9f190be8a8c9d54ca96742a1b4", kill_on_drop: false }`
[INFO] [stdout] c95b52b2f496631b274ea06c345d756aea0e8c9f190be8a8c9d54ca96742a1b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] ebdb37351a79917093165234b48041af5d8ac3f5f67beb75cc7cdc5818912947
[INFO] running `Command { std: "docker" "start" "-a" "ebdb37351a79917093165234b48041af5d8ac3f5f67beb75cc7cdc5818912947", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]  --> src/compact_size.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 |         0...252 => data[0] as u64,
[INFO] [stdout]   |          ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/compact_size.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 |         0...252 => data[0] as u64,
[INFO] [stdout]    |          ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/compact_size.rs:118:4
[INFO] [stdout]     |
[INFO] [stdout] 118 |         0...252 => {
[INFO] [stdout]     |          ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/compact_size.rs:121:6
[INFO] [stdout]     |
[INFO] [stdout] 121 |         252...4095 => {
[INFO] [stdout]     |            ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/compact_size.rs:125:7
[INFO] [stdout]     |
[INFO] [stdout] 125 |         4096...4294967295 => {
[INFO] [stdout]     |             ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/compact_size.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 30 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/compact_size.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout]  5 |         0...252 => data[0] as u64,
[INFO] [stdout]    |         ------- matches some of the same values
[INFO] [stdout]  6 |         253 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 14 |         254 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 22 |         255 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 30 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ collectively making this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/compact_size.rs:87:3
[INFO] [stdout]    |
[INFO] [stdout] 87 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/compact_size.rs:87:3
[INFO] [stdout]    |
[INFO] [stdout] 59 |         0...252 => data[0] as u64,
[INFO] [stdout]    |         ------- matches some of the same values
[INFO] [stdout] 60 |         253 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 69 |         254 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 78 |         255 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 87 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple patterns overlap on their endpoints
[INFO] [stdout]    --> src/compact_size.rs:121:3
[INFO] [stdout]     |
[INFO] [stdout] 118 |         0...252 => {
[INFO] [stdout]     |         ------- this range overlaps on `252_u64`...
[INFO] [stdout] ...
[INFO] [stdout] 121 |         252...4095 => {
[INFO] [stdout]     |         ^^^^^^^^^^ ... with this range
[INFO] [stdout]     |
[INFO] [stdout]     = note: you likely meant to write mutually exclusive ranges
[INFO] [stdout]     = note: `#[warn(overlapping_range_endpoints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:27:30
[INFO] [stdout]    |
[INFO] [stdout] 27 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:75:30
[INFO] [stdout]    |
[INFO] [stdout] 75 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:84:30
[INFO] [stdout]    |
[INFO] [stdout] 84 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/compact_size.rs:115:41
[INFO] [stdout]     |
[INFO] [stdout] 115 |     let resulting_bytes: [u8;8] = unsafe { mem::transmute(value) };
[INFO] [stdout]     |                                            --------------^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mu_core_types v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]  --> src/compact_size.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 |         0...252 => data[0] as u64,
[INFO] [stdout]   |          ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/compact_size.rs:59:4
[INFO] [stdout]    |
[INFO] [stdout] 59 |         0...252 => data[0] as u64,
[INFO] [stdout]    |          ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/compact_size.rs:118:4
[INFO] [stdout]     |
[INFO] [stdout] 118 |         0...252 => {
[INFO] [stdout]     |          ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/compact_size.rs:121:6
[INFO] [stdout]     |
[INFO] [stdout] 121 |         252...4095 => {
[INFO] [stdout]     |            ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]    --> src/compact_size.rs:125:7
[INFO] [stdout]     |
[INFO] [stdout] 125 |         4096...4294967295 => {
[INFO] [stdout]     |             ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/compact_size.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 30 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/compact_size.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout]  5 |         0...252 => data[0] as u64,
[INFO] [stdout]    |         ------- matches some of the same values
[INFO] [stdout]  6 |         253 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 14 |         254 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 22 |         255 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 30 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ collectively making this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/compact_size.rs:87:3
[INFO] [stdout]    |
[INFO] [stdout] 87 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/compact_size.rs:87:3
[INFO] [stdout]    |
[INFO] [stdout] 59 |         0...252 => data[0] as u64,
[INFO] [stdout]    |         ------- matches some of the same values
[INFO] [stdout] 60 |         253 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 69 |         254 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 78 |         255 => {
[INFO] [stdout]    |         --- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 87 |         _ => panic!("First byte should be between 0-255."),
[INFO] [stdout]    |         ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple patterns overlap on their endpoints
[INFO] [stdout]    --> src/compact_size.rs:121:3
[INFO] [stdout]     |
[INFO] [stdout] 118 |         0...252 => {
[INFO] [stdout]     |         ------- this range overlaps on `252_u64`...
[INFO] [stdout] ...
[INFO] [stdout] 121 |         252...4095 => {
[INFO] [stdout]     |         ^^^^^^^^^^ ... with this range
[INFO] [stdout]     |
[INFO] [stdout]     = note: you likely meant to write mutually exclusive ranges
[INFO] [stdout]     = note: `#[warn(overlapping_range_endpoints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:11:30
[INFO] [stdout]    |
[INFO] [stdout] 11 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:19:30
[INFO] [stdout]    |
[INFO] [stdout] 19 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:27:30
[INFO] [stdout]    |
[INFO] [stdout] 27 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:66:30
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:75:30
[INFO] [stdout]    |
[INFO] [stdout] 75 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/compact_size.rs:84:30
[INFO] [stdout]    |
[INFO] [stdout] 84 |             let result: u64 = unsafe {mem::transmute(result_bytes)};
[INFO] [stdout]    |                                       --------------^^^^^^^^^^^^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]    --> src/compact_size.rs:115:41
[INFO] [stdout]     |
[INFO] [stdout] 115 |     let resulting_bytes: [u8;8] = unsafe { mem::transmute(value) };
[INFO] [stdout]     |                                            --------------^^^^^^^
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            help: replace this with: `u64::to_ne_bytes`
[INFO] [stdout]     |
[INFO] [stdout]     = help: there's also `to_le_bytes` and `to_be_bytes` if you expect a particular byte order
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.68s
[INFO] running `Command { std: "docker" "inspect" "ebdb37351a79917093165234b48041af5d8ac3f5f67beb75cc7cdc5818912947", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebdb37351a79917093165234b48041af5d8ac3f5f67beb75cc7cdc5818912947", kill_on_drop: false }`
[INFO] [stdout] ebdb37351a79917093165234b48041af5d8ac3f5f67beb75cc7cdc5818912947
