Oct 10 14:46:22.715 INFO testing sirkibsirkib/multiplayer_serv_v2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:46:22.716 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:46:22.717 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:46:23.156 INFO blam! 99bbc0292c87625b97c8fb961551f726edbe7be4a3660924b2a69357e8e7ef97 Oct 10 14:46:23.156 INFO running `"docker" "start" "-a" "99bbc0292c87625b97c8fb961551f726edbe7be4a3660924b2a69357e8e7ef97"` Oct 10 14:46:24.442 INFO kablam! usermod: no changes Oct 10 14:46:24.588 INFO kablam! Compiling magnetic v2.0.0 Oct 10 14:46:24.588 INFO kablam! Compiling atty v0.2.6 Oct 10 14:46:24.588 INFO kablam! Compiling rand v0.4.2 Oct 10 14:46:25.696 INFO kablam! Compiling clap v2.29.0 Oct 10 14:46:53.455 INFO kablam! Compiling multiplayer_serv_v2 v0.1.0 (/source) Oct 10 14:46:53.917 INFO kablam! warning: unused import: `PushError` Oct 10 14:46:53.917 INFO kablam! --> src/messaging.rs:3:68 Oct 10 14:46:53.917 INFO kablam! | Oct 10 14:46:53.917 INFO kablam! 3 | use magnetic::{Consumer,Producer,TryPopError,TryPushError,PopError,PushError}; Oct 10 14:46:53.917 INFO kablam! | ^^^^^^^^^ Oct 10 14:46:53.917 INFO kablam! | Oct 10 14:46:53.917 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:46:53.917 INFO kablam! Oct 10 14:46:53.917 INFO kablam! warning: unused import: `identity::*` Oct 10 14:46:53.917 INFO kablam! --> src/game_state.rs:1:5 Oct 10 14:46:53.917 INFO kablam! | Oct 10 14:46:53.917 INFO kablam! 1 | use identity::*; Oct 10 14:46:53.917 INFO kablam! | ^^^^^^^^^^^ Oct 10 14:46:53.917 INFO kablam! Oct 10 14:46:53.991 INFO kablam! warning: private type `messaging::Diff` in public interface (error E0446) Oct 10 14:46:53.991 INFO kablam! --> src/messaging.rs:38:13 Oct 10 14:46:53.991 INFO kablam! | Oct 10 14:46:53.991 INFO kablam! 38 | ReqDiff(Diff), Oct 10 14:46:53.991 INFO kablam! | ^^^^ Oct 10 14:46:53.991 INFO kablam! | Oct 10 14:46:53.991 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 10 14:46:53.991 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 10 14:46:53.991 INFO kablam! = note: for more information, see issue #34537 Oct 10 14:46:53.991 INFO kablam! Oct 10 14:46:53.991 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 10 14:46:53.991 INFO kablam! --> src/messaging.rs:109:5 Oct 10 14:46:53.991 INFO kablam! | Oct 10 14:46:53.991 INFO kablam! 109 | / pub fn try_pop(&self) -> Result { Oct 10 14:46:53.991 INFO kablam! 110 | | self.output.try_pop() Oct 10 14:46:53.991 INFO kablam! 111 | | } Oct 10 14:46:53.991 INFO kablam! | |_____^ Oct 10 14:46:53.991 INFO kablam! | Oct 10 14:46:53.991 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 10 14:46:53.991 INFO kablam! = note: for more information, see issue #34537 Oct 10 14:46:53.993 INFO kablam! Oct 10 14:46:53.993 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 10 14:46:53.993 INFO kablam! --> src/messaging.rs:112:5 Oct 10 14:46:53.993 INFO kablam! | Oct 10 14:46:53.993 INFO kablam! 112 | / pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:53.993 INFO kablam! 113 | | self.input.try_push(msg) Oct 10 14:46:53.993 INFO kablam! 114 | | } Oct 10 14:46:53.993 INFO kablam! | |_____^ Oct 10 14:46:53.993 INFO kablam! | Oct 10 14:46:53.993 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 10 14:46:53.993 INFO kablam! = note: for more information, see issue #34537 Oct 10 14:46:53.993 INFO kablam! Oct 10 14:46:53.993 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 10 14:46:53.993 INFO kablam! --> src/messaging.rs:128:5 Oct 10 14:46:53.993 INFO kablam! | Oct 10 14:46:53.993 INFO kablam! 128 | / pub fn try_pop(&mut self) -> Result { Oct 10 14:46:53.997 INFO kablam! 129 | | self.output.try_pop() Oct 10 14:46:53.997 INFO kablam! 130 | | } Oct 10 14:46:53.997 INFO kablam! | |_____^ Oct 10 14:46:53.997 INFO kablam! | Oct 10 14:46:53.997 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 10 14:46:53.997 INFO kablam! = note: for more information, see issue #34537 Oct 10 14:46:53.997 INFO kablam! Oct 10 14:46:53.997 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 10 14:46:53.997 INFO kablam! --> src/messaging.rs:131:5 Oct 10 14:46:53.997 INFO kablam! | Oct 10 14:46:53.997 INFO kablam! 131 | / pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:53.997 INFO kablam! 132 | | self.input.try_push(msg) Oct 10 14:46:53.997 INFO kablam! 133 | | } Oct 10 14:46:53.997 INFO kablam! | |_____^ Oct 10 14:46:53.997 INFO kablam! | Oct 10 14:46:53.997 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 10 14:46:53.997 INFO kablam! = note: for more information, see issue #34537 Oct 10 14:46:53.997 INFO kablam! Oct 10 14:46:53.997 INFO kablam! warning: unused variable: `username` Oct 10 14:46:53.997 INFO kablam! --> src/messaging.rs:14:29 Oct 10 14:46:53.997 INFO kablam! | Oct 10 14:46:53.997 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 10 14:46:53.997 INFO kablam! | ^^^^^^^^ help: consider using `_username` instead Oct 10 14:46:53.997 INFO kablam! | Oct 10 14:46:53.997 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:46:53.997 INFO kablam! Oct 10 14:46:53.997 INFO kablam! warning: unused variable: `password` Oct 10 14:46:53.997 INFO kablam! --> src/messaging.rs:14:47 Oct 10 14:46:53.997 INFO kablam! | Oct 10 14:46:53.997 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 10 14:46:53.997 INFO kablam! | ^^^^^^^^ help: consider using `_password` instead Oct 10 14:46:53.997 INFO kablam! Oct 10 14:46:53.997 INFO kablam! warning: unused variable: `primitive` Oct 10 14:46:53.997 INFO kablam! --> src/game_state.rs:23:21 Oct 10 14:46:53.997 INFO kablam! | Oct 10 14:46:53.997 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 10 14:46:53.997 INFO kablam! | ^^^^^^^^^ help: consider using `_primitive` instead Oct 10 14:46:53.997 INFO kablam! Oct 10 14:46:54.007 INFO kablam! warning: variable does not need to be mutable Oct 10 14:46:54.007 INFO kablam! --> src/resources/server_resources.rs:22:21 Oct 10 14:46:54.007 INFO kablam! | Oct 10 14:46:54.007 INFO kablam! 22 | let mut sub = self.subs.get_mut(&lid).unwrap(); Oct 10 14:46:54.007 INFO kablam! | ----^^^ Oct 10 14:46:54.007 INFO kablam! | | Oct 10 14:46:54.007 INFO kablam! | help: remove this `mut` Oct 10 14:46:54.007 INFO kablam! | Oct 10 14:46:54.007 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:46:54.007 INFO kablam! Oct 10 14:46:54.007 INFO kablam! warning: struct is never constructed: `Authenticator` Oct 10 14:46:54.007 INFO kablam! --> src/messaging.rs:9:1 Oct 10 14:46:54.007 INFO kablam! | Oct 10 14:46:54.007 INFO kablam! 9 | struct Authenticator { Oct 10 14:46:54.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.007 INFO kablam! | Oct 10 14:46:54.007 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:46:54.007 INFO kablam! Oct 10 14:46:54.007 INFO kablam! warning: method is never used: `try_authenticate` Oct 10 14:46:54.007 INFO kablam! --> src/messaging.rs:14:5 Oct 10 14:46:54.007 INFO kablam! | Oct 10 14:46:54.007 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 10 14:46:54.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.007 INFO kablam! Oct 10 14:46:54.007 INFO kablam! warning: enum is never used: `AuthenticatorError` Oct 10 14:46:54.007 INFO kablam! --> src/messaging.rs:19:1 Oct 10 14:46:54.007 INFO kablam! | Oct 10 14:46:54.007 INFO kablam! 19 | enum AuthenticatorError { Oct 10 14:46:54.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.007 INFO kablam! Oct 10 14:46:54.007 INFO kablam! warning: struct is never constructed: `WrappedServerwardMessage` Oct 10 14:46:54.007 INFO kablam! --> src/messaging.rs:25:1 Oct 10 14:46:54.007 INFO kablam! | Oct 10 14:46:54.007 INFO kablam! 25 | struct WrappedServerwardMessage { Oct 10 14:46:54.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.007 INFO kablam! Oct 10 14:46:54.007 INFO kablam! warning: struct is never constructed: `WrappedClientwardMessage` Oct 10 14:46:54.007 INFO kablam! --> src/messaging.rs:30:1 Oct 10 14:46:54.007 INFO kablam! | Oct 10 14:46:54.007 INFO kablam! 30 | struct WrappedClientwardMessage { Oct 10 14:46:54.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.007 INFO kablam! Oct 10 14:46:54.007 INFO kablam! warning: enum is never used: `ServerwardMessage` Oct 10 14:46:54.007 INFO kablam! --> src/messaging.rs:37:1 Oct 10 14:46:54.007 INFO kablam! | Oct 10 14:46:54.007 INFO kablam! 37 | pub enum ServerwardMessage { Oct 10 14:46:54.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: enum is never used: `ClientwardMessage` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:44:1 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 44 | pub enum ClientwardMessage { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: enum is never used: `Diff` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:48:1 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 48 | enum Diff { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: function is never used: `message_channel` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:53:1 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 53 | pub fn message_channel() -> (ClientStub, ServerStub) { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: function is never used: `wrapped_message_channel` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:67:1 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 67 | pub fn wrapped_message_channel() { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: struct is never constructed: `ClientStub` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:72:1 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 72 | pub struct ClientStub { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: struct is never constructed: `WrappedClientStub` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:78:1 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 78 | pub struct WrappedClientStub { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: struct is never constructed: `ServerStub` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:84:1 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 84 | pub struct ServerStub { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: struct is never constructed: `WrappedServerStub` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:90:1 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 90 | pub struct WrappedServerStub { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: method is never used: `pop` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:96:5 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 96 | pub fn pop(&self) -> Result { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: method is never used: `try_pop` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:99:5 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 99 | pub fn try_pop(&self) -> Result { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: method is never used: `try_push` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:102:5 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 102 | pub fn try_push(&self, msg: ServerwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: method is never used: `try_pop` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:109:5 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.008 INFO kablam! 109 | pub fn try_pop(&self) -> Result { Oct 10 14:46:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.008 INFO kablam! Oct 10 14:46:54.008 INFO kablam! warning: method is never used: `try_push` Oct 10 14:46:54.008 INFO kablam! --> src/messaging.rs:112:5 Oct 10 14:46:54.008 INFO kablam! | Oct 10 14:46:54.009 INFO kablam! 112 | pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:54.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.009 INFO kablam! Oct 10 14:46:54.009 INFO kablam! warning: method is never used: `try_pop` Oct 10 14:46:54.009 INFO kablam! --> src/messaging.rs:118:5 Oct 10 14:46:54.009 INFO kablam! | Oct 10 14:46:54.009 INFO kablam! 118 | pub fn try_pop(&self) -> Result { Oct 10 14:46:54.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.009 INFO kablam! Oct 10 14:46:54.009 INFO kablam! warning: method is never used: `try_push` Oct 10 14:46:54.009 INFO kablam! --> src/messaging.rs:121:5 Oct 10 14:46:54.009 INFO kablam! | Oct 10 14:46:54.009 INFO kablam! 121 | pub fn try_push(&self, msg: ClientwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:54.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.009 INFO kablam! Oct 10 14:46:54.009 INFO kablam! warning: method is never used: `try_pop` Oct 10 14:46:54.009 INFO kablam! --> src/messaging.rs:128:5 Oct 10 14:46:54.009 INFO kablam! | Oct 10 14:46:54.009 INFO kablam! 128 | pub fn try_pop(&mut self) -> Result { Oct 10 14:46:54.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.009 INFO kablam! Oct 10 14:46:54.009 INFO kablam! warning: method is never used: `try_push` Oct 10 14:46:54.009 INFO kablam! --> src/messaging.rs:131:5 Oct 10 14:46:54.009 INFO kablam! | Oct 10 14:46:54.009 INFO kablam! 131 | pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:54.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.009 INFO kablam! Oct 10 14:46:54.009 INFO kablam! warning: struct is never constructed: `DiscretePoint2` Oct 10 14:46:54.009 INFO kablam! --> src/game_state.rs:3:1 Oct 10 14:46:54.009 INFO kablam! | Oct 10 14:46:54.009 INFO kablam! 3 | pub struct DiscretePoint2 { Oct 10 14:46:54.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.009 INFO kablam! Oct 10 14:46:54.009 INFO kablam! warning: struct is never constructed: `ContinuousPoint2` Oct 10 14:46:54.009 INFO kablam! --> src/game_state.rs:8:1 Oct 10 14:46:54.009 INFO kablam! | Oct 10 14:46:54.009 INFO kablam! 8 | pub struct ContinuousPoint2 { Oct 10 14:46:54.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.009 INFO kablam! Oct 10 14:46:54.009 INFO kablam! warning: enum is never used: `Point2` Oct 10 14:46:54.009 INFO kablam! --> src/game_state.rs:13:1 Oct 10 14:46:54.009 INFO kablam! | Oct 10 14:46:54.009 INFO kablam! 13 | pub enum Point2 { Oct 10 14:46:54.009 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 14:46:54.009 INFO kablam! Oct 10 14:46:54.021 INFO kablam! warning: struct is never constructed: `Location` Oct 10 14:46:54.021 INFO kablam! --> src/game_state.rs:18:1 Oct 10 14:46:54.021 INFO kablam! | Oct 10 14:46:54.021 INFO kablam! 18 | pub struct Location { Oct 10 14:46:54.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.021 INFO kablam! Oct 10 14:46:54.021 INFO kablam! warning: method is never used: `new_from` Oct 10 14:46:54.021 INFO kablam! --> src/game_state.rs:23:5 Oct 10 14:46:54.021 INFO kablam! | Oct 10 14:46:54.021 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 10 14:46:54.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.021 INFO kablam! Oct 10 14:46:54.021 INFO kablam! warning: struct is never constructed: `LocationPrimitive` Oct 10 14:46:54.021 INFO kablam! --> src/game_state.rs:29:1 Oct 10 14:46:54.021 INFO kablam! | Oct 10 14:46:54.021 INFO kablam! 29 | pub struct LocationPrimitive { Oct 10 14:46:54.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.021 INFO kablam! Oct 10 14:46:54.021 INFO kablam! warning: method is never used: `new` Oct 10 14:46:54.022 INFO kablam! --> src/identity.rs:7:5 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 7 | pub fn new(raw_pid: u8) -> Self { Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: struct is never constructed: `ClientIdBits` Oct 10 14:46:54.022 INFO kablam! --> src/identity.rs:19:1 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 19 | pub struct ClientIdBits { Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: method is never used: `new` Oct 10 14:46:54.022 INFO kablam! --> src/identity.rs:24:5 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 24 | pub fn new() -> ClientIdBits { Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: method is never used: `new_with_only` Oct 10 14:46:54.022 INFO kablam! --> src/identity.rs:28:5 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 28 | pub fn new_with_only(pid: PlayerId) -> ClientIdBits { Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: method is never used: `set` Oct 10 14:46:54.022 INFO kablam! --> src/identity.rs:34:5 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 34 | pub fn set(&mut self, pid: PlayerId, value: bool) { Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: method is never used: `get` Oct 10 14:46:54.022 INFO kablam! --> src/identity.rs:43:5 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 43 | pub fn get(&self, pid: PlayerId) -> bool { Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: method is never used: `no_subs` Oct 10 14:46:54.022 INFO kablam! --> src/identity.rs:47:5 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 47 | pub fn no_subs(&self) -> bool { Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: struct is never constructed: `SubscriptionManager` Oct 10 14:46:54.022 INFO kablam! --> src/resources/server_resources.rs:7:1 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 7 | pub struct SubscriptionManager { Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: method is never used: `new` Oct 10 14:46:54.022 INFO kablam! --> src/resources/server_resources.rs:12:5 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 12 | pub fn new() -> Self { Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: method is never used: `set_player_sub` Oct 10 14:46:54.022 INFO kablam! --> src/resources/server_resources.rs:18:5 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 18 | pub fn set_player_sub(&mut self, lid: LocationId, pid: PlayerId, value: bool) { Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: struct is never constructed: `PortalManager` Oct 10 14:46:54.022 INFO kablam! --> src/resources/server_resources.rs:40:1 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 40 | pub struct PortalManager { Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: variant is never constructed: `ServerMode` Oct 10 14:46:54.022 INFO kablam! --> src/main.rs:12:5 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.022 INFO kablam! warning: variant is never constructed: `SingleMode` Oct 10 14:46:54.022 INFO kablam! --> src/main.rs:12:29 Oct 10 14:46:54.022 INFO kablam! | Oct 10 14:46:54.022 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 10 14:46:54.022 INFO kablam! | ^^^^^^^^^^ Oct 10 14:46:54.022 INFO kablam! Oct 10 14:46:54.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.14s Oct 10 14:46:54.619 INFO kablam! su: No module specific data is present Oct 10 14:46:55.108 INFO running `"docker" "rm" "-f" "99bbc0292c87625b97c8fb961551f726edbe7be4a3660924b2a69357e8e7ef97"` Oct 10 14:46:55.260 INFO blam! 99bbc0292c87625b97c8fb961551f726edbe7be4a3660924b2a69357e8e7ef97 Oct 10 14:46:55.276 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:46:55.276 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:46:55.548 INFO blam! 589933309ef0ac0d914e04bb7d800bb16a8039c44c9793091926f8f0de881c4c Oct 10 14:46:55.553 INFO running `"docker" "start" "-a" "589933309ef0ac0d914e04bb7d800bb16a8039c44c9793091926f8f0de881c4c"` Oct 10 14:46:56.164 INFO kablam! usermod: no changes Oct 10 14:46:56.208 INFO kablam! Compiling multiplayer_serv_v2 v0.1.0 (/source) Oct 10 14:46:56.733 INFO kablam! warning: unused import: `PushError` Oct 10 14:46:56.734 INFO kablam! --> src/messaging.rs:3:68 Oct 10 14:46:56.734 INFO kablam! | Oct 10 14:46:56.734 INFO kablam! 3 | use magnetic::{Consumer,Producer,TryPopError,TryPushError,PopError,PushError}; Oct 10 14:46:56.735 INFO kablam! | ^^^^^^^^^ Oct 10 14:46:56.735 INFO kablam! | Oct 10 14:46:56.735 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:46:56.736 INFO kablam! Oct 10 14:46:56.736 INFO kablam! warning: unused import: `identity::*` Oct 10 14:46:56.737 INFO kablam! --> src/game_state.rs:1:5 Oct 10 14:46:56.737 INFO kablam! | Oct 10 14:46:56.738 INFO kablam! 1 | use identity::*; Oct 10 14:46:56.738 INFO kablam! | ^^^^^^^^^^^ Oct 10 14:46:56.738 INFO kablam! Oct 10 14:46:56.818 INFO kablam! warning: private type `messaging::Diff` in public interface (error E0446) Oct 10 14:46:56.819 INFO kablam! --> src/messaging.rs:38:13 Oct 10 14:46:56.819 INFO kablam! | Oct 10 14:46:56.819 INFO kablam! 38 | ReqDiff(Diff), Oct 10 14:46:56.819 INFO kablam! | ^^^^ Oct 10 14:46:56.820 INFO kablam! | Oct 10 14:46:56.820 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 10 14:46:56.820 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 10 14:46:56.821 INFO kablam! = note: for more information, see issue #34537 Oct 10 14:46:56.821 INFO kablam! Oct 10 14:46:56.821 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 10 14:46:56.821 INFO kablam! --> src/messaging.rs:109:5 Oct 10 14:46:56.821 INFO kablam! | Oct 10 14:46:56.821 INFO kablam! 109 | / pub fn try_pop(&self) -> Result { Oct 10 14:46:56.821 INFO kablam! 110 | | self.output.try_pop() Oct 10 14:46:56.821 INFO kablam! 111 | | } Oct 10 14:46:56.821 INFO kablam! | |_____^ Oct 10 14:46:56.821 INFO kablam! | Oct 10 14:46:56.821 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 10 14:46:56.821 INFO kablam! = note: for more information, see issue #34537 Oct 10 14:46:56.821 INFO kablam! Oct 10 14:46:56.821 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 10 14:46:56.821 INFO kablam! --> src/messaging.rs:112:5 Oct 10 14:46:56.821 INFO kablam! | Oct 10 14:46:56.821 INFO kablam! 112 | / pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:56.821 INFO kablam! 113 | | self.input.try_push(msg) Oct 10 14:46:56.821 INFO kablam! 114 | | } Oct 10 14:46:56.821 INFO kablam! | |_____^ Oct 10 14:46:56.821 INFO kablam! | Oct 10 14:46:56.821 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 10 14:46:56.821 INFO kablam! = note: for more information, see issue #34537 Oct 10 14:46:56.821 INFO kablam! Oct 10 14:46:56.821 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 10 14:46:56.821 INFO kablam! --> src/messaging.rs:128:5 Oct 10 14:46:56.821 INFO kablam! | Oct 10 14:46:56.821 INFO kablam! 128 | / pub fn try_pop(&mut self) -> Result { Oct 10 14:46:56.821 INFO kablam! 129 | | self.output.try_pop() Oct 10 14:46:56.821 INFO kablam! 130 | | } Oct 10 14:46:56.821 INFO kablam! | |_____^ Oct 10 14:46:56.821 INFO kablam! | Oct 10 14:46:56.821 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 10 14:46:56.822 INFO kablam! = note: for more information, see issue #34537 Oct 10 14:46:56.822 INFO kablam! Oct 10 14:46:56.822 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 10 14:46:56.822 INFO kablam! --> src/messaging.rs:131:5 Oct 10 14:46:56.822 INFO kablam! | Oct 10 14:46:56.822 INFO kablam! 131 | / pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:56.822 INFO kablam! 132 | | self.input.try_push(msg) Oct 10 14:46:56.822 INFO kablam! 133 | | } Oct 10 14:46:56.822 INFO kablam! | |_____^ Oct 10 14:46:56.822 INFO kablam! | Oct 10 14:46:56.822 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 10 14:46:56.822 INFO kablam! = note: for more information, see issue #34537 Oct 10 14:46:56.822 INFO kablam! Oct 10 14:46:56.822 INFO kablam! warning: unused variable: `username` Oct 10 14:46:56.822 INFO kablam! --> src/messaging.rs:14:29 Oct 10 14:46:56.822 INFO kablam! | Oct 10 14:46:56.822 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 10 14:46:56.822 INFO kablam! | ^^^^^^^^ help: consider using `_username` instead Oct 10 14:46:56.822 INFO kablam! | Oct 10 14:46:56.822 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:46:56.822 INFO kablam! Oct 10 14:46:56.822 INFO kablam! warning: unused variable: `password` Oct 10 14:46:56.822 INFO kablam! --> src/messaging.rs:14:47 Oct 10 14:46:56.822 INFO kablam! | Oct 10 14:46:56.822 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 10 14:46:56.822 INFO kablam! | ^^^^^^^^ help: consider using `_password` instead Oct 10 14:46:56.822 INFO kablam! Oct 10 14:46:56.822 INFO kablam! warning: unused variable: `primitive` Oct 10 14:46:56.822 INFO kablam! --> src/game_state.rs:23:21 Oct 10 14:46:56.822 INFO kablam! | Oct 10 14:46:56.822 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 10 14:46:56.822 INFO kablam! | ^^^^^^^^^ help: consider using `_primitive` instead Oct 10 14:46:56.822 INFO kablam! Oct 10 14:46:56.832 INFO kablam! warning: variable does not need to be mutable Oct 10 14:46:56.832 INFO kablam! --> src/resources/server_resources.rs:22:21 Oct 10 14:46:56.832 INFO kablam! | Oct 10 14:46:56.833 INFO kablam! 22 | let mut sub = self.subs.get_mut(&lid).unwrap(); Oct 10 14:46:56.833 INFO kablam! | ----^^^ Oct 10 14:46:56.833 INFO kablam! | | Oct 10 14:46:56.833 INFO kablam! | help: remove this `mut` Oct 10 14:46:56.833 INFO kablam! | Oct 10 14:46:56.833 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:46:56.834 INFO kablam! Oct 10 14:46:56.834 INFO kablam! warning: struct is never constructed: `Authenticator` Oct 10 14:46:56.834 INFO kablam! --> src/messaging.rs:9:1 Oct 10 14:46:56.834 INFO kablam! | Oct 10 14:46:56.834 INFO kablam! 9 | struct Authenticator { Oct 10 14:46:56.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.835 INFO kablam! | Oct 10 14:46:56.835 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:46:56.835 INFO kablam! Oct 10 14:46:56.835 INFO kablam! warning: method is never used: `try_authenticate` Oct 10 14:46:56.835 INFO kablam! --> src/messaging.rs:14:5 Oct 10 14:46:56.835 INFO kablam! | Oct 10 14:46:56.835 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 10 14:46:56.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.836 INFO kablam! Oct 10 14:46:56.836 INFO kablam! warning: enum is never used: `AuthenticatorError` Oct 10 14:46:56.836 INFO kablam! --> src/messaging.rs:19:1 Oct 10 14:46:56.836 INFO kablam! | Oct 10 14:46:56.836 INFO kablam! 19 | enum AuthenticatorError { Oct 10 14:46:56.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.837 INFO kablam! Oct 10 14:46:56.837 INFO kablam! warning: struct is never constructed: `WrappedServerwardMessage` Oct 10 14:46:56.837 INFO kablam! --> src/messaging.rs:25:1 Oct 10 14:46:56.837 INFO kablam! | Oct 10 14:46:56.837 INFO kablam! 25 | struct WrappedServerwardMessage { Oct 10 14:46:56.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.838 INFO kablam! Oct 10 14:46:56.838 INFO kablam! warning: struct is never constructed: `WrappedClientwardMessage` Oct 10 14:46:56.838 INFO kablam! --> src/messaging.rs:30:1 Oct 10 14:46:56.838 INFO kablam! | Oct 10 14:46:56.838 INFO kablam! 30 | struct WrappedClientwardMessage { Oct 10 14:46:56.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.839 INFO kablam! Oct 10 14:46:56.839 INFO kablam! warning: enum is never used: `ServerwardMessage` Oct 10 14:46:56.839 INFO kablam! --> src/messaging.rs:37:1 Oct 10 14:46:56.839 INFO kablam! | Oct 10 14:46:56.839 INFO kablam! 37 | pub enum ServerwardMessage { Oct 10 14:46:56.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.840 INFO kablam! Oct 10 14:46:56.840 INFO kablam! warning: enum is never used: `ClientwardMessage` Oct 10 14:46:56.840 INFO kablam! --> src/messaging.rs:44:1 Oct 10 14:46:56.840 INFO kablam! | Oct 10 14:46:56.840 INFO kablam! 44 | pub enum ClientwardMessage { Oct 10 14:46:56.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.841 INFO kablam! Oct 10 14:46:56.841 INFO kablam! warning: enum is never used: `Diff` Oct 10 14:46:56.841 INFO kablam! --> src/messaging.rs:48:1 Oct 10 14:46:56.841 INFO kablam! | Oct 10 14:46:56.841 INFO kablam! 48 | enum Diff { Oct 10 14:46:56.841 INFO kablam! | ^^^^^^^^^ Oct 10 14:46:56.841 INFO kablam! Oct 10 14:46:56.842 INFO kablam! warning: function is never used: `message_channel` Oct 10 14:46:56.842 INFO kablam! --> src/messaging.rs:53:1 Oct 10 14:46:56.842 INFO kablam! | Oct 10 14:46:56.842 INFO kablam! 53 | pub fn message_channel() -> (ClientStub, ServerStub) { Oct 10 14:46:56.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.842 INFO kablam! Oct 10 14:46:56.842 INFO kablam! warning: function is never used: `wrapped_message_channel` Oct 10 14:46:56.843 INFO kablam! --> src/messaging.rs:67:1 Oct 10 14:46:56.843 INFO kablam! | Oct 10 14:46:56.843 INFO kablam! 67 | pub fn wrapped_message_channel() { Oct 10 14:46:56.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.843 INFO kablam! Oct 10 14:46:56.843 INFO kablam! warning: struct is never constructed: `ClientStub` Oct 10 14:46:56.844 INFO kablam! --> src/messaging.rs:72:1 Oct 10 14:46:56.844 INFO kablam! | Oct 10 14:46:56.844 INFO kablam! 72 | pub struct ClientStub { Oct 10 14:46:56.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.844 INFO kablam! Oct 10 14:46:56.844 INFO kablam! warning: struct is never constructed: `WrappedClientStub` Oct 10 14:46:56.844 INFO kablam! --> src/messaging.rs:78:1 Oct 10 14:46:56.845 INFO kablam! | Oct 10 14:46:56.845 INFO kablam! 78 | pub struct WrappedClientStub { Oct 10 14:46:56.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.845 INFO kablam! Oct 10 14:46:56.845 INFO kablam! warning: struct is never constructed: `ServerStub` Oct 10 14:46:56.845 INFO kablam! --> src/messaging.rs:84:1 Oct 10 14:46:56.846 INFO kablam! | Oct 10 14:46:56.846 INFO kablam! 84 | pub struct ServerStub { Oct 10 14:46:56.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.846 INFO kablam! Oct 10 14:46:56.846 INFO kablam! warning: struct is never constructed: `WrappedServerStub` Oct 10 14:46:56.846 INFO kablam! --> src/messaging.rs:90:1 Oct 10 14:46:56.847 INFO kablam! | Oct 10 14:46:56.847 INFO kablam! 90 | pub struct WrappedServerStub { Oct 10 14:46:56.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.847 INFO kablam! Oct 10 14:46:56.847 INFO kablam! warning: method is never used: `pop` Oct 10 14:46:56.847 INFO kablam! --> src/messaging.rs:96:5 Oct 10 14:46:56.847 INFO kablam! | Oct 10 14:46:56.848 INFO kablam! 96 | pub fn pop(&self) -> Result { Oct 10 14:46:56.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.852 INFO kablam! Oct 10 14:46:56.852 INFO kablam! warning: method is never used: `try_pop` Oct 10 14:46:56.852 INFO kablam! --> src/messaging.rs:99:5 Oct 10 14:46:56.853 INFO kablam! | Oct 10 14:46:56.853 INFO kablam! 99 | pub fn try_pop(&self) -> Result { Oct 10 14:46:56.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.853 INFO kablam! Oct 10 14:46:56.853 INFO kablam! warning: method is never used: `try_push` Oct 10 14:46:56.853 INFO kablam! --> src/messaging.rs:102:5 Oct 10 14:46:56.854 INFO kablam! | Oct 10 14:46:56.854 INFO kablam! 102 | pub fn try_push(&self, msg: ServerwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:56.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.854 INFO kablam! Oct 10 14:46:56.854 INFO kablam! warning: method is never used: `try_pop` Oct 10 14:46:56.854 INFO kablam! --> src/messaging.rs:109:5 Oct 10 14:46:56.855 INFO kablam! | Oct 10 14:46:56.855 INFO kablam! 109 | pub fn try_pop(&self) -> Result { Oct 10 14:46:56.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.855 INFO kablam! Oct 10 14:46:56.855 INFO kablam! warning: method is never used: `try_push` Oct 10 14:46:56.855 INFO kablam! --> src/messaging.rs:112:5 Oct 10 14:46:56.856 INFO kablam! | Oct 10 14:46:56.856 INFO kablam! 112 | pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:56.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.856 INFO kablam! Oct 10 14:46:56.856 INFO kablam! warning: method is never used: `try_pop` Oct 10 14:46:56.856 INFO kablam! --> src/messaging.rs:118:5 Oct 10 14:46:56.857 INFO kablam! | Oct 10 14:46:56.857 INFO kablam! 118 | pub fn try_pop(&self) -> Result { Oct 10 14:46:56.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.857 INFO kablam! Oct 10 14:46:56.857 INFO kablam! warning: method is never used: `try_push` Oct 10 14:46:56.857 INFO kablam! --> src/messaging.rs:121:5 Oct 10 14:46:56.857 INFO kablam! | Oct 10 14:46:56.858 INFO kablam! 121 | pub fn try_push(&self, msg: ClientwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:56.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.858 INFO kablam! Oct 10 14:46:56.858 INFO kablam! warning: method is never used: `try_pop` Oct 10 14:46:56.859 INFO kablam! --> src/messaging.rs:128:5 Oct 10 14:46:56.859 INFO kablam! | Oct 10 14:46:56.859 INFO kablam! 128 | pub fn try_pop(&mut self) -> Result { Oct 10 14:46:56.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.860 INFO kablam! Oct 10 14:46:56.860 INFO kablam! warning: method is never used: `try_push` Oct 10 14:46:56.860 INFO kablam! --> src/messaging.rs:131:5 Oct 10 14:46:56.861 INFO kablam! | Oct 10 14:46:56.861 INFO kablam! 131 | pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 10 14:46:56.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.861 INFO kablam! Oct 10 14:46:56.862 INFO kablam! warning: struct is never constructed: `DiscretePoint2` Oct 10 14:46:56.862 INFO kablam! --> src/game_state.rs:3:1 Oct 10 14:46:56.862 INFO kablam! | Oct 10 14:46:56.862 INFO kablam! 3 | pub struct DiscretePoint2 { Oct 10 14:46:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.863 INFO kablam! Oct 10 14:46:56.863 INFO kablam! warning: struct is never constructed: `ContinuousPoint2` Oct 10 14:46:56.863 INFO kablam! --> src/game_state.rs:8:1 Oct 10 14:46:56.863 INFO kablam! | Oct 10 14:46:56.863 INFO kablam! 8 | pub struct ContinuousPoint2 { Oct 10 14:46:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.863 INFO kablam! Oct 10 14:46:56.863 INFO kablam! warning: enum is never used: `Point2` Oct 10 14:46:56.863 INFO kablam! --> src/game_state.rs:13:1 Oct 10 14:46:56.863 INFO kablam! | Oct 10 14:46:56.863 INFO kablam! 13 | pub enum Point2 { Oct 10 14:46:56.863 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 14:46:56.863 INFO kablam! Oct 10 14:46:56.863 INFO kablam! warning: struct is never constructed: `Location` Oct 10 14:46:56.863 INFO kablam! --> src/game_state.rs:18:1 Oct 10 14:46:56.863 INFO kablam! | Oct 10 14:46:56.863 INFO kablam! 18 | pub struct Location { Oct 10 14:46:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.863 INFO kablam! Oct 10 14:46:56.863 INFO kablam! warning: method is never used: `new_from` Oct 10 14:46:56.863 INFO kablam! --> src/game_state.rs:23:5 Oct 10 14:46:56.863 INFO kablam! | Oct 10 14:46:56.863 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 10 14:46:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.863 INFO kablam! Oct 10 14:46:56.863 INFO kablam! warning: struct is never constructed: `LocationPrimitive` Oct 10 14:46:56.863 INFO kablam! --> src/game_state.rs:29:1 Oct 10 14:46:56.863 INFO kablam! | Oct 10 14:46:56.863 INFO kablam! 29 | pub struct LocationPrimitive { Oct 10 14:46:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.863 INFO kablam! Oct 10 14:46:56.863 INFO kablam! warning: method is never used: `new` Oct 10 14:46:56.863 INFO kablam! --> src/identity.rs:7:5 Oct 10 14:46:56.863 INFO kablam! | Oct 10 14:46:56.863 INFO kablam! 7 | pub fn new(raw_pid: u8) -> Self { Oct 10 14:46:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.863 INFO kablam! Oct 10 14:46:56.863 INFO kablam! warning: struct is never constructed: `ClientIdBits` Oct 10 14:46:56.863 INFO kablam! --> src/identity.rs:19:1 Oct 10 14:46:56.863 INFO kablam! | Oct 10 14:46:56.863 INFO kablam! 19 | pub struct ClientIdBits { Oct 10 14:46:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.863 INFO kablam! Oct 10 14:46:56.863 INFO kablam! warning: method is never used: `new` Oct 10 14:46:56.863 INFO kablam! --> src/identity.rs:24:5 Oct 10 14:46:56.863 INFO kablam! | Oct 10 14:46:56.863 INFO kablam! 24 | pub fn new() -> ClientIdBits { Oct 10 14:46:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.863 INFO kablam! Oct 10 14:46:56.863 INFO kablam! warning: method is never used: `new_with_only` Oct 10 14:46:56.863 INFO kablam! --> src/identity.rs:28:5 Oct 10 14:46:56.863 INFO kablam! | Oct 10 14:46:56.863 INFO kablam! 28 | pub fn new_with_only(pid: PlayerId) -> ClientIdBits { Oct 10 14:46:56.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.863 INFO kablam! Oct 10 14:46:56.863 INFO kablam! warning: method is never used: `set` Oct 10 14:46:56.863 INFO kablam! --> src/identity.rs:34:5 Oct 10 14:46:56.863 INFO kablam! | Oct 10 14:46:56.864 INFO kablam! 34 | pub fn set(&mut self, pid: PlayerId, value: bool) { Oct 10 14:46:56.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.864 INFO kablam! Oct 10 14:46:56.864 INFO kablam! warning: method is never used: `get` Oct 10 14:46:56.864 INFO kablam! --> src/identity.rs:43:5 Oct 10 14:46:56.864 INFO kablam! | Oct 10 14:46:56.864 INFO kablam! 43 | pub fn get(&self, pid: PlayerId) -> bool { Oct 10 14:46:56.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.864 INFO kablam! Oct 10 14:46:56.864 INFO kablam! warning: method is never used: `no_subs` Oct 10 14:46:56.864 INFO kablam! --> src/identity.rs:47:5 Oct 10 14:46:56.864 INFO kablam! | Oct 10 14:46:56.864 INFO kablam! 47 | pub fn no_subs(&self) -> bool { Oct 10 14:46:56.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.864 INFO kablam! Oct 10 14:46:56.864 INFO kablam! warning: struct is never constructed: `SubscriptionManager` Oct 10 14:46:56.864 INFO kablam! --> src/resources/server_resources.rs:7:1 Oct 10 14:46:56.864 INFO kablam! | Oct 10 14:46:56.864 INFO kablam! 7 | pub struct SubscriptionManager { Oct 10 14:46:56.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.864 INFO kablam! Oct 10 14:46:56.864 INFO kablam! warning: method is never used: `new` Oct 10 14:46:56.864 INFO kablam! --> src/resources/server_resources.rs:12:5 Oct 10 14:46:56.864 INFO kablam! | Oct 10 14:46:56.864 INFO kablam! 12 | pub fn new() -> Self { Oct 10 14:46:56.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.864 INFO kablam! Oct 10 14:46:56.864 INFO kablam! warning: method is never used: `set_player_sub` Oct 10 14:46:56.864 INFO kablam! --> src/resources/server_resources.rs:18:5 Oct 10 14:46:56.864 INFO kablam! | Oct 10 14:46:56.864 INFO kablam! 18 | pub fn set_player_sub(&mut self, lid: LocationId, pid: PlayerId, value: bool) { Oct 10 14:46:56.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.864 INFO kablam! Oct 10 14:46:56.864 INFO kablam! warning: struct is never constructed: `PortalManager` Oct 10 14:46:56.864 INFO kablam! --> src/resources/server_resources.rs:40:1 Oct 10 14:46:56.864 INFO kablam! | Oct 10 14:46:56.864 INFO kablam! 40 | pub struct PortalManager { Oct 10 14:46:56.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:46:56.864 INFO kablam! Oct 10 14:46:56.864 INFO kablam! warning: variant is never constructed: `ServerMode` Oct 10 14:46:56.864 INFO kablam! --> src/main.rs:12:5 Oct 10 14:46:56.864 INFO kablam! | Oct 10 14:46:56.864 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 10 14:46:56.864 INFO kablam! | ^^^^^^^^^^ Oct 10 14:46:56.864 INFO kablam! Oct 10 14:46:56.864 INFO kablam! warning: variant is never constructed: `SingleMode` Oct 10 14:46:56.864 INFO kablam! --> src/main.rs:12:29 Oct 10 14:46:56.864 INFO kablam! | Oct 10 14:46:56.864 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 10 14:46:56.864 INFO kablam! | ^^^^^^^^^^ Oct 10 14:46:56.864 INFO kablam! Oct 10 14:46:57.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 10 14:46:57.284 INFO kablam! su: No module specific data is present Oct 10 14:46:57.685 INFO running `"docker" "rm" "-f" "589933309ef0ac0d914e04bb7d800bb16a8039c44c9793091926f8f0de881c4c"` Oct 10 14:46:57.820 INFO blam! 589933309ef0ac0d914e04bb7d800bb16a8039c44c9793091926f8f0de881c4c Oct 10 14:46:57.821 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:46:57.821 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:46:58.060 INFO blam! 685b90941063059fe9addb59bca5619176518d84898f01b9276b7d583c1dc42e Oct 10 14:46:58.062 INFO running `"docker" "start" "-a" "685b90941063059fe9addb59bca5619176518d84898f01b9276b7d583c1dc42e"` Oct 10 14:46:58.988 INFO kablam! usermod: no changes Oct 10 14:46:59.096 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 10 14:46:59.121 INFO kablam! Running /target/debug/deps/multiplayer_serv_v2-8fac54f51f308310 Oct 10 14:46:59.132 INFO kablam! su: No module specific data is present Oct 10 14:46:59.132 INFO blam! Oct 10 14:46:59.132 INFO blam! running 0 tests Oct 10 14:46:59.132 INFO blam! Oct 10 14:46:59.132 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:46:59.132 INFO blam! Oct 10 14:46:59.828 INFO running `"docker" "rm" "-f" "685b90941063059fe9addb59bca5619176518d84898f01b9276b7d583c1dc42e"` Oct 10 14:47:00.124 INFO blam! 685b90941063059fe9addb59bca5619176518d84898f01b9276b7d583c1dc42e