Oct 27 09:30:56.116 INFO checking TenStrings/Online2DBattleArena against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:30:56.116 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 09:30:56.621 INFO blam! ba1a91a7c984e3d514c878a99b7e134e915bb7bdee23eeb1b4fcf8ef6fece431 Oct 27 09:30:56.629 INFO running `"docker" "start" "-a" "ba1a91a7c984e3d514c878a99b7e134e915bb7bdee23eeb1b4fcf8ef6fece431"` Oct 27 09:30:57.643 INFO kablam! usermod: no changes Oct 27 09:30:57.703 INFO kablam! Checking binarizer v0.1.0 (/source/binarizer) Oct 27 09:30:57.707 INFO kablam! Checking binarizer-derive v0.1.0 (/source/binarizer-derive) Oct 27 09:30:59.269 INFO kablam! Checking game v0.1.0 (/source/gamelib) Oct 27 09:31:00.051 INFO kablam! warning: variant is never constructed: `Ping` Oct 27 09:31:00.051 INFO kablam! --> gamelib/src/communication/mod.rs:13:5 Oct 27 09:31:00.051 INFO kablam! | Oct 27 09:31:00.051 INFO kablam! 13 | Ping, Oct 27 09:31:00.051 INFO kablam! | ^^^^ Oct 27 09:31:00.051 INFO kablam! | Oct 27 09:31:00.051 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:31:00.051 INFO kablam! Oct 27 09:31:00.051 INFO kablam! warning: method is never used: `id` Oct 27 09:31:00.051 INFO kablam! --> gamelib/src/communication/mod.rs:18:5 Oct 27 09:31:00.051 INFO kablam! | Oct 27 09:31:00.051 INFO kablam! 18 | fn id(&self) -> u32 { Oct 27 09:31:00.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:31:00.051 INFO kablam! Oct 27 09:31:00.051 INFO kablam! warning: struct is never constructed: `Message` Oct 27 09:31:00.051 INFO kablam! --> gamelib/src/communication/mod.rs:26:1 Oct 27 09:31:00.051 INFO kablam! | Oct 27 09:31:00.051 INFO kablam! 26 | pub struct Message { Oct 27 09:31:00.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 09:31:00.051 INFO kablam! Oct 27 09:31:00.051 INFO kablam! warning: method is never used: `new` Oct 27 09:31:00.051 INFO kablam! --> gamelib/src/communication/mod.rs:33:5 Oct 27 09:31:00.051 INFO kablam! | Oct 27 09:31:00.051 INFO kablam! 33 | pub fn new(kind: MessageType) -> Self { Oct 27 09:31:00.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:31:00.051 INFO kablam! Oct 27 09:31:00.051 INFO kablam! warning: method is never used: `as_bytes` Oct 27 09:31:00.051 INFO kablam! --> gamelib/src/communication/mod.rs:41:5 Oct 27 09:31:00.051 INFO kablam! | Oct 27 09:31:00.051 INFO kablam! 41 | fn as_bytes(&self) -> Vec { Oct 27 09:31:00.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:31:00.051 INFO kablam! Oct 27 09:31:00.051 INFO kablam! warning: struct is never constructed: `Channel` Oct 27 09:31:00.051 INFO kablam! --> gamelib/src/communication/mod.rs:56:1 Oct 27 09:31:00.051 INFO kablam! | Oct 27 09:31:00.051 INFO kablam! 56 | pub struct Channel<'a, T: 'a + Messageable> { Oct 27 09:31:00.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:31:00.051 INFO kablam! Oct 27 09:31:00.051 INFO kablam! warning: method is never used: `with` Oct 27 09:31:00.051 INFO kablam! --> gamelib/src/communication/mod.rs:63:5 Oct 27 09:31:00.051 INFO kablam! | Oct 27 09:31:00.051 INFO kablam! 63 | pub fn with(destination: &'a T) -> Self Oct 27 09:31:00.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:31:00.052 INFO kablam! Oct 27 09:31:00.052 INFO kablam! warning: method is never used: `send` Oct 27 09:31:00.052 INFO kablam! --> gamelib/src/communication/mod.rs:72:5 Oct 27 09:31:00.052 INFO kablam! | Oct 27 09:31:00.052 INFO kablam! 72 | pub fn send(&self, message: Message) -> Status { Oct 27 09:31:00.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:31:00.052 INFO kablam! Oct 27 09:31:00.052 INFO kablam! warning: method is never used: `receive` Oct 27 09:31:00.052 INFO kablam! --> gamelib/src/communication/mod.rs:78:5 Oct 27 09:31:00.052 INFO kablam! | Oct 27 09:31:00.052 INFO kablam! 78 | pub fn receive(&self) -> Message { Oct 27 09:31:00.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:31:00.052 INFO kablam! Oct 27 09:31:00.052 INFO kablam! warning: variant is never constructed: `Sent` Oct 27 09:31:00.052 INFO kablam! --> gamelib/src/communication/mod.rs:87:5 Oct 27 09:31:00.052 INFO kablam! | Oct 27 09:31:00.052 INFO kablam! 87 | Sent, Oct 27 09:31:00.052 INFO kablam! | ^^^^ Oct 27 09:31:00.052 INFO kablam! Oct 27 09:31:00.052 INFO kablam! warning: variant is never constructed: `Timeout` Oct 27 09:31:00.052 INFO kablam! --> gamelib/src/communication/mod.rs:88:5 Oct 27 09:31:00.052 INFO kablam! | Oct 27 09:31:00.052 INFO kablam! 88 | Timeout, Oct 27 09:31:00.052 INFO kablam! | ^^^^^^^ Oct 27 09:31:00.052 INFO kablam! Oct 27 09:31:00.179 INFO kablam! warning: method is never used: `id` Oct 27 09:31:00.179 INFO kablam! --> gamelib/src/communication/mod.rs:18:5 Oct 27 09:31:00.179 INFO kablam! | Oct 27 09:31:00.179 INFO kablam! 18 | fn id(&self) -> u32 { Oct 27 09:31:00.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 09:31:00.179 INFO kablam! | Oct 27 09:31:00.179 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:31:00.179 INFO kablam! Oct 27 09:31:00.179 INFO kablam! warning: field is never used: `kind` Oct 27 09:31:00.179 INFO kablam! --> gamelib/src/communication/mod.rs:27:5 Oct 27 09:31:00.179 INFO kablam! | Oct 27 09:31:00.179 INFO kablam! 27 | kind: MessageType, Oct 27 09:31:00.179 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 09:31:00.179 INFO kablam! Oct 27 09:31:00.179 INFO kablam! warning: field is never used: `seq` Oct 27 09:31:00.179 INFO kablam! --> gamelib/src/communication/mod.rs:28:5 Oct 27 09:31:00.179 INFO kablam! | Oct 27 09:31:00.179 INFO kablam! 28 | seq: i32, Oct 27 09:31:00.179 INFO kablam! | ^^^^^^^^ Oct 27 09:31:00.179 INFO kablam! Oct 27 09:31:00.179 INFO kablam! warning: field is never used: `ack` Oct 27 09:31:00.179 INFO kablam! --> gamelib/src/communication/mod.rs:29:5 Oct 27 09:31:00.179 INFO kablam! | Oct 27 09:31:00.179 INFO kablam! 29 | ack: i32, Oct 27 09:31:00.179 INFO kablam! | ^^^^^^^^ Oct 27 09:31:00.179 INFO kablam! Oct 27 09:31:00.179 INFO kablam! warning: field is never used: `seq` Oct 27 09:31:00.179 INFO kablam! --> gamelib/src/communication/mod.rs:58:5 Oct 27 09:31:00.179 INFO kablam! | Oct 27 09:31:00.179 INFO kablam! 58 | seq: u32, Oct 27 09:31:00.179 INFO kablam! | ^^^^^^^^ Oct 27 09:31:00.179 INFO kablam! Oct 27 09:31:00.179 INFO kablam! warning: method is never used: `receive` Oct 27 09:31:00.179 INFO kablam! --> gamelib/src/communication/mod.rs:78:5 Oct 27 09:31:00.179 INFO kablam! | Oct 27 09:31:00.179 INFO kablam! 78 | pub fn receive(&self) -> Message { Oct 27 09:31:00.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:31:00.179 INFO kablam! Oct 27 09:31:00.179 INFO kablam! warning: variant is never constructed: `Timeout` Oct 27 09:31:00.179 INFO kablam! --> gamelib/src/communication/mod.rs:88:5 Oct 27 09:31:00.179 INFO kablam! | Oct 27 09:31:00.179 INFO kablam! 88 | Timeout, Oct 27 09:31:00.179 INFO kablam! | ^^^^^^^ Oct 27 09:31:00.179 INFO kablam! Oct 27 09:31:00.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.22s Oct 27 09:31:00.884 INFO kablam! su: No module specific data is present Oct 27 09:31:01.431 INFO running `"docker" "rm" "-f" "ba1a91a7c984e3d514c878a99b7e134e915bb7bdee23eeb1b4fcf8ef6fece431"` Oct 27 09:31:01.695 INFO blam! ba1a91a7c984e3d514c878a99b7e134e915bb7bdee23eeb1b4fcf8ef6fece431