Oct 11 01:52:12.549 INFO testing brick-codes/palace-ai against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:52:12.549 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:52:12.551 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:52:13.050 INFO blam! 57012c8bffd80413150a3047374b2d51277e786ccc8287e4837600a046ee093e Oct 11 01:52:13.052 INFO running `"docker" "start" "-a" "57012c8bffd80413150a3047374b2d51277e786ccc8287e4837600a046ee093e"` Oct 11 01:52:15.244 INFO kablam! usermod: no changes Oct 11 01:52:15.459 INFO kablam! Compiling log v0.4.2 Oct 11 01:52:15.464 INFO kablam! Compiling rand v0.5.1 Oct 11 01:52:15.465 INFO kablam! Compiling serde_json v1.0.20 Oct 11 01:52:16.833 INFO kablam! Compiling mio v0.6.14 Oct 11 01:52:24.108 INFO kablam! Compiling ws v0.7.6 Oct 11 01:52:28.152 INFO kablam! Compiling palace-ai v0.1.0 (/source) Oct 11 01:52:29.252 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 01:52:29.252 INFO kablam! --> src/main.rs:11:5 Oct 11 01:52:29.252 INFO kablam! | Oct 11 01:52:29.252 INFO kablam! 11 | use std::time::Duration; Oct 11 01:52:29.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:29.252 INFO kablam! | Oct 11 01:52:29.252 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:52:29.252 INFO kablam! Oct 11 01:52:29.252 INFO kablam! warning: unused import: `CloseCode` Oct 11 01:52:29.252 INFO kablam! --> src/main.rs:13:56 Oct 11 01:52:29.252 INFO kablam! | Oct 11 01:52:29.252 INFO kablam! 13 | use ws::{connect, Handler, Sender, Handshake, Message, CloseCode}; Oct 11 01:52:29.252 INFO kablam! | ^^^^^^^^^ Oct 11 01:52:29.252 INFO kablam! Oct 11 01:52:29.252 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `Serialize`, `Serializer` Oct 11 01:52:29.252 INFO kablam! --> src/main.rs:14:13 Oct 11 01:52:29.252 INFO kablam! | Oct 11 01:52:29.252 INFO kablam! 14 | use serde::{Deserialize, Serialize, Deserializer, Serializer}; Oct 11 01:52:29.252 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^ Oct 11 01:52:29.252 INFO kablam! Oct 11 01:52:29.909 INFO kablam! warning: unused variable: `reconnect_response` Oct 11 01:52:29.909 INFO kablam! --> src/main.rs:386:21 Oct 11 01:52:29.910 INFO kablam! | Oct 11 01:52:29.910 INFO kablam! 386 | let reconnect_response = received_message.expect("Failed to reconnect"); Oct 11 01:52:29.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_reconnect_response` instead Oct 11 01:52:29.911 INFO kablam! | Oct 11 01:52:29.911 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:52:29.911 INFO kablam! Oct 11 01:52:29.911 INFO kablam! warning: unused variable: `hand_response` Oct 11 01:52:29.912 INFO kablam! --> src/main.rs:395:21 Oct 11 01:52:29.912 INFO kablam! | Oct 11 01:52:29.912 INFO kablam! 395 | let hand_response = received_message.expect("probably played an invalid card for faceup"); Oct 11 01:52:29.913 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_hand_response` instead Oct 11 01:52:29.913 INFO kablam! Oct 11 01:52:29.913 INFO kablam! warning: unused variable: `temp_hand` Oct 11 01:52:29.913 INFO kablam! --> src/main.rs:469:17 Oct 11 01:52:29.914 INFO kablam! | Oct 11 01:52:29.914 INFO kablam! 469 | let temp_hand = self.hand.clone().unwrap(); Oct 11 01:52:29.914 INFO kablam! | ^^^^^^^^^ help: consider using `_temp_hand` instead Oct 11 01:52:29.915 INFO kablam! Oct 11 01:52:30.160 INFO kablam! warning: constant item is never used: `HAND_SIZE` Oct 11 01:52:30.160 INFO kablam! --> src/main.rs:17:1 Oct 11 01:52:30.160 INFO kablam! | Oct 11 01:52:30.160 INFO kablam! 17 | const HAND_SIZE: usize = 6; Oct 11 01:52:30.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:30.160 INFO kablam! | Oct 11 01:52:30.160 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:52:30.160 INFO kablam! Oct 11 01:52:30.160 INFO kablam! warning: constant item is never used: `SUITS` Oct 11 01:52:30.160 INFO kablam! --> src/main.rs:27:1 Oct 11 01:52:30.160 INFO kablam! | Oct 11 01:52:30.160 INFO kablam! 27 | / const SUITS: [CardSuit; 4] = [ Oct 11 01:52:30.160 INFO kablam! 28 | | CardSuit::Clubs, Oct 11 01:52:30.160 INFO kablam! 29 | | CardSuit::Diamonds, Oct 11 01:52:30.160 INFO kablam! 30 | | CardSuit::Hearts, Oct 11 01:52:30.160 INFO kablam! 31 | | CardSuit::Spades, Oct 11 01:52:30.160 INFO kablam! 32 | | ]; Oct 11 01:52:30.160 INFO kablam! | |__^ Oct 11 01:52:30.160 INFO kablam! Oct 11 01:52:30.160 INFO kablam! warning: constant item is never used: `VALUES` Oct 11 01:52:30.160 INFO kablam! --> src/main.rs:51:1 Oct 11 01:52:30.160 INFO kablam! | Oct 11 01:52:30.160 INFO kablam! 51 | / const VALUES: [CardValue; 13] = [ Oct 11 01:52:30.160 INFO kablam! 52 | | CardValue::Two, Oct 11 01:52:30.160 INFO kablam! 53 | | CardValue::Three, Oct 11 01:52:30.160 INFO kablam! 54 | | CardValue::Four, Oct 11 01:52:30.160 INFO kablam! ... | Oct 11 01:52:30.160 INFO kablam! 64 | | CardValue::Ace, Oct 11 01:52:30.160 INFO kablam! 65 | | ]; Oct 11 01:52:30.160 INFO kablam! | |__^ Oct 11 01:52:30.160 INFO kablam! Oct 11 01:52:30.160 INFO kablam! warning: variant is never constructed: `ListLobbies` Oct 11 01:52:30.160 INFO kablam! --> src/main.rs:154:5 Oct 11 01:52:30.160 INFO kablam! | Oct 11 01:52:30.160 INFO kablam! 154 | ListLobbies, Oct 11 01:52:30.160 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:52:30.160 INFO kablam! Oct 11 01:52:30.160 INFO kablam! warning: variant is never constructed: `Reconnect` Oct 11 01:52:30.160 INFO kablam! --> src/main.rs:158:5 Oct 11 01:52:30.160 INFO kablam! | Oct 11 01:52:30.160 INFO kablam! 158 | Reconnect(ReconnectMessage), Oct 11 01:52:30.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:30.160 INFO kablam! Oct 11 01:52:30.176 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:30.176 INFO kablam! --> src/main.rs:300:21 Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.176 INFO kablam! 300 | self.out.send(message_lobby); Oct 11 01:52:30.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.176 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 01:52:30.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:30.176 INFO kablam! Oct 11 01:52:30.176 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:30.176 INFO kablam! --> src/main.rs:313:21 Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.176 INFO kablam! 313 | self.out.send(json_join_lobby_message); Oct 11 01:52:30.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:30.176 INFO kablam! Oct 11 01:52:30.176 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:30.176 INFO kablam! --> src/main.rs:368:29 Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.176 INFO kablam! 368 | self.out.send(json_message); Oct 11 01:52:30.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:30.176 INFO kablam! Oct 11 01:52:30.176 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:30.176 INFO kablam! --> src/main.rs:415:21 Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.176 INFO kablam! 415 | self.out.send(json_message); Oct 11 01:52:30.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:30.176 INFO kablam! Oct 11 01:52:30.176 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:30.176 INFO kablam! --> src/main.rs:448:21 Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.176 INFO kablam! 448 | self.out.send(json_message); Oct 11 01:52:30.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.176 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:30.176 INFO kablam! Oct 11 01:52:30.176 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:30.176 INFO kablam! --> src/main.rs:465:17 Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.176 INFO kablam! 465 | self.out.send(json_message); Oct 11 01:52:30.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:30.176 INFO kablam! | Oct 11 01:52:30.177 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:30.177 INFO kablam! Oct 11 01:52:30.177 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:30.177 INFO kablam! --> src/main.rs:481:13 Oct 11 01:52:30.177 INFO kablam! | Oct 11 01:52:30.177 INFO kablam! 481 | self.out.send(json_message); Oct 11 01:52:30.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:30.177 INFO kablam! | Oct 11 01:52:30.177 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:30.177 INFO kablam! Oct 11 01:52:30.177 INFO kablam! warning: variable `NUM_PLAYERS` should have a snake case name such as `num_players` Oct 11 01:52:30.177 INFO kablam! --> src/main.rs:490:9 Oct 11 01:52:30.177 INFO kablam! | Oct 11 01:52:30.177 INFO kablam! 490 | let NUM_PLAYERS = 4; Oct 11 01:52:30.177 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:52:30.177 INFO kablam! | Oct 11 01:52:30.177 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 01:52:30.177 INFO kablam! Oct 11 01:52:35.488 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.19s Oct 11 01:52:35.492 INFO kablam! su: No module specific data is present Oct 11 01:52:36.768 INFO running `"docker" "rm" "-f" "57012c8bffd80413150a3047374b2d51277e786ccc8287e4837600a046ee093e"` Oct 11 01:52:37.124 INFO blam! 57012c8bffd80413150a3047374b2d51277e786ccc8287e4837600a046ee093e Oct 11 01:52:37.133 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:52:37.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:52:37.552 INFO blam! 8b05a42e693b4e0b2d33664bd92c01702a4e9b6215e73287c606ada380cba81c Oct 11 01:52:37.561 INFO running `"docker" "start" "-a" "8b05a42e693b4e0b2d33664bd92c01702a4e9b6215e73287c606ada380cba81c"` Oct 11 01:52:39.772 INFO kablam! usermod: no changes Oct 11 01:52:39.871 INFO kablam! Compiling palace-ai v0.1.0 (/source) Oct 11 01:52:41.172 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 01:52:41.172 INFO kablam! --> src/main.rs:11:5 Oct 11 01:52:41.172 INFO kablam! | Oct 11 01:52:41.172 INFO kablam! 11 | use std::time::Duration; Oct 11 01:52:41.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:41.172 INFO kablam! | Oct 11 01:52:41.172 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 01:52:41.172 INFO kablam! Oct 11 01:52:41.174 INFO kablam! warning: unused import: `CloseCode` Oct 11 01:52:41.174 INFO kablam! --> src/main.rs:13:56 Oct 11 01:52:41.174 INFO kablam! | Oct 11 01:52:41.174 INFO kablam! 13 | use ws::{connect, Handler, Sender, Handshake, Message, CloseCode}; Oct 11 01:52:41.174 INFO kablam! | ^^^^^^^^^ Oct 11 01:52:41.174 INFO kablam! Oct 11 01:52:41.174 INFO kablam! warning: unused imports: `Deserialize`, `Deserializer`, `Serialize`, `Serializer` Oct 11 01:52:41.174 INFO kablam! --> src/main.rs:14:13 Oct 11 01:52:41.174 INFO kablam! | Oct 11 01:52:41.174 INFO kablam! 14 | use serde::{Deserialize, Serialize, Deserializer, Serializer}; Oct 11 01:52:41.174 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^ Oct 11 01:52:41.174 INFO kablam! Oct 11 01:52:41.794 INFO kablam! warning: unused variable: `reconnect_response` Oct 11 01:52:41.794 INFO kablam! --> src/main.rs:386:21 Oct 11 01:52:41.794 INFO kablam! | Oct 11 01:52:41.794 INFO kablam! 386 | let reconnect_response = received_message.expect("Failed to reconnect"); Oct 11 01:52:41.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_reconnect_response` instead Oct 11 01:52:41.794 INFO kablam! | Oct 11 01:52:41.794 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:52:41.794 INFO kablam! Oct 11 01:52:41.796 INFO kablam! warning: unused variable: `hand_response` Oct 11 01:52:41.796 INFO kablam! --> src/main.rs:395:21 Oct 11 01:52:41.796 INFO kablam! | Oct 11 01:52:41.796 INFO kablam! 395 | let hand_response = received_message.expect("probably played an invalid card for faceup"); Oct 11 01:52:41.796 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_hand_response` instead Oct 11 01:52:41.796 INFO kablam! Oct 11 01:52:41.796 INFO kablam! warning: unused variable: `temp_hand` Oct 11 01:52:41.796 INFO kablam! --> src/main.rs:469:17 Oct 11 01:52:41.796 INFO kablam! | Oct 11 01:52:41.796 INFO kablam! 469 | let temp_hand = self.hand.clone().unwrap(); Oct 11 01:52:41.796 INFO kablam! | ^^^^^^^^^ help: consider using `_temp_hand` instead Oct 11 01:52:41.796 INFO kablam! Oct 11 01:52:42.001 INFO kablam! warning: constant item is never used: `HAND_SIZE` Oct 11 01:52:42.001 INFO kablam! --> src/main.rs:17:1 Oct 11 01:52:42.001 INFO kablam! | Oct 11 01:52:42.001 INFO kablam! 17 | const HAND_SIZE: usize = 6; Oct 11 01:52:42.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:42.002 INFO kablam! | Oct 11 01:52:42.002 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:52:42.002 INFO kablam! Oct 11 01:52:42.002 INFO kablam! warning: constant item is never used: `SUITS` Oct 11 01:52:42.002 INFO kablam! --> src/main.rs:27:1 Oct 11 01:52:42.002 INFO kablam! | Oct 11 01:52:42.002 INFO kablam! 27 | / const SUITS: [CardSuit; 4] = [ Oct 11 01:52:42.002 INFO kablam! 28 | | CardSuit::Clubs, Oct 11 01:52:42.002 INFO kablam! 29 | | CardSuit::Diamonds, Oct 11 01:52:42.002 INFO kablam! 30 | | CardSuit::Hearts, Oct 11 01:52:42.002 INFO kablam! 31 | | CardSuit::Spades, Oct 11 01:52:42.002 INFO kablam! 32 | | ]; Oct 11 01:52:42.002 INFO kablam! | |__^ Oct 11 01:52:42.002 INFO kablam! Oct 11 01:52:42.002 INFO kablam! warning: constant item is never used: `VALUES` Oct 11 01:52:42.003 INFO kablam! --> src/main.rs:51:1 Oct 11 01:52:42.003 INFO kablam! | Oct 11 01:52:42.003 INFO kablam! 51 | / const VALUES: [CardValue; 13] = [ Oct 11 01:52:42.003 INFO kablam! 52 | | CardValue::Two, Oct 11 01:52:42.003 INFO kablam! 53 | | CardValue::Three, Oct 11 01:52:42.003 INFO kablam! 54 | | CardValue::Four, Oct 11 01:52:42.003 INFO kablam! ... | Oct 11 01:52:42.003 INFO kablam! 64 | | CardValue::Ace, Oct 11 01:52:42.003 INFO kablam! 65 | | ]; Oct 11 01:52:42.003 INFO kablam! | |__^ Oct 11 01:52:42.003 INFO kablam! Oct 11 01:52:42.003 INFO kablam! warning: variant is never constructed: `ListLobbies` Oct 11 01:52:42.003 INFO kablam! --> src/main.rs:154:5 Oct 11 01:52:42.003 INFO kablam! | Oct 11 01:52:42.003 INFO kablam! 154 | ListLobbies, Oct 11 01:52:42.003 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:52:42.003 INFO kablam! Oct 11 01:52:42.003 INFO kablam! warning: variant is never constructed: `Reconnect` Oct 11 01:52:42.003 INFO kablam! --> src/main.rs:158:5 Oct 11 01:52:42.003 INFO kablam! | Oct 11 01:52:42.003 INFO kablam! 158 | Reconnect(ReconnectMessage), Oct 11 01:52:42.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:42.003 INFO kablam! Oct 11 01:52:42.022 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:42.022 INFO kablam! --> src/main.rs:300:21 Oct 11 01:52:42.022 INFO kablam! | Oct 11 01:52:42.022 INFO kablam! 300 | self.out.send(message_lobby); Oct 11 01:52:42.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:42.022 INFO kablam! | Oct 11 01:52:42.024 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 01:52:42.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:42.024 INFO kablam! Oct 11 01:52:42.024 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:42.024 INFO kablam! --> src/main.rs:313:21 Oct 11 01:52:42.024 INFO kablam! | Oct 11 01:52:42.024 INFO kablam! 313 | self.out.send(json_join_lobby_message); Oct 11 01:52:42.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:42.024 INFO kablam! | Oct 11 01:52:42.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:42.024 INFO kablam! Oct 11 01:52:42.024 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:42.024 INFO kablam! --> src/main.rs:368:29 Oct 11 01:52:42.024 INFO kablam! | Oct 11 01:52:42.024 INFO kablam! 368 | self.out.send(json_message); Oct 11 01:52:42.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:42.024 INFO kablam! | Oct 11 01:52:42.024 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:42.026 INFO kablam! Oct 11 01:52:42.026 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:42.026 INFO kablam! --> src/main.rs:415:21 Oct 11 01:52:42.027 INFO kablam! | Oct 11 01:52:42.027 INFO kablam! 415 | self.out.send(json_message); Oct 11 01:52:42.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:42.027 INFO kablam! | Oct 11 01:52:42.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:42.027 INFO kablam! Oct 11 01:52:42.027 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:42.027 INFO kablam! --> src/main.rs:448:21 Oct 11 01:52:42.027 INFO kablam! | Oct 11 01:52:42.027 INFO kablam! 448 | self.out.send(json_message); Oct 11 01:52:42.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:42.027 INFO kablam! | Oct 11 01:52:42.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:42.027 INFO kablam! Oct 11 01:52:42.027 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:42.027 INFO kablam! --> src/main.rs:465:17 Oct 11 01:52:42.027 INFO kablam! | Oct 11 01:52:42.027 INFO kablam! 465 | self.out.send(json_message); Oct 11 01:52:42.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:42.027 INFO kablam! | Oct 11 01:52:42.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:42.027 INFO kablam! Oct 11 01:52:42.027 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 01:52:42.027 INFO kablam! --> src/main.rs:481:13 Oct 11 01:52:42.027 INFO kablam! | Oct 11 01:52:42.027 INFO kablam! 481 | self.out.send(json_message); Oct 11 01:52:42.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:52:42.027 INFO kablam! | Oct 11 01:52:42.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 01:52:42.027 INFO kablam! Oct 11 01:52:42.027 INFO kablam! warning: variable `NUM_PLAYERS` should have a snake case name such as `num_players` Oct 11 01:52:42.027 INFO kablam! --> src/main.rs:490:9 Oct 11 01:52:42.027 INFO kablam! | Oct 11 01:52:42.027 INFO kablam! 490 | let NUM_PLAYERS = 4; Oct 11 01:52:42.027 INFO kablam! | ^^^^^^^^^^^ Oct 11 01:52:42.027 INFO kablam! | Oct 11 01:52:42.027 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 01:52:42.027 INFO kablam! Oct 11 01:52:42.505 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.72s Oct 11 01:52:42.512 INFO kablam! su: No module specific data is present Oct 11 01:52:43.824 INFO running `"docker" "rm" "-f" "8b05a42e693b4e0b2d33664bd92c01702a4e9b6215e73287c606ada380cba81c"` Oct 11 01:52:44.152 INFO blam! 8b05a42e693b4e0b2d33664bd92c01702a4e9b6215e73287c606ada380cba81c Oct 11 01:52:44.165 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:52:44.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 01:52:44.452 INFO blam! c484484acf5dac6eaeccb9f6a743d586c79562125734412bd709096529c7e3f0 Oct 11 01:52:44.469 INFO running `"docker" "start" "-a" "c484484acf5dac6eaeccb9f6a743d586c79562125734412bd709096529c7e3f0"` Oct 11 01:52:46.096 INFO kablam! usermod: no changes Oct 11 01:52:46.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 11 01:52:46.248 INFO kablam! Running /target/debug/deps/palace_ai-2a8474ead63fcfbc Oct 11 01:52:46.251 INFO blam! Oct 11 01:52:46.251 INFO blam! running 0 tests Oct 11 01:52:46.251 INFO blam! Oct 11 01:52:46.251 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:52:46.251 INFO blam! Oct 11 01:52:46.253 INFO kablam! su: No module specific data is present Oct 11 01:52:47.506 INFO running `"docker" "rm" "-f" "c484484acf5dac6eaeccb9f6a743d586c79562125734412bd709096529c7e3f0"` Oct 11 01:52:47.780 INFO blam! c484484acf5dac6eaeccb9f6a743d586c79562125734412bd709096529c7e3f0