Oct 13 02:22:15.932 INFO checking TenStrings/Online2DBattleArena against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 02:22:15.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 02:22:16.384 INFO blam! e4254e9c082b0dedae52da58f2a75b3534397fd0c17c5a96c2d545d305a07fcc Oct 13 02:22:16.386 INFO running `"docker" "start" "-a" "e4254e9c082b0dedae52da58f2a75b3534397fd0c17c5a96c2d545d305a07fcc"` Oct 13 02:22:17.420 INFO kablam! usermod: no changes Oct 13 02:22:17.524 INFO kablam! Checking binarizer v0.1.0 (/source/binarizer) Oct 13 02:22:17.528 INFO kablam! Checking binarizer-derive v0.1.0 (/source/binarizer-derive) Oct 13 02:22:18.751 INFO kablam! Checking game v0.1.0 (/source/gamelib) Oct 13 02:22:19.328 INFO kablam! warning: variant is never constructed: `Ping` Oct 13 02:22:19.328 INFO kablam! --> gamelib/src/communication/mod.rs:13:5 Oct 13 02:22:19.328 INFO kablam! | Oct 13 02:22:19.328 INFO kablam! 13 | Ping, Oct 13 02:22:19.328 INFO kablam! | ^^^^ Oct 13 02:22:19.328 INFO kablam! | Oct 13 02:22:19.328 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:22:19.328 INFO kablam! Oct 13 02:22:19.328 INFO kablam! warning: method is never used: `id` Oct 13 02:22:19.328 INFO kablam! --> gamelib/src/communication/mod.rs:18:5 Oct 13 02:22:19.328 INFO kablam! | Oct 13 02:22:19.328 INFO kablam! 18 | fn id(&self) -> u32 { Oct 13 02:22:19.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 02:22:19.328 INFO kablam! Oct 13 02:22:19.328 INFO kablam! warning: struct is never constructed: `Message` Oct 13 02:22:19.328 INFO kablam! --> gamelib/src/communication/mod.rs:26:1 Oct 13 02:22:19.328 INFO kablam! | Oct 13 02:22:19.328 INFO kablam! 26 | pub struct Message { Oct 13 02:22:19.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 02:22:19.328 INFO kablam! Oct 13 02:22:19.328 INFO kablam! warning: method is never used: `new` Oct 13 02:22:19.328 INFO kablam! --> gamelib/src/communication/mod.rs:33:5 Oct 13 02:22:19.328 INFO kablam! | Oct 13 02:22:19.328 INFO kablam! 33 | pub fn new(kind: MessageType) -> Self { Oct 13 02:22:19.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:22:19.328 INFO kablam! Oct 13 02:22:19.328 INFO kablam! warning: method is never used: `as_bytes` Oct 13 02:22:19.328 INFO kablam! --> gamelib/src/communication/mod.rs:41:5 Oct 13 02:22:19.328 INFO kablam! | Oct 13 02:22:19.328 INFO kablam! 41 | fn as_bytes(&self) -> Vec { Oct 13 02:22:19.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:22:19.328 INFO kablam! Oct 13 02:22:19.328 INFO kablam! warning: struct is never constructed: `Channel` Oct 13 02:22:19.328 INFO kablam! --> gamelib/src/communication/mod.rs:56:1 Oct 13 02:22:19.328 INFO kablam! | Oct 13 02:22:19.328 INFO kablam! 56 | pub struct Channel<'a, T: 'a + Messageable> { Oct 13 02:22:19.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:22:19.328 INFO kablam! Oct 13 02:22:19.328 INFO kablam! warning: method is never used: `with` Oct 13 02:22:19.328 INFO kablam! --> gamelib/src/communication/mod.rs:63:5 Oct 13 02:22:19.328 INFO kablam! | Oct 13 02:22:19.328 INFO kablam! 63 | pub fn with(destination: &'a T) -> Self Oct 13 02:22:19.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:22:19.329 INFO kablam! Oct 13 02:22:19.329 INFO kablam! warning: method is never used: `send` Oct 13 02:22:19.329 INFO kablam! --> gamelib/src/communication/mod.rs:72:5 Oct 13 02:22:19.329 INFO kablam! | Oct 13 02:22:19.329 INFO kablam! 72 | pub fn send(&self, message: Message) -> Status { Oct 13 02:22:19.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:22:19.329 INFO kablam! Oct 13 02:22:19.329 INFO kablam! warning: method is never used: `receive` Oct 13 02:22:19.329 INFO kablam! --> gamelib/src/communication/mod.rs:78:5 Oct 13 02:22:19.329 INFO kablam! | Oct 13 02:22:19.329 INFO kablam! 78 | pub fn receive(&self) -> Message { Oct 13 02:22:19.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:22:19.329 INFO kablam! Oct 13 02:22:19.329 INFO kablam! warning: variant is never constructed: `Sent` Oct 13 02:22:19.329 INFO kablam! --> gamelib/src/communication/mod.rs:87:5 Oct 13 02:22:19.329 INFO kablam! | Oct 13 02:22:19.329 INFO kablam! 87 | Sent, Oct 13 02:22:19.329 INFO kablam! | ^^^^ Oct 13 02:22:19.329 INFO kablam! Oct 13 02:22:19.329 INFO kablam! warning: variant is never constructed: `Timeout` Oct 13 02:22:19.329 INFO kablam! --> gamelib/src/communication/mod.rs:88:5 Oct 13 02:22:19.329 INFO kablam! | Oct 13 02:22:19.329 INFO kablam! 88 | Timeout, Oct 13 02:22:19.329 INFO kablam! | ^^^^^^^ Oct 13 02:22:19.329 INFO kablam! Oct 13 02:22:19.368 INFO kablam! warning: method is never used: `id` Oct 13 02:22:19.368 INFO kablam! --> gamelib/src/communication/mod.rs:18:5 Oct 13 02:22:19.368 INFO kablam! | Oct 13 02:22:19.368 INFO kablam! 18 | fn id(&self) -> u32 { Oct 13 02:22:19.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 02:22:19.368 INFO kablam! | Oct 13 02:22:19.368 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:22:19.368 INFO kablam! Oct 13 02:22:19.368 INFO kablam! warning: field is never used: `kind` Oct 13 02:22:19.368 INFO kablam! --> gamelib/src/communication/mod.rs:27:5 Oct 13 02:22:19.368 INFO kablam! | Oct 13 02:22:19.368 INFO kablam! 27 | kind: MessageType, Oct 13 02:22:19.368 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 02:22:19.368 INFO kablam! Oct 13 02:22:19.368 INFO kablam! warning: field is never used: `seq` Oct 13 02:22:19.368 INFO kablam! --> gamelib/src/communication/mod.rs:28:5 Oct 13 02:22:19.368 INFO kablam! | Oct 13 02:22:19.368 INFO kablam! 28 | seq: i32, Oct 13 02:22:19.368 INFO kablam! | ^^^^^^^^ Oct 13 02:22:19.368 INFO kablam! Oct 13 02:22:19.368 INFO kablam! warning: field is never used: `ack` Oct 13 02:22:19.368 INFO kablam! --> gamelib/src/communication/mod.rs:29:5 Oct 13 02:22:19.368 INFO kablam! | Oct 13 02:22:19.368 INFO kablam! 29 | ack: i32, Oct 13 02:22:19.368 INFO kablam! | ^^^^^^^^ Oct 13 02:22:19.368 INFO kablam! Oct 13 02:22:19.368 INFO kablam! warning: field is never used: `seq` Oct 13 02:22:19.368 INFO kablam! --> gamelib/src/communication/mod.rs:58:5 Oct 13 02:22:19.368 INFO kablam! | Oct 13 02:22:19.368 INFO kablam! 58 | seq: u32, Oct 13 02:22:19.368 INFO kablam! | ^^^^^^^^ Oct 13 02:22:19.368 INFO kablam! Oct 13 02:22:19.368 INFO kablam! warning: method is never used: `receive` Oct 13 02:22:19.368 INFO kablam! --> gamelib/src/communication/mod.rs:78:5 Oct 13 02:22:19.368 INFO kablam! | Oct 13 02:22:19.368 INFO kablam! 78 | pub fn receive(&self) -> Message { Oct 13 02:22:19.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:22:19.368 INFO kablam! Oct 13 02:22:19.368 INFO kablam! warning: variant is never constructed: `Timeout` Oct 13 02:22:19.368 INFO kablam! --> gamelib/src/communication/mod.rs:88:5 Oct 13 02:22:19.368 INFO kablam! | Oct 13 02:22:19.368 INFO kablam! 88 | Timeout, Oct 13 02:22:19.368 INFO kablam! | ^^^^^^^ Oct 13 02:22:19.368 INFO kablam! Oct 13 02:22:20.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.57s Oct 13 02:22:20.048 INFO kablam! su: No module specific data is present Oct 13 02:22:20.498 INFO running `"docker" "rm" "-f" "e4254e9c082b0dedae52da58f2a75b3534397fd0c17c5a96c2d545d305a07fcc"` Oct 13 02:22:20.785 INFO blam! e4254e9c082b0dedae52da58f2a75b3534397fd0c17c5a96c2d545d305a07fcc