[INFO] fetching crate terraria-protocol 0.1.0... [INFO] testing terraria-protocol-0.1.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate terraria-protocol 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate terraria-protocol 0.1.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-9/source/Cargo.toml [INFO] crate crates.io crate terraria-protocol 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e1db92e385824e32927dd5fb28e2cc3474ff4840bc55fedc0e049156e5565317 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e1db92e385824e32927dd5fb28e2cc3474ff4840bc55fedc0e049156e5565317", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1db92e385824e32927dd5fb28e2cc3474ff4840bc55fedc0e049156e5565317", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1db92e385824e32927dd5fb28e2cc3474ff4840bc55fedc0e049156e5565317", kill_on_drop: false }` [INFO] [stdout] e1db92e385824e32927dd5fb28e2cc3474ff4840bc55fedc0e049156e5565317 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6c803d62fa76811f31613ddc7b72f614dc018c9a768ae76e3053a3e3973e01d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a6c803d62fa76811f31613ddc7b72f614dc018c9a768ae76e3053a3e3973e01d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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/door_toggle.rs:30:25 [INFO] [stdout] | [INFO] [stdout] 30 | n => panic!(format!("invalid door action {}", n)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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 [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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/packets/mod.rs:716:27 [INFO] [stdout] | [INFO] [stdout] 716 | tag => panic!(format!("unknown tag {}", tag)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [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 [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] 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/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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.21s [INFO] running `Command { std: "docker" "inspect" "a6c803d62fa76811f31613ddc7b72f614dc018c9a768ae76e3053a3e3973e01d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6c803d62fa76811f31613ddc7b72f614dc018c9a768ae76e3053a3e3973e01d", kill_on_drop: false }` [INFO] [stdout] a6c803d62fa76811f31613ddc7b72f614dc018c9a768ae76e3053a3e3973e01d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e29cb89dcb49b66ba35246a85c859f2c59301c070172785c760f92da6779df66 [INFO] running `Command { std: "docker" "start" "-a" "e29cb89dcb49b66ba35246a85c859f2c59301c070172785c760f92da6779df66", kill_on_drop: false }` [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/door_toggle.rs:30:25 [INFO] [stdout] | [INFO] [stdout] 30 | n => panic!(format!("invalid door action {}", n)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [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 [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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/packets/mod.rs:716:27 [INFO] [stdout] | [INFO] [stdout] 716 | tag => panic!(format!("unknown tag {}", tag)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [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 [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] 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/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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: 11 warnings emitted [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: `#[warn(non_fmt_panics)]` on by default [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 [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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/packets/mod.rs:716:27 [INFO] [stdout] | [INFO] [stdout] 716 | tag => panic!(format!("unknown tag {}", tag)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [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 [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] 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/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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [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: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.36s [INFO] running `Command { std: "docker" "inspect" "e29cb89dcb49b66ba35246a85c859f2c59301c070172785c760f92da6779df66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e29cb89dcb49b66ba35246a85c859f2c59301c070172785c760f92da6779df66", kill_on_drop: false }` [INFO] [stdout] e29cb89dcb49b66ba35246a85c859f2c59301c070172785c760f92da6779df66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 675d1dff8a3468efdd6f4ea95f911e9062e25a477af026d6d56dd8a459bc00e7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "675d1dff8a3468efdd6f4ea95f911e9062e25a477af026d6d56dd8a459bc00e7", kill_on_drop: false }` [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: `#[warn(non_fmt_panics)]` on by default [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 [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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/packets/mod.rs:716:27 [INFO] [stderr] | [INFO] [stderr] 716 | tag => panic!(format!("unknown tag {}", tag)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [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 [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] 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/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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [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 [INFO] [stderr] warning: `terraria-protocol` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/terraria_protocol-54579010bdffc3f0) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test packets::world_info::tests::load_new_small_world_works ... ok [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] test tests::check_remote_deserialization ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::check_remote_deserialization stdout ---- [INFO] [stdout] [src/packets/world_info.rs:343] Self{time, [INFO] [stdout] day_time: day_and_moon_info & 0x01 != 0, [INFO] [stdout] blood_moon: day_and_moon_info & 0x02 != 0, [INFO] [stdout] eclipse: day_and_moon_info & 0x04 != 0, [INFO] [stdout] moon_phase, [INFO] [stdout] max_tiles_x, [INFO] [stdout] max_tiles_y, [INFO] [stdout] spawn_x, [INFO] [stdout] spawn_y, [INFO] [stdout] world_surface, [INFO] [stdout] rock_layer, [INFO] [stdout] world_id, [INFO] [stdout] world_name, [INFO] [stdout] game_mode, [INFO] [stdout] world_unique_id, [INFO] [stdout] world_generator_version, [INFO] [stdout] moon_type, [INFO] [stdout] tree_background, [INFO] [stdout] corruption_background, [INFO] [stdout] jungle_background, [INFO] [stdout] snow_background, [INFO] [stdout] hallow_background, [INFO] [stdout] crimson_background, [INFO] [stdout] desert_background, [INFO] [stdout] ocean_background, [INFO] [stdout] unknown_background, [INFO] [stdout] ice_back_style, [INFO] [stdout] jungle_back_style, [INFO] [stdout] hell_back_style, [INFO] [stdout] wind_speed_set, [INFO] [stdout] cloud_number, [INFO] [stdout] trees, [INFO] [stdout] tree_styles, [INFO] [stdout] cave_backs, [INFO] [stdout] cave_back_styles, [INFO] [stdout] forest_tree_top_styles, [INFO] [stdout] corruption_tree_top_style, [INFO] [stdout] jungle_tree_top_style, [INFO] [stdout] snow_tree_top_style, [INFO] [stdout] hallow_tree_top_style, [INFO] [stdout] crimson_tree_top_style, [INFO] [stdout] desert_tree_top_style, [INFO] [stdout] ocean_tree_top_style, [INFO] [stdout] glowing_mushroom_tree_top_style, [INFO] [stdout] underworld_tree_top_style, [INFO] [stdout] rain, [INFO] [stdout] shadow_orb_smashed: event_info[0] & 0x01 != 0, [INFO] [stdout] downed_boss_1: event_info[0] & 0x02 != 0, [INFO] [stdout] downed_boss_2: event_info[0] & 0x04 != 0, [INFO] [stdout] downed_boss_3: event_info[0] & 0x08 != 0, [INFO] [stdout] hard_mode: event_info[0] & 0x10 != 0, [INFO] [stdout] downed_clown: event_info[0] & 0x20 != 0, [INFO] [stdout] server_side_character: event_info[0] & 0x40 != 0, [INFO] [stdout] downed_plant_boss: event_info[0] & 0x80 != 0, [INFO] [stdout] mech_boss_downed: event_info[1] & 0x01 != 0, [INFO] [stdout] mech_boss_downed_2: event_info[1] & 0x02 != 0, [INFO] [stdout] mech_boss_downed_3: event_info[1] & 0x04 != 0, [INFO] [stdout] mech_boss_any_downed: event_info[1] & 0x08 != 0, [INFO] [stdout] cloud_bg: event_info[1] & 0x10 != 0, [INFO] [stdout] crimson: event_info[1] & 0x20 != 0, [INFO] [stdout] pumpkin_moon: event_info[1] & 0x40 != 0, [INFO] [stdout] snow_moon: event_info[1] & 0x80 != 0, [INFO] [stdout] expert_mode: event_info[2] & 0x01 != 0, [INFO] [stdout] fastforwardtime: event_info[2] & 0x02 != 0, [INFO] [stdout] slime_rain: event_info[2] & 0x04 != 0, [INFO] [stdout] downed_slime_king: event_info[2] & 0x08 != 0, [INFO] [stdout] downed_queen_bee: event_info[2] & 0x10 != 0, [INFO] [stdout] downed_fishron: event_info[2] & 0x20 != 0, [INFO] [stdout] downed_martians: event_info[2] & 0x40 != 0, [INFO] [stdout] downed_ancient_cultist: event_info[2] & 0x80 != 0, [INFO] [stdout] downed_moon_lord: event_info[3] & 0x01 != 0, [INFO] [stdout] downed_pumking: event_info[3] & 0x02 != 0, [INFO] [stdout] downed_mourning_wood: event_info[3] & 0x04 != 0, [INFO] [stdout] downed_ice_queen: event_info[3] & 0x08 != 0, [INFO] [stdout] downed_santank: event_info[3] & 0x10 != 0, [INFO] [stdout] downed_everscream: event_info[3] & 0x20 != 0, [INFO] [stdout] downed_golem: event_info[3] & 0x40 != 0, [INFO] [stdout] birthday_party: event_info[3] & 0x80 != 0, [INFO] [stdout] downed_pirates: event_info[4] & 0x01 != 0, [INFO] [stdout] downed_frost_legion: event_info[4] & 0x02 != 0, [INFO] [stdout] downed_goblins: event_info[4] & 0x04 != 0, [INFO] [stdout] sandstorm: event_info[4] & 0x08 != 0, [INFO] [stdout] dd2_event: event_info[4] & 0x10 != 0, [INFO] [stdout] downed_dd2_tier_1: event_info[4] & 0x20 != 0, [INFO] [stdout] downed_dd2_tier_2: event_info[4] & 0x40 != 0, [INFO] [stdout] downed_dd2_tier_3: event_info[4] & 0x80 != 0, [INFO] [stdout] combat_book_used: event_info[5] & 0x01 != 0, [INFO] [stdout] manual_lanterns: event_info[5] & 0x02 != 0, [INFO] [stdout] downed_solar_tower: event_info[5] & 0x04 != 0, [INFO] [stdout] downed_vortex_tower: event_info[5] & 0x08 != 0, [INFO] [stdout] downed_tower_nebula: event_info[5] & 0x10 != 0, [INFO] [stdout] downed_stardust_tower: event_info[5] & 0x20 != 0, [INFO] [stdout] force_halloween_day: event_info[5] & 0x40 != 0, [INFO] [stdout] force_xmas_day: event_info[5] & 0x80 != 0, [INFO] [stdout] bought_cat: event_info[6] & 0x01 != 0, [INFO] [stdout] bought_dog: event_info[6] & 0x02 != 0, [INFO] [stdout] bought_bunny: event_info[6] & 0x04 != 0, [INFO] [stdout] free_cake: event_info[6] & 0x08 != 0, [INFO] [stdout] drunk_world: event_info[6] & 0x10 != 0, [INFO] [stdout] downed_empress_of_light: event_info[6] & 0x20 != 0, [INFO] [stdout] downed_queen_slime: event_info[6] & 0x40 != 0, [INFO] [stdout] ore_tiers_tiles, [INFO] [stdout] invasion_type, [INFO] [stdout] lobby_id, [INFO] [stdout] sandstorm_severity,} = 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] Self{time, [INFO] [stdout] day_time: day_and_moon_info & 0x01 != 0, [INFO] [stdout] blood_moon: day_and_moon_info & 0x02 != 0, [INFO] [stdout] eclipse: day_and_moon_info & 0x04 != 0, [INFO] [stdout] moon_phase, [INFO] [stdout] max_tiles_x, [INFO] [stdout] max_tiles_y, [INFO] [stdout] spawn_x, [INFO] [stdout] spawn_y, [INFO] [stdout] world_surface, [INFO] [stdout] rock_layer, [INFO] [stdout] world_id, [INFO] [stdout] world_name, [INFO] [stdout] game_mode, [INFO] [stdout] world_unique_id, [INFO] [stdout] world_generator_version, [INFO] [stdout] moon_type, [INFO] [stdout] tree_background, [INFO] [stdout] corruption_background, [INFO] [stdout] jungle_background, [INFO] [stdout] snow_background, [INFO] [stdout] hallow_background, [INFO] [stdout] crimson_background, [INFO] [stdout] desert_background, [INFO] [stdout] ocean_background, [INFO] [stdout] unknown_background, [INFO] [stdout] ice_back_style, [INFO] [stdout] jungle_back_style, [INFO] [stdout] hell_back_style, [INFO] [stdout] wind_speed_set, [INFO] [stdout] cloud_number, [INFO] [stdout] trees, [INFO] [stdout] tree_styles, [INFO] [stdout] cave_backs, [INFO] [stdout] cave_back_styles, [INFO] [stdout] forest_tree_top_styles, [INFO] [stdout] corruption_tree_top_style, [INFO] [stdout] jungle_tree_top_style, [INFO] [stdout] snow_tree_top_style, [INFO] [stdout] hallow_tree_top_style, [INFO] [stdout] crimson_tree_top_style, [INFO] [stdout] desert_tree_top_style, [INFO] [stdout] ocean_tree_top_style, [INFO] [stdout] glowing_mushroom_tree_top_style, [INFO] [stdout] underworld_tree_top_style, [INFO] [stdout] rain, [INFO] [stdout] shadow_orb_smashed: event_info[0] & 0x01 != 0, [INFO] [stdout] downed_boss_1: event_info[0] & 0x02 != 0, [INFO] [stdout] downed_boss_2: event_info[0] & 0x04 != 0, [INFO] [stdout] downed_boss_3: event_info[0] & 0x08 != 0, [INFO] [stdout] hard_mode: event_info[0] & 0x10 != 0, [INFO] [stdout] downed_clown: event_info[0] & 0x20 != 0, [INFO] [stdout] server_side_character: event_info[0] & 0x40 != 0, [INFO] [stdout] downed_plant_boss: event_info[0] & 0x80 != 0, [INFO] [stdout] mech_boss_downed: event_info[1] & 0x01 != 0, [INFO] [stdout] mech_boss_downed_2: event_info[1] & 0x02 != 0, [INFO] [stdout] mech_boss_downed_3: event_info[1] & 0x04 != 0, [INFO] [stdout] mech_boss_any_downed: event_info[1] & 0x08 != 0, [INFO] [stdout] cloud_bg: event_info[1] & 0x10 != 0, [INFO] [stdout] crimson: event_info[1] & 0x20 != 0, [INFO] [stdout] pumpkin_moon: event_info[1] & 0x40 != 0, [INFO] [stdout] snow_moon: event_info[1] & 0x80 != 0, [INFO] [stdout] expert_mode: event_info[2] & 0x01 != 0, [INFO] [stdout] fastforwardtime: event_info[2] & 0x02 != 0, [INFO] [stdout] slime_rain: event_info[2] & 0x04 != 0, [INFO] [stdout] downed_slime_king: event_info[2] & 0x08 != 0, [INFO] [stdout] downed_queen_bee: event_info[2] & 0x10 != 0, [INFO] [stdout] downed_fishron: event_info[2] & 0x20 != 0, [INFO] [stdout] downed_martians: event_info[2] & 0x40 != 0, [INFO] [stdout] downed_ancient_cultist: event_info[2] & 0x80 != 0, [INFO] [stdout] downed_moon_lord: event_info[3] & 0x01 != 0, [INFO] [stdout] downed_pumking: event_info[3] & 0x02 != 0, [INFO] [stdout] downed_mourning_wood: event_info[3] & 0x04 != 0, [INFO] [stdout] downed_ice_queen: event_info[3] & 0x08 != 0, [INFO] [stdout] downed_santank: event_info[3] & 0x10 != 0, [INFO] [stdout] downed_everscream: event_info[3] & 0x20 != 0, [INFO] [stdout] downed_golem: event_info[3] & 0x40 != 0, [INFO] [stdout] birthday_party: event_info[3] & 0x80 != 0, [INFO] [stdout] downed_pirates: event_info[4] & 0x01 != 0, [INFO] [stdout] downed_frost_legion: event_info[4] & 0x02 != 0, [INFO] [stdout] downed_goblins: event_info[4] & 0x04 != 0, [INFO] [stdout] sandstorm: event_info[4] & 0x08 != 0, [INFO] [stdout] dd2_event: event_info[4] & 0x10 != 0, [INFO] [stdout] downed_dd2_tier_1: event_info[4] & 0x20 != 0, [INFO] [stdout] downed_dd2_tier_2: event_info[4] & 0x40 != 0, [INFO] [stdout] downed_dd2_tier_3: event_info[4] & 0x80 != 0, [INFO] [stdout] combat_book_used: event_info[5] & 0x01 != 0, [INFO] [stdout] manual_lanterns: event_info[5] & 0x02 != 0, [INFO] [stdout] downed_solar_tower: event_info[5] & 0x04 != 0, [INFO] [stdout] downed_vortex_tower: event_info[5] & 0x08 != 0, [INFO] [stdout] downed_tower_nebula: event_info[5] & 0x10 != 0, [INFO] [stdout] downed_stardust_tower: event_info[5] & 0x20 != 0, [INFO] [stdout] force_halloween_day: event_info[5] & 0x40 != 0, [INFO] [stdout] force_xmas_day: event_info[5] & 0x80 != 0, [INFO] [stdout] bought_cat: event_info[6] & 0x01 != 0, [INFO] [stdout] bought_dog: event_info[6] & 0x02 != 0, [INFO] [stdout] bought_bunny: event_info[6] & 0x04 != 0, [INFO] [stdout] free_cake: event_info[6] & 0x08 != 0, [INFO] [stdout] drunk_world: event_info[6] & 0x10 != 0, [INFO] [stdout] downed_empress_of_light: event_info[6] & 0x20 != 0, [INFO] [stdout] downed_queen_slime: event_info[6] & 0x40 != 0, [INFO] [stdout] ore_tiers_tiles, [INFO] [stdout] invasion_type, [INFO] [stdout] lobby_id, [INFO] [stdout] sandstorm_severity,} = 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] thread 'tests::check_remote_deserialization' panicked at 'not yet implemented: make sure we found a certain number of present tiles', src/lib.rs:30:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55ae29c6a34c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55ae29c6a34c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55ae29c6a34c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55ae29c6a34c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55ae29c9068c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55ae29c655b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55ae29c6ca22 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55ae29c6ca22 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55ae29c6ca22 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55ae29c6c671 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55ae29c6d073 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55ae29c6cd90 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55ae29c6a7f4 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55ae29c6cac9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55ae29bd5dd1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55ae29bdf6fa - terraria_protocol::tests::check_remote_deserialization::hbd491316f825b398 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:30:9 [INFO] [stdout] 16: 0x55ae29bdf39a - terraria_protocol::tests::check_remote_deserialization::{{closure}}::hcdb8733a2e579d67 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:19:5 [INFO] [stdout] 17: 0x55ae29be2ebe - core::ops::function::FnOnce::call_once::h69c86d31312c44e4 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 18: 0x55ae29c1e2b3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55ae29c1e2b3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 20: 0x55ae29c1cf9f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 21: 0x55ae29c1cf9f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x55ae29c1cf9f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 23: 0x55ae29c1cf9f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 24: 0x55ae29c1cf9f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 25: 0x55ae29c1cf9f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 26: 0x55ae29c1cf9f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 27: 0x55ae29c26361 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 28: 0x55ae29c26361 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 29: 0x55ae29bf2def - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 30: 0x55ae29bf2def - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x55ae29bf2def - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 32: 0x55ae29bf2def - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 33: 0x55ae29bf2def - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 34: 0x55ae29bf2def - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 35: 0x55ae29bf2def - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x55ae29c72bf3 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 37: 0x55ae29c72bf3 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x55ae29c72bf3 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 39: 0x7f39c5969609 - start_thread [INFO] [stdout] 40: 0x7f39c573b293 - clone [INFO] [stdout] 41: 0x0 - [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.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "675d1dff8a3468efdd6f4ea95f911e9062e25a477af026d6d56dd8a459bc00e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "675d1dff8a3468efdd6f4ea95f911e9062e25a477af026d6d56dd8a459bc00e7", kill_on_drop: false }` [INFO] [stdout] 675d1dff8a3468efdd6f4ea95f911e9062e25a477af026d6d56dd8a459bc00e7