Oct 15 06:22:46.599 INFO testing TenStrings/Online2DBattleArena against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:22:46.599 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 06:22:47.139 INFO blam! 45c0306e3ba7857a9ab58c55cf0321c242684d835a5dfaec5fd5c3296cee39e9 Oct 15 06:22:47.145 INFO running `"docker" "start" "-a" "45c0306e3ba7857a9ab58c55cf0321c242684d835a5dfaec5fd5c3296cee39e9"` Oct 15 06:22:48.430 INFO kablam! usermod: no changes Oct 15 06:22:48.507 INFO kablam! Compiling binarizer v0.1.0 (/source/binarizer) Oct 15 06:22:48.531 INFO kablam! Compiling binarizer-derive v0.1.0 (/source/binarizer-derive) Oct 15 06:22:49.608 INFO kablam! Compiling game v0.1.0 (/source/gamelib) Oct 15 06:22:50.147 INFO kablam! warning: variant is never constructed: `Ping` Oct 15 06:22:50.147 INFO kablam! --> gamelib/src/communication/mod.rs:13:5 Oct 15 06:22:50.147 INFO kablam! | Oct 15 06:22:50.147 INFO kablam! 13 | Ping, Oct 15 06:22:50.147 INFO kablam! | ^^^^ Oct 15 06:22:50.148 INFO kablam! | Oct 15 06:22:50.148 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:22:50.148 INFO kablam! Oct 15 06:22:50.148 INFO kablam! warning: method is never used: `id` Oct 15 06:22:50.148 INFO kablam! --> gamelib/src/communication/mod.rs:18:5 Oct 15 06:22:50.148 INFO kablam! | Oct 15 06:22:50.148 INFO kablam! 18 | fn id(&self) -> u32 { Oct 15 06:22:50.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.148 INFO kablam! Oct 15 06:22:50.148 INFO kablam! warning: struct is never constructed: `Message` Oct 15 06:22:50.148 INFO kablam! --> gamelib/src/communication/mod.rs:26:1 Oct 15 06:22:50.148 INFO kablam! | Oct 15 06:22:50.148 INFO kablam! 26 | pub struct Message { Oct 15 06:22:50.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.148 INFO kablam! Oct 15 06:22:50.148 INFO kablam! warning: method is never used: `new` Oct 15 06:22:50.148 INFO kablam! --> gamelib/src/communication/mod.rs:33:5 Oct 15 06:22:50.148 INFO kablam! | Oct 15 06:22:50.148 INFO kablam! 33 | pub fn new(kind: MessageType) -> Self { Oct 15 06:22:50.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.148 INFO kablam! Oct 15 06:22:50.148 INFO kablam! warning: method is never used: `as_bytes` Oct 15 06:22:50.148 INFO kablam! --> gamelib/src/communication/mod.rs:41:5 Oct 15 06:22:50.148 INFO kablam! | Oct 15 06:22:50.148 INFO kablam! 41 | fn as_bytes(&self) -> Vec { Oct 15 06:22:50.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.148 INFO kablam! Oct 15 06:22:50.148 INFO kablam! warning: struct is never constructed: `Channel` Oct 15 06:22:50.148 INFO kablam! --> gamelib/src/communication/mod.rs:56:1 Oct 15 06:22:50.148 INFO kablam! | Oct 15 06:22:50.148 INFO kablam! 56 | pub struct Channel<'a, T: 'a + Messageable> { Oct 15 06:22:50.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.148 INFO kablam! Oct 15 06:22:50.148 INFO kablam! warning: method is never used: `with` Oct 15 06:22:50.148 INFO kablam! --> gamelib/src/communication/mod.rs:63:5 Oct 15 06:22:50.148 INFO kablam! | Oct 15 06:22:50.148 INFO kablam! 63 | pub fn with(destination: &'a T) -> Self Oct 15 06:22:50.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.148 INFO kablam! Oct 15 06:22:50.148 INFO kablam! warning: method is never used: `send` Oct 15 06:22:50.148 INFO kablam! --> gamelib/src/communication/mod.rs:72:5 Oct 15 06:22:50.148 INFO kablam! | Oct 15 06:22:50.148 INFO kablam! 72 | pub fn send(&self, message: Message) -> Status { Oct 15 06:22:50.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.148 INFO kablam! Oct 15 06:22:50.148 INFO kablam! warning: method is never used: `receive` Oct 15 06:22:50.148 INFO kablam! --> gamelib/src/communication/mod.rs:78:5 Oct 15 06:22:50.148 INFO kablam! | Oct 15 06:22:50.148 INFO kablam! 78 | pub fn receive(&self) -> Message { Oct 15 06:22:50.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.148 INFO kablam! Oct 15 06:22:50.148 INFO kablam! warning: variant is never constructed: `Sent` Oct 15 06:22:50.148 INFO kablam! --> gamelib/src/communication/mod.rs:87:5 Oct 15 06:22:50.148 INFO kablam! | Oct 15 06:22:50.148 INFO kablam! 87 | Sent, Oct 15 06:22:50.148 INFO kablam! | ^^^^ Oct 15 06:22:50.148 INFO kablam! Oct 15 06:22:50.148 INFO kablam! warning: variant is never constructed: `Timeout` Oct 15 06:22:50.148 INFO kablam! --> gamelib/src/communication/mod.rs:88:5 Oct 15 06:22:50.148 INFO kablam! | Oct 15 06:22:50.148 INFO kablam! 88 | Timeout, Oct 15 06:22:50.148 INFO kablam! | ^^^^^^^ Oct 15 06:22:50.148 INFO kablam! Oct 15 06:22:51.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.58s Oct 15 06:22:51.047 INFO kablam! su: No module specific data is present Oct 15 06:22:51.695 INFO running `"docker" "rm" "-f" "45c0306e3ba7857a9ab58c55cf0321c242684d835a5dfaec5fd5c3296cee39e9"` Oct 15 06:22:51.943 INFO blam! 45c0306e3ba7857a9ab58c55cf0321c242684d835a5dfaec5fd5c3296cee39e9 Oct 15 06:22:51.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 06:22:52.539 INFO blam! 4ff77a1df8947d338b1380073169b627425760c46b6df5b225073a5889f222d1 Oct 15 06:22:52.547 INFO running `"docker" "start" "-a" "4ff77a1df8947d338b1380073169b627425760c46b6df5b225073a5889f222d1"` Oct 15 06:22:53.971 INFO kablam! usermod: no changes Oct 15 06:22:54.063 INFO kablam! Compiling binarizer-derive v0.1.0 (/source/binarizer-derive) Oct 15 06:22:54.071 INFO kablam! Compiling binarizer v0.1.0 (/source/binarizer) Oct 15 06:22:54.071 INFO kablam! Compiling game v0.1.0 (/source/gamelib) Oct 15 06:22:55.483 INFO kablam! warning: method is never used: `id` Oct 15 06:22:55.483 INFO kablam! --> gamelib/src/communication/mod.rs:18:5 Oct 15 06:22:55.483 INFO kablam! | Oct 15 06:22:55.483 INFO kablam! 18 | fn id(&self) -> u32 { Oct 15 06:22:55.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:55.483 INFO kablam! | Oct 15 06:22:55.483 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:22:55.483 INFO kablam! Oct 15 06:22:55.483 INFO kablam! warning: field is never used: `kind` Oct 15 06:22:55.483 INFO kablam! --> gamelib/src/communication/mod.rs:27:5 Oct 15 06:22:55.483 INFO kablam! | Oct 15 06:22:55.483 INFO kablam! 27 | kind: MessageType, Oct 15 06:22:55.483 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 06:22:55.483 INFO kablam! Oct 15 06:22:55.483 INFO kablam! warning: field is never used: `seq` Oct 15 06:22:55.483 INFO kablam! --> gamelib/src/communication/mod.rs:28:5 Oct 15 06:22:55.483 INFO kablam! | Oct 15 06:22:55.483 INFO kablam! 28 | seq: i32, Oct 15 06:22:55.483 INFO kablam! | ^^^^^^^^ Oct 15 06:22:55.483 INFO kablam! Oct 15 06:22:55.483 INFO kablam! warning: field is never used: `ack` Oct 15 06:22:55.483 INFO kablam! --> gamelib/src/communication/mod.rs:29:5 Oct 15 06:22:55.483 INFO kablam! | Oct 15 06:22:55.483 INFO kablam! 29 | ack: i32, Oct 15 06:22:55.483 INFO kablam! | ^^^^^^^^ Oct 15 06:22:55.483 INFO kablam! Oct 15 06:22:55.483 INFO kablam! warning: field is never used: `seq` Oct 15 06:22:55.483 INFO kablam! --> gamelib/src/communication/mod.rs:58:5 Oct 15 06:22:55.483 INFO kablam! | Oct 15 06:22:55.483 INFO kablam! 58 | seq: u32, Oct 15 06:22:55.483 INFO kablam! | ^^^^^^^^ Oct 15 06:22:55.483 INFO kablam! Oct 15 06:22:55.483 INFO kablam! warning: method is never used: `receive` Oct 15 06:22:55.483 INFO kablam! --> gamelib/src/communication/mod.rs:78:5 Oct 15 06:22:55.483 INFO kablam! | Oct 15 06:22:55.483 INFO kablam! 78 | pub fn receive(&self) -> Message { Oct 15 06:22:55.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:55.483 INFO kablam! Oct 15 06:22:55.483 INFO kablam! warning: variant is never constructed: `Timeout` Oct 15 06:22:55.483 INFO kablam! --> gamelib/src/communication/mod.rs:88:5 Oct 15 06:22:55.483 INFO kablam! | Oct 15 06:22:55.483 INFO kablam! 88 | Timeout, Oct 15 06:22:55.483 INFO kablam! | ^^^^^^^ Oct 15 06:22:55.483 INFO kablam! Oct 15 06:22:56.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Oct 15 06:22:56.759 INFO kablam! su: No module specific data is present Oct 15 06:22:57.263 INFO running `"docker" "rm" "-f" "4ff77a1df8947d338b1380073169b627425760c46b6df5b225073a5889f222d1"` Oct 15 06:22:57.385 INFO blam! 4ff77a1df8947d338b1380073169b627425760c46b6df5b225073a5889f222d1 Oct 15 06:22:57.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 06:22:57.643 INFO blam! 0628c750ebb2dae74587bba39cbec0640de1af8044a5f53cfe40f012b309c686 Oct 15 06:22:57.647 INFO running `"docker" "start" "-a" "0628c750ebb2dae74587bba39cbec0640de1af8044a5f53cfe40f012b309c686"` Oct 15 06:22:58.728 INFO kablam! usermod: no changes Oct 15 06:22:58.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 06:22:58.763 INFO kablam! Running /target/debug/deps/binarizer-bbd9179c8ba1d2fe Oct 15 06:22:58.775 INFO blam! Oct 15 06:22:58.775 INFO blam! running 1 test Oct 15 06:22:58.775 INFO blam! test tests::can_serialize_numeric_types ... ok Oct 15 06:22:58.775 INFO blam! Oct 15 06:22:58.775 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:58.775 INFO blam! Oct 15 06:22:58.777 INFO kablam! Running /target/debug/deps/binarizer_derive-5f66a6c9834b60ff Oct 15 06:22:58.788 INFO blam! Oct 15 06:22:58.788 INFO blam! running 1 test Oct 15 06:22:58.797 INFO blam! test tests::it_works ... ok Oct 15 06:22:58.797 INFO blam! Oct 15 06:22:58.797 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:58.797 INFO blam! Oct 15 06:22:58.798 INFO kablam! Running /target/debug/deps/game-d7b0f9686ad84bce Oct 15 06:22:58.804 INFO blam! Oct 15 06:22:58.804 INFO blam! running 1 test Oct 15 06:22:58.809 INFO blam! test communication::tests::can_ping ... ok Oct 15 06:22:58.809 INFO blam! Oct 15 06:22:58.809 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:58.809 INFO blam! Oct 15 06:22:58.809 INFO kablam! Running /target/debug/deps/game-45d5eefbc7066e00 Oct 15 06:22:58.822 INFO blam! Oct 15 06:22:58.822 INFO blam! running 0 tests Oct 15 06:22:58.822 INFO blam! Oct 15 06:22:58.822 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:58.822 INFO blam! Oct 15 06:22:58.823 INFO kablam! Doc-tests binarizer-derive Oct 15 06:22:59.361 INFO blam! Oct 15 06:22:59.361 INFO blam! running 0 tests Oct 15 06:22:59.361 INFO blam! Oct 15 06:22:59.361 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:59.361 INFO blam! Oct 15 06:22:59.367 INFO kablam! Doc-tests binarizer Oct 15 06:22:59.839 INFO blam! Oct 15 06:22:59.839 INFO blam! running 0 tests Oct 15 06:22:59.839 INFO blam! Oct 15 06:22:59.840 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:59.840 INFO blam! Oct 15 06:22:59.847 INFO kablam! Doc-tests game Oct 15 06:23:00.279 INFO blam! Oct 15 06:23:00.279 INFO blam! running 0 tests Oct 15 06:23:00.279 INFO blam! Oct 15 06:23:00.279 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:23:00.279 INFO blam! Oct 15 06:23:00.286 INFO kablam! su: No module specific data is present Oct 15 06:23:00.613 INFO running `"docker" "rm" "-f" "0628c750ebb2dae74587bba39cbec0640de1af8044a5f53cfe40f012b309c686"` Oct 15 06:23:00.679 INFO blam! 0628c750ebb2dae74587bba39cbec0640de1af8044a5f53cfe40f012b309c686