Oct 26 20:47:14.447 INFO checking sirkibsirkib/multiplayer_serv_v2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:47:14.447 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 26 20:47:15.077 INFO blam! fb7c0b0909a2127bda4f7029e7de8a3033be6044b69a2a79a82edb4edd3cfde8 Oct 26 20:47:15.078 INFO running `"docker" "start" "-a" "fb7c0b0909a2127bda4f7029e7de8a3033be6044b69a2a79a82edb4edd3cfde8"` Oct 26 20:47:17.122 INFO kablam! usermod: no changes Oct 26 20:47:17.283 INFO kablam! Checking libc v0.2.35 Oct 26 20:47:17.283 INFO kablam! Checking magnetic v2.0.0 Oct 26 20:47:18.943 INFO kablam! Checking atty v0.2.6 Oct 26 20:47:18.951 INFO kablam! Checking rand v0.4.2 Oct 26 20:47:19.494 INFO kablam! Checking clap v2.29.0 Oct 26 20:47:28.319 INFO kablam! Checking multiplayer_serv_v2 v0.1.0 (/source) Oct 26 20:47:28.807 INFO kablam! warning: unused import: `PushError` Oct 26 20:47:28.808 INFO kablam! --> src/messaging.rs:3:68 Oct 26 20:47:28.809 INFO kablam! | Oct 26 20:47:28.809 INFO kablam! 3 | use magnetic::{Consumer,Producer,TryPopError,TryPushError,PopError,PushError}; Oct 26 20:47:28.810 INFO kablam! | ^^^^^^^^^ Oct 26 20:47:28.810 INFO kablam! | Oct 26 20:47:28.811 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:47:28.812 INFO kablam! Oct 26 20:47:28.812 INFO kablam! warning: unused import: `identity::*` Oct 26 20:47:28.813 INFO kablam! --> src/game_state.rs:1:5 Oct 26 20:47:28.813 INFO kablam! | Oct 26 20:47:28.814 INFO kablam! 1 | use identity::*; Oct 26 20:47:28.815 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:47:28.815 INFO kablam! Oct 26 20:47:28.874 INFO kablam! warning: unused import: `PushError` Oct 26 20:47:28.875 INFO kablam! --> src/messaging.rs:3:68 Oct 26 20:47:28.876 INFO kablam! | Oct 26 20:47:28.876 INFO kablam! 3 | use magnetic::{Consumer,Producer,TryPopError,TryPushError,PopError,PushError}; Oct 26 20:47:28.877 INFO kablam! | ^^^^^^^^^ Oct 26 20:47:28.877 INFO kablam! | Oct 26 20:47:28.878 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:47:28.879 INFO kablam! Oct 26 20:47:28.879 INFO kablam! warning: unused import: `identity::*` Oct 26 20:47:28.880 INFO kablam! --> src/game_state.rs:1:5 Oct 26 20:47:28.881 INFO kablam! | Oct 26 20:47:28.881 INFO kablam! 1 | use identity::*; Oct 26 20:47:28.882 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:47:28.882 INFO kablam! Oct 26 20:47:28.973 INFO kablam! warning: private type `messaging::Diff` in public interface (error E0446) Oct 26 20:47:28.974 INFO kablam! --> src/messaging.rs:38:13 Oct 26 20:47:28.975 INFO kablam! | Oct 26 20:47:28.976 INFO kablam! 38 | ReqDiff(Diff), Oct 26 20:47:28.976 INFO kablam! | ^^^^ Oct 26 20:47:28.977 INFO kablam! | Oct 26 20:47:28.977 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 26 20:47:28.978 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 26 20:47:28.979 INFO kablam! = note: for more information, see issue #34537 Oct 26 20:47:28.979 INFO kablam! Oct 26 20:47:28.980 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 26 20:47:28.980 INFO kablam! --> src/messaging.rs:109:5 Oct 26 20:47:28.981 INFO kablam! | Oct 26 20:47:28.982 INFO kablam! 109 | / pub fn try_pop(&self) -> Result { Oct 26 20:47:28.982 INFO kablam! 110 | | self.output.try_pop() Oct 26 20:47:28.983 INFO kablam! 111 | | } Oct 26 20:47:28.983 INFO kablam! | |_____^ Oct 26 20:47:28.983 INFO kablam! | Oct 26 20:47:28.983 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 26 20:47:28.983 INFO kablam! = note: for more information, see issue #34537 Oct 26 20:47:28.983 INFO kablam! Oct 26 20:47:28.983 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 26 20:47:28.983 INFO kablam! --> src/messaging.rs:112:5 Oct 26 20:47:28.983 INFO kablam! | Oct 26 20:47:28.983 INFO kablam! 112 | / pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:28.983 INFO kablam! 113 | | self.input.try_push(msg) Oct 26 20:47:28.983 INFO kablam! 114 | | } Oct 26 20:47:28.983 INFO kablam! | |_____^ Oct 26 20:47:28.983 INFO kablam! | Oct 26 20:47:28.983 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 26 20:47:28.987 INFO kablam! = note: for more information, see issue #34537 Oct 26 20:47:28.987 INFO kablam! Oct 26 20:47:28.987 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 26 20:47:28.987 INFO kablam! --> src/messaging.rs:128:5 Oct 26 20:47:28.987 INFO kablam! | Oct 26 20:47:28.987 INFO kablam! 128 | / pub fn try_pop(&mut self) -> Result { Oct 26 20:47:28.987 INFO kablam! 129 | | self.output.try_pop() Oct 26 20:47:28.987 INFO kablam! 130 | | } Oct 26 20:47:28.987 INFO kablam! | |_____^ Oct 26 20:47:28.987 INFO kablam! | Oct 26 20:47:28.987 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 26 20:47:28.987 INFO kablam! = note: for more information, see issue #34537 Oct 26 20:47:28.987 INFO kablam! Oct 26 20:47:28.987 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 26 20:47:28.987 INFO kablam! --> src/messaging.rs:131:5 Oct 26 20:47:28.987 INFO kablam! | Oct 26 20:47:28.987 INFO kablam! 131 | / pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:28.987 INFO kablam! 132 | | self.input.try_push(msg) Oct 26 20:47:28.987 INFO kablam! 133 | | } Oct 26 20:47:28.987 INFO kablam! | |_____^ Oct 26 20:47:28.987 INFO kablam! | Oct 26 20:47:28.987 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 26 20:47:28.987 INFO kablam! = note: for more information, see issue #34537 Oct 26 20:47:28.987 INFO kablam! Oct 26 20:47:28.987 INFO kablam! warning: unused variable: `username` Oct 26 20:47:28.987 INFO kablam! --> src/messaging.rs:14:29 Oct 26 20:47:28.987 INFO kablam! | Oct 26 20:47:28.987 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 26 20:47:28.987 INFO kablam! | ^^^^^^^^ help: consider using `_username` instead Oct 26 20:47:28.987 INFO kablam! | Oct 26 20:47:28.987 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:47:28.987 INFO kablam! Oct 26 20:47:28.987 INFO kablam! warning: unused variable: `password` Oct 26 20:47:28.987 INFO kablam! --> src/messaging.rs:14:47 Oct 26 20:47:28.987 INFO kablam! | Oct 26 20:47:28.987 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 26 20:47:28.987 INFO kablam! | ^^^^^^^^ help: consider using `_password` instead Oct 26 20:47:28.987 INFO kablam! Oct 26 20:47:28.987 INFO kablam! warning: unused variable: `primitive` Oct 26 20:47:28.987 INFO kablam! --> src/game_state.rs:23:21 Oct 26 20:47:28.987 INFO kablam! | Oct 26 20:47:28.987 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 26 20:47:28.987 INFO kablam! | ^^^^^^^^^ help: consider using `_primitive` instead Oct 26 20:47:28.987 INFO kablam! Oct 26 20:47:29.003 INFO kablam! warning: variable does not need to be mutable Oct 26 20:47:29.004 INFO kablam! --> src/resources/server_resources.rs:22:21 Oct 26 20:47:29.004 INFO kablam! | Oct 26 20:47:29.005 INFO kablam! 22 | let mut sub = self.subs.get_mut(&lid).unwrap(); Oct 26 20:47:29.006 INFO kablam! | ----^^^ Oct 26 20:47:29.006 INFO kablam! | | Oct 26 20:47:29.007 INFO kablam! | help: remove this `mut` Oct 26 20:47:29.008 INFO kablam! | Oct 26 20:47:29.008 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:47:29.009 INFO kablam! Oct 26 20:47:29.010 INFO kablam! warning: struct is never constructed: `Authenticator` Oct 26 20:47:29.010 INFO kablam! --> src/messaging.rs:9:1 Oct 26 20:47:29.011 INFO kablam! | Oct 26 20:47:29.012 INFO kablam! 9 | struct Authenticator { Oct 26 20:47:29.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.013 INFO kablam! | Oct 26 20:47:29.014 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:47:29.014 INFO kablam! Oct 26 20:47:29.014 INFO kablam! warning: method is never used: `try_authenticate` Oct 26 20:47:29.014 INFO kablam! --> src/messaging.rs:14:5 Oct 26 20:47:29.014 INFO kablam! | Oct 26 20:47:29.014 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 26 20:47:29.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.014 INFO kablam! Oct 26 20:47:29.014 INFO kablam! warning: enum is never used: `AuthenticatorError` Oct 26 20:47:29.014 INFO kablam! --> src/messaging.rs:19:1 Oct 26 20:47:29.014 INFO kablam! | Oct 26 20:47:29.014 INFO kablam! 19 | enum AuthenticatorError { Oct 26 20:47:29.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.015 INFO kablam! Oct 26 20:47:29.015 INFO kablam! warning: struct is never constructed: `WrappedServerwardMessage` Oct 26 20:47:29.015 INFO kablam! --> src/messaging.rs:25:1 Oct 26 20:47:29.018 INFO kablam! | Oct 26 20:47:29.018 INFO kablam! 25 | struct WrappedServerwardMessage { Oct 26 20:47:29.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.018 INFO kablam! Oct 26 20:47:29.018 INFO kablam! warning: struct is never constructed: `WrappedClientwardMessage` Oct 26 20:47:29.018 INFO kablam! --> src/messaging.rs:30:1 Oct 26 20:47:29.018 INFO kablam! | Oct 26 20:47:29.018 INFO kablam! 30 | struct WrappedClientwardMessage { Oct 26 20:47:29.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.018 INFO kablam! Oct 26 20:47:29.018 INFO kablam! warning: enum is never used: `ServerwardMessage` Oct 26 20:47:29.018 INFO kablam! --> src/messaging.rs:37:1 Oct 26 20:47:29.018 INFO kablam! | Oct 26 20:47:29.018 INFO kablam! 37 | pub enum ServerwardMessage { Oct 26 20:47:29.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.018 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: enum is never used: `ClientwardMessage` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:44:1 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 44 | pub enum ClientwardMessage { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: enum is never used: `Diff` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:48:1 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 48 | enum Diff { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: function is never used: `message_channel` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:53:1 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 53 | pub fn message_channel() -> (ClientStub, ServerStub) { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: function is never used: `wrapped_message_channel` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:67:1 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 67 | pub fn wrapped_message_channel() { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: struct is never constructed: `ClientStub` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:72:1 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 72 | pub struct ClientStub { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: struct is never constructed: `WrappedClientStub` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:78:1 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 78 | pub struct WrappedClientStub { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: struct is never constructed: `ServerStub` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:84:1 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 84 | pub struct ServerStub { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: struct is never constructed: `WrappedServerStub` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:90:1 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 90 | pub struct WrappedServerStub { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: method is never used: `pop` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:96:5 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 96 | pub fn pop(&self) -> Result { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: method is never used: `try_pop` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:99:5 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 99 | pub fn try_pop(&self) -> Result { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: method is never used: `try_push` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:102:5 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 102 | pub fn try_push(&self, msg: ServerwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: method is never used: `try_pop` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:109:5 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 109 | pub fn try_pop(&self) -> Result { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: method is never used: `try_push` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:112:5 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 112 | pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.019 INFO kablam! Oct 26 20:47:29.019 INFO kablam! warning: method is never used: `try_pop` Oct 26 20:47:29.019 INFO kablam! --> src/messaging.rs:118:5 Oct 26 20:47:29.019 INFO kablam! | Oct 26 20:47:29.019 INFO kablam! 118 | pub fn try_pop(&self) -> Result { Oct 26 20:47:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: method is never used: `try_push` Oct 26 20:47:29.020 INFO kablam! --> src/messaging.rs:121:5 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 121 | pub fn try_push(&self, msg: ClientwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: method is never used: `try_pop` Oct 26 20:47:29.020 INFO kablam! --> src/messaging.rs:128:5 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 128 | pub fn try_pop(&mut self) -> Result { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: method is never used: `try_push` Oct 26 20:47:29.020 INFO kablam! --> src/messaging.rs:131:5 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 131 | pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: struct is never constructed: `DiscretePoint2` Oct 26 20:47:29.020 INFO kablam! --> src/game_state.rs:3:1 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 3 | pub struct DiscretePoint2 { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: struct is never constructed: `ContinuousPoint2` Oct 26 20:47:29.020 INFO kablam! --> src/game_state.rs:8:1 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 8 | pub struct ContinuousPoint2 { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: enum is never used: `Point2` Oct 26 20:47:29.020 INFO kablam! --> src/game_state.rs:13:1 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 13 | pub enum Point2 { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: struct is never constructed: `Location` Oct 26 20:47:29.020 INFO kablam! --> src/game_state.rs:18:1 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 18 | pub struct Location { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: method is never used: `new_from` Oct 26 20:47:29.020 INFO kablam! --> src/game_state.rs:23:5 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: struct is never constructed: `LocationPrimitive` Oct 26 20:47:29.020 INFO kablam! --> src/game_state.rs:29:1 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 29 | pub struct LocationPrimitive { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: method is never used: `new` Oct 26 20:47:29.020 INFO kablam! --> src/identity.rs:7:5 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 7 | pub fn new(raw_pid: u8) -> Self { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: struct is never constructed: `ClientIdBits` Oct 26 20:47:29.020 INFO kablam! --> src/identity.rs:19:1 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 19 | pub struct ClientIdBits { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: method is never used: `new` Oct 26 20:47:29.020 INFO kablam! --> src/identity.rs:24:5 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 24 | pub fn new() -> ClientIdBits { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: method is never used: `new_with_only` Oct 26 20:47:29.020 INFO kablam! --> src/identity.rs:28:5 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 28 | pub fn new_with_only(pid: PlayerId) -> ClientIdBits { Oct 26 20:47:29.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.020 INFO kablam! Oct 26 20:47:29.020 INFO kablam! warning: method is never used: `set` Oct 26 20:47:29.020 INFO kablam! --> src/identity.rs:34:5 Oct 26 20:47:29.020 INFO kablam! | Oct 26 20:47:29.020 INFO kablam! 34 | pub fn set(&mut self, pid: PlayerId, value: bool) { Oct 26 20:47:29.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.021 INFO kablam! Oct 26 20:47:29.021 INFO kablam! warning: method is never used: `get` Oct 26 20:47:29.021 INFO kablam! --> src/identity.rs:43:5 Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! 43 | pub fn get(&self, pid: PlayerId) -> bool { Oct 26 20:47:29.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.021 INFO kablam! Oct 26 20:47:29.021 INFO kablam! warning: method is never used: `no_subs` Oct 26 20:47:29.021 INFO kablam! --> src/identity.rs:47:5 Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! 47 | pub fn no_subs(&self) -> bool { Oct 26 20:47:29.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.021 INFO kablam! Oct 26 20:47:29.021 INFO kablam! warning: struct is never constructed: `SubscriptionManager` Oct 26 20:47:29.021 INFO kablam! --> src/resources/server_resources.rs:7:1 Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! 7 | pub struct SubscriptionManager { Oct 26 20:47:29.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.021 INFO kablam! Oct 26 20:47:29.021 INFO kablam! warning: method is never used: `new` Oct 26 20:47:29.021 INFO kablam! --> src/resources/server_resources.rs:12:5 Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! 12 | pub fn new() -> Self { Oct 26 20:47:29.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.021 INFO kablam! Oct 26 20:47:29.021 INFO kablam! warning: method is never used: `set_player_sub` Oct 26 20:47:29.021 INFO kablam! --> src/resources/server_resources.rs:18:5 Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! 18 | pub fn set_player_sub(&mut self, lid: LocationId, pid: PlayerId, value: bool) { Oct 26 20:47:29.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.021 INFO kablam! Oct 26 20:47:29.021 INFO kablam! warning: struct is never constructed: `PortalManager` Oct 26 20:47:29.021 INFO kablam! --> src/resources/server_resources.rs:40:1 Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! 40 | pub struct PortalManager { Oct 26 20:47:29.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.021 INFO kablam! Oct 26 20:47:29.021 INFO kablam! warning: variant is never constructed: `ServerMode` Oct 26 20:47:29.021 INFO kablam! --> src/main.rs:12:5 Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 26 20:47:29.021 INFO kablam! | ^^^^^^^^^^ Oct 26 20:47:29.021 INFO kablam! Oct 26 20:47:29.021 INFO kablam! warning: variant is never constructed: `SingleMode` Oct 26 20:47:29.021 INFO kablam! --> src/main.rs:12:29 Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 26 20:47:29.021 INFO kablam! | ^^^^^^^^^^ Oct 26 20:47:29.021 INFO kablam! Oct 26 20:47:29.021 INFO kablam! warning: private type `messaging::Diff` in public interface (error E0446) Oct 26 20:47:29.021 INFO kablam! --> src/messaging.rs:38:13 Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! 38 | ReqDiff(Diff), Oct 26 20:47:29.021 INFO kablam! | ^^^^ Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 26 20:47:29.021 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 26 20:47:29.021 INFO kablam! = note: for more information, see issue #34537 Oct 26 20:47:29.021 INFO kablam! Oct 26 20:47:29.021 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 26 20:47:29.021 INFO kablam! --> src/messaging.rs:109:5 Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! 109 | / pub fn try_pop(&self) -> Result { Oct 26 20:47:29.021 INFO kablam! 110 | | self.output.try_pop() Oct 26 20:47:29.021 INFO kablam! 111 | | } Oct 26 20:47:29.021 INFO kablam! | |_____^ Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 26 20:47:29.021 INFO kablam! = note: for more information, see issue #34537 Oct 26 20:47:29.021 INFO kablam! Oct 26 20:47:29.021 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 26 20:47:29.021 INFO kablam! --> src/messaging.rs:112:5 Oct 26 20:47:29.021 INFO kablam! | Oct 26 20:47:29.021 INFO kablam! 112 | / pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:29.021 INFO kablam! 113 | | self.input.try_push(msg) Oct 26 20:47:29.021 INFO kablam! 114 | | } Oct 26 20:47:29.021 INFO kablam! | |_____^ Oct 26 20:47:29.022 INFO kablam! | Oct 26 20:47:29.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 26 20:47:29.022 INFO kablam! = note: for more information, see issue #34537 Oct 26 20:47:29.022 INFO kablam! Oct 26 20:47:29.022 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 26 20:47:29.022 INFO kablam! --> src/messaging.rs:128:5 Oct 26 20:47:29.022 INFO kablam! | Oct 26 20:47:29.022 INFO kablam! 128 | / pub fn try_pop(&mut self) -> Result { Oct 26 20:47:29.022 INFO kablam! 129 | | self.output.try_pop() Oct 26 20:47:29.022 INFO kablam! 130 | | } Oct 26 20:47:29.022 INFO kablam! | |_____^ Oct 26 20:47:29.022 INFO kablam! | Oct 26 20:47:29.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 26 20:47:29.022 INFO kablam! = note: for more information, see issue #34537 Oct 26 20:47:29.022 INFO kablam! Oct 26 20:47:29.022 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 26 20:47:29.022 INFO kablam! --> src/messaging.rs:131:5 Oct 26 20:47:29.022 INFO kablam! | Oct 26 20:47:29.022 INFO kablam! 131 | / pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:29.022 INFO kablam! 132 | | self.input.try_push(msg) Oct 26 20:47:29.022 INFO kablam! 133 | | } Oct 26 20:47:29.022 INFO kablam! | |_____^ Oct 26 20:47:29.022 INFO kablam! | Oct 26 20:47:29.022 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 26 20:47:29.022 INFO kablam! = note: for more information, see issue #34537 Oct 26 20:47:29.022 INFO kablam! Oct 26 20:47:29.022 INFO kablam! warning: unused variable: `username` Oct 26 20:47:29.022 INFO kablam! --> src/messaging.rs:14:29 Oct 26 20:47:29.022 INFO kablam! | Oct 26 20:47:29.022 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 26 20:47:29.022 INFO kablam! | ^^^^^^^^ help: consider using `_username` instead Oct 26 20:47:29.022 INFO kablam! | Oct 26 20:47:29.022 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:47:29.022 INFO kablam! Oct 26 20:47:29.022 INFO kablam! warning: unused variable: `password` Oct 26 20:47:29.022 INFO kablam! --> src/messaging.rs:14:47 Oct 26 20:47:29.022 INFO kablam! | Oct 26 20:47:29.022 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 26 20:47:29.022 INFO kablam! | ^^^^^^^^ help: consider using `_password` instead Oct 26 20:47:29.022 INFO kablam! Oct 26 20:47:29.022 INFO kablam! warning: unused variable: `primitive` Oct 26 20:47:29.022 INFO kablam! --> src/game_state.rs:23:21 Oct 26 20:47:29.022 INFO kablam! | Oct 26 20:47:29.022 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 26 20:47:29.022 INFO kablam! | ^^^^^^^^^ help: consider using `_primitive` instead Oct 26 20:47:29.022 INFO kablam! Oct 26 20:47:29.051 INFO kablam! warning: variable does not need to be mutable Oct 26 20:47:29.051 INFO kablam! --> src/resources/server_resources.rs:22:21 Oct 26 20:47:29.051 INFO kablam! | Oct 26 20:47:29.051 INFO kablam! 22 | let mut sub = self.subs.get_mut(&lid).unwrap(); Oct 26 20:47:29.051 INFO kablam! | ----^^^ Oct 26 20:47:29.051 INFO kablam! | | Oct 26 20:47:29.051 INFO kablam! | help: remove this `mut` Oct 26 20:47:29.051 INFO kablam! | Oct 26 20:47:29.051 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 20:47:29.051 INFO kablam! Oct 26 20:47:29.051 INFO kablam! warning: struct is never constructed: `Authenticator` Oct 26 20:47:29.051 INFO kablam! --> src/messaging.rs:9:1 Oct 26 20:47:29.051 INFO kablam! | Oct 26 20:47:29.051 INFO kablam! 9 | struct Authenticator { Oct 26 20:47:29.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.051 INFO kablam! | Oct 26 20:47:29.051 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:47:29.051 INFO kablam! Oct 26 20:47:29.051 INFO kablam! warning: method is never used: `try_authenticate` Oct 26 20:47:29.051 INFO kablam! --> src/messaging.rs:14:5 Oct 26 20:47:29.051 INFO kablam! | Oct 26 20:47:29.051 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 26 20:47:29.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: enum is never used: `AuthenticatorError` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:19:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 19 | enum AuthenticatorError { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: struct is never constructed: `WrappedServerwardMessage` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:25:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 25 | struct WrappedServerwardMessage { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: struct is never constructed: `WrappedClientwardMessage` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:30:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 30 | struct WrappedClientwardMessage { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: enum is never used: `ServerwardMessage` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:37:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 37 | pub enum ServerwardMessage { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: enum is never used: `ClientwardMessage` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:44:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 44 | pub enum ClientwardMessage { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: enum is never used: `Diff` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:48:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 48 | enum Diff { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: function is never used: `message_channel` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:53:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 53 | pub fn message_channel() -> (ClientStub, ServerStub) { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: function is never used: `wrapped_message_channel` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:67:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 67 | pub fn wrapped_message_channel() { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: struct is never constructed: `ClientStub` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:72:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 72 | pub struct ClientStub { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: struct is never constructed: `WrappedClientStub` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:78:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 78 | pub struct WrappedClientStub { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: struct is never constructed: `ServerStub` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:84:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 84 | pub struct ServerStub { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: struct is never constructed: `WrappedServerStub` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:90:1 Oct 26 20:47:29.052 INFO kablam! | Oct 26 20:47:29.052 INFO kablam! 90 | pub struct WrappedServerStub { Oct 26 20:47:29.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.052 INFO kablam! Oct 26 20:47:29.052 INFO kablam! warning: method is never used: `pop` Oct 26 20:47:29.052 INFO kablam! --> src/messaging.rs:96:5 Oct 26 20:47:29.053 INFO kablam! | Oct 26 20:47:29.053 INFO kablam! 96 | pub fn pop(&self) -> Result { Oct 26 20:47:29.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.053 INFO kablam! Oct 26 20:47:29.053 INFO kablam! warning: method is never used: `try_pop` Oct 26 20:47:29.053 INFO kablam! --> src/messaging.rs:99:5 Oct 26 20:47:29.053 INFO kablam! | Oct 26 20:47:29.053 INFO kablam! 99 | pub fn try_pop(&self) -> Result { Oct 26 20:47:29.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.053 INFO kablam! Oct 26 20:47:29.053 INFO kablam! warning: method is never used: `try_push` Oct 26 20:47:29.053 INFO kablam! --> src/messaging.rs:102:5 Oct 26 20:47:29.053 INFO kablam! | Oct 26 20:47:29.053 INFO kablam! 102 | pub fn try_push(&self, msg: ServerwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:29.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.053 INFO kablam! Oct 26 20:47:29.053 INFO kablam! warning: method is never used: `try_pop` Oct 26 20:47:29.053 INFO kablam! --> src/messaging.rs:109:5 Oct 26 20:47:29.053 INFO kablam! | Oct 26 20:47:29.053 INFO kablam! 109 | pub fn try_pop(&self) -> Result { Oct 26 20:47:29.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.053 INFO kablam! Oct 26 20:47:29.053 INFO kablam! warning: method is never used: `try_push` Oct 26 20:47:29.053 INFO kablam! --> src/messaging.rs:112:5 Oct 26 20:47:29.053 INFO kablam! | Oct 26 20:47:29.053 INFO kablam! 112 | pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:29.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.053 INFO kablam! Oct 26 20:47:29.053 INFO kablam! warning: method is never used: `try_pop` Oct 26 20:47:29.053 INFO kablam! --> src/messaging.rs:118:5 Oct 26 20:47:29.053 INFO kablam! | Oct 26 20:47:29.053 INFO kablam! 118 | pub fn try_pop(&self) -> Result { Oct 26 20:47:29.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.053 INFO kablam! Oct 26 20:47:29.053 INFO kablam! warning: method is never used: `try_push` Oct 26 20:47:29.053 INFO kablam! --> src/messaging.rs:121:5 Oct 26 20:47:29.053 INFO kablam! | Oct 26 20:47:29.053 INFO kablam! 121 | pub fn try_push(&self, msg: ClientwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:29.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.053 INFO kablam! Oct 26 20:47:29.053 INFO kablam! warning: method is never used: `try_pop` Oct 26 20:47:29.053 INFO kablam! --> src/messaging.rs:128:5 Oct 26 20:47:29.053 INFO kablam! | Oct 26 20:47:29.053 INFO kablam! 128 | pub fn try_pop(&mut self) -> Result { Oct 26 20:47:29.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.053 INFO kablam! Oct 26 20:47:29.053 INFO kablam! warning: method is never used: `try_push` Oct 26 20:47:29.053 INFO kablam! --> src/messaging.rs:131:5 Oct 26 20:47:29.053 INFO kablam! | Oct 26 20:47:29.053 INFO kablam! 131 | pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 26 20:47:29.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.053 INFO kablam! Oct 26 20:47:29.053 INFO kablam! warning: struct is never constructed: `DiscretePoint2` Oct 26 20:47:29.053 INFO kablam! --> src/game_state.rs:3:1 Oct 26 20:47:29.053 INFO kablam! | Oct 26 20:47:29.053 INFO kablam! 3 | pub struct DiscretePoint2 { Oct 26 20:47:29.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.055 INFO kablam! Oct 26 20:47:29.055 INFO kablam! warning: struct is never constructed: `ContinuousPoint2` Oct 26 20:47:29.055 INFO kablam! --> src/game_state.rs:8:1 Oct 26 20:47:29.055 INFO kablam! | Oct 26 20:47:29.055 INFO kablam! 8 | pub struct ContinuousPoint2 { Oct 26 20:47:29.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.055 INFO kablam! Oct 26 20:47:29.055 INFO kablam! warning: enum is never used: `Point2` Oct 26 20:47:29.055 INFO kablam! --> src/game_state.rs:13:1 Oct 26 20:47:29.055 INFO kablam! | Oct 26 20:47:29.055 INFO kablam! 13 | pub enum Point2 { Oct 26 20:47:29.055 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 20:47:29.055 INFO kablam! Oct 26 20:47:29.055 INFO kablam! warning: struct is never constructed: `Location` Oct 26 20:47:29.055 INFO kablam! --> src/game_state.rs:18:1 Oct 26 20:47:29.055 INFO kablam! | Oct 26 20:47:29.055 INFO kablam! 18 | pub struct Location { Oct 26 20:47:29.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.055 INFO kablam! Oct 26 20:47:29.055 INFO kablam! warning: method is never used: `new_from` Oct 26 20:47:29.055 INFO kablam! --> src/game_state.rs:23:5 Oct 26 20:47:29.055 INFO kablam! | Oct 26 20:47:29.055 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 26 20:47:29.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.055 INFO kablam! Oct 26 20:47:29.055 INFO kablam! warning: struct is never constructed: `LocationPrimitive` Oct 26 20:47:29.055 INFO kablam! --> src/game_state.rs:29:1 Oct 26 20:47:29.055 INFO kablam! | Oct 26 20:47:29.055 INFO kablam! 29 | pub struct LocationPrimitive { Oct 26 20:47:29.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.055 INFO kablam! Oct 26 20:47:29.055 INFO kablam! warning: method is never used: `new` Oct 26 20:47:29.055 INFO kablam! --> src/identity.rs:7:5 Oct 26 20:47:29.055 INFO kablam! | Oct 26 20:47:29.055 INFO kablam! 7 | pub fn new(raw_pid: u8) -> Self { Oct 26 20:47:29.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.055 INFO kablam! Oct 26 20:47:29.055 INFO kablam! warning: struct is never constructed: `ClientIdBits` Oct 26 20:47:29.055 INFO kablam! --> src/identity.rs:19:1 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 19 | pub struct ClientIdBits { Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.056 INFO kablam! warning: method is never used: `new` Oct 26 20:47:29.056 INFO kablam! --> src/identity.rs:24:5 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 24 | pub fn new() -> ClientIdBits { Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.056 INFO kablam! warning: method is never used: `new_with_only` Oct 26 20:47:29.056 INFO kablam! --> src/identity.rs:28:5 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 28 | pub fn new_with_only(pid: PlayerId) -> ClientIdBits { Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.056 INFO kablam! warning: method is never used: `set` Oct 26 20:47:29.056 INFO kablam! --> src/identity.rs:34:5 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 34 | pub fn set(&mut self, pid: PlayerId, value: bool) { Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.056 INFO kablam! warning: method is never used: `get` Oct 26 20:47:29.056 INFO kablam! --> src/identity.rs:43:5 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 43 | pub fn get(&self, pid: PlayerId) -> bool { Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.056 INFO kablam! warning: method is never used: `no_subs` Oct 26 20:47:29.056 INFO kablam! --> src/identity.rs:47:5 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 47 | pub fn no_subs(&self) -> bool { Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.056 INFO kablam! warning: struct is never constructed: `SubscriptionManager` Oct 26 20:47:29.056 INFO kablam! --> src/resources/server_resources.rs:7:1 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 7 | pub struct SubscriptionManager { Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.056 INFO kablam! warning: method is never used: `new` Oct 26 20:47:29.056 INFO kablam! --> src/resources/server_resources.rs:12:5 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 12 | pub fn new() -> Self { Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.056 INFO kablam! warning: method is never used: `set_player_sub` Oct 26 20:47:29.056 INFO kablam! --> src/resources/server_resources.rs:18:5 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 18 | pub fn set_player_sub(&mut self, lid: LocationId, pid: PlayerId, value: bool) { Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.056 INFO kablam! warning: struct is never constructed: `PortalManager` Oct 26 20:47:29.056 INFO kablam! --> src/resources/server_resources.rs:40:1 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 40 | pub struct PortalManager { Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.056 INFO kablam! warning: variant is never constructed: `ServerMode` Oct 26 20:47:29.056 INFO kablam! --> src/main.rs:12:5 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.056 INFO kablam! warning: variant is never constructed: `SingleMode` Oct 26 20:47:29.056 INFO kablam! --> src/main.rs:12:29 Oct 26 20:47:29.056 INFO kablam! | Oct 26 20:47:29.056 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 26 20:47:29.056 INFO kablam! | ^^^^^^^^^^ Oct 26 20:47:29.056 INFO kablam! Oct 26 20:47:29.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.94s Oct 26 20:47:29.111 INFO kablam! su: No module specific data is present Oct 26 20:47:30.389 INFO running `"docker" "rm" "-f" "fb7c0b0909a2127bda4f7029e7de8a3033be6044b69a2a79a82edb4edd3cfde8"` Oct 26 20:47:30.743 INFO blam! fb7c0b0909a2127bda4f7029e7de8a3033be6044b69a2a79a82edb4edd3cfde8