Oct 13 00:04:40.045 INFO testing sirkibsirkib/multiplayer_serv_v2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 00:04:40.047 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 13 00:04:40.642 INFO blam! d32bb3ebfa51dc1f5d2f84a7baa80f613123d6e6426cf94efc5c9af729364598 Oct 13 00:04:40.644 INFO running `"docker" "start" "-a" "d32bb3ebfa51dc1f5d2f84a7baa80f613123d6e6426cf94efc5c9af729364598"` Oct 13 00:04:43.287 INFO kablam! usermod: no changes Oct 13 00:04:43.391 INFO kablam! Compiling magnetic v2.0.0 Oct 13 00:04:43.403 INFO kablam! Compiling rand v0.4.2 Oct 13 00:04:46.373 INFO kablam! Compiling multiplayer_serv_v2 v0.1.0 (/source) Oct 13 00:04:46.647 INFO kablam! warning: unused import: `PushError` Oct 13 00:04:46.647 INFO kablam! --> src/messaging.rs:3:68 Oct 13 00:04:46.647 INFO kablam! | Oct 13 00:04:46.647 INFO kablam! 3 | use magnetic::{Consumer,Producer,TryPopError,TryPushError,PopError,PushError}; Oct 13 00:04:46.647 INFO kablam! | ^^^^^^^^^ Oct 13 00:04:46.647 INFO kablam! | Oct 13 00:04:46.647 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:04:46.647 INFO kablam! Oct 13 00:04:46.647 INFO kablam! warning: unused import: `identity::*` Oct 13 00:04:46.647 INFO kablam! --> src/game_state.rs:1:5 Oct 13 00:04:46.647 INFO kablam! | Oct 13 00:04:46.647 INFO kablam! 1 | use identity::*; Oct 13 00:04:46.647 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:04:46.647 INFO kablam! Oct 13 00:04:46.732 INFO kablam! warning: private type `messaging::Diff` in public interface (error E0446) Oct 13 00:04:46.732 INFO kablam! --> src/messaging.rs:38:13 Oct 13 00:04:46.732 INFO kablam! | Oct 13 00:04:46.732 INFO kablam! 38 | ReqDiff(Diff), Oct 13 00:04:46.732 INFO kablam! | ^^^^ Oct 13 00:04:46.732 INFO kablam! | Oct 13 00:04:46.732 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 13 00:04:46.732 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 13 00:04:46.732 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:04:46.732 INFO kablam! Oct 13 00:04:46.732 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 13 00:04:46.732 INFO kablam! --> src/messaging.rs:109:5 Oct 13 00:04:46.732 INFO kablam! | Oct 13 00:04:46.732 INFO kablam! 109 | / pub fn try_pop(&self) -> Result { Oct 13 00:04:46.732 INFO kablam! 110 | | self.output.try_pop() Oct 13 00:04:46.732 INFO kablam! 111 | | } Oct 13 00:04:46.732 INFO kablam! | |_____^ Oct 13 00:04:46.732 INFO kablam! | Oct 13 00:04:46.732 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 13 00:04:46.732 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:04:46.732 INFO kablam! Oct 13 00:04:46.732 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 13 00:04:46.732 INFO kablam! --> src/messaging.rs:112:5 Oct 13 00:04:46.732 INFO kablam! | Oct 13 00:04:46.732 INFO kablam! 112 | / pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:46.732 INFO kablam! 113 | | self.input.try_push(msg) Oct 13 00:04:46.732 INFO kablam! 114 | | } Oct 13 00:04:46.732 INFO kablam! | |_____^ Oct 13 00:04:46.732 INFO kablam! | Oct 13 00:04:46.732 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 13 00:04:46.732 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:04:46.732 INFO kablam! Oct 13 00:04:46.732 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 13 00:04:46.732 INFO kablam! --> src/messaging.rs:128:5 Oct 13 00:04:46.732 INFO kablam! | Oct 13 00:04:46.732 INFO kablam! 128 | / pub fn try_pop(&mut self) -> Result { Oct 13 00:04:46.732 INFO kablam! 129 | | self.output.try_pop() Oct 13 00:04:46.732 INFO kablam! 130 | | } Oct 13 00:04:46.732 INFO kablam! | |_____^ Oct 13 00:04:46.732 INFO kablam! | Oct 13 00:04:46.732 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 13 00:04:46.733 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:04:46.733 INFO kablam! Oct 13 00:04:46.733 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 13 00:04:46.733 INFO kablam! --> src/messaging.rs:131:5 Oct 13 00:04:46.733 INFO kablam! | Oct 13 00:04:46.733 INFO kablam! 131 | / pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:46.733 INFO kablam! 132 | | self.input.try_push(msg) Oct 13 00:04:46.733 INFO kablam! 133 | | } Oct 13 00:04:46.733 INFO kablam! | |_____^ Oct 13 00:04:46.733 INFO kablam! | Oct 13 00:04:46.733 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 13 00:04:46.733 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:04:46.733 INFO kablam! Oct 13 00:04:46.733 INFO kablam! warning: unused variable: `username` Oct 13 00:04:46.733 INFO kablam! --> src/messaging.rs:14:29 Oct 13 00:04:46.733 INFO kablam! | Oct 13 00:04:46.733 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 13 00:04:46.733 INFO kablam! | ^^^^^^^^ help: consider using `_username` instead Oct 13 00:04:46.733 INFO kablam! | Oct 13 00:04:46.733 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:04:46.733 INFO kablam! Oct 13 00:04:46.733 INFO kablam! warning: unused variable: `password` Oct 13 00:04:46.733 INFO kablam! --> src/messaging.rs:14:47 Oct 13 00:04:46.733 INFO kablam! | Oct 13 00:04:46.733 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 13 00:04:46.733 INFO kablam! | ^^^^^^^^ help: consider using `_password` instead Oct 13 00:04:46.733 INFO kablam! Oct 13 00:04:46.733 INFO kablam! warning: unused variable: `primitive` Oct 13 00:04:46.734 INFO kablam! --> src/game_state.rs:23:21 Oct 13 00:04:46.734 INFO kablam! | Oct 13 00:04:46.734 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 13 00:04:46.734 INFO kablam! | ^^^^^^^^^ help: consider using `_primitive` instead Oct 13 00:04:46.734 INFO kablam! Oct 13 00:04:46.749 INFO kablam! warning: variable does not need to be mutable Oct 13 00:04:46.750 INFO kablam! --> src/resources/server_resources.rs:22:21 Oct 13 00:04:46.750 INFO kablam! | Oct 13 00:04:46.750 INFO kablam! 22 | let mut sub = self.subs.get_mut(&lid).unwrap(); Oct 13 00:04:46.750 INFO kablam! | ----^^^ Oct 13 00:04:46.750 INFO kablam! | | Oct 13 00:04:46.750 INFO kablam! | help: remove this `mut` Oct 13 00:04:46.750 INFO kablam! | Oct 13 00:04:46.750 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:04:46.750 INFO kablam! Oct 13 00:04:46.750 INFO kablam! warning: struct is never constructed: `Authenticator` Oct 13 00:04:46.750 INFO kablam! --> src/messaging.rs:9:1 Oct 13 00:04:46.750 INFO kablam! | Oct 13 00:04:46.750 INFO kablam! 9 | struct Authenticator { Oct 13 00:04:46.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.750 INFO kablam! | Oct 13 00:04:46.750 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:04:46.750 INFO kablam! Oct 13 00:04:46.750 INFO kablam! warning: method is never used: `try_authenticate` Oct 13 00:04:46.750 INFO kablam! --> src/messaging.rs:14:5 Oct 13 00:04:46.750 INFO kablam! | Oct 13 00:04:46.750 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 13 00:04:46.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.750 INFO kablam! Oct 13 00:04:46.750 INFO kablam! warning: enum is never used: `AuthenticatorError` Oct 13 00:04:46.750 INFO kablam! --> src/messaging.rs:19:1 Oct 13 00:04:46.750 INFO kablam! | Oct 13 00:04:46.750 INFO kablam! 19 | enum AuthenticatorError { Oct 13 00:04:46.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.750 INFO kablam! Oct 13 00:04:46.750 INFO kablam! warning: struct is never constructed: `WrappedServerwardMessage` Oct 13 00:04:46.750 INFO kablam! --> src/messaging.rs:25:1 Oct 13 00:04:46.750 INFO kablam! | Oct 13 00:04:46.750 INFO kablam! 25 | struct WrappedServerwardMessage { Oct 13 00:04:46.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.750 INFO kablam! Oct 13 00:04:46.751 INFO kablam! warning: struct is never constructed: `WrappedClientwardMessage` Oct 13 00:04:46.751 INFO kablam! --> src/messaging.rs:30:1 Oct 13 00:04:46.751 INFO kablam! | Oct 13 00:04:46.751 INFO kablam! 30 | struct WrappedClientwardMessage { Oct 13 00:04:46.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.751 INFO kablam! Oct 13 00:04:46.751 INFO kablam! warning: enum is never used: `ServerwardMessage` Oct 13 00:04:46.751 INFO kablam! --> src/messaging.rs:37:1 Oct 13 00:04:46.751 INFO kablam! | Oct 13 00:04:46.751 INFO kablam! 37 | pub enum ServerwardMessage { Oct 13 00:04:46.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.751 INFO kablam! Oct 13 00:04:46.751 INFO kablam! warning: enum is never used: `ClientwardMessage` Oct 13 00:04:46.751 INFO kablam! --> src/messaging.rs:44:1 Oct 13 00:04:46.751 INFO kablam! | Oct 13 00:04:46.751 INFO kablam! 44 | pub enum ClientwardMessage { Oct 13 00:04:46.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.751 INFO kablam! Oct 13 00:04:46.752 INFO kablam! warning: enum is never used: `Diff` Oct 13 00:04:46.752 INFO kablam! --> src/messaging.rs:48:1 Oct 13 00:04:46.752 INFO kablam! | Oct 13 00:04:46.752 INFO kablam! 48 | enum Diff { Oct 13 00:04:46.752 INFO kablam! | ^^^^^^^^^ Oct 13 00:04:46.752 INFO kablam! Oct 13 00:04:46.752 INFO kablam! warning: function is never used: `message_channel` Oct 13 00:04:46.752 INFO kablam! --> src/messaging.rs:53:1 Oct 13 00:04:46.752 INFO kablam! | Oct 13 00:04:46.752 INFO kablam! 53 | pub fn message_channel() -> (ClientStub, ServerStub) { Oct 13 00:04:46.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.752 INFO kablam! Oct 13 00:04:46.752 INFO kablam! warning: function is never used: `wrapped_message_channel` Oct 13 00:04:46.752 INFO kablam! --> src/messaging.rs:67:1 Oct 13 00:04:46.752 INFO kablam! | Oct 13 00:04:46.753 INFO kablam! 67 | pub fn wrapped_message_channel() { Oct 13 00:04:46.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.753 INFO kablam! Oct 13 00:04:46.753 INFO kablam! warning: struct is never constructed: `ClientStub` Oct 13 00:04:46.753 INFO kablam! --> src/messaging.rs:72:1 Oct 13 00:04:46.753 INFO kablam! | Oct 13 00:04:46.753 INFO kablam! 72 | pub struct ClientStub { Oct 13 00:04:46.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.753 INFO kablam! Oct 13 00:04:46.753 INFO kablam! warning: struct is never constructed: `WrappedClientStub` Oct 13 00:04:46.753 INFO kablam! --> src/messaging.rs:78:1 Oct 13 00:04:46.753 INFO kablam! | Oct 13 00:04:46.753 INFO kablam! 78 | pub struct WrappedClientStub { Oct 13 00:04:46.753 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.753 INFO kablam! Oct 13 00:04:46.753 INFO kablam! warning: struct is never constructed: `ServerStub` Oct 13 00:04:46.754 INFO kablam! --> src/messaging.rs:84:1 Oct 13 00:04:46.754 INFO kablam! | Oct 13 00:04:46.754 INFO kablam! 84 | pub struct ServerStub { Oct 13 00:04:46.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.754 INFO kablam! Oct 13 00:04:46.754 INFO kablam! warning: struct is never constructed: `WrappedServerStub` Oct 13 00:04:46.754 INFO kablam! --> src/messaging.rs:90:1 Oct 13 00:04:46.754 INFO kablam! | Oct 13 00:04:46.754 INFO kablam! 90 | pub struct WrappedServerStub { Oct 13 00:04:46.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.754 INFO kablam! Oct 13 00:04:46.754 INFO kablam! warning: method is never used: `pop` Oct 13 00:04:46.754 INFO kablam! --> src/messaging.rs:96:5 Oct 13 00:04:46.754 INFO kablam! | Oct 13 00:04:46.755 INFO kablam! 96 | pub fn pop(&self) -> Result { Oct 13 00:04:46.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.755 INFO kablam! Oct 13 00:04:46.755 INFO kablam! warning: method is never used: `try_pop` Oct 13 00:04:46.755 INFO kablam! --> src/messaging.rs:99:5 Oct 13 00:04:46.755 INFO kablam! | Oct 13 00:04:46.755 INFO kablam! 99 | pub fn try_pop(&self) -> Result { Oct 13 00:04:46.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.756 INFO kablam! Oct 13 00:04:46.756 INFO kablam! warning: method is never used: `try_push` Oct 13 00:04:46.756 INFO kablam! --> src/messaging.rs:102:5 Oct 13 00:04:46.756 INFO kablam! | Oct 13 00:04:46.756 INFO kablam! 102 | pub fn try_push(&self, msg: ServerwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:46.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.756 INFO kablam! Oct 13 00:04:46.756 INFO kablam! warning: method is never used: `try_pop` Oct 13 00:04:46.756 INFO kablam! --> src/messaging.rs:109:5 Oct 13 00:04:46.756 INFO kablam! | Oct 13 00:04:46.756 INFO kablam! 109 | pub fn try_pop(&self) -> Result { Oct 13 00:04:46.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.756 INFO kablam! Oct 13 00:04:46.756 INFO kablam! warning: method is never used: `try_push` Oct 13 00:04:46.756 INFO kablam! --> src/messaging.rs:112:5 Oct 13 00:04:46.756 INFO kablam! | Oct 13 00:04:46.756 INFO kablam! 112 | pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:46.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.756 INFO kablam! Oct 13 00:04:46.756 INFO kablam! warning: method is never used: `try_pop` Oct 13 00:04:46.756 INFO kablam! --> src/messaging.rs:118:5 Oct 13 00:04:46.756 INFO kablam! | Oct 13 00:04:46.756 INFO kablam! 118 | pub fn try_pop(&self) -> Result { Oct 13 00:04:46.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.756 INFO kablam! Oct 13 00:04:46.756 INFO kablam! warning: method is never used: `try_push` Oct 13 00:04:46.756 INFO kablam! --> src/messaging.rs:121:5 Oct 13 00:04:46.756 INFO kablam! | Oct 13 00:04:46.756 INFO kablam! 121 | pub fn try_push(&self, msg: ClientwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:46.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.756 INFO kablam! Oct 13 00:04:46.756 INFO kablam! warning: method is never used: `try_pop` Oct 13 00:04:46.756 INFO kablam! --> src/messaging.rs:128:5 Oct 13 00:04:46.756 INFO kablam! | Oct 13 00:04:46.756 INFO kablam! 128 | pub fn try_pop(&mut self) -> Result { Oct 13 00:04:46.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.756 INFO kablam! Oct 13 00:04:46.756 INFO kablam! warning: method is never used: `try_push` Oct 13 00:04:46.756 INFO kablam! --> src/messaging.rs:131:5 Oct 13 00:04:46.756 INFO kablam! | Oct 13 00:04:46.756 INFO kablam! 131 | pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:46.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.756 INFO kablam! Oct 13 00:04:46.756 INFO kablam! warning: struct is never constructed: `DiscretePoint2` Oct 13 00:04:46.756 INFO kablam! --> src/game_state.rs:3:1 Oct 13 00:04:46.756 INFO kablam! | Oct 13 00:04:46.756 INFO kablam! 3 | pub struct DiscretePoint2 { Oct 13 00:04:46.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.756 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: struct is never constructed: `ContinuousPoint2` Oct 13 00:04:46.757 INFO kablam! --> src/game_state.rs:8:1 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 8 | pub struct ContinuousPoint2 { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: enum is never used: `Point2` Oct 13 00:04:46.757 INFO kablam! --> src/game_state.rs:13:1 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 13 | pub enum Point2 { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: struct is never constructed: `Location` Oct 13 00:04:46.757 INFO kablam! --> src/game_state.rs:18:1 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 18 | pub struct Location { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: method is never used: `new_from` Oct 13 00:04:46.757 INFO kablam! --> src/game_state.rs:23:5 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: struct is never constructed: `LocationPrimitive` Oct 13 00:04:46.757 INFO kablam! --> src/game_state.rs:29:1 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 29 | pub struct LocationPrimitive { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: method is never used: `new` Oct 13 00:04:46.757 INFO kablam! --> src/identity.rs:7:5 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 7 | pub fn new(raw_pid: u8) -> Self { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: struct is never constructed: `ClientIdBits` Oct 13 00:04:46.757 INFO kablam! --> src/identity.rs:19:1 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 19 | pub struct ClientIdBits { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: method is never used: `new` Oct 13 00:04:46.757 INFO kablam! --> src/identity.rs:24:5 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 24 | pub fn new() -> ClientIdBits { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: method is never used: `new_with_only` Oct 13 00:04:46.757 INFO kablam! --> src/identity.rs:28:5 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 28 | pub fn new_with_only(pid: PlayerId) -> ClientIdBits { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: method is never used: `set` Oct 13 00:04:46.757 INFO kablam! --> src/identity.rs:34:5 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 34 | pub fn set(&mut self, pid: PlayerId, value: bool) { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: method is never used: `get` Oct 13 00:04:46.757 INFO kablam! --> src/identity.rs:43:5 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 43 | pub fn get(&self, pid: PlayerId) -> bool { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: method is never used: `no_subs` Oct 13 00:04:46.757 INFO kablam! --> src/identity.rs:47:5 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 47 | pub fn no_subs(&self) -> bool { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: struct is never constructed: `SubscriptionManager` Oct 13 00:04:46.757 INFO kablam! --> src/resources/server_resources.rs:7:1 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 7 | pub struct SubscriptionManager { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: method is never used: `new` Oct 13 00:04:46.757 INFO kablam! --> src/resources/server_resources.rs:12:5 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 12 | pub fn new() -> Self { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.757 INFO kablam! Oct 13 00:04:46.757 INFO kablam! warning: method is never used: `set_player_sub` Oct 13 00:04:46.757 INFO kablam! --> src/resources/server_resources.rs:18:5 Oct 13 00:04:46.757 INFO kablam! | Oct 13 00:04:46.757 INFO kablam! 18 | pub fn set_player_sub(&mut self, lid: LocationId, pid: PlayerId, value: bool) { Oct 13 00:04:46.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.758 INFO kablam! Oct 13 00:04:46.758 INFO kablam! warning: struct is never constructed: `PortalManager` Oct 13 00:04:46.758 INFO kablam! --> src/resources/server_resources.rs:40:1 Oct 13 00:04:46.758 INFO kablam! | Oct 13 00:04:46.758 INFO kablam! 40 | pub struct PortalManager { Oct 13 00:04:46.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:46.758 INFO kablam! Oct 13 00:04:46.758 INFO kablam! warning: variant is never constructed: `ServerMode` Oct 13 00:04:46.758 INFO kablam! --> src/main.rs:12:5 Oct 13 00:04:46.758 INFO kablam! | Oct 13 00:04:46.758 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 13 00:04:46.758 INFO kablam! | ^^^^^^^^^^ Oct 13 00:04:46.758 INFO kablam! Oct 13 00:04:46.758 INFO kablam! warning: variant is never constructed: `SingleMode` Oct 13 00:04:46.758 INFO kablam! --> src/main.rs:12:29 Oct 13 00:04:46.758 INFO kablam! | Oct 13 00:04:46.758 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 13 00:04:46.758 INFO kablam! | ^^^^^^^^^^ Oct 13 00:04:46.758 INFO kablam! Oct 13 00:04:47.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.06s Oct 13 00:04:47.376 INFO kablam! su: No module specific data is present Oct 13 00:04:48.995 INFO running `"docker" "rm" "-f" "d32bb3ebfa51dc1f5d2f84a7baa80f613123d6e6426cf94efc5c9af729364598"` Oct 13 00:04:49.355 INFO blam! d32bb3ebfa51dc1f5d2f84a7baa80f613123d6e6426cf94efc5c9af729364598 Oct 13 00:04:49.357 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 13 00:04:49.909 INFO blam! 39cdac3a9a3968f3d336568ff148b92d8a39b0316d38bc69fdb28057139e4f5d Oct 13 00:04:49.911 INFO running `"docker" "start" "-a" "39cdac3a9a3968f3d336568ff148b92d8a39b0316d38bc69fdb28057139e4f5d"` Oct 13 00:04:52.023 INFO kablam! usermod: no changes Oct 13 00:04:52.180 INFO kablam! Compiling multiplayer_serv_v2 v0.1.0 (/source) Oct 13 00:04:52.539 INFO kablam! warning: unused import: `PushError` Oct 13 00:04:52.539 INFO kablam! --> src/messaging.rs:3:68 Oct 13 00:04:52.539 INFO kablam! | Oct 13 00:04:52.539 INFO kablam! 3 | use magnetic::{Consumer,Producer,TryPopError,TryPushError,PopError,PushError}; Oct 13 00:04:52.539 INFO kablam! | ^^^^^^^^^ Oct 13 00:04:52.539 INFO kablam! | Oct 13 00:04:52.539 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:04:52.539 INFO kablam! Oct 13 00:04:52.539 INFO kablam! warning: unused import: `identity::*` Oct 13 00:04:52.539 INFO kablam! --> src/game_state.rs:1:5 Oct 13 00:04:52.539 INFO kablam! | Oct 13 00:04:52.539 INFO kablam! 1 | use identity::*; Oct 13 00:04:52.539 INFO kablam! | ^^^^^^^^^^^ Oct 13 00:04:52.539 INFO kablam! Oct 13 00:04:52.620 INFO kablam! warning: private type `messaging::Diff` in public interface (error E0446) Oct 13 00:04:52.620 INFO kablam! --> src/messaging.rs:38:13 Oct 13 00:04:52.620 INFO kablam! | Oct 13 00:04:52.620 INFO kablam! 38 | ReqDiff(Diff), Oct 13 00:04:52.620 INFO kablam! | ^^^^ Oct 13 00:04:52.620 INFO kablam! | Oct 13 00:04:52.622 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 13 00:04:52.622 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 13 00:04:52.622 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:04:52.622 INFO kablam! Oct 13 00:04:52.622 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 13 00:04:52.622 INFO kablam! --> src/messaging.rs:109:5 Oct 13 00:04:52.622 INFO kablam! | Oct 13 00:04:52.622 INFO kablam! 109 | / pub fn try_pop(&self) -> Result { Oct 13 00:04:52.622 INFO kablam! 110 | | self.output.try_pop() Oct 13 00:04:52.622 INFO kablam! 111 | | } Oct 13 00:04:52.622 INFO kablam! | |_____^ Oct 13 00:04:52.622 INFO kablam! | Oct 13 00:04:52.622 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 13 00:04:52.622 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:04:52.622 INFO kablam! Oct 13 00:04:52.622 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 13 00:04:52.622 INFO kablam! --> src/messaging.rs:112:5 Oct 13 00:04:52.622 INFO kablam! | Oct 13 00:04:52.622 INFO kablam! 112 | / pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:52.622 INFO kablam! 113 | | self.input.try_push(msg) Oct 13 00:04:52.622 INFO kablam! 114 | | } Oct 13 00:04:52.622 INFO kablam! | |_____^ Oct 13 00:04:52.622 INFO kablam! | Oct 13 00:04:52.622 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 13 00:04:52.622 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:04:52.622 INFO kablam! Oct 13 00:04:52.622 INFO kablam! warning: private type `messaging::WrappedServerwardMessage` in public interface (error E0446) Oct 13 00:04:52.622 INFO kablam! --> src/messaging.rs:128:5 Oct 13 00:04:52.622 INFO kablam! | Oct 13 00:04:52.622 INFO kablam! 128 | / pub fn try_pop(&mut self) -> Result { Oct 13 00:04:52.622 INFO kablam! 129 | | self.output.try_pop() Oct 13 00:04:52.622 INFO kablam! 130 | | } Oct 13 00:04:52.622 INFO kablam! | |_____^ Oct 13 00:04:52.622 INFO kablam! | Oct 13 00:04:52.622 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 13 00:04:52.622 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:04:52.622 INFO kablam! Oct 13 00:04:52.622 INFO kablam! warning: private type `messaging::WrappedClientwardMessage` in public interface (error E0446) Oct 13 00:04:52.622 INFO kablam! --> src/messaging.rs:131:5 Oct 13 00:04:52.622 INFO kablam! | Oct 13 00:04:52.622 INFO kablam! 131 | / pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:52.622 INFO kablam! 132 | | self.input.try_push(msg) Oct 13 00:04:52.622 INFO kablam! 133 | | } Oct 13 00:04:52.622 INFO kablam! | |_____^ Oct 13 00:04:52.622 INFO kablam! | Oct 13 00:04:52.622 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 13 00:04:52.622 INFO kablam! = note: for more information, see issue #34537 Oct 13 00:04:52.622 INFO kablam! Oct 13 00:04:52.622 INFO kablam! warning: unused variable: `username` Oct 13 00:04:52.622 INFO kablam! --> src/messaging.rs:14:29 Oct 13 00:04:52.622 INFO kablam! | Oct 13 00:04:52.622 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 13 00:04:52.622 INFO kablam! | ^^^^^^^^ help: consider using `_username` instead Oct 13 00:04:52.622 INFO kablam! | Oct 13 00:04:52.622 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:04:52.622 INFO kablam! Oct 13 00:04:52.635 INFO kablam! warning: unused variable: `password` Oct 13 00:04:52.635 INFO kablam! --> src/messaging.rs:14:47 Oct 13 00:04:52.635 INFO kablam! | Oct 13 00:04:52.635 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 13 00:04:52.635 INFO kablam! | ^^^^^^^^ help: consider using `_password` instead Oct 13 00:04:52.635 INFO kablam! Oct 13 00:04:52.635 INFO kablam! warning: unused variable: `primitive` Oct 13 00:04:52.635 INFO kablam! --> src/game_state.rs:23:21 Oct 13 00:04:52.635 INFO kablam! | Oct 13 00:04:52.635 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 13 00:04:52.635 INFO kablam! | ^^^^^^^^^ help: consider using `_primitive` instead Oct 13 00:04:52.635 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: variable does not need to be mutable Oct 13 00:04:52.638 INFO kablam! --> src/resources/server_resources.rs:22:21 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 22 | let mut sub = self.subs.get_mut(&lid).unwrap(); Oct 13 00:04:52.638 INFO kablam! | ----^^^ Oct 13 00:04:52.638 INFO kablam! | | Oct 13 00:04:52.638 INFO kablam! | help: remove this `mut` Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: struct is never constructed: `Authenticator` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:9:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 9 | struct Authenticator { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: method is never used: `try_authenticate` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:14:5 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 14 | pub fn try_authenticate(username: String, password: String) -> Result { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: enum is never used: `AuthenticatorError` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:19:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 19 | enum AuthenticatorError { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: struct is never constructed: `WrappedServerwardMessage` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:25:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 25 | struct WrappedServerwardMessage { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: struct is never constructed: `WrappedClientwardMessage` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:30:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 30 | struct WrappedClientwardMessage { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: enum is never used: `ServerwardMessage` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:37:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 37 | pub enum ServerwardMessage { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: enum is never used: `ClientwardMessage` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:44:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 44 | pub enum ClientwardMessage { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: enum is never used: `Diff` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:48:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 48 | enum Diff { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: function is never used: `message_channel` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:53:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 53 | pub fn message_channel() -> (ClientStub, ServerStub) { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: function is never used: `wrapped_message_channel` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:67:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 67 | pub fn wrapped_message_channel() { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: struct is never constructed: `ClientStub` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:72:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 72 | pub struct ClientStub { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: struct is never constructed: `WrappedClientStub` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:78:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 78 | pub struct WrappedClientStub { Oct 13 00:04:52.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.638 INFO kablam! Oct 13 00:04:52.638 INFO kablam! warning: struct is never constructed: `ServerStub` Oct 13 00:04:52.638 INFO kablam! --> src/messaging.rs:84:1 Oct 13 00:04:52.638 INFO kablam! | Oct 13 00:04:52.638 INFO kablam! 84 | pub struct ServerStub { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: struct is never constructed: `WrappedServerStub` Oct 13 00:04:52.639 INFO kablam! --> src/messaging.rs:90:1 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 90 | pub struct WrappedServerStub { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: method is never used: `pop` Oct 13 00:04:52.639 INFO kablam! --> src/messaging.rs:96:5 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 96 | pub fn pop(&self) -> Result { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: method is never used: `try_pop` Oct 13 00:04:52.639 INFO kablam! --> src/messaging.rs:99:5 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 99 | pub fn try_pop(&self) -> Result { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: method is never used: `try_push` Oct 13 00:04:52.639 INFO kablam! --> src/messaging.rs:102:5 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 102 | pub fn try_push(&self, msg: ServerwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: method is never used: `try_pop` Oct 13 00:04:52.639 INFO kablam! --> src/messaging.rs:109:5 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 109 | pub fn try_pop(&self) -> Result { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: method is never used: `try_push` Oct 13 00:04:52.639 INFO kablam! --> src/messaging.rs:112:5 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 112 | pub fn try_push(&self, msg: WrappedServerwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: method is never used: `try_pop` Oct 13 00:04:52.639 INFO kablam! --> src/messaging.rs:118:5 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 118 | pub fn try_pop(&self) -> Result { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: method is never used: `try_push` Oct 13 00:04:52.639 INFO kablam! --> src/messaging.rs:121:5 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 121 | pub fn try_push(&self, msg: ClientwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: method is never used: `try_pop` Oct 13 00:04:52.639 INFO kablam! --> src/messaging.rs:128:5 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 128 | pub fn try_pop(&mut self) -> Result { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: method is never used: `try_push` Oct 13 00:04:52.639 INFO kablam! --> src/messaging.rs:131:5 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 131 | pub fn try_push(&mut self, msg: WrappedClientwardMessage) -> Result<(), TryPushError> { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: struct is never constructed: `DiscretePoint2` Oct 13 00:04:52.639 INFO kablam! --> src/game_state.rs:3:1 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 3 | pub struct DiscretePoint2 { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: struct is never constructed: `ContinuousPoint2` Oct 13 00:04:52.639 INFO kablam! --> src/game_state.rs:8:1 Oct 13 00:04:52.639 INFO kablam! | Oct 13 00:04:52.639 INFO kablam! 8 | pub struct ContinuousPoint2 { Oct 13 00:04:52.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.639 INFO kablam! Oct 13 00:04:52.639 INFO kablam! warning: enum is never used: `Point2` Oct 13 00:04:52.640 INFO kablam! --> src/game_state.rs:13:1 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 13 | pub enum Point2 { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: struct is never constructed: `Location` Oct 13 00:04:52.640 INFO kablam! --> src/game_state.rs:18:1 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 18 | pub struct Location { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: method is never used: `new_from` Oct 13 00:04:52.640 INFO kablam! --> src/game_state.rs:23:5 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 23 | pub fn new_from(primitive: LocationPrimitive) -> Self { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: struct is never constructed: `LocationPrimitive` Oct 13 00:04:52.640 INFO kablam! --> src/game_state.rs:29:1 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 29 | pub struct LocationPrimitive { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: method is never used: `new` Oct 13 00:04:52.640 INFO kablam! --> src/identity.rs:7:5 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 7 | pub fn new(raw_pid: u8) -> Self { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: struct is never constructed: `ClientIdBits` Oct 13 00:04:52.640 INFO kablam! --> src/identity.rs:19:1 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 19 | pub struct ClientIdBits { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: method is never used: `new` Oct 13 00:04:52.640 INFO kablam! --> src/identity.rs:24:5 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 24 | pub fn new() -> ClientIdBits { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: method is never used: `new_with_only` Oct 13 00:04:52.640 INFO kablam! --> src/identity.rs:28:5 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 28 | pub fn new_with_only(pid: PlayerId) -> ClientIdBits { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: method is never used: `set` Oct 13 00:04:52.640 INFO kablam! --> src/identity.rs:34:5 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 34 | pub fn set(&mut self, pid: PlayerId, value: bool) { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: method is never used: `get` Oct 13 00:04:52.640 INFO kablam! --> src/identity.rs:43:5 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 43 | pub fn get(&self, pid: PlayerId) -> bool { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: method is never used: `no_subs` Oct 13 00:04:52.640 INFO kablam! --> src/identity.rs:47:5 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 47 | pub fn no_subs(&self) -> bool { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: struct is never constructed: `SubscriptionManager` Oct 13 00:04:52.640 INFO kablam! --> src/resources/server_resources.rs:7:1 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 7 | pub struct SubscriptionManager { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.640 INFO kablam! warning: method is never used: `new` Oct 13 00:04:52.640 INFO kablam! --> src/resources/server_resources.rs:12:5 Oct 13 00:04:52.640 INFO kablam! | Oct 13 00:04:52.640 INFO kablam! 12 | pub fn new() -> Self { Oct 13 00:04:52.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.640 INFO kablam! Oct 13 00:04:52.643 INFO kablam! warning: method is never used: `set_player_sub` Oct 13 00:04:52.643 INFO kablam! --> src/resources/server_resources.rs:18:5 Oct 13 00:04:52.643 INFO kablam! | Oct 13 00:04:52.643 INFO kablam! 18 | pub fn set_player_sub(&mut self, lid: LocationId, pid: PlayerId, value: bool) { Oct 13 00:04:52.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.643 INFO kablam! Oct 13 00:04:52.643 INFO kablam! warning: struct is never constructed: `PortalManager` Oct 13 00:04:52.643 INFO kablam! --> src/resources/server_resources.rs:40:1 Oct 13 00:04:52.643 INFO kablam! | Oct 13 00:04:52.643 INFO kablam! 40 | pub struct PortalManager { Oct 13 00:04:52.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:04:52.643 INFO kablam! Oct 13 00:04:52.643 INFO kablam! warning: variant is never constructed: `ServerMode` Oct 13 00:04:52.643 INFO kablam! --> src/main.rs:12:5 Oct 13 00:04:52.643 INFO kablam! | Oct 13 00:04:52.643 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 13 00:04:52.643 INFO kablam! | ^^^^^^^^^^ Oct 13 00:04:52.643 INFO kablam! Oct 13 00:04:52.643 INFO kablam! warning: variant is never constructed: `SingleMode` Oct 13 00:04:52.643 INFO kablam! --> src/main.rs:12:29 Oct 13 00:04:52.643 INFO kablam! | Oct 13 00:04:52.643 INFO kablam! 12 | ServerMode, ClientMode, SingleMode, Oct 13 00:04:52.643 INFO kablam! | ^^^^^^^^^^ Oct 13 00:04:52.643 INFO kablam! Oct 13 00:04:53.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 13 00:04:53.219 INFO kablam! su: No module specific data is present Oct 13 00:04:54.564 INFO running `"docker" "rm" "-f" "39cdac3a9a3968f3d336568ff148b92d8a39b0316d38bc69fdb28057139e4f5d"` Oct 13 00:04:54.765 INFO blam! 39cdac3a9a3968f3d336568ff148b92d8a39b0316d38bc69fdb28057139e4f5d Oct 13 00:04:54.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 13 00:04:55.297 INFO blam! c7fc9c0c354519bfbe5ae10a9f920d1d434d73b0a84636281990389f5fc0b62c Oct 13 00:04:55.299 INFO running `"docker" "start" "-a" "c7fc9c0c354519bfbe5ae10a9f920d1d434d73b0a84636281990389f5fc0b62c"` Oct 13 00:04:57.079 INFO kablam! usermod: no changes Oct 13 00:04:57.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 00:04:57.171 INFO kablam! Running /target/debug/deps/multiplayer_serv_v2-34ef6019d6dbf11c Oct 13 00:04:57.171 INFO kablam! su: No module specific data is present Oct 13 00:04:57.171 INFO blam! Oct 13 00:04:57.171 INFO blam! running 0 tests Oct 13 00:04:57.171 INFO blam! Oct 13 00:04:57.172 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:04:57.172 INFO blam! Oct 13 00:04:58.515 INFO running `"docker" "rm" "-f" "c7fc9c0c354519bfbe5ae10a9f920d1d434d73b0a84636281990389f5fc0b62c"` Oct 13 00:04:58.727 INFO blam! c7fc9c0c354519bfbe5ae10a9f920d1d434d73b0a84636281990389f5fc0b62c