Oct 15 06:22:46.447 INFO testing TenStrings/Online2DBattleArena against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:22:46.447 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:22:47.073 INFO blam! f4675b121fb7aaa968b422ec81b5140d2ef5957dd203093d5d7c2183cae19317 Oct 15 06:22:47.074 INFO running `"docker" "start" "-a" "f4675b121fb7aaa968b422ec81b5140d2ef5957dd203093d5d7c2183cae19317"` Oct 15 06:22:48.465 INFO kablam! usermod: no changes Oct 15 06:22:48.519 INFO kablam! Compiling binarizer v0.1.0 (/source/binarizer) Oct 15 06:22:48.519 INFO kablam! Compiling binarizer-derive v0.1.0 (/source/binarizer-derive) Oct 15 06:22:49.667 INFO kablam! Compiling game v0.1.0 (/source/gamelib) Oct 15 06:22:50.079 INFO kablam! warning: variant is never constructed: `Ping` Oct 15 06:22:50.079 INFO kablam! --> gamelib/src/communication/mod.rs:13:5 Oct 15 06:22:50.079 INFO kablam! | Oct 15 06:22:50.079 INFO kablam! 13 | Ping, Oct 15 06:22:50.079 INFO kablam! | ^^^^ Oct 15 06:22:50.079 INFO kablam! | Oct 15 06:22:50.079 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:22:50.079 INFO kablam! Oct 15 06:22:50.079 INFO kablam! warning: method is never used: `id` Oct 15 06:22:50.079 INFO kablam! --> gamelib/src/communication/mod.rs:18:5 Oct 15 06:22:50.079 INFO kablam! | Oct 15 06:22:50.079 INFO kablam! 18 | fn id(&self) -> u32 { Oct 15 06:22:50.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.079 INFO kablam! Oct 15 06:22:50.079 INFO kablam! warning: struct is never constructed: `Message` Oct 15 06:22:50.079 INFO kablam! --> gamelib/src/communication/mod.rs:26:1 Oct 15 06:22:50.079 INFO kablam! | Oct 15 06:22:50.079 INFO kablam! 26 | pub struct Message { Oct 15 06:22:50.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.079 INFO kablam! Oct 15 06:22:50.079 INFO kablam! warning: method is never used: `new` Oct 15 06:22:50.079 INFO kablam! --> gamelib/src/communication/mod.rs:33:5 Oct 15 06:22:50.079 INFO kablam! | Oct 15 06:22:50.079 INFO kablam! 33 | pub fn new(kind: MessageType) -> Self { Oct 15 06:22:50.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.079 INFO kablam! Oct 15 06:22:50.079 INFO kablam! warning: method is never used: `as_bytes` Oct 15 06:22:50.079 INFO kablam! --> gamelib/src/communication/mod.rs:41:5 Oct 15 06:22:50.079 INFO kablam! | Oct 15 06:22:50.079 INFO kablam! 41 | fn as_bytes(&self) -> Vec { Oct 15 06:22:50.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.079 INFO kablam! Oct 15 06:22:50.079 INFO kablam! warning: struct is never constructed: `Channel` Oct 15 06:22:50.079 INFO kablam! --> gamelib/src/communication/mod.rs:56:1 Oct 15 06:22:50.079 INFO kablam! | Oct 15 06:22:50.079 INFO kablam! 56 | pub struct Channel<'a, T: 'a + Messageable> { Oct 15 06:22:50.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.079 INFO kablam! Oct 15 06:22:50.079 INFO kablam! warning: method is never used: `with` Oct 15 06:22:50.079 INFO kablam! --> gamelib/src/communication/mod.rs:63:5 Oct 15 06:22:50.079 INFO kablam! | Oct 15 06:22:50.079 INFO kablam! 63 | pub fn with(destination: &'a T) -> Self Oct 15 06:22:50.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.079 INFO kablam! Oct 15 06:22:50.079 INFO kablam! warning: method is never used: `send` Oct 15 06:22:50.080 INFO kablam! --> gamelib/src/communication/mod.rs:72:5 Oct 15 06:22:50.080 INFO kablam! | Oct 15 06:22:50.080 INFO kablam! 72 | pub fn send(&self, message: Message) -> Status { Oct 15 06:22:50.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.080 INFO kablam! Oct 15 06:22:50.080 INFO kablam! warning: method is never used: `receive` Oct 15 06:22:50.080 INFO kablam! --> gamelib/src/communication/mod.rs:78:5 Oct 15 06:22:50.080 INFO kablam! | Oct 15 06:22:50.080 INFO kablam! 78 | pub fn receive(&self) -> Message { Oct 15 06:22:50.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.080 INFO kablam! Oct 15 06:22:50.080 INFO kablam! warning: variant is never constructed: `Sent` Oct 15 06:22:50.080 INFO kablam! --> gamelib/src/communication/mod.rs:87:5 Oct 15 06:22:50.080 INFO kablam! | Oct 15 06:22:50.080 INFO kablam! 87 | Sent, Oct 15 06:22:50.080 INFO kablam! | ^^^^ Oct 15 06:22:50.080 INFO kablam! Oct 15 06:22:50.080 INFO kablam! warning: variant is never constructed: `Timeout` Oct 15 06:22:50.080 INFO kablam! --> gamelib/src/communication/mod.rs:88:5 Oct 15 06:22:50.080 INFO kablam! | Oct 15 06:22:50.080 INFO kablam! 88 | Timeout, Oct 15 06:22:50.080 INFO kablam! | ^^^^^^^ Oct 15 06:22:50.080 INFO kablam! Oct 15 06:22:51.009 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.51s Oct 15 06:22:51.013 INFO kablam! su: No module specific data is present Oct 15 06:22:51.684 INFO running `"docker" "rm" "-f" "f4675b121fb7aaa968b422ec81b5140d2ef5957dd203093d5d7c2183cae19317"` Oct 15 06:22:51.911 INFO blam! f4675b121fb7aaa968b422ec81b5140d2ef5957dd203093d5d7c2183cae19317 Oct 15 06:22:51.920 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:22:52.434 INFO blam! 840ace6ae32c6fbce7ed68004e6cc072faff21b7980d7f4d87e913eb5f0ffd9d Oct 15 06:22:52.436 INFO running `"docker" "start" "-a" "840ace6ae32c6fbce7ed68004e6cc072faff21b7980d7f4d87e913eb5f0ffd9d"` Oct 15 06:22:53.631 INFO kablam! usermod: no changes Oct 15 06:22:53.698 INFO kablam! Compiling binarizer-derive v0.1.0 (/source/binarizer-derive) Oct 15 06:22:53.699 INFO kablam! Compiling binarizer v0.1.0 (/source/binarizer) Oct 15 06:22:53.703 INFO kablam! Compiling game v0.1.0 (/source/gamelib) Oct 15 06:22:55.031 INFO kablam! warning: method is never used: `id` Oct 15 06:22:55.031 INFO kablam! --> gamelib/src/communication/mod.rs:18:5 Oct 15 06:22:55.031 INFO kablam! | Oct 15 06:22:55.031 INFO kablam! 18 | fn id(&self) -> u32 { Oct 15 06:22:55.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:55.031 INFO kablam! | Oct 15 06:22:55.031 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:22:55.031 INFO kablam! Oct 15 06:22:55.031 INFO kablam! warning: field is never used: `kind` Oct 15 06:22:55.031 INFO kablam! --> gamelib/src/communication/mod.rs:27:5 Oct 15 06:22:55.031 INFO kablam! | Oct 15 06:22:55.031 INFO kablam! 27 | kind: MessageType, Oct 15 06:22:55.031 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 06:22:55.031 INFO kablam! Oct 15 06:22:55.031 INFO kablam! warning: field is never used: `seq` Oct 15 06:22:55.031 INFO kablam! --> gamelib/src/communication/mod.rs:28:5 Oct 15 06:22:55.031 INFO kablam! | Oct 15 06:22:55.031 INFO kablam! 28 | seq: i32, Oct 15 06:22:55.031 INFO kablam! | ^^^^^^^^ Oct 15 06:22:55.031 INFO kablam! Oct 15 06:22:55.031 INFO kablam! warning: field is never used: `ack` Oct 15 06:22:55.031 INFO kablam! --> gamelib/src/communication/mod.rs:29:5 Oct 15 06:22:55.031 INFO kablam! | Oct 15 06:22:55.031 INFO kablam! 29 | ack: i32, Oct 15 06:22:55.031 INFO kablam! | ^^^^^^^^ Oct 15 06:22:55.031 INFO kablam! Oct 15 06:22:55.031 INFO kablam! warning: field is never used: `seq` Oct 15 06:22:55.031 INFO kablam! --> gamelib/src/communication/mod.rs:58:5 Oct 15 06:22:55.031 INFO kablam! | Oct 15 06:22:55.031 INFO kablam! 58 | seq: u32, Oct 15 06:22:55.031 INFO kablam! | ^^^^^^^^ Oct 15 06:22:55.031 INFO kablam! Oct 15 06:22:55.031 INFO kablam! warning: method is never used: `receive` Oct 15 06:22:55.031 INFO kablam! --> gamelib/src/communication/mod.rs:78:5 Oct 15 06:22:55.031 INFO kablam! | Oct 15 06:22:55.031 INFO kablam! 78 | pub fn receive(&self) -> Message { Oct 15 06:22:55.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:55.031 INFO kablam! Oct 15 06:22:55.031 INFO kablam! warning: variant is never constructed: `Timeout` Oct 15 06:22:55.031 INFO kablam! --> gamelib/src/communication/mod.rs:88:5 Oct 15 06:22:55.031 INFO kablam! | Oct 15 06:22:55.031 INFO kablam! 88 | Timeout, Oct 15 06:22:55.031 INFO kablam! | ^^^^^^^ Oct 15 06:22:55.031 INFO kablam! Oct 15 06:22:56.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.81s Oct 15 06:22:56.483 INFO kablam! su: No module specific data is present Oct 15 06:22:57.035 INFO running `"docker" "rm" "-f" "840ace6ae32c6fbce7ed68004e6cc072faff21b7980d7f4d87e913eb5f0ffd9d"` Oct 15 06:22:57.217 INFO blam! 840ace6ae32c6fbce7ed68004e6cc072faff21b7980d7f4d87e913eb5f0ffd9d Oct 15 06:22:57.218 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 06:22:57.403 INFO blam! 52f104766f1638e74fedac1a1bb56a27b852c68945d3fc0ed445e960edd9bf24 Oct 15 06:22:57.408 INFO running `"docker" "start" "-a" "52f104766f1638e74fedac1a1bb56a27b852c68945d3fc0ed445e960edd9bf24"` Oct 15 06:22:58.075 INFO kablam! usermod: no changes Oct 15 06:22:58.118 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 06:22:58.128 INFO kablam! Running /target/debug/deps/binarizer-6473dfeaf469ccef Oct 15 06:22:58.135 INFO kablam! Running /target/debug/deps/binarizer_derive-d50bc67412d29c03 Oct 15 06:22:58.135 INFO blam! Oct 15 06:22:58.135 INFO blam! running 1 test Oct 15 06:22:58.135 INFO blam! test tests::can_serialize_numeric_types ... ok Oct 15 06:22:58.135 INFO blam! Oct 15 06:22:58.135 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:58.135 INFO blam! Oct 15 06:22:58.139 INFO blam! Oct 15 06:22:58.139 INFO blam! running 1 test Oct 15 06:22:58.155 INFO blam! test tests::it_works ... ok Oct 15 06:22:58.155 INFO blam! Oct 15 06:22:58.155 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:58.155 INFO blam! Oct 15 06:22:58.156 INFO kablam! Running /target/debug/deps/game-a0e407ecf74f8085 Oct 15 06:22:58.156 INFO blam! Oct 15 06:22:58.156 INFO blam! running 1 test Oct 15 06:22:58.167 INFO blam! test communication::tests::can_ping ... ok Oct 15 06:22:58.167 INFO blam! Oct 15 06:22:58.167 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:58.167 INFO blam! Oct 15 06:22:58.167 INFO blam! Oct 15 06:22:58.167 INFO blam! running 0 tests Oct 15 06:22:58.167 INFO blam! Oct 15 06:22:58.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:58.167 INFO blam! Oct 15 06:22:58.169 INFO kablam! Running /target/debug/deps/game-139daf54f2c80e0d Oct 15 06:22:58.169 INFO kablam! Doc-tests binarizer-derive Oct 15 06:22:58.803 INFO blam! Oct 15 06:22:58.803 INFO blam! running 0 tests Oct 15 06:22:58.803 INFO blam! Oct 15 06:22:58.803 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:58.803 INFO blam! Oct 15 06:22:58.804 INFO kablam! Doc-tests binarizer Oct 15 06:22:59.209 INFO blam! Oct 15 06:22:59.209 INFO blam! running 0 tests Oct 15 06:22:59.209 INFO blam! Oct 15 06:22:59.209 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:59.209 INFO blam! Oct 15 06:22:59.215 INFO kablam! Doc-tests game Oct 15 06:22:59.637 INFO blam! Oct 15 06:22:59.637 INFO blam! running 0 tests Oct 15 06:22:59.638 INFO blam! Oct 15 06:22:59.638 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:22:59.638 INFO blam! Oct 15 06:22:59.638 INFO kablam! su: No module specific data is present Oct 15 06:22:59.921 INFO running `"docker" "rm" "-f" "52f104766f1638e74fedac1a1bb56a27b852c68945d3fc0ed445e960edd9bf24"` Oct 15 06:23:00.023 INFO blam! 52f104766f1638e74fedac1a1bb56a27b852c68945d3fc0ed445e960edd9bf24