[INFO] fetching crate terraria-protocol 0.1.0...
[INFO] testing terraria-protocol-0.1.0 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate terraria-protocol 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate terraria-protocol 0.1.0
[INFO] finished tweaking crates.io crate terraria-protocol 0.1.0
[INFO] tweaked toml for crates.io crate terraria-protocol 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate terraria-protocol 0.1.0 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate terraria-protocol 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c276259a20187ec34a6a926c9cd8045e423c9f52f86487b73f69e5cc4bdff109
[INFO] running `Command { std: "docker" "start" "-a" "c276259a20187ec34a6a926c9cd8045e423c9f52f86487b73f69e5cc4bdff109", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c276259a20187ec34a6a926c9cd8045e423c9f52f86487b73f69e5cc4bdff109", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c276259a20187ec34a6a926c9cd8045e423c9f52f86487b73f69e5cc4bdff109", kill_on_drop: false }`
[INFO] [stdout] c276259a20187ec34a6a926c9cd8045e423c9f52f86487b73f69e5cc4bdff109
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 78b708f5489c8255d08d63aadda90cab2356abb3116bf4659bbab3b92e0a7dfb
[INFO] running `Command { std: "docker" "start" "-a" "78b708f5489c8255d08d63aadda90cab2356abb3116bf4659bbab3b92e0a7dfb", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling adler32 v1.0.4
[INFO] [stderr]    Compiling inflate v0.4.5
[INFO] [stderr]    Compiling terraria-protocol v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/mod.rs:716:27
[INFO] [stdout]     |
[INFO] [stdout] 716 |             tag => panic!(format!("unknown tag {}", tag)),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 716 -             tag => panic!(format!("unknown tag {}", tag)),
[INFO] [stdout] 716 +             tag => panic!("unknown tag {}", tag),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/door_toggle.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |             n => panic!(format!("invalid door action {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             n => panic!(format!("invalid door action {}", n)),
[INFO] [stdout] 30 +             n => panic!("invalid door action {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/load_net_module.rs:235:29
[INFO] [stdout]     |
[INFO] [stdout] 235 |                 n => panic!(format!("unknown bestiary net module {}", n)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 235 -                 n => panic!(format!("unknown bestiary net module {}", n)),
[INFO] [stdout] 235 +                 n => panic!("unknown bestiary net module {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/load_net_module.rs:267:25
[INFO] [stdout]     |
[INFO] [stdout] 267 |             n => panic!(format!("unknown net module {}", n)),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 267 -             n => panic!(format!("unknown net module {}", n)),
[INFO] [stdout] 267 +             n => panic!("unknown net module {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/modify_tile.rs:128:29
[INFO] [stdout]     |
[INFO] [stdout] 128 |                 n => panic!(format!("invalid tile action {}", n)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 128 -                 n => panic!(format!("invalid tile action {}", n)),
[INFO] [stdout] 128 +                 n => panic!("invalid tile action {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/npc_update.rs:120:29
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 n => panic!(format!("bad byte count for life {}", n)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 120 -                 n => panic!(format!("bad byte count for life {}", n)),
[INFO] [stdout] 120 +                 n => panic!("bad byte count for life {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/place_chest.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |             n => panic!(format!("invalid chest action {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             n => panic!(format!("invalid chest action {}", n)),
[INFO] [stdout] 30 +             n => panic!("invalid chest action {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/player_inventory_slot.rs:55:25
[INFO] [stdout]    |
[INFO] [stdout] 55 |             n => panic!(format!("slot index {} is out of bounds", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 55 -             n => panic!(format!("slot index {} is out of bounds", n)),
[INFO] [stdout] 55 +             n => panic!("slot index {} is out of bounds", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/spawn_player.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |             n => panic!(format!("invalid respawn context {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 24 -             n => panic!(format!("invalid respawn context {}", n)),
[INFO] [stdout] 24 +             n => panic!("invalid respawn context {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/structures/net_string.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |             n => panic!(format!("invalid net string mode {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 24 -             n => panic!(format!("invalid net string mode {}", n)),
[INFO] [stdout] 24 +             n => panic!("invalid net string mode {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/structures/tile_entity.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |             n => panic!(format!("invalid tile entity {}", n)),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 122 -             n => panic!(format!("invalid tile entity {}", n)),
[INFO] [stdout] 122 +             n => panic!("invalid tile entity {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
[INFO] running `Command { std: "docker" "inspect" "78b708f5489c8255d08d63aadda90cab2356abb3116bf4659bbab3b92e0a7dfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78b708f5489c8255d08d63aadda90cab2356abb3116bf4659bbab3b92e0a7dfb", kill_on_drop: false }`
[INFO] [stdout] 78b708f5489c8255d08d63aadda90cab2356abb3116bf4659bbab3b92e0a7dfb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c111acdded372cd47c55cade0890c9e47dd5872e11097bb71ae1d327636de989
[INFO] running `Command { std: "docker" "start" "-a" "c111acdded372cd47c55cade0890c9e47dd5872e11097bb71ae1d327636de989", kill_on_drop: false }`
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/mod.rs:716:27
[INFO] [stdout]     |
[INFO] [stdout] 716 |             tag => panic!(format!("unknown tag {}", tag)),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 716 -             tag => panic!(format!("unknown tag {}", tag)),
[INFO] [stdout] 716 +             tag => panic!("unknown tag {}", tag),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/door_toggle.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |             n => panic!(format!("invalid door action {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             n => panic!(format!("invalid door action {}", n)),
[INFO] [stdout] 30 +             n => panic!("invalid door action {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/load_net_module.rs:235:29
[INFO] [stdout]     |
[INFO] [stdout] 235 |                 n => panic!(format!("unknown bestiary net module {}", n)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 235 -                 n => panic!(format!("unknown bestiary net module {}", n)),
[INFO] [stdout] 235 +                 n => panic!("unknown bestiary net module {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/load_net_module.rs:267:25
[INFO] [stdout]     |
[INFO] [stdout] 267 |             n => panic!(format!("unknown net module {}", n)),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 267 -             n => panic!(format!("unknown net module {}", n)),
[INFO] [stdout] 267 +             n => panic!("unknown net module {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/modify_tile.rs:128:29
[INFO] [stdout]     |
[INFO] [stdout] 128 |                 n => panic!(format!("invalid tile action {}", n)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 128 -                 n => panic!(format!("invalid tile action {}", n)),
[INFO] [stdout] 128 +                 n => panic!("invalid tile action {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/npc_update.rs:120:29
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 n => panic!(format!("bad byte count for life {}", n)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 120 -                 n => panic!(format!("bad byte count for life {}", n)),
[INFO] [stdout] 120 +                 n => panic!("bad byte count for life {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/place_chest.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |             n => panic!(format!("invalid chest action {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             n => panic!(format!("invalid chest action {}", n)),
[INFO] [stdout] 30 +             n => panic!("invalid chest action {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling terraria-protocol v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/player_inventory_slot.rs:55:25
[INFO] [stdout]    |
[INFO] [stdout] 55 |             n => panic!(format!("slot index {} is out of bounds", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 55 -             n => panic!(format!("slot index {} is out of bounds", n)),
[INFO] [stdout] 55 +             n => panic!("slot index {} is out of bounds", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/spawn_player.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |             n => panic!(format!("invalid respawn context {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 24 -             n => panic!(format!("invalid respawn context {}", n)),
[INFO] [stdout] 24 +             n => panic!("invalid respawn context {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/structures/net_string.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |             n => panic!(format!("invalid net string mode {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 24 -             n => panic!(format!("invalid net string mode {}", n)),
[INFO] [stdout] 24 +             n => panic!("invalid net string mode {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/structures/tile_entity.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |             n => panic!(format!("invalid tile entity {}", n)),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 122 -             n => panic!(format!("invalid tile entity {}", n)),
[INFO] [stdout] 122 +             n => panic!("invalid tile entity {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/mod.rs:716:27
[INFO] [stdout]     |
[INFO] [stdout] 716 |             tag => panic!(format!("unknown tag {}", tag)),
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 716 -             tag => panic!(format!("unknown tag {}", tag)),
[INFO] [stdout] 716 +             tag => panic!("unknown tag {}", tag),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/door_toggle.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |             n => panic!(format!("invalid door action {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             n => panic!(format!("invalid door action {}", n)),
[INFO] [stdout] 30 +             n => panic!("invalid door action {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/load_net_module.rs:235:29
[INFO] [stdout]     |
[INFO] [stdout] 235 |                 n => panic!(format!("unknown bestiary net module {}", n)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 235 -                 n => panic!(format!("unknown bestiary net module {}", n)),
[INFO] [stdout] 235 +                 n => panic!("unknown bestiary net module {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/load_net_module.rs:267:25
[INFO] [stdout]     |
[INFO] [stdout] 267 |             n => panic!(format!("unknown net module {}", n)),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 267 -             n => panic!(format!("unknown net module {}", n)),
[INFO] [stdout] 267 +             n => panic!("unknown net module {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/modify_tile.rs:128:29
[INFO] [stdout]     |
[INFO] [stdout] 128 |                 n => panic!(format!("invalid tile action {}", n)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 128 -                 n => panic!(format!("invalid tile action {}", n)),
[INFO] [stdout] 128 +                 n => panic!("invalid tile action {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/packets/npc_update.rs:120:29
[INFO] [stdout]     |
[INFO] [stdout] 120 |                 n => panic!(format!("bad byte count for life {}", n)),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 120 -                 n => panic!(format!("bad byte count for life {}", n)),
[INFO] [stdout] 120 +                 n => panic!("bad byte count for life {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/place_chest.rs:30:25
[INFO] [stdout]    |
[INFO] [stdout] 30 |             n => panic!(format!("invalid chest action {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 30 -             n => panic!(format!("invalid chest action {}", n)),
[INFO] [stdout] 30 +             n => panic!("invalid chest action {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/player_inventory_slot.rs:55:25
[INFO] [stdout]    |
[INFO] [stdout] 55 |             n => panic!(format!("slot index {} is out of bounds", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 55 -             n => panic!(format!("slot index {} is out of bounds", n)),
[INFO] [stdout] 55 +             n => panic!("slot index {} is out of bounds", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/packets/spawn_player.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |             n => panic!(format!("invalid respawn context {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 24 -             n => panic!(format!("invalid respawn context {}", n)),
[INFO] [stdout] 24 +             n => panic!("invalid respawn context {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/structures/net_string.rs:24:25
[INFO] [stdout]    |
[INFO] [stdout] 24 |             n => panic!(format!("invalid net string mode {}", n)),
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 24 -             n => panic!(format!("invalid net string mode {}", n)),
[INFO] [stdout] 24 +             n => panic!("invalid net string mode {}", n),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/structures/tile_entity.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |             n => panic!(format!("invalid tile entity {}", n)),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 122 -             n => panic!(format!("invalid tile entity {}", n)),
[INFO] [stdout] 122 +             n => panic!("invalid tile entity {}", n),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.05s
[INFO] running `Command { std: "docker" "inspect" "c111acdded372cd47c55cade0890c9e47dd5872e11097bb71ae1d327636de989", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c111acdded372cd47c55cade0890c9e47dd5872e11097bb71ae1d327636de989", kill_on_drop: false }`
[INFO] [stdout] c111acdded372cd47c55cade0890c9e47dd5872e11097bb71ae1d327636de989
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a50d5e43b1827ebe9237a321705fd6d6ea244227a2b4b23f20164cf30f0a3ec7
[INFO] running `Command { std: "docker" "start" "-a" "a50d5e43b1827ebe9237a321705fd6d6ea244227a2b4b23f20164cf30f0a3ec7", kill_on_drop: false }`
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/packets/mod.rs:716:27
[INFO] [stderr]     |
[INFO] [stderr] 716 |             tag => panic!(format!("unknown tag {}", tag)),
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 716 -             tag => panic!(format!("unknown tag {}", tag)),
[INFO] [stderr] 716 +             tag => panic!("unknown tag {}", tag),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/packets/door_toggle.rs:30:25
[INFO] [stderr]    |
[INFO] [stderr] 30 |             n => panic!(format!("invalid door action {}", n)),
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 30 -             n => panic!(format!("invalid door action {}", n)),
[INFO] [stderr] 30 +             n => panic!("invalid door action {}", n),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/packets/load_net_module.rs:235:29
[INFO] [stderr]     |
[INFO] [stderr] 235 |                 n => panic!(format!("unknown bestiary net module {}", n)),
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 235 -                 n => panic!(format!("unknown bestiary net module {}", n)),
[INFO] [stderr] 235 +                 n => panic!("unknown bestiary net module {}", n),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/packets/load_net_module.rs:267:25
[INFO] [stderr]     |
[INFO] [stderr] 267 |             n => panic!(format!("unknown net module {}", n)),
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 267 -             n => panic!(format!("unknown net module {}", n)),
[INFO] [stderr] 267 +             n => panic!("unknown net module {}", n),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/packets/modify_tile.rs:128:29
[INFO] [stderr]     |
[INFO] [stderr] 128 |                 n => panic!(format!("invalid tile action {}", n)),
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 128 -                 n => panic!(format!("invalid tile action {}", n)),
[INFO] [stderr] 128 +                 n => panic!("invalid tile action {}", n),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/packets/npc_update.rs:120:29
[INFO] [stderr]     |
[INFO] [stderr] 120 |                 n => panic!(format!("bad byte count for life {}", n)),
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 120 -                 n => panic!(format!("bad byte count for life {}", n)),
[INFO] [stderr] 120 +                 n => panic!("bad byte count for life {}", n),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/packets/place_chest.rs:30:25
[INFO] [stderr]    |
[INFO] [stderr] 30 |             n => panic!(format!("invalid chest action {}", n)),
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 30 -             n => panic!(format!("invalid chest action {}", n)),
[INFO] [stderr] 30 +             n => panic!("invalid chest action {}", n),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/packets/player_inventory_slot.rs:55:25
[INFO] [stderr]    |
[INFO] [stderr] 55 |             n => panic!(format!("slot index {} is out of bounds", n)),
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 55 -             n => panic!(format!("slot index {} is out of bounds", n)),
[INFO] [stderr] 55 +             n => panic!("slot index {} is out of bounds", n),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/packets/spawn_player.rs:24:25
[INFO] [stderr]    |
[INFO] [stderr] 24 |             n => panic!(format!("invalid respawn context {}", n)),
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 24 -             n => panic!(format!("invalid respawn context {}", n)),
[INFO] [stderr] 24 +             n => panic!("invalid respawn context {}", n),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/structures/net_string.rs:24:25
[INFO] [stderr]    |
[INFO] [stderr] 24 |             n => panic!(format!("invalid net string mode {}", n)),
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 24 -             n => panic!(format!("invalid net string mode {}", n)),
[INFO] [stderr] 24 +             n => panic!("invalid net string mode {}", n),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/structures/tile_entity.rs:122:25
[INFO] [stderr]     |
[INFO] [stderr] 122 |             n => panic!(format!("invalid tile entity {}", n)),
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 122 -             n => panic!(format!("invalid tile entity {}", n)),
[INFO] [stderr] 122 +             n => panic!("invalid tile entity {}", n),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `terraria-protocol` (lib) generated 11 warnings (run `cargo fix --lib -p terraria-protocol` to apply 11 suggestions)
[INFO] [stderr] warning: `terraria-protocol` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/terraria_protocol-63fd797d3133c266)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test packets::world_info::tests::load_new_small_world_works ... ok
[INFO] [stdout] test tests::check_remote_deserialization ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::check_remote_deserialization stdout ----
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] [src/packets/world_info.rs:343:9] Self
[INFO] [stdout] {
[INFO] [stdout]     time, day_time: day_and_moon_info & 0x01 != 0, blood_moon:
[INFO] [stdout]     day_and_moon_info & 0x02 != 0, eclipse: day_and_moon_info & 0x04 != 0,
[INFO] [stdout]     moon_phase, max_tiles_x, max_tiles_y, spawn_x, spawn_y, world_surface,
[INFO] [stdout]     rock_layer, world_id, world_name, game_mode, world_unique_id,
[INFO] [stdout]     world_generator_version, moon_type, tree_background,
[INFO] [stdout]     corruption_background, jungle_background, snow_background,
[INFO] [stdout]     hallow_background, crimson_background, desert_background,
[INFO] [stdout]     ocean_background, unknown_background, ice_back_style, jungle_back_style,
[INFO] [stdout]     hell_back_style, wind_speed_set, cloud_number, trees, tree_styles,
[INFO] [stdout]     cave_backs, cave_back_styles, forest_tree_top_styles,
[INFO] [stdout]     corruption_tree_top_style, jungle_tree_top_style, snow_tree_top_style,
[INFO] [stdout]     hallow_tree_top_style, crimson_tree_top_style, desert_tree_top_style,
[INFO] [stdout]     ocean_tree_top_style, glowing_mushroom_tree_top_style,
[INFO] [stdout]     underworld_tree_top_style, rain, shadow_orb_smashed: event_info[0] & 0x01
[INFO] [stdout]     != 0, downed_boss_1: event_info[0] & 0x02 != 0, downed_boss_2:
[INFO] [stdout]     event_info[0] & 0x04 != 0, downed_boss_3: event_info[0] & 0x08 != 0,
[INFO] [stdout]     hard_mode: event_info[0] & 0x10 != 0, downed_clown: event_info[0] & 0x20
[INFO] [stdout]     != 0, server_side_character: event_info[0] & 0x40 != 0, downed_plant_boss:
[INFO] [stdout]     event_info[0] & 0x80 != 0, mech_boss_downed: event_info[1] & 0x01 != 0,
[INFO] [stdout]     mech_boss_downed_2: event_info[1] & 0x02 != 0, mech_boss_downed_3:
[INFO] [stdout]     event_info[1] & 0x04 != 0, mech_boss_any_downed: event_info[1] & 0x08 !=
[INFO] [stdout]     0, cloud_bg: event_info[1] & 0x10 != 0, crimson: event_info[1] & 0x20 !=
[INFO] [stdout]     0, pumpkin_moon: event_info[1] & 0x40 != 0, snow_moon: event_info[1] &
[INFO] [stdout]     0x80 != 0, expert_mode: event_info[2] & 0x01 != 0, fastforwardtime:
[INFO] [stdout]     event_info[2] & 0x02 != 0, slime_rain: event_info[2] & 0x04 != 0,
[INFO] [stdout]     downed_slime_king: event_info[2] & 0x08 != 0, downed_queen_bee:
[INFO] [stdout]     event_info[2] & 0x10 != 0, downed_fishron: event_info[2] & 0x20 != 0,
[INFO] [stdout]     downed_martians: event_info[2] & 0x40 != 0, downed_ancient_cultist:
[INFO] [stdout]     event_info[2] & 0x80 != 0, downed_moon_lord: event_info[3] & 0x01 != 0,
[INFO] [stdout]     downed_pumking: event_info[3] & 0x02 != 0, downed_mourning_wood:
[INFO] [stdout]     event_info[3] & 0x04 != 0, downed_ice_queen: event_info[3] & 0x08 != 0,
[INFO] [stdout]     downed_santank: event_info[3] & 0x10 != 0, downed_everscream:
[INFO] [stdout]     event_info[3] & 0x20 != 0, downed_golem: event_info[3] & 0x40 != 0,
[INFO] [stdout]     birthday_party: event_info[3] & 0x80 != 0, downed_pirates: event_info[4] &
[INFO] [stdout]     0x01 != 0, downed_frost_legion: event_info[4] & 0x02 != 0, downed_goblins:
[INFO] [stdout]     event_info[4] & 0x04 != 0, sandstorm: event_info[4] & 0x08 != 0,
[INFO] [stdout]     dd2_event: event_info[4] & 0x10 != 0, downed_dd2_tier_1: event_info[4] &
[INFO] [stdout]     0x20 != 0, downed_dd2_tier_2: event_info[4] & 0x40 != 0,
[INFO] [stdout]     downed_dd2_tier_3: event_info[4] & 0x80 != 0, combat_book_used:
[INFO] [stdout]     event_info[5] & 0x01 != 0, manual_lanterns: event_info[5] & 0x02 != 0,
[INFO] [stdout]     downed_solar_tower: event_info[5] & 0x04 != 0, downed_vortex_tower:
[INFO] [stdout]     event_info[5] & 0x08 != 0, downed_tower_nebula: event_info[5] & 0x10 != 0,
[INFO] [stdout]     downed_stardust_tower: event_info[5] & 0x20 != 0, force_halloween_day:
[INFO] [stdout]     event_info[5] & 0x40 != 0, force_xmas_day: event_info[5] & 0x80 != 0,
[INFO] [stdout]     bought_cat: event_info[6] & 0x01 != 0, bought_dog: event_info[6] & 0x02 !=
[INFO] [stdout]     0, bought_bunny: event_info[6] & 0x04 != 0, free_cake: event_info[6] &
[INFO] [stdout]     0x08 != 0, drunk_world: event_info[6] & 0x10 != 0,
[INFO] [stdout]     downed_empress_of_light: event_info[6] & 0x20 != 0, downed_queen_slime:
[INFO] [stdout]     event_info[6] & 0x40 != 0, ore_tiers_tiles, invasion_type, lobby_id,
[INFO] [stdout]     sandstorm_severity,
[INFO] [stdout] } = WorldInfo {
[INFO] [stdout]     time: 13854,
[INFO] [stdout]     day_time: true,
[INFO] [stdout]     blood_moon: false,
[INFO] [stdout]     eclipse: false,
[INFO] [stdout]     moon_phase: 0,
[INFO] [stdout]     max_tiles_x: 200,
[INFO] [stdout]     max_tiles_y: 700,
[INFO] [stdout]     spawn_x: 100,
[INFO] [stdout]     spawn_y: 290,
[INFO] [stdout]     world_surface: 300,
[INFO] [stdout]     rock_layer: 300,
[INFO] [stdout]     world_id: 1475426719,
[INFO] [stdout]     world_name: "TEdit World",
[INFO] [stdout]     game_mode: 0,
[INFO] [stdout]     world_unique_id: [
[INFO] [stdout]         113,
[INFO] [stdout]         83,
[INFO] [stdout]         168,
[INFO] [stdout]         227,
[INFO] [stdout]         143,
[INFO] [stdout]         247,
[INFO] [stdout]         110,
[INFO] [stdout]         73,
[INFO] [stdout]         154,
[INFO] [stdout]         32,
[INFO] [stdout]         232,
[INFO] [stdout]         1,
[INFO] [stdout]         7,
[INFO] [stdout]         235,
[INFO] [stdout]         221,
[INFO] [stdout]         72,
[INFO] [stdout]     ],
[INFO] [stdout]     world_generator_version: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     moon_type: 0,
[INFO] [stdout]     tree_background: 0,
[INFO] [stdout]     corruption_background: 0,
[INFO] [stdout]     jungle_background: 0,
[INFO] [stdout]     snow_background: 0,
[INFO] [stdout]     hallow_background: 0,
[INFO] [stdout]     crimson_background: 0,
[INFO] [stdout]     desert_background: 0,
[INFO] [stdout]     ocean_background: 0,
[INFO] [stdout]     unknown_background: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     ice_back_style: 0,
[INFO] [stdout]     jungle_back_style: 0,
[INFO] [stdout]     hell_back_style: 0,
[INFO] [stdout]     wind_speed_set: 0.0,
[INFO] [stdout]     cloud_number: 0,
[INFO] [stdout]     trees: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     tree_styles: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     cave_backs: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     cave_back_styles: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     forest_tree_top_styles: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     corruption_tree_top_style: 0,
[INFO] [stdout]     jungle_tree_top_style: 0,
[INFO] [stdout]     snow_tree_top_style: 0,
[INFO] [stdout]     hallow_tree_top_style: 0,
[INFO] [stdout]     crimson_tree_top_style: 0,
[INFO] [stdout]     desert_tree_top_style: 0,
[INFO] [stdout]     ocean_tree_top_style: 0,
[INFO] [stdout]     glowing_mushroom_tree_top_style: 0,
[INFO] [stdout]     underworld_tree_top_style: 0,
[INFO] [stdout]     rain: 0.0,
[INFO] [stdout]     shadow_orb_smashed: false,
[INFO] [stdout]     downed_boss_1: false,
[INFO] [stdout]     downed_boss_2: false,
[INFO] [stdout]     downed_boss_3: false,
[INFO] [stdout]     hard_mode: false,
[INFO] [stdout]     downed_clown: false,
[INFO] [stdout]     server_side_character: false,
[INFO] [stdout]     downed_plant_boss: false,
[INFO] [stdout]     mech_boss_downed: false,
[INFO] [stdout]     mech_boss_downed_2: false,
[INFO] [stdout]     mech_boss_downed_3: false,
[INFO] [stdout]     mech_boss_any_downed: false,
[INFO] [stdout]     cloud_bg: false,
[INFO] [stdout]     crimson: false,
[INFO] [stdout]     pumpkin_moon: false,
[INFO] [stdout]     snow_moon: false,
[INFO] [stdout]     expert_mode: false,
[INFO] [stdout]     fastforwardtime: false,
[INFO] [stdout]     slime_rain: false,
[INFO] [stdout]     downed_slime_king: false,
[INFO] [stdout]     downed_queen_bee: false,
[INFO] [stdout]     downed_fishron: false,
[INFO] [stdout]     downed_martians: false,
[INFO] [stdout]     downed_ancient_cultist: false,
[INFO] [stdout]     downed_moon_lord: false,
[INFO] [stdout]     downed_pumking: false,
[INFO] [stdout]     downed_mourning_wood: false,
[INFO] [stdout]     downed_ice_queen: false,
[INFO] [stdout]     downed_santank: false,
[INFO] [stdout]     downed_everscream: false,
[INFO] [stdout]     downed_golem: false,
[INFO] [stdout]     birthday_party: false,
[INFO] [stdout]     downed_pirates: false,
[INFO] [stdout]     downed_frost_legion: false,
[INFO] [stdout]     downed_goblins: false,
[INFO] [stdout]     sandstorm: false,
[INFO] [stdout]     dd2_event: false,
[INFO] [stdout]     downed_dd2_tier_1: false,
[INFO] [stdout]     downed_dd2_tier_2: false,
[INFO] [stdout]     downed_dd2_tier_3: false,
[INFO] [stdout]     combat_book_used: false,
[INFO] [stdout]     manual_lanterns: false,
[INFO] [stdout]     downed_solar_tower: false,
[INFO] [stdout]     downed_vortex_tower: false,
[INFO] [stdout]     downed_tower_nebula: false,
[INFO] [stdout]     downed_stardust_tower: false,
[INFO] [stdout]     force_halloween_day: false,
[INFO] [stdout]     force_xmas_day: false,
[INFO] [stdout]     bought_cat: false,
[INFO] [stdout]     bought_dog: false,
[INFO] [stdout]     bought_bunny: false,
[INFO] [stdout]     free_cake: false,
[INFO] [stdout]     drunk_world: false,
[INFO] [stdout]     downed_empress_of_light: false,
[INFO] [stdout]     downed_queen_slime: false,
[INFO] [stdout]     ore_tiers_tiles: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     invasion_type: 0,
[INFO] [stdout]     lobby_id: 0,
[INFO] [stdout]     sandstorm_severity: 0.0,
[INFO] [stdout] }
[INFO] [stdout] [src/packets/world_info.rs:343:9] Self
[INFO] [stdout] {
[INFO] [stdout]     time, day_time: day_and_moon_info & 0x01 != 0, blood_moon:
[INFO] [stdout]     day_and_moon_info & 0x02 != 0, eclipse: day_and_moon_info & 0x04 != 0,
[INFO] [stdout]     moon_phase, max_tiles_x, max_tiles_y, spawn_x, spawn_y, world_surface,
[INFO] [stdout]     rock_layer, world_id, world_name, game_mode, world_unique_id,
[INFO] [stdout]     world_generator_version, moon_type, tree_background,
[INFO] [stdout]     corruption_background, jungle_background, snow_background,
[INFO] [stdout]     hallow_background, crimson_background, desert_background,
[INFO] [stdout]     ocean_background, unknown_background, ice_back_style, jungle_back_style,
[INFO] [stdout]     hell_back_style, wind_speed_set, cloud_number, trees, tree_styles,
[INFO] [stdout]     cave_backs, cave_back_styles, forest_tree_top_styles,
[INFO] [stdout]     corruption_tree_top_style, jungle_tree_top_style, snow_tree_top_style,
[INFO] [stdout]     hallow_tree_top_style, crimson_tree_top_style, desert_tree_top_style,
[INFO] [stdout]     ocean_tree_top_style, glowing_mushroom_tree_top_style,
[INFO] [stdout]     underworld_tree_top_style, rain, shadow_orb_smashed: event_info[0] & 0x01
[INFO] [stdout]     != 0, downed_boss_1: event_info[0] & 0x02 != 0, downed_boss_2:
[INFO] [stdout]     event_info[0] & 0x04 != 0, downed_boss_3: event_info[0] & 0x08 != 0,
[INFO] [stdout]     hard_mode: event_info[0] & 0x10 != 0, downed_clown: event_info[0] & 0x20
[INFO] [stdout]     != 0, server_side_character: event_info[0] & 0x40 != 0, downed_plant_boss:
[INFO] [stdout]     event_info[0] & 0x80 != 0, mech_boss_downed: event_info[1] & 0x01 != 0,
[INFO] [stdout]     mech_boss_downed_2: event_info[1] & 0x02 != 0, mech_boss_downed_3:
[INFO] [stdout]     event_info[1] & 0x04 != 0, mech_boss_any_downed: event_info[1] & 0x08 !=
[INFO] [stdout]     0, cloud_bg: event_info[1] & 0x10 != 0, crimson: event_info[1] & 0x20 !=
[INFO] [stdout]     0, pumpkin_moon: event_info[1] & 0x40 != 0, snow_moon: event_info[1] &
[INFO] [stdout]     0x80 != 0, expert_mode: event_info[2] & 0x01 != 0, fastforwardtime:
[INFO] [stdout]     event_info[2] & 0x02 != 0, slime_rain: event_info[2] & 0x04 != 0,
[INFO] [stdout]     downed_slime_king: event_info[2] & 0x08 != 0, downed_queen_bee:
[INFO] [stdout]     event_info[2] & 0x10 != 0, downed_fishron: event_info[2] & 0x20 != 0,
[INFO] [stdout]     downed_martians: event_info[2] & 0x40 != 0, downed_ancient_cultist:
[INFO] [stdout]     event_info[2] & 0x80 != 0, downed_moon_lord: event_info[3] & 0x01 != 0,
[INFO] [stdout]     downed_pumking: event_info[3] & 0x02 != 0, downed_mourning_wood:
[INFO] [stdout]     event_info[3] & 0x04 != 0, downed_ice_queen: event_info[3] & 0x08 != 0,
[INFO] [stdout]     downed_santank: event_info[3] & 0x10 != 0, downed_everscream:
[INFO] [stdout]     event_info[3] & 0x20 != 0, downed_golem: event_info[3] & 0x40 != 0,
[INFO] [stdout]     birthday_party: event_info[3] & 0x80 != 0, downed_pirates: event_info[4] &
[INFO] [stdout]     0x01 != 0, downed_frost_legion: event_info[4] & 0x02 != 0, downed_goblins:
[INFO] [stdout]     event_info[4] & 0x04 != 0, sandstorm: event_info[4] & 0x08 != 0,
[INFO] [stdout]     dd2_event: event_info[4] & 0x10 != 0, downed_dd2_tier_1: event_info[4] &
[INFO] [stdout]     0x20 != 0, downed_dd2_tier_2: event_info[4] & 0x40 != 0,
[INFO] [stdout]     downed_dd2_tier_3: event_info[4] & 0x80 != 0, combat_book_used:
[INFO] [stdout]     event_info[5] & 0x01 != 0, manual_lanterns: event_info[5] & 0x02 != 0,
[INFO] [stdout]     downed_solar_tower: event_info[5] & 0x04 != 0, downed_vortex_tower:
[INFO] [stdout]     event_info[5] & 0x08 != 0, downed_tower_nebula: event_info[5] & 0x10 != 0,
[INFO] [stdout]     downed_stardust_tower: event_info[5] & 0x20 != 0, force_halloween_day:
[INFO] [stdout]     event_info[5] & 0x40 != 0, force_xmas_day: event_info[5] & 0x80 != 0,
[INFO] [stdout]     bought_cat: event_info[6] & 0x01 != 0, bought_dog: event_info[6] & 0x02 !=
[INFO] [stdout]     0, bought_bunny: event_info[6] & 0x04 != 0, free_cake: event_info[6] &
[INFO] [stdout]     0x08 != 0, drunk_world: event_info[6] & 0x10 != 0,
[INFO] [stdout]     downed_empress_of_light: event_info[6] & 0x20 != 0, downed_queen_slime:
[INFO] [stdout]     event_info[6] & 0x40 != 0, ore_tiers_tiles, invasion_type, lobby_id,
[INFO] [stdout]     sandstorm_severity,
[INFO] [stdout] } = WorldInfo {
[INFO] [stdout]     time: 13861,
[INFO] [stdout]     day_time: true,
[INFO] [stdout]     blood_moon: false,
[INFO] [stdout]     eclipse: false,
[INFO] [stdout]     moon_phase: 0,
[INFO] [stdout]     max_tiles_x: 200,
[INFO] [stdout]     max_tiles_y: 700,
[INFO] [stdout]     spawn_x: 100,
[INFO] [stdout]     spawn_y: 290,
[INFO] [stdout]     world_surface: 300,
[INFO] [stdout]     rock_layer: 300,
[INFO] [stdout]     world_id: 1475426719,
[INFO] [stdout]     world_name: "TEdit World",
[INFO] [stdout]     game_mode: 0,
[INFO] [stdout]     world_unique_id: [
[INFO] [stdout]         113,
[INFO] [stdout]         83,
[INFO] [stdout]         168,
[INFO] [stdout]         227,
[INFO] [stdout]         143,
[INFO] [stdout]         247,
[INFO] [stdout]         110,
[INFO] [stdout]         73,
[INFO] [stdout]         154,
[INFO] [stdout]         32,
[INFO] [stdout]         232,
[INFO] [stdout]         1,
[INFO] [stdout]         7,
[INFO] [stdout]         235,
[INFO] [stdout]         221,
[INFO] [stdout]         72,
[INFO] [stdout]     ],
[INFO] [stdout]     world_generator_version: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     moon_type: 0,
[INFO] [stdout]     tree_background: 0,
[INFO] [stdout]     corruption_background: 0,
[INFO] [stdout]     jungle_background: 0,
[INFO] [stdout]     snow_background: 0,
[INFO] [stdout]     hallow_background: 0,
[INFO] [stdout]     crimson_background: 0,
[INFO] [stdout]     desert_background: 0,
[INFO] [stdout]     ocean_background: 0,
[INFO] [stdout]     unknown_background: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     ice_back_style: 0,
[INFO] [stdout]     jungle_back_style: 0,
[INFO] [stdout]     hell_back_style: 0,
[INFO] [stdout]     wind_speed_set: 0.0,
[INFO] [stdout]     cloud_number: 0,
[INFO] [stdout]     trees: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     tree_styles: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     cave_backs: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     cave_back_styles: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     forest_tree_top_styles: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     corruption_tree_top_style: 0,
[INFO] [stdout]     jungle_tree_top_style: 0,
[INFO] [stdout]     snow_tree_top_style: 0,
[INFO] [stdout]     hallow_tree_top_style: 0,
[INFO] [stdout]     crimson_tree_top_style: 0,
[INFO] [stdout]     desert_tree_top_style: 0,
[INFO] [stdout]     ocean_tree_top_style: 0,
[INFO] [stdout]     glowing_mushroom_tree_top_style: 0,
[INFO] [stdout]     underworld_tree_top_style: 0,
[INFO] [stdout]     rain: 0.0,
[INFO] [stdout]     shadow_orb_smashed: false,
[INFO] [stdout]     downed_boss_1: false,
[INFO] [stdout]     downed_boss_2: false,
[INFO] [stdout]     downed_boss_3: false,
[INFO] [stdout]     hard_mode: false,
[INFO] [stdout]     downed_clown: false,
[INFO] [stdout]     server_side_character: false,
[INFO] [stdout]     downed_plant_boss: false,
[INFO] [stdout]     mech_boss_downed: false,
[INFO] [stdout]     mech_boss_downed_2: false,
[INFO] [stdout]     mech_boss_downed_3: false,
[INFO] [stdout]     mech_boss_any_downed: false,
[INFO] [stdout]     cloud_bg: false,
[INFO] [stdout]     crimson: false,
[INFO] [stdout]     pumpkin_moon: false,
[INFO] [stdout]     snow_moon: false,
[INFO] [stdout]     expert_mode: false,
[INFO] [stdout]     fastforwardtime: false,
[INFO] [stdout]     slime_rain: false,
[INFO] [stdout]     downed_slime_king: false,
[INFO] [stdout]     downed_queen_bee: false,
[INFO] [stdout]     downed_fishron: false,
[INFO] [stdout]     downed_martians: false,
[INFO] [stdout]     downed_ancient_cultist: false,
[INFO] [stdout]     downed_moon_lord: false,
[INFO] [stdout]     downed_pumking: false,
[INFO] [stdout]     downed_mourning_wood: false,
[INFO] [stdout]     downed_ice_queen: false,
[INFO] [stdout]     downed_santank: false,
[INFO] [stdout]     downed_everscream: false,
[INFO] [stdout]     downed_golem: false,
[INFO] [stdout]     birthday_party: false,
[INFO] [stdout]     downed_pirates: false,
[INFO] [stdout]     downed_frost_legion: false,
[INFO] [stdout]     downed_goblins: false,
[INFO] [stdout]     sandstorm: false,
[INFO] [stdout]     dd2_event: false,
[INFO] [stdout]     downed_dd2_tier_1: false,
[INFO] [stdout]     downed_dd2_tier_2: false,
[INFO] [stdout]     downed_dd2_tier_3: false,
[INFO] [stdout]     combat_book_used: false,
[INFO] [stdout]     manual_lanterns: false,
[INFO] [stdout]     downed_solar_tower: false,
[INFO] [stdout]     downed_vortex_tower: false,
[INFO] [stdout]     downed_tower_nebula: false,
[INFO] [stdout]     downed_stardust_tower: false,
[INFO] [stdout]     force_halloween_day: false,
[INFO] [stdout]     force_xmas_day: false,
[INFO] [stdout]     bought_cat: false,
[INFO] [stdout]     bought_dog: false,
[INFO] [stdout]     bought_bunny: false,
[INFO] [stdout]     free_cake: false,
[INFO] [stdout]     drunk_world: false,
[INFO] [stdout]     downed_empress_of_light: false,
[INFO] [stdout]     downed_queen_slime: false,
[INFO] [stdout]     ore_tiers_tiles: [
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]         0,
[INFO] [stdout]     ],
[INFO] [stdout]     invasion_type: 0,
[INFO] [stdout]     lobby_id: 0,
[INFO] [stdout]     sandstorm_severity: 0.0,
[INFO] [stdout] }
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::check_remote_deserialization' (26) panicked at src/lib.rs:30:9:
[INFO] [stdout] not yet implemented: make sure we found a certain number of present tiles
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62eb84ed7cb2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62eb84ed7cb2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62eb84ed7cb2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62eb84ed7cb2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62eb84eed1aa - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62eb84eed1aa - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x62eb84edcb66 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62eb84edcb66 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x62eb84eb644f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62eb84eb644f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62eb84ecffe9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62eb84e4cc5e - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x62eb84e4cc5e - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62eb84ed01a2 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x62eb84ed01a2 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62eb84eb653a - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62eb84eab6c9 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62eb84eb735d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62eb84eed87c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62eb84e39bae - terraria_protocol[3feeff8f4527b19a]::tests::check_remote_deserialization
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:30:9
[INFO] [stdout]   20:     0x62eb84e38cc7 - terraria_protocol[3feeff8f4527b19a]::tests::check_remote_deserialization::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:19:38
[INFO] [stdout]   21:     0x62eb84e38596 - <terraria_protocol[3feeff8f4527b19a]::tests::check_remote_deserialization::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x62eb84e4100b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x62eb84e4100b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x62eb84e4d86a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x62eb84e4d86a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x62eb84e4d86a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x62eb84e4d86a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x62eb84e4d86a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x62eb84e4d86a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x62eb84e4d86a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x62eb84e47d34 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x62eb84e47d34 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x62eb84e50362 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x62eb84e50362 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x62eb84e50362 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x62eb84e50362 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x62eb84e50362 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x62eb84e50362 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x62eb84e50362 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x62eb84ed755f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   41:     0x62eb84ed755f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   42:     0x7b5d2c21caa4 - <unknown>
[INFO] [stdout]   43:     0x7b5d2c2a9a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::check_remote_deserialization
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a50d5e43b1827ebe9237a321705fd6d6ea244227a2b4b23f20164cf30f0a3ec7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a50d5e43b1827ebe9237a321705fd6d6ea244227a2b4b23f20164cf30f0a3ec7", kill_on_drop: false }`
[INFO] [stdout] a50d5e43b1827ebe9237a321705fd6d6ea244227a2b4b23f20164cf30f0a3ec7
