Oct 12 17:12:00.746 INFO checking moratorium08/reversi-ai against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 17:12:00.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 17:12:01.276 INFO blam! 3482cc33befb5b22c4d76837e440832f98bb91011e0d92d42fa1d247659aceef Oct 12 17:12:01.278 INFO running `"docker" "start" "-a" "3482cc33befb5b22c4d76837e440832f98bb91011e0d92d42fa1d247659aceef"` Oct 12 17:12:03.204 INFO kablam! usermod: no changes Oct 12 17:12:03.320 INFO kablam! Checking nom v4.0.0 Oct 12 17:12:05.406 INFO kablam! Checking client v0.1.0 (/source) Oct 12 17:12:13.844 INFO kablam! warning: unused variable: `v` Oct 12 17:12:13.845 INFO kablam! --> src/interface/parser.rs:184:34 Oct 12 17:12:13.845 INFO kablam! | Oct 12 17:12:13.845 INFO kablam! 184 | (x, Command::Bye(v)) => { panic!("hoge={}", x); } Oct 12 17:12:13.845 INFO kablam! | ^ help: consider using `_v` instead Oct 12 17:12:13.845 INFO kablam! | Oct 12 17:12:13.845 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:12:13.845 INFO kablam! Oct 12 17:12:13.847 INFO kablam! warning: unused variable: `scores` Oct 12 17:12:13.847 INFO kablam! --> src/interface/game.rs:48:42 Oct 12 17:12:13.847 INFO kablam! | Oct 12 17:12:13.847 INFO kablam! 48 | client::Command::Bye(scores) => { Oct 12 17:12:13.848 INFO kablam! | ^^^^^^ help: consider using `_scores` instead Oct 12 17:12:13.848 INFO kablam! Oct 12 17:12:13.848 INFO kablam! warning: unused variable: `t` Oct 12 17:12:13.848 INFO kablam! --> src/interface/game.rs:52:58 Oct 12 17:12:13.848 INFO kablam! | Oct 12 17:12:13.848 INFO kablam! 52 | client::Command::Start(color, oname, t) => { Oct 12 17:12:13.848 INFO kablam! | ^ help: consider using `_t` instead Oct 12 17:12:13.848 INFO kablam! Oct 12 17:12:13.848 INFO kablam! warning: unused variable: `x` Oct 12 17:12:13.848 INFO kablam! --> src/interface/game.rs:67:21 Oct 12 17:12:13.848 INFO kablam! | Oct 12 17:12:13.848 INFO kablam! 67 | x => panic!("Invalid Command") Oct 12 17:12:13.848 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:13.848 INFO kablam! Oct 12 17:12:13.848 INFO kablam! warning: unused variable: `result` Oct 12 17:12:13.848 INFO kablam! --> src/interface/game.rs:133:42 Oct 12 17:12:13.848 INFO kablam! | Oct 12 17:12:13.848 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:13.848 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:13.848 INFO kablam! Oct 12 17:12:13.848 INFO kablam! warning: unused variable: `n` Oct 12 17:12:13.848 INFO kablam! --> src/interface/game.rs:133:50 Oct 12 17:12:13.848 INFO kablam! | Oct 12 17:12:13.849 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:13.849 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:13.849 INFO kablam! Oct 12 17:12:13.849 INFO kablam! warning: unused variable: `m` Oct 12 17:12:13.849 INFO kablam! --> src/interface/game.rs:133:53 Oct 12 17:12:13.849 INFO kablam! | Oct 12 17:12:13.849 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:13.849 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:13.849 INFO kablam! Oct 12 17:12:13.849 INFO kablam! warning: unused variable: `r` Oct 12 17:12:13.849 INFO kablam! --> src/interface/game.rs:133:56 Oct 12 17:12:13.849 INFO kablam! | Oct 12 17:12:13.849 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:13.849 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:13.849 INFO kablam! Oct 12 17:12:13.849 INFO kablam! warning: unused variable: `x` Oct 12 17:12:13.849 INFO kablam! --> src/interface/game.rs:136:21 Oct 12 17:12:13.849 INFO kablam! | Oct 12 17:12:13.849 INFO kablam! 136 | x => panic!("Invalid Command") Oct 12 17:12:13.849 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:13.849 INFO kablam! Oct 12 17:12:13.850 INFO kablam! warning: unused variable: `result` Oct 12 17:12:13.850 INFO kablam! --> src/interface/game.rs:153:42 Oct 12 17:12:13.850 INFO kablam! | Oct 12 17:12:13.850 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:13.850 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:13.850 INFO kablam! Oct 12 17:12:13.850 INFO kablam! warning: unused variable: `n` Oct 12 17:12:13.850 INFO kablam! --> src/interface/game.rs:153:50 Oct 12 17:12:13.850 INFO kablam! | Oct 12 17:12:13.850 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:13.850 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:13.850 INFO kablam! Oct 12 17:12:13.850 INFO kablam! warning: unused variable: `m` Oct 12 17:12:13.850 INFO kablam! --> src/interface/game.rs:153:53 Oct 12 17:12:13.850 INFO kablam! | Oct 12 17:12:13.850 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:13.850 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:13.851 INFO kablam! Oct 12 17:12:13.851 INFO kablam! warning: unused variable: `r` Oct 12 17:12:13.851 INFO kablam! --> src/interface/game.rs:153:56 Oct 12 17:12:13.851 INFO kablam! | Oct 12 17:12:13.851 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:13.851 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:13.851 INFO kablam! Oct 12 17:12:13.851 INFO kablam! warning: unused variable: `x` Oct 12 17:12:13.851 INFO kablam! --> src/interface/game.rs:156:21 Oct 12 17:12:13.851 INFO kablam! | Oct 12 17:12:13.851 INFO kablam! 156 | x => panic!("Invalid Command") Oct 12 17:12:13.851 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:13.851 INFO kablam! Oct 12 17:12:13.851 INFO kablam! warning: unused variable: `result` Oct 12 17:12:13.851 INFO kablam! --> src/interface/game.rs:163:24 Oct 12 17:12:13.851 INFO kablam! | Oct 12 17:12:13.851 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:13.851 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:13.852 INFO kablam! Oct 12 17:12:13.852 INFO kablam! warning: unused variable: `n` Oct 12 17:12:13.852 INFO kablam! --> src/interface/game.rs:163:53 Oct 12 17:12:13.852 INFO kablam! | Oct 12 17:12:13.852 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:13.852 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:13.852 INFO kablam! Oct 12 17:12:13.852 INFO kablam! warning: unused variable: `m` Oct 12 17:12:13.852 INFO kablam! --> src/interface/game.rs:163:60 Oct 12 17:12:13.852 INFO kablam! | Oct 12 17:12:13.852 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:13.852 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:13.852 INFO kablam! Oct 12 17:12:13.852 INFO kablam! warning: unused variable: `reason` Oct 12 17:12:13.853 INFO kablam! --> src/interface/game.rs:163:67 Oct 12 17:12:13.853 INFO kablam! | Oct 12 17:12:13.853 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:13.853 INFO kablam! | ^^^^^^ help: consider using `_reason` instead Oct 12 17:12:13.853 INFO kablam! Oct 12 17:12:13.853 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:13.853 INFO kablam! --> src/player/learning/analysis.rs:78:21 Oct 12 17:12:13.853 INFO kablam! | Oct 12 17:12:13.853 INFO kablam! 78 | let mut epoch = 0u8; Oct 12 17:12:13.853 INFO kablam! | ^^^^^ Oct 12 17:12:13.853 INFO kablam! | Oct 12 17:12:13.853 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:13.854 INFO kablam! Oct 12 17:12:13.854 INFO kablam! warning: unused variable: `x` Oct 12 17:12:13.854 INFO kablam! --> src/player/learning/analysis.rs:159:17 Oct 12 17:12:13.854 INFO kablam! | Oct 12 17:12:13.854 INFO kablam! 159 | let x = 0..1; Oct 12 17:12:13.854 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:13.854 INFO kablam! Oct 12 17:12:13.854 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:13.854 INFO kablam! --> src/player/learning/analysis.rs:195:21 Oct 12 17:12:13.854 INFO kablam! | Oct 12 17:12:13.854 INFO kablam! 195 | let mut epoch = 0u8; Oct 12 17:12:13.855 INFO kablam! | ^^^^^ Oct 12 17:12:13.855 INFO kablam! | Oct 12 17:12:13.855 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:13.855 INFO kablam! Oct 12 17:12:13.855 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.855 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.855 INFO kablam! | Oct 12 17:12:13.855 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.856 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.856 INFO kablam! ... Oct 12 17:12:13.856 INFO kablam! 233 | gen_analyzer!(diag4, 81, "DIAG4"); Oct 12 17:12:13.856 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:13.856 INFO kablam! Oct 12 17:12:13.856 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.856 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.856 INFO kablam! | Oct 12 17:12:13.856 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.856 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.857 INFO kablam! ... Oct 12 17:12:13.857 INFO kablam! 234 | gen_analyzer!(diag5, 243, "DIAG5"); Oct 12 17:12:13.857 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:13.857 INFO kablam! Oct 12 17:12:13.857 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.857 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.857 INFO kablam! | Oct 12 17:12:13.857 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.857 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.857 INFO kablam! ... Oct 12 17:12:13.858 INFO kablam! 235 | gen_analyzer!(diag6, 729, "DIAG6"); Oct 12 17:12:13.858 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:13.858 INFO kablam! Oct 12 17:12:13.858 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.858 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.858 INFO kablam! | Oct 12 17:12:13.858 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.859 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.859 INFO kablam! ... Oct 12 17:12:13.859 INFO kablam! 236 | gen_analyzer!(diag7, 2187, "DIAG7"); Oct 12 17:12:13.859 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:13.859 INFO kablam! Oct 12 17:12:13.860 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.860 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.860 INFO kablam! | Oct 12 17:12:13.860 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.860 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.860 INFO kablam! ... Oct 12 17:12:13.860 INFO kablam! 237 | gen_analyzer!(diag8, 6561, "DIAG8"); Oct 12 17:12:13.860 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:13.861 INFO kablam! Oct 12 17:12:13.861 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.861 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.861 INFO kablam! | Oct 12 17:12:13.861 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.862 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.862 INFO kablam! ... Oct 12 17:12:13.862 INFO kablam! 238 | gen_analyzer!(hor_vert2, 6561, "HOR_VERT2"); Oct 12 17:12:13.862 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:13.862 INFO kablam! Oct 12 17:12:13.863 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.863 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.863 INFO kablam! | Oct 12 17:12:13.863 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.863 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.864 INFO kablam! ... Oct 12 17:12:13.864 INFO kablam! 239 | gen_analyzer!(hor_vert3, 6561, "HOR_VERT3"); Oct 12 17:12:13.864 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:13.864 INFO kablam! Oct 12 17:12:13.865 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.865 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.865 INFO kablam! | Oct 12 17:12:13.865 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.865 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.865 INFO kablam! ... Oct 12 17:12:13.865 INFO kablam! 240 | gen_analyzer!(hor_vert4, 6561, "HOR_VERT4"); Oct 12 17:12:13.865 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:13.865 INFO kablam! Oct 12 17:12:13.866 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.866 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.866 INFO kablam! | Oct 12 17:12:13.866 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.867 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.867 INFO kablam! ... Oct 12 17:12:13.867 INFO kablam! 241 | gen_analyzer!(edge2x, 59049, "EDGE2X"); Oct 12 17:12:13.867 INFO kablam! | --------------------------------------- in this macro invocation Oct 12 17:12:13.867 INFO kablam! Oct 12 17:12:13.868 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.868 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.868 INFO kablam! | Oct 12 17:12:13.868 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.868 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.868 INFO kablam! ... Oct 12 17:12:13.868 INFO kablam! 242 | gen_analyzer!(corner2x5, 59049, "CORNER2X5"); Oct 12 17:12:13.868 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:13.868 INFO kablam! Oct 12 17:12:13.869 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.869 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.869 INFO kablam! | Oct 12 17:12:13.869 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.869 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.869 INFO kablam! ... Oct 12 17:12:13.869 INFO kablam! 243 | gen_analyzer!(corner3x3, 19683, "CORNER3X3"); Oct 12 17:12:13.869 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:13.869 INFO kablam! Oct 12 17:12:13.870 INFO kablam! warning: unused variable: `board` Oct 12 17:12:13.870 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:13.870 INFO kablam! | Oct 12 17:12:13.871 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:13.871 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:13.871 INFO kablam! ... Oct 12 17:12:13.871 INFO kablam! 244 | gen_analyzer!(corner2x2, 81, "CORNER2X2"); Oct 12 17:12:13.871 INFO kablam! | ------------------------------------------ in this macro invocation Oct 12 17:12:13.871 INFO kablam! Oct 12 17:12:14.004 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:14.004 INFO kablam! --> src/interface/tcp_client.rs:55:13 Oct 12 17:12:14.004 INFO kablam! | Oct 12 17:12:14.004 INFO kablam! 55 | let mut ret: Result; Oct 12 17:12:14.004 INFO kablam! | ----^^^ Oct 12 17:12:14.004 INFO kablam! | | Oct 12 17:12:14.004 INFO kablam! | help: remove this `mut` Oct 12 17:12:14.004 INFO kablam! | Oct 12 17:12:14.004 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:12:14.004 INFO kablam! Oct 12 17:12:14.088 INFO kablam! warning: unused variable: `scores` Oct 12 17:12:14.088 INFO kablam! --> src/interface/game.rs:48:42 Oct 12 17:12:14.088 INFO kablam! | Oct 12 17:12:14.088 INFO kablam! 48 | client::Command::Bye(scores) => { Oct 12 17:12:14.088 INFO kablam! | ^^^^^^ help: consider using `_scores` instead Oct 12 17:12:14.089 INFO kablam! | Oct 12 17:12:14.089 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:12:14.089 INFO kablam! Oct 12 17:12:14.089 INFO kablam! warning: unused variable: `t` Oct 12 17:12:14.089 INFO kablam! --> src/interface/game.rs:52:58 Oct 12 17:12:14.089 INFO kablam! | Oct 12 17:12:14.089 INFO kablam! 52 | client::Command::Start(color, oname, t) => { Oct 12 17:12:14.089 INFO kablam! | ^ help: consider using `_t` instead Oct 12 17:12:14.089 INFO kablam! Oct 12 17:12:14.089 INFO kablam! warning: unused variable: `x` Oct 12 17:12:14.089 INFO kablam! --> src/interface/game.rs:67:21 Oct 12 17:12:14.089 INFO kablam! | Oct 12 17:12:14.089 INFO kablam! 67 | x => panic!("Invalid Command") Oct 12 17:12:14.089 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:14.089 INFO kablam! Oct 12 17:12:14.089 INFO kablam! warning: unused variable: `result` Oct 12 17:12:14.089 INFO kablam! --> src/interface/game.rs:133:42 Oct 12 17:12:14.089 INFO kablam! | Oct 12 17:12:14.089 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:14.089 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:14.089 INFO kablam! Oct 12 17:12:14.089 INFO kablam! warning: unused variable: `n` Oct 12 17:12:14.089 INFO kablam! --> src/interface/game.rs:133:50 Oct 12 17:12:14.089 INFO kablam! | Oct 12 17:12:14.089 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:14.089 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:14.089 INFO kablam! Oct 12 17:12:14.089 INFO kablam! warning: unused variable: `m` Oct 12 17:12:14.089 INFO kablam! --> src/interface/game.rs:133:53 Oct 12 17:12:14.089 INFO kablam! | Oct 12 17:12:14.089 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:14.089 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:14.089 INFO kablam! Oct 12 17:12:14.089 INFO kablam! warning: unused variable: `r` Oct 12 17:12:14.089 INFO kablam! --> src/interface/game.rs:133:56 Oct 12 17:12:14.089 INFO kablam! | Oct 12 17:12:14.089 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:14.089 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:14.089 INFO kablam! Oct 12 17:12:14.089 INFO kablam! warning: unused variable: `x` Oct 12 17:12:14.089 INFO kablam! --> src/interface/game.rs:136:21 Oct 12 17:12:14.089 INFO kablam! | Oct 12 17:12:14.089 INFO kablam! 136 | x => panic!("Invalid Command") Oct 12 17:12:14.089 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:14.090 INFO kablam! Oct 12 17:12:14.090 INFO kablam! warning: unused variable: `result` Oct 12 17:12:14.090 INFO kablam! --> src/interface/game.rs:153:42 Oct 12 17:12:14.090 INFO kablam! | Oct 12 17:12:14.090 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:14.090 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:14.090 INFO kablam! Oct 12 17:12:14.090 INFO kablam! warning: unused variable: `n` Oct 12 17:12:14.090 INFO kablam! --> src/interface/game.rs:153:50 Oct 12 17:12:14.090 INFO kablam! | Oct 12 17:12:14.090 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:14.090 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:14.090 INFO kablam! Oct 12 17:12:14.090 INFO kablam! warning: unused variable: `m` Oct 12 17:12:14.090 INFO kablam! --> src/interface/game.rs:153:53 Oct 12 17:12:14.090 INFO kablam! | Oct 12 17:12:14.090 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:14.090 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:14.090 INFO kablam! Oct 12 17:12:14.090 INFO kablam! warning: unused variable: `r` Oct 12 17:12:14.090 INFO kablam! --> src/interface/game.rs:153:56 Oct 12 17:12:14.090 INFO kablam! | Oct 12 17:12:14.090 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:14.090 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:14.090 INFO kablam! Oct 12 17:12:14.090 INFO kablam! warning: unused variable: `x` Oct 12 17:12:14.090 INFO kablam! --> src/interface/game.rs:156:21 Oct 12 17:12:14.090 INFO kablam! | Oct 12 17:12:14.090 INFO kablam! 156 | x => panic!("Invalid Command") Oct 12 17:12:14.090 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:14.091 INFO kablam! Oct 12 17:12:14.091 INFO kablam! warning: unused variable: `result` Oct 12 17:12:14.091 INFO kablam! --> src/interface/game.rs:163:24 Oct 12 17:12:14.091 INFO kablam! | Oct 12 17:12:14.091 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:14.091 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:14.091 INFO kablam! Oct 12 17:12:14.091 INFO kablam! warning: unused variable: `n` Oct 12 17:12:14.091 INFO kablam! --> src/interface/game.rs:163:53 Oct 12 17:12:14.091 INFO kablam! | Oct 12 17:12:14.091 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:14.091 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:14.091 INFO kablam! Oct 12 17:12:14.091 INFO kablam! warning: unused variable: `m` Oct 12 17:12:14.091 INFO kablam! --> src/interface/game.rs:163:60 Oct 12 17:12:14.091 INFO kablam! | Oct 12 17:12:14.091 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:14.091 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:14.091 INFO kablam! Oct 12 17:12:14.091 INFO kablam! warning: unused variable: `reason` Oct 12 17:12:14.091 INFO kablam! --> src/interface/game.rs:163:67 Oct 12 17:12:14.091 INFO kablam! | Oct 12 17:12:14.091 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:14.091 INFO kablam! | ^^^^^^ help: consider using `_reason` instead Oct 12 17:12:14.091 INFO kablam! Oct 12 17:12:14.091 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:14.091 INFO kablam! --> src/player/learning/analysis.rs:78:21 Oct 12 17:12:14.091 INFO kablam! | Oct 12 17:12:14.091 INFO kablam! 78 | let mut epoch = 0u8; Oct 12 17:12:14.091 INFO kablam! | ^^^^^ Oct 12 17:12:14.091 INFO kablam! | Oct 12 17:12:14.091 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:14.091 INFO kablam! Oct 12 17:12:14.091 INFO kablam! warning: unused variable: `x` Oct 12 17:12:14.091 INFO kablam! --> src/player/learning/analysis.rs:159:17 Oct 12 17:12:14.091 INFO kablam! | Oct 12 17:12:14.091 INFO kablam! 159 | let x = 0..1; Oct 12 17:12:14.091 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:14.091 INFO kablam! Oct 12 17:12:14.091 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:14.091 INFO kablam! --> src/player/learning/analysis.rs:195:21 Oct 12 17:12:14.091 INFO kablam! | Oct 12 17:12:14.091 INFO kablam! 195 | let mut epoch = 0u8; Oct 12 17:12:14.091 INFO kablam! | ^^^^^ Oct 12 17:12:14.091 INFO kablam! | Oct 12 17:12:14.091 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:14.092 INFO kablam! Oct 12 17:12:14.092 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.092 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.092 INFO kablam! | Oct 12 17:12:14.092 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.092 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.092 INFO kablam! ... Oct 12 17:12:14.092 INFO kablam! 233 | gen_analyzer!(diag4, 81, "DIAG4"); Oct 12 17:12:14.092 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:14.092 INFO kablam! Oct 12 17:12:14.092 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.092 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.092 INFO kablam! | Oct 12 17:12:14.092 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.092 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.092 INFO kablam! ... Oct 12 17:12:14.092 INFO kablam! 234 | gen_analyzer!(diag5, 243, "DIAG5"); Oct 12 17:12:14.092 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:14.092 INFO kablam! Oct 12 17:12:14.092 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.092 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.092 INFO kablam! | Oct 12 17:12:14.092 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.092 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.092 INFO kablam! ... Oct 12 17:12:14.092 INFO kablam! 235 | gen_analyzer!(diag6, 729, "DIAG6"); Oct 12 17:12:14.092 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:14.092 INFO kablam! Oct 12 17:12:14.092 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.092 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.093 INFO kablam! | Oct 12 17:12:14.093 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.093 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.093 INFO kablam! ... Oct 12 17:12:14.093 INFO kablam! 236 | gen_analyzer!(diag7, 2187, "DIAG7"); Oct 12 17:12:14.093 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:14.093 INFO kablam! Oct 12 17:12:14.093 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.093 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.093 INFO kablam! | Oct 12 17:12:14.093 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.093 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.093 INFO kablam! ... Oct 12 17:12:14.093 INFO kablam! 237 | gen_analyzer!(diag8, 6561, "DIAG8"); Oct 12 17:12:14.093 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:14.093 INFO kablam! Oct 12 17:12:14.093 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.093 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.093 INFO kablam! | Oct 12 17:12:14.093 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.093 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.093 INFO kablam! ... Oct 12 17:12:14.093 INFO kablam! 238 | gen_analyzer!(hor_vert2, 6561, "HOR_VERT2"); Oct 12 17:12:14.093 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:14.093 INFO kablam! Oct 12 17:12:14.094 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.094 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.094 INFO kablam! | Oct 12 17:12:14.094 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.094 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.094 INFO kablam! ... Oct 12 17:12:14.094 INFO kablam! 239 | gen_analyzer!(hor_vert3, 6561, "HOR_VERT3"); Oct 12 17:12:14.094 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:14.094 INFO kablam! Oct 12 17:12:14.094 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.094 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.094 INFO kablam! | Oct 12 17:12:14.094 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.094 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.094 INFO kablam! ... Oct 12 17:12:14.094 INFO kablam! 240 | gen_analyzer!(hor_vert4, 6561, "HOR_VERT4"); Oct 12 17:12:14.094 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:14.094 INFO kablam! Oct 12 17:12:14.094 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.094 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.094 INFO kablam! | Oct 12 17:12:14.094 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.094 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.094 INFO kablam! ... Oct 12 17:12:14.094 INFO kablam! 241 | gen_analyzer!(edge2x, 59049, "EDGE2X"); Oct 12 17:12:14.094 INFO kablam! | --------------------------------------- in this macro invocation Oct 12 17:12:14.095 INFO kablam! Oct 12 17:12:14.095 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.095 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.095 INFO kablam! | Oct 12 17:12:14.095 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.095 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.095 INFO kablam! ... Oct 12 17:12:14.095 INFO kablam! 242 | gen_analyzer!(corner2x5, 59049, "CORNER2X5"); Oct 12 17:12:14.095 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:14.095 INFO kablam! Oct 12 17:12:14.095 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.095 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.095 INFO kablam! | Oct 12 17:12:14.095 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.095 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.095 INFO kablam! ... Oct 12 17:12:14.095 INFO kablam! 243 | gen_analyzer!(corner3x3, 19683, "CORNER3X3"); Oct 12 17:12:14.095 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:14.095 INFO kablam! Oct 12 17:12:14.095 INFO kablam! warning: unused variable: `board` Oct 12 17:12:14.095 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:14.095 INFO kablam! | Oct 12 17:12:14.095 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:14.095 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:14.095 INFO kablam! ... Oct 12 17:12:14.095 INFO kablam! 244 | gen_analyzer!(corner2x2, 81, "CORNER2X2"); Oct 12 17:12:14.095 INFO kablam! | ------------------------------------------ in this macro invocation Oct 12 17:12:14.095 INFO kablam! Oct 12 17:12:14.138 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:14.138 INFO kablam! --> src/interface/tcp_client.rs:55:13 Oct 12 17:12:14.138 INFO kablam! | Oct 12 17:12:14.138 INFO kablam! 55 | let mut ret: Result; Oct 12 17:12:14.138 INFO kablam! | ----^^^ Oct 12 17:12:14.138 INFO kablam! | | Oct 12 17:12:14.138 INFO kablam! | help: remove this `mut` Oct 12 17:12:14.138 INFO kablam! | Oct 12 17:12:14.138 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:12:14.138 INFO kablam! Oct 12 17:12:14.762 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:14.762 INFO kablam! --> src/player/learning/analysis.rs:56:12 Oct 12 17:12:14.762 INFO kablam! | Oct 12 17:12:14.762 INFO kablam! 56 | fn new(mut reader: BufReader, output_dir: &'a str) -> Analyzer { Oct 12 17:12:14.762 INFO kablam! | ----^^^^^^ Oct 12 17:12:14.762 INFO kablam! | | Oct 12 17:12:14.763 INFO kablam! | help: remove this `mut` Oct 12 17:12:14.763 INFO kablam! Oct 12 17:12:14.832 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:14.833 INFO kablam! --> src/player/learning/analysis.rs:56:12 Oct 12 17:12:14.833 INFO kablam! | Oct 12 17:12:14.833 INFO kablam! 56 | fn new(mut reader: BufReader, output_dir: &'a str) -> Analyzer { Oct 12 17:12:14.833 INFO kablam! | ----^^^^^^ Oct 12 17:12:14.833 INFO kablam! | | Oct 12 17:12:14.833 INFO kablam! | help: remove this `mut` Oct 12 17:12:14.833 INFO kablam! Oct 12 17:12:15.784 INFO kablam! warning: method is never used: `is_valid` Oct 12 17:12:15.784 INFO kablam! --> src/board.rs:401:5 Oct 12 17:12:15.784 INFO kablam! | Oct 12 17:12:15.784 INFO kablam! 401 | fn is_valid(&self, pos: &BitIndexable, player: Color) -> bool { Oct 12 17:12:15.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:15.785 INFO kablam! | Oct 12 17:12:15.785 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:12:15.785 INFO kablam! Oct 12 17:12:15.785 INFO kablam! warning: method is never used: `proc_end` Oct 12 17:12:15.785 INFO kablam! --> src/interface/game.rs:163:5 Oct 12 17:12:15.785 INFO kablam! | Oct 12 17:12:15.785 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:15.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:15.785 INFO kablam! Oct 12 17:12:15.785 INFO kablam! warning: constant item is never used: `map1` Oct 12 17:12:15.785 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:15.785 INFO kablam! | Oct 12 17:12:15.785 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:15.785 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:15.785 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:15.785 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:15.785 INFO kablam! ... | Oct 12 17:12:15.786 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:15.786 INFO kablam! 25 | | ]; Oct 12 17:12:15.786 INFO kablam! | |__^ Oct 12 17:12:15.786 INFO kablam! Oct 12 17:12:15.800 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:15.800 INFO kablam! --> src/interface/tcp_client.rs:84:17 Oct 12 17:12:15.800 INFO kablam! | Oct 12 17:12:15.800 INFO kablam! 84 | self.writer.flush(); Oct 12 17:12:15.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:15.800 INFO kablam! | Oct 12 17:12:15.800 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:12:15.800 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:15.801 INFO kablam! Oct 12 17:12:15.814 INFO kablam! warning: constant `map1` should have an upper case name such as `MAP1` Oct 12 17:12:15.814 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:15.814 INFO kablam! | Oct 12 17:12:15.814 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:15.814 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:15.814 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:15.814 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:15.814 INFO kablam! ... | Oct 12 17:12:15.814 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:15.814 INFO kablam! 25 | | ]; Oct 12 17:12:15.814 INFO kablam! | |__^ Oct 12 17:12:15.814 INFO kablam! Oct 12 17:12:15.814 INFO kablam! warning: constant `feature_functions` should have an upper case name such as `FEATURE_FUNCTIONS` Oct 12 17:12:15.814 INFO kablam! --> src/player/linear_evaluator.rs:83:1 Oct 12 17:12:15.814 INFO kablam! | Oct 12 17:12:15.814 INFO kablam! 83 | / pub const feature_functions: [fn(board::Board) -> f32; 12] = [ Oct 12 17:12:15.814 INFO kablam! 84 | | diag4, diag5, diag6, diag7, diag8, hor_vert2, hor_vert3, hor_vert4, Oct 12 17:12:15.815 INFO kablam! 85 | | edge2x, corner2x2, corner3x3, flippable_diff Oct 12 17:12:15.815 INFO kablam! 86 | | ]; Oct 12 17:12:15.815 INFO kablam! | |__________^ Oct 12 17:12:15.815 INFO kablam! Oct 12 17:12:15.815 INFO kablam! warning: constant `feature_names` should have an upper case name such as `FEATURE_NAMES` Oct 12 17:12:15.815 INFO kablam! --> src/player/linear_evaluator.rs:87:1 Oct 12 17:12:15.815 INFO kablam! | Oct 12 17:12:15.815 INFO kablam! 87 | / pub const feature_names: [&str; 12] = [ Oct 12 17:12:15.815 INFO kablam! 88 | | "diag4", "diag5", "diag6", "diag7", "diag8", "hor_vert2", "hor_vert3", "hor_vert4", Oct 12 17:12:15.815 INFO kablam! 89 | | "edge2x", "corner2x2", "corner3x3", "flippable_diff" Oct 12 17:12:15.815 INFO kablam! 90 | | ]; Oct 12 17:12:15.815 INFO kablam! | |__^ Oct 12 17:12:15.815 INFO kablam! Oct 12 17:12:15.819 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:15.819 INFO kablam! --> src/player/learning/analysis.rs:139:13 Oct 12 17:12:15.819 INFO kablam! | Oct 12 17:12:15.819 INFO kablam! 139 | create_dir(path); Oct 12 17:12:15.819 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:12:15.820 INFO kablam! | Oct 12 17:12:15.820 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:15.820 INFO kablam! Oct 12 17:12:15.850 INFO kablam! warning: method is never used: `is_valid` Oct 12 17:12:15.850 INFO kablam! --> src/board.rs:401:5 Oct 12 17:12:15.850 INFO kablam! | Oct 12 17:12:15.850 INFO kablam! 401 | fn is_valid(&self, pos: &BitIndexable, player: Color) -> bool { Oct 12 17:12:15.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:15.850 INFO kablam! | Oct 12 17:12:15.850 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:12:15.850 INFO kablam! Oct 12 17:12:15.856 INFO kablam! warning: method is never used: `proc_end` Oct 12 17:12:15.856 INFO kablam! --> src/interface/game.rs:163:5 Oct 12 17:12:15.856 INFO kablam! | Oct 12 17:12:15.856 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:15.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:15.856 INFO kablam! Oct 12 17:12:15.856 INFO kablam! warning: constant item is never used: `map1` Oct 12 17:12:15.856 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:15.856 INFO kablam! | Oct 12 17:12:15.857 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:15.857 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:15.857 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:15.857 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:15.857 INFO kablam! ... | Oct 12 17:12:15.857 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:15.857 INFO kablam! 25 | | ]; Oct 12 17:12:15.857 INFO kablam! | |__^ Oct 12 17:12:15.857 INFO kablam! Oct 12 17:12:15.896 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:15.896 INFO kablam! --> src/interface/tcp_client.rs:84:17 Oct 12 17:12:15.896 INFO kablam! | Oct 12 17:12:15.896 INFO kablam! 84 | self.writer.flush(); Oct 12 17:12:15.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:15.896 INFO kablam! | Oct 12 17:12:15.897 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:12:15.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:15.897 INFO kablam! Oct 12 17:12:15.922 INFO kablam! warning: constant `map1` should have an upper case name such as `MAP1` Oct 12 17:12:15.922 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:15.922 INFO kablam! | Oct 12 17:12:15.922 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:15.922 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:15.922 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:15.922 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:15.922 INFO kablam! ... | Oct 12 17:12:15.922 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:15.922 INFO kablam! 25 | | ]; Oct 12 17:12:15.922 INFO kablam! | |__^ Oct 12 17:12:15.923 INFO kablam! | Oct 12 17:12:15.923 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 17:12:15.923 INFO kablam! Oct 12 17:12:15.923 INFO kablam! warning: constant `feature_functions` should have an upper case name such as `FEATURE_FUNCTIONS` Oct 12 17:12:15.923 INFO kablam! --> src/player/linear_evaluator.rs:83:1 Oct 12 17:12:15.923 INFO kablam! | Oct 12 17:12:15.923 INFO kablam! 83 | / pub const feature_functions: [fn(board::Board) -> f32; 12] = [ Oct 12 17:12:15.923 INFO kablam! 84 | | diag4, diag5, diag6, diag7, diag8, hor_vert2, hor_vert3, hor_vert4, Oct 12 17:12:15.923 INFO kablam! 85 | | edge2x, corner2x2, corner3x3, flippable_diff Oct 12 17:12:15.923 INFO kablam! 86 | | ]; Oct 12 17:12:15.923 INFO kablam! | |__________^ Oct 12 17:12:15.923 INFO kablam! Oct 12 17:12:15.923 INFO kablam! warning: constant `feature_names` should have an upper case name such as `FEATURE_NAMES` Oct 12 17:12:15.923 INFO kablam! --> src/player/linear_evaluator.rs:87:1 Oct 12 17:12:15.923 INFO kablam! | Oct 12 17:12:15.923 INFO kablam! 87 | / pub const feature_names: [&str; 12] = [ Oct 12 17:12:15.924 INFO kablam! 88 | | "diag4", "diag5", "diag6", "diag7", "diag8", "hor_vert2", "hor_vert3", "hor_vert4", Oct 12 17:12:15.924 INFO kablam! 89 | | "edge2x", "corner2x2", "corner3x3", "flippable_diff" Oct 12 17:12:15.924 INFO kablam! 90 | | ]; Oct 12 17:12:15.924 INFO kablam! | |__^ Oct 12 17:12:15.924 INFO kablam! Oct 12 17:12:15.936 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:15.937 INFO kablam! --> src/player/learning/analysis.rs:139:13 Oct 12 17:12:15.937 INFO kablam! | Oct 12 17:12:15.937 INFO kablam! 139 | create_dir(path); Oct 12 17:12:15.937 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:12:15.937 INFO kablam! | Oct 12 17:12:15.937 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:15.937 INFO kablam! Oct 12 17:12:36.892 INFO kablam! warning: unused variable: `scores` Oct 12 17:12:36.892 INFO kablam! --> src/interface/game.rs:48:42 Oct 12 17:12:36.892 INFO kablam! | Oct 12 17:12:36.892 INFO kablam! 48 | client::Command::Bye(scores) => { Oct 12 17:12:36.892 INFO kablam! | ^^^^^^ help: consider using `_scores` instead Oct 12 17:12:36.900 INFO kablam! | Oct 12 17:12:36.900 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:12:36.900 INFO kablam! Oct 12 17:12:36.900 INFO kablam! warning: unused variable: `t` Oct 12 17:12:36.900 INFO kablam! --> src/interface/game.rs:52:58 Oct 12 17:12:36.900 INFO kablam! | Oct 12 17:12:36.900 INFO kablam! 52 | client::Command::Start(color, oname, t) => { Oct 12 17:12:36.900 INFO kablam! | ^ help: consider using `_t` instead Oct 12 17:12:36.900 INFO kablam! Oct 12 17:12:36.900 INFO kablam! warning: unused variable: `x` Oct 12 17:12:36.900 INFO kablam! --> src/interface/game.rs:67:21 Oct 12 17:12:36.900 INFO kablam! | Oct 12 17:12:36.900 INFO kablam! 67 | x => panic!("Invalid Command") Oct 12 17:12:36.900 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:36.900 INFO kablam! Oct 12 17:12:36.901 INFO kablam! warning: unused variable: `result` Oct 12 17:12:36.901 INFO kablam! --> src/interface/game.rs:133:42 Oct 12 17:12:36.901 INFO kablam! | Oct 12 17:12:36.901 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:36.901 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:36.901 INFO kablam! Oct 12 17:12:36.901 INFO kablam! warning: unused variable: `n` Oct 12 17:12:36.901 INFO kablam! --> src/interface/game.rs:133:50 Oct 12 17:12:36.901 INFO kablam! | Oct 12 17:12:36.901 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:36.901 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:36.901 INFO kablam! Oct 12 17:12:36.901 INFO kablam! warning: unused variable: `m` Oct 12 17:12:36.901 INFO kablam! --> src/interface/game.rs:133:53 Oct 12 17:12:36.901 INFO kablam! | Oct 12 17:12:36.901 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:36.901 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:36.901 INFO kablam! Oct 12 17:12:36.901 INFO kablam! warning: unused variable: `r` Oct 12 17:12:36.901 INFO kablam! --> src/interface/game.rs:133:56 Oct 12 17:12:36.901 INFO kablam! | Oct 12 17:12:36.901 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:36.901 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:36.901 INFO kablam! Oct 12 17:12:36.901 INFO kablam! warning: unused variable: `x` Oct 12 17:12:36.901 INFO kablam! --> src/interface/game.rs:136:21 Oct 12 17:12:36.901 INFO kablam! | Oct 12 17:12:36.901 INFO kablam! 136 | x => panic!("Invalid Command") Oct 12 17:12:36.901 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:36.901 INFO kablam! Oct 12 17:12:36.902 INFO kablam! warning: unused variable: `result` Oct 12 17:12:36.902 INFO kablam! --> src/interface/game.rs:153:42 Oct 12 17:12:36.902 INFO kablam! | Oct 12 17:12:36.902 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:36.902 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:36.902 INFO kablam! Oct 12 17:12:36.902 INFO kablam! warning: unused variable: `n` Oct 12 17:12:36.902 INFO kablam! --> src/interface/game.rs:153:50 Oct 12 17:12:36.902 INFO kablam! | Oct 12 17:12:36.902 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:36.902 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:36.902 INFO kablam! Oct 12 17:12:36.902 INFO kablam! warning: unused variable: `m` Oct 12 17:12:36.902 INFO kablam! --> src/interface/game.rs:153:53 Oct 12 17:12:36.902 INFO kablam! | Oct 12 17:12:36.902 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:36.902 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:36.902 INFO kablam! Oct 12 17:12:36.902 INFO kablam! warning: unused variable: `r` Oct 12 17:12:36.902 INFO kablam! --> src/interface/game.rs:153:56 Oct 12 17:12:36.902 INFO kablam! | Oct 12 17:12:36.902 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:36.902 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:36.902 INFO kablam! Oct 12 17:12:36.902 INFO kablam! warning: unused variable: `x` Oct 12 17:12:36.902 INFO kablam! --> src/interface/game.rs:156:21 Oct 12 17:12:36.902 INFO kablam! | Oct 12 17:12:36.902 INFO kablam! 156 | x => panic!("Invalid Command") Oct 12 17:12:36.902 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:36.902 INFO kablam! Oct 12 17:12:36.902 INFO kablam! warning: unused variable: `result` Oct 12 17:12:36.902 INFO kablam! --> src/interface/game.rs:163:24 Oct 12 17:12:36.902 INFO kablam! | Oct 12 17:12:36.902 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:36.902 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:36.902 INFO kablam! Oct 12 17:12:36.902 INFO kablam! warning: unused variable: `n` Oct 12 17:12:36.902 INFO kablam! --> src/interface/game.rs:163:53 Oct 12 17:12:36.902 INFO kablam! | Oct 12 17:12:36.902 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:36.902 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:36.902 INFO kablam! Oct 12 17:12:36.902 INFO kablam! warning: unused variable: `m` Oct 12 17:12:36.902 INFO kablam! --> src/interface/game.rs:163:60 Oct 12 17:12:36.902 INFO kablam! | Oct 12 17:12:36.902 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:36.902 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:36.902 INFO kablam! Oct 12 17:12:36.902 INFO kablam! warning: unused variable: `reason` Oct 12 17:12:36.902 INFO kablam! --> src/interface/game.rs:163:67 Oct 12 17:12:36.902 INFO kablam! | Oct 12 17:12:36.902 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:36.902 INFO kablam! | ^^^^^^ help: consider using `_reason` instead Oct 12 17:12:36.902 INFO kablam! Oct 12 17:12:36.902 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:36.902 INFO kablam! --> src/player/learning/analysis.rs:78:21 Oct 12 17:12:36.903 INFO kablam! | Oct 12 17:12:36.903 INFO kablam! 78 | let mut epoch = 0u8; Oct 12 17:12:36.903 INFO kablam! | ^^^^^ Oct 12 17:12:36.903 INFO kablam! | Oct 12 17:12:36.903 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:36.903 INFO kablam! Oct 12 17:12:36.904 INFO kablam! warning: unused variable: `x` Oct 12 17:12:36.904 INFO kablam! --> src/player/learning/analysis.rs:159:17 Oct 12 17:12:36.904 INFO kablam! | Oct 12 17:12:36.904 INFO kablam! 159 | let x = 0..1; Oct 12 17:12:36.904 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:36.904 INFO kablam! Oct 12 17:12:36.904 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:36.904 INFO kablam! --> src/player/learning/analysis.rs:195:21 Oct 12 17:12:36.904 INFO kablam! | Oct 12 17:12:36.904 INFO kablam! 195 | let mut epoch = 0u8; Oct 12 17:12:36.904 INFO kablam! | ^^^^^ Oct 12 17:12:36.904 INFO kablam! | Oct 12 17:12:36.904 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:36.904 INFO kablam! Oct 12 17:12:36.917 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.917 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.917 INFO kablam! | Oct 12 17:12:36.917 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.917 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.917 INFO kablam! ... Oct 12 17:12:36.917 INFO kablam! 233 | gen_analyzer!(diag4, 81, "DIAG4"); Oct 12 17:12:36.917 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:36.917 INFO kablam! Oct 12 17:12:36.917 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.917 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.917 INFO kablam! | Oct 12 17:12:36.917 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.917 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.917 INFO kablam! ... Oct 12 17:12:36.917 INFO kablam! 234 | gen_analyzer!(diag5, 243, "DIAG5"); Oct 12 17:12:36.917 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:36.917 INFO kablam! Oct 12 17:12:36.917 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.917 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.917 INFO kablam! | Oct 12 17:12:36.917 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.917 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.917 INFO kablam! ... Oct 12 17:12:36.917 INFO kablam! 235 | gen_analyzer!(diag6, 729, "DIAG6"); Oct 12 17:12:36.917 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:36.917 INFO kablam! Oct 12 17:12:36.917 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.917 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.917 INFO kablam! | Oct 12 17:12:36.917 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.917 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.917 INFO kablam! ... Oct 12 17:12:36.917 INFO kablam! 236 | gen_analyzer!(diag7, 2187, "DIAG7"); Oct 12 17:12:36.917 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:36.917 INFO kablam! Oct 12 17:12:36.917 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.917 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.917 INFO kablam! | Oct 12 17:12:36.917 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.917 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.917 INFO kablam! ... Oct 12 17:12:36.917 INFO kablam! 237 | gen_analyzer!(diag8, 6561, "DIAG8"); Oct 12 17:12:36.917 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:36.917 INFO kablam! Oct 12 17:12:36.917 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.917 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.917 INFO kablam! | Oct 12 17:12:36.917 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.917 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.917 INFO kablam! ... Oct 12 17:12:36.917 INFO kablam! 238 | gen_analyzer!(hor_vert2, 6561, "HOR_VERT2"); Oct 12 17:12:36.917 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:36.917 INFO kablam! Oct 12 17:12:36.917 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.917 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.917 INFO kablam! | Oct 12 17:12:36.917 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.917 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.917 INFO kablam! ... Oct 12 17:12:36.917 INFO kablam! 239 | gen_analyzer!(hor_vert3, 6561, "HOR_VERT3"); Oct 12 17:12:36.917 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:36.917 INFO kablam! Oct 12 17:12:36.917 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.917 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.917 INFO kablam! | Oct 12 17:12:36.917 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.917 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.917 INFO kablam! ... Oct 12 17:12:36.917 INFO kablam! 240 | gen_analyzer!(hor_vert4, 6561, "HOR_VERT4"); Oct 12 17:12:36.917 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:36.917 INFO kablam! Oct 12 17:12:36.917 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.917 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.917 INFO kablam! | Oct 12 17:12:36.917 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.917 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.917 INFO kablam! ... Oct 12 17:12:36.917 INFO kablam! 241 | gen_analyzer!(edge2x, 59049, "EDGE2X"); Oct 12 17:12:36.917 INFO kablam! | --------------------------------------- in this macro invocation Oct 12 17:12:36.917 INFO kablam! Oct 12 17:12:36.917 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.917 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.917 INFO kablam! | Oct 12 17:12:36.917 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.917 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.917 INFO kablam! ... Oct 12 17:12:36.917 INFO kablam! 242 | gen_analyzer!(corner2x5, 59049, "CORNER2X5"); Oct 12 17:12:36.917 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:36.918 INFO kablam! Oct 12 17:12:36.918 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.918 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.918 INFO kablam! | Oct 12 17:12:36.918 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.918 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.918 INFO kablam! ... Oct 12 17:12:36.918 INFO kablam! 243 | gen_analyzer!(corner3x3, 19683, "CORNER3X3"); Oct 12 17:12:36.918 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:36.918 INFO kablam! Oct 12 17:12:36.918 INFO kablam! warning: unused variable: `board` Oct 12 17:12:36.918 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:36.918 INFO kablam! | Oct 12 17:12:36.918 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:36.918 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:36.918 INFO kablam! ... Oct 12 17:12:36.918 INFO kablam! 244 | gen_analyzer!(corner2x2, 81, "CORNER2X2"); Oct 12 17:12:36.918 INFO kablam! | ------------------------------------------ in this macro invocation Oct 12 17:12:36.918 INFO kablam! Oct 12 17:12:37.088 INFO kablam! warning: unused variable: `v` Oct 12 17:12:37.088 INFO kablam! --> src/interface/parser.rs:184:34 Oct 12 17:12:37.088 INFO kablam! | Oct 12 17:12:37.088 INFO kablam! 184 | (x, Command::Bye(v)) => { panic!("hoge={}", x); } Oct 12 17:12:37.088 INFO kablam! | ^ help: consider using `_v` instead Oct 12 17:12:37.089 INFO kablam! | Oct 12 17:12:37.089 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:12:37.089 INFO kablam! Oct 12 17:12:37.089 INFO kablam! warning: unused variable: `scores` Oct 12 17:12:37.089 INFO kablam! --> src/interface/game.rs:48:42 Oct 12 17:12:37.089 INFO kablam! | Oct 12 17:12:37.089 INFO kablam! 48 | client::Command::Bye(scores) => { Oct 12 17:12:37.089 INFO kablam! | ^^^^^^ help: consider using `_scores` instead Oct 12 17:12:37.089 INFO kablam! Oct 12 17:12:37.089 INFO kablam! warning: unused variable: `t` Oct 12 17:12:37.089 INFO kablam! --> src/interface/game.rs:52:58 Oct 12 17:12:37.089 INFO kablam! | Oct 12 17:12:37.089 INFO kablam! 52 | client::Command::Start(color, oname, t) => { Oct 12 17:12:37.089 INFO kablam! | ^ help: consider using `_t` instead Oct 12 17:12:37.089 INFO kablam! Oct 12 17:12:37.089 INFO kablam! warning: unused variable: `x` Oct 12 17:12:37.089 INFO kablam! --> src/interface/game.rs:67:21 Oct 12 17:12:37.089 INFO kablam! | Oct 12 17:12:37.089 INFO kablam! 67 | x => panic!("Invalid Command") Oct 12 17:12:37.089 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:37.089 INFO kablam! Oct 12 17:12:37.089 INFO kablam! warning: unused variable: `result` Oct 12 17:12:37.089 INFO kablam! --> src/interface/game.rs:133:42 Oct 12 17:12:37.089 INFO kablam! | Oct 12 17:12:37.089 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.089 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:37.089 INFO kablam! Oct 12 17:12:37.089 INFO kablam! warning: unused variable: `n` Oct 12 17:12:37.089 INFO kablam! --> src/interface/game.rs:133:50 Oct 12 17:12:37.089 INFO kablam! | Oct 12 17:12:37.089 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.089 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:37.089 INFO kablam! Oct 12 17:12:37.089 INFO kablam! warning: unused variable: `m` Oct 12 17:12:37.089 INFO kablam! --> src/interface/game.rs:133:53 Oct 12 17:12:37.089 INFO kablam! | Oct 12 17:12:37.089 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.089 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:37.089 INFO kablam! Oct 12 17:12:37.089 INFO kablam! warning: unused variable: `r` Oct 12 17:12:37.089 INFO kablam! --> src/interface/game.rs:133:56 Oct 12 17:12:37.089 INFO kablam! | Oct 12 17:12:37.089 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.089 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:37.089 INFO kablam! Oct 12 17:12:37.089 INFO kablam! warning: unused variable: `x` Oct 12 17:12:37.089 INFO kablam! --> src/interface/game.rs:136:21 Oct 12 17:12:37.089 INFO kablam! | Oct 12 17:12:37.089 INFO kablam! 136 | x => panic!("Invalid Command") Oct 12 17:12:37.089 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:37.089 INFO kablam! Oct 12 17:12:37.089 INFO kablam! warning: unused variable: `result` Oct 12 17:12:37.089 INFO kablam! --> src/interface/game.rs:153:42 Oct 12 17:12:37.089 INFO kablam! | Oct 12 17:12:37.089 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.089 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:37.089 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: unused variable: `n` Oct 12 17:12:37.113 INFO kablam! --> src/interface/game.rs:153:50 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.113 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:37.113 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: unused variable: `m` Oct 12 17:12:37.113 INFO kablam! --> src/interface/game.rs:153:53 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.113 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:37.113 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: unused variable: `r` Oct 12 17:12:37.113 INFO kablam! --> src/interface/game.rs:153:56 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.113 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:37.113 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: unused variable: `x` Oct 12 17:12:37.113 INFO kablam! --> src/interface/game.rs:156:21 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 156 | x => panic!("Invalid Command") Oct 12 17:12:37.113 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:37.113 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: unused variable: `result` Oct 12 17:12:37.113 INFO kablam! --> src/interface/game.rs:163:24 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:37.113 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:37.113 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: unused variable: `n` Oct 12 17:12:37.113 INFO kablam! --> src/interface/game.rs:163:53 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:37.113 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:37.113 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: unused variable: `m` Oct 12 17:12:37.113 INFO kablam! --> src/interface/game.rs:163:60 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:37.113 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:37.113 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: unused variable: `reason` Oct 12 17:12:37.113 INFO kablam! --> src/interface/game.rs:163:67 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:37.113 INFO kablam! | ^^^^^^ help: consider using `_reason` instead Oct 12 17:12:37.113 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:37.113 INFO kablam! --> src/player/learning/analysis.rs:78:21 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 78 | let mut epoch = 0u8; Oct 12 17:12:37.113 INFO kablam! | ^^^^^ Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:37.113 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: unused variable: `x` Oct 12 17:12:37.113 INFO kablam! --> src/player/learning/analysis.rs:159:17 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 159 | let x = 0..1; Oct 12 17:12:37.113 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:37.113 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:37.113 INFO kablam! --> src/player/learning/analysis.rs:195:21 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 195 | let mut epoch = 0u8; Oct 12 17:12:37.113 INFO kablam! | ^^^^^ Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:37.113 INFO kablam! Oct 12 17:12:37.113 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.113 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.113 INFO kablam! | Oct 12 17:12:37.113 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.114 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.114 INFO kablam! ... Oct 12 17:12:37.114 INFO kablam! 233 | gen_analyzer!(diag4, 81, "DIAG4"); Oct 12 17:12:37.114 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:37.114 INFO kablam! Oct 12 17:12:37.114 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.114 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.114 INFO kablam! | Oct 12 17:12:37.114 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.114 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.114 INFO kablam! ... Oct 12 17:12:37.114 INFO kablam! 234 | gen_analyzer!(diag5, 243, "DIAG5"); Oct 12 17:12:37.114 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:37.114 INFO kablam! Oct 12 17:12:37.114 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.114 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.114 INFO kablam! | Oct 12 17:12:37.114 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.114 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.114 INFO kablam! ... Oct 12 17:12:37.114 INFO kablam! 235 | gen_analyzer!(diag6, 729, "DIAG6"); Oct 12 17:12:37.114 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:37.114 INFO kablam! Oct 12 17:12:37.114 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.114 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.114 INFO kablam! | Oct 12 17:12:37.114 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.114 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.114 INFO kablam! ... Oct 12 17:12:37.114 INFO kablam! 236 | gen_analyzer!(diag7, 2187, "DIAG7"); Oct 12 17:12:37.114 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:37.114 INFO kablam! Oct 12 17:12:37.114 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.114 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.114 INFO kablam! | Oct 12 17:12:37.114 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.114 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.114 INFO kablam! ... Oct 12 17:12:37.114 INFO kablam! 237 | gen_analyzer!(diag8, 6561, "DIAG8"); Oct 12 17:12:37.114 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:37.114 INFO kablam! Oct 12 17:12:37.114 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.114 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.114 INFO kablam! | Oct 12 17:12:37.114 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.114 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.114 INFO kablam! ... Oct 12 17:12:37.114 INFO kablam! 238 | gen_analyzer!(hor_vert2, 6561, "HOR_VERT2"); Oct 12 17:12:37.114 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:37.114 INFO kablam! Oct 12 17:12:37.128 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.128 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.128 INFO kablam! | Oct 12 17:12:37.128 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.128 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.128 INFO kablam! ... Oct 12 17:12:37.128 INFO kablam! 239 | gen_analyzer!(hor_vert3, 6561, "HOR_VERT3"); Oct 12 17:12:37.128 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:37.128 INFO kablam! Oct 12 17:12:37.128 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.128 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.128 INFO kablam! | Oct 12 17:12:37.128 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.128 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.128 INFO kablam! ... Oct 12 17:12:37.128 INFO kablam! 240 | gen_analyzer!(hor_vert4, 6561, "HOR_VERT4"); Oct 12 17:12:37.128 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:37.129 INFO kablam! Oct 12 17:12:37.129 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.129 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.129 INFO kablam! | Oct 12 17:12:37.129 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.129 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.129 INFO kablam! ... Oct 12 17:12:37.129 INFO kablam! 241 | gen_analyzer!(edge2x, 59049, "EDGE2X"); Oct 12 17:12:37.129 INFO kablam! | --------------------------------------- in this macro invocation Oct 12 17:12:37.129 INFO kablam! Oct 12 17:12:37.129 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.129 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.129 INFO kablam! | Oct 12 17:12:37.129 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.129 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.129 INFO kablam! ... Oct 12 17:12:37.129 INFO kablam! 242 | gen_analyzer!(corner2x5, 59049, "CORNER2X5"); Oct 12 17:12:37.129 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:37.129 INFO kablam! Oct 12 17:12:37.129 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.129 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.129 INFO kablam! | Oct 12 17:12:37.129 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.129 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.129 INFO kablam! ... Oct 12 17:12:37.129 INFO kablam! 243 | gen_analyzer!(corner3x3, 19683, "CORNER3X3"); Oct 12 17:12:37.129 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:37.129 INFO kablam! Oct 12 17:12:37.133 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.133 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.133 INFO kablam! | Oct 12 17:12:37.133 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.133 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.133 INFO kablam! ... Oct 12 17:12:37.133 INFO kablam! 244 | gen_analyzer!(corner2x2, 81, "CORNER2X2"); Oct 12 17:12:37.133 INFO kablam! | ------------------------------------------ in this macro invocation Oct 12 17:12:37.133 INFO kablam! Oct 12 17:12:37.153 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:37.153 INFO kablam! --> src/interface/tcp_client.rs:55:13 Oct 12 17:12:37.153 INFO kablam! | Oct 12 17:12:37.153 INFO kablam! 55 | let mut ret: Result; Oct 12 17:12:37.153 INFO kablam! | ----^^^ Oct 12 17:12:37.153 INFO kablam! | | Oct 12 17:12:37.153 INFO kablam! | help: remove this `mut` Oct 12 17:12:37.153 INFO kablam! | Oct 12 17:12:37.153 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:12:37.153 INFO kablam! Oct 12 17:12:37.292 INFO kablam! warning: unused variable: `v` Oct 12 17:12:37.292 INFO kablam! --> src/interface/parser.rs:184:34 Oct 12 17:12:37.292 INFO kablam! | Oct 12 17:12:37.292 INFO kablam! 184 | (x, Command::Bye(v)) => { panic!("hoge={}", x); } Oct 12 17:12:37.292 INFO kablam! | ^ help: consider using `_v` instead Oct 12 17:12:37.292 INFO kablam! | Oct 12 17:12:37.292 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:12:37.292 INFO kablam! Oct 12 17:12:37.292 INFO kablam! warning: unused variable: `scores` Oct 12 17:12:37.292 INFO kablam! --> src/interface/game.rs:48:42 Oct 12 17:12:37.292 INFO kablam! | Oct 12 17:12:37.292 INFO kablam! 48 | client::Command::Bye(scores) => { Oct 12 17:12:37.292 INFO kablam! | ^^^^^^ help: consider using `_scores` instead Oct 12 17:12:37.292 INFO kablam! Oct 12 17:12:37.292 INFO kablam! warning: unused variable: `t` Oct 12 17:12:37.292 INFO kablam! --> src/interface/game.rs:52:58 Oct 12 17:12:37.293 INFO kablam! | Oct 12 17:12:37.293 INFO kablam! 52 | client::Command::Start(color, oname, t) => { Oct 12 17:12:37.293 INFO kablam! | ^ help: consider using `_t` instead Oct 12 17:12:37.293 INFO kablam! Oct 12 17:12:37.293 INFO kablam! warning: unused variable: `x` Oct 12 17:12:37.293 INFO kablam! --> src/interface/game.rs:67:21 Oct 12 17:12:37.293 INFO kablam! | Oct 12 17:12:37.293 INFO kablam! 67 | x => panic!("Invalid Command") Oct 12 17:12:37.293 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:37.293 INFO kablam! Oct 12 17:12:37.293 INFO kablam! warning: unused variable: `result` Oct 12 17:12:37.293 INFO kablam! --> src/interface/game.rs:133:42 Oct 12 17:12:37.293 INFO kablam! | Oct 12 17:12:37.293 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.293 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:37.293 INFO kablam! Oct 12 17:12:37.293 INFO kablam! warning: unused variable: `n` Oct 12 17:12:37.293 INFO kablam! --> src/interface/game.rs:133:50 Oct 12 17:12:37.293 INFO kablam! | Oct 12 17:12:37.293 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.293 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:37.293 INFO kablam! Oct 12 17:12:37.293 INFO kablam! warning: unused variable: `m` Oct 12 17:12:37.293 INFO kablam! --> src/interface/game.rs:133:53 Oct 12 17:12:37.293 INFO kablam! | Oct 12 17:12:37.293 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.293 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:37.293 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: unused variable: `r` Oct 12 17:12:37.305 INFO kablam! --> src/interface/game.rs:133:56 Oct 12 17:12:37.305 INFO kablam! | Oct 12 17:12:37.305 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.305 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:37.305 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: unused variable: `x` Oct 12 17:12:37.305 INFO kablam! --> src/interface/game.rs:136:21 Oct 12 17:12:37.305 INFO kablam! | Oct 12 17:12:37.305 INFO kablam! 136 | x => panic!("Invalid Command") Oct 12 17:12:37.305 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:37.305 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: unused variable: `result` Oct 12 17:12:37.305 INFO kablam! --> src/interface/game.rs:153:42 Oct 12 17:12:37.305 INFO kablam! | Oct 12 17:12:37.305 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.305 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:37.305 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: unused variable: `n` Oct 12 17:12:37.305 INFO kablam! --> src/interface/game.rs:153:50 Oct 12 17:12:37.305 INFO kablam! | Oct 12 17:12:37.305 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.305 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:37.305 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: unused variable: `m` Oct 12 17:12:37.305 INFO kablam! --> src/interface/game.rs:153:53 Oct 12 17:12:37.305 INFO kablam! | Oct 12 17:12:37.305 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.305 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:37.305 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: unused variable: `r` Oct 12 17:12:37.305 INFO kablam! --> src/interface/game.rs:153:56 Oct 12 17:12:37.305 INFO kablam! | Oct 12 17:12:37.305 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:37.305 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:37.305 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: unused variable: `x` Oct 12 17:12:37.305 INFO kablam! --> src/interface/game.rs:156:21 Oct 12 17:12:37.305 INFO kablam! | Oct 12 17:12:37.305 INFO kablam! 156 | x => panic!("Invalid Command") Oct 12 17:12:37.305 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:37.305 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: unused variable: `result` Oct 12 17:12:37.305 INFO kablam! --> src/interface/game.rs:163:24 Oct 12 17:12:37.305 INFO kablam! | Oct 12 17:12:37.305 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:37.305 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:37.305 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: unused variable: `n` Oct 12 17:12:37.305 INFO kablam! --> src/interface/game.rs:163:53 Oct 12 17:12:37.305 INFO kablam! | Oct 12 17:12:37.305 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:37.305 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:37.305 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: unused variable: `m` Oct 12 17:12:37.305 INFO kablam! --> src/interface/game.rs:163:60 Oct 12 17:12:37.305 INFO kablam! | Oct 12 17:12:37.305 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:37.305 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:37.305 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: unused variable: `reason` Oct 12 17:12:37.305 INFO kablam! --> src/interface/game.rs:163:67 Oct 12 17:12:37.305 INFO kablam! | Oct 12 17:12:37.305 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:37.305 INFO kablam! | ^^^^^^ help: consider using `_reason` instead Oct 12 17:12:37.305 INFO kablam! Oct 12 17:12:37.305 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:37.305 INFO kablam! --> src/player/learning/analysis.rs:78:21 Oct 12 17:12:37.306 INFO kablam! | Oct 12 17:12:37.306 INFO kablam! 78 | let mut epoch = 0u8; Oct 12 17:12:37.306 INFO kablam! | ^^^^^ Oct 12 17:12:37.306 INFO kablam! | Oct 12 17:12:37.306 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:37.306 INFO kablam! Oct 12 17:12:37.306 INFO kablam! warning: unused variable: `x` Oct 12 17:12:37.306 INFO kablam! --> src/player/learning/analysis.rs:159:17 Oct 12 17:12:37.306 INFO kablam! | Oct 12 17:12:37.306 INFO kablam! 159 | let x = 0..1; Oct 12 17:12:37.306 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:37.306 INFO kablam! Oct 12 17:12:37.306 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:37.306 INFO kablam! --> src/player/learning/analysis.rs:195:21 Oct 12 17:12:37.306 INFO kablam! | Oct 12 17:12:37.306 INFO kablam! 195 | let mut epoch = 0u8; Oct 12 17:12:37.306 INFO kablam! | ^^^^^ Oct 12 17:12:37.306 INFO kablam! | Oct 12 17:12:37.306 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:37.306 INFO kablam! Oct 12 17:12:37.306 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.306 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.306 INFO kablam! | Oct 12 17:12:37.306 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.306 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.306 INFO kablam! ... Oct 12 17:12:37.306 INFO kablam! 233 | gen_analyzer!(diag4, 81, "DIAG4"); Oct 12 17:12:37.306 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:37.306 INFO kablam! Oct 12 17:12:37.306 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.306 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.306 INFO kablam! | Oct 12 17:12:37.306 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.306 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.306 INFO kablam! ... Oct 12 17:12:37.306 INFO kablam! 234 | gen_analyzer!(diag5, 243, "DIAG5"); Oct 12 17:12:37.306 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:37.306 INFO kablam! Oct 12 17:12:37.306 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.306 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.306 INFO kablam! | Oct 12 17:12:37.306 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.306 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.306 INFO kablam! ... Oct 12 17:12:37.306 INFO kablam! 235 | gen_analyzer!(diag6, 729, "DIAG6"); Oct 12 17:12:37.306 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:37.306 INFO kablam! Oct 12 17:12:37.306 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.306 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.306 INFO kablam! | Oct 12 17:12:37.306 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.306 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.306 INFO kablam! ... Oct 12 17:12:37.306 INFO kablam! 236 | gen_analyzer!(diag7, 2187, "DIAG7"); Oct 12 17:12:37.306 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:37.306 INFO kablam! Oct 12 17:12:37.306 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.306 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.306 INFO kablam! | Oct 12 17:12:37.306 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.306 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.306 INFO kablam! ... Oct 12 17:12:37.306 INFO kablam! 237 | gen_analyzer!(diag8, 6561, "DIAG8"); Oct 12 17:12:37.306 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:37.306 INFO kablam! Oct 12 17:12:37.306 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.306 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.306 INFO kablam! | Oct 12 17:12:37.306 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.306 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.306 INFO kablam! ... Oct 12 17:12:37.306 INFO kablam! 238 | gen_analyzer!(hor_vert2, 6561, "HOR_VERT2"); Oct 12 17:12:37.306 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:37.308 INFO kablam! Oct 12 17:12:37.308 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.308 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.308 INFO kablam! | Oct 12 17:12:37.308 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.308 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.308 INFO kablam! ... Oct 12 17:12:37.308 INFO kablam! 239 | gen_analyzer!(hor_vert3, 6561, "HOR_VERT3"); Oct 12 17:12:37.308 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:37.308 INFO kablam! Oct 12 17:12:37.308 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.308 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.308 INFO kablam! | Oct 12 17:12:37.308 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.308 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.308 INFO kablam! ... Oct 12 17:12:37.308 INFO kablam! 240 | gen_analyzer!(hor_vert4, 6561, "HOR_VERT4"); Oct 12 17:12:37.308 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:37.308 INFO kablam! Oct 12 17:12:37.312 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.312 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.312 INFO kablam! | Oct 12 17:12:37.312 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.312 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.312 INFO kablam! ... Oct 12 17:12:37.312 INFO kablam! 241 | gen_analyzer!(edge2x, 59049, "EDGE2X"); Oct 12 17:12:37.312 INFO kablam! | --------------------------------------- in this macro invocation Oct 12 17:12:37.312 INFO kablam! Oct 12 17:12:37.312 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.312 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.312 INFO kablam! | Oct 12 17:12:37.312 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.312 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.312 INFO kablam! ... Oct 12 17:12:37.312 INFO kablam! 242 | gen_analyzer!(corner2x5, 59049, "CORNER2X5"); Oct 12 17:12:37.312 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:37.312 INFO kablam! Oct 12 17:12:37.312 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.312 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.312 INFO kablam! | Oct 12 17:12:37.313 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.313 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.313 INFO kablam! ... Oct 12 17:12:37.313 INFO kablam! 243 | gen_analyzer!(corner3x3, 19683, "CORNER3X3"); Oct 12 17:12:37.313 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:37.313 INFO kablam! Oct 12 17:12:37.313 INFO kablam! warning: unused variable: `board` Oct 12 17:12:37.313 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:37.313 INFO kablam! | Oct 12 17:12:37.313 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:37.313 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:37.313 INFO kablam! ... Oct 12 17:12:37.313 INFO kablam! 244 | gen_analyzer!(corner2x2, 81, "CORNER2X2"); Oct 12 17:12:37.313 INFO kablam! | ------------------------------------------ in this macro invocation Oct 12 17:12:37.313 INFO kablam! Oct 12 17:12:37.324 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:37.324 INFO kablam! --> src/main.rs:36:12 Oct 12 17:12:37.324 INFO kablam! | Oct 12 17:12:37.325 INFO kablam! 36 | Ok(mut g) => g.main_loop(), Oct 12 17:12:37.325 INFO kablam! | ----^ Oct 12 17:12:37.325 INFO kablam! | | Oct 12 17:12:37.325 INFO kablam! | help: remove this `mut` Oct 12 17:12:37.325 INFO kablam! | Oct 12 17:12:37.325 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:12:37.325 INFO kablam! Oct 12 17:12:37.448 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:37.448 INFO kablam! --> src/interface/tcp_client.rs:55:13 Oct 12 17:12:37.448 INFO kablam! | Oct 12 17:12:37.448 INFO kablam! 55 | let mut ret: Result; Oct 12 17:12:37.448 INFO kablam! | ----^^^ Oct 12 17:12:37.448 INFO kablam! | | Oct 12 17:12:37.448 INFO kablam! | help: remove this `mut` Oct 12 17:12:37.448 INFO kablam! | Oct 12 17:12:37.448 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:12:37.448 INFO kablam! Oct 12 17:12:37.496 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:37.496 INFO kablam! --> src/interface/tcp_client.rs:55:13 Oct 12 17:12:37.496 INFO kablam! | Oct 12 17:12:37.496 INFO kablam! 55 | let mut ret: Result; Oct 12 17:12:37.497 INFO kablam! | ----^^^ Oct 12 17:12:37.497 INFO kablam! | | Oct 12 17:12:37.497 INFO kablam! | help: remove this `mut` Oct 12 17:12:37.497 INFO kablam! Oct 12 17:12:38.405 INFO kablam! warning: unused variable: `scores` Oct 12 17:12:38.405 INFO kablam! --> src/interface/game.rs:48:42 Oct 12 17:12:38.405 INFO kablam! | Oct 12 17:12:38.405 INFO kablam! 48 | client::Command::Bye(scores) => { Oct 12 17:12:38.405 INFO kablam! | ^^^^^^ help: consider using `_scores` instead Oct 12 17:12:38.405 INFO kablam! | Oct 12 17:12:38.405 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:12:38.405 INFO kablam! Oct 12 17:12:38.406 INFO kablam! warning: unused variable: `t` Oct 12 17:12:38.406 INFO kablam! --> src/interface/game.rs:52:58 Oct 12 17:12:38.406 INFO kablam! | Oct 12 17:12:38.406 INFO kablam! 52 | client::Command::Start(color, oname, t) => { Oct 12 17:12:38.406 INFO kablam! | ^ help: consider using `_t` instead Oct 12 17:12:38.406 INFO kablam! Oct 12 17:12:38.406 INFO kablam! warning: unused variable: `x` Oct 12 17:12:38.406 INFO kablam! --> src/interface/game.rs:67:21 Oct 12 17:12:38.406 INFO kablam! | Oct 12 17:12:38.406 INFO kablam! 67 | x => panic!("Invalid Command") Oct 12 17:12:38.406 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:38.406 INFO kablam! Oct 12 17:12:38.406 INFO kablam! warning: unused variable: `result` Oct 12 17:12:38.406 INFO kablam! --> src/interface/game.rs:133:42 Oct 12 17:12:38.406 INFO kablam! | Oct 12 17:12:38.406 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:38.406 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:38.406 INFO kablam! Oct 12 17:12:38.406 INFO kablam! warning: unused variable: `n` Oct 12 17:12:38.406 INFO kablam! --> src/interface/game.rs:133:50 Oct 12 17:12:38.406 INFO kablam! | Oct 12 17:12:38.406 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:38.406 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:38.406 INFO kablam! Oct 12 17:12:38.406 INFO kablam! warning: unused variable: `m` Oct 12 17:12:38.406 INFO kablam! --> src/interface/game.rs:133:53 Oct 12 17:12:38.406 INFO kablam! | Oct 12 17:12:38.406 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:38.406 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:38.406 INFO kablam! Oct 12 17:12:38.406 INFO kablam! warning: unused variable: `r` Oct 12 17:12:38.406 INFO kablam! --> src/interface/game.rs:133:56 Oct 12 17:12:38.406 INFO kablam! | Oct 12 17:12:38.406 INFO kablam! 133 | client::Command::End(result, n, m, r) => { Oct 12 17:12:38.406 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:38.406 INFO kablam! Oct 12 17:12:38.406 INFO kablam! warning: unused variable: `x` Oct 12 17:12:38.406 INFO kablam! --> src/interface/game.rs:136:21 Oct 12 17:12:38.406 INFO kablam! | Oct 12 17:12:38.406 INFO kablam! 136 | x => panic!("Invalid Command") Oct 12 17:12:38.406 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:38.406 INFO kablam! Oct 12 17:12:38.407 INFO kablam! warning: unused variable: `result` Oct 12 17:12:38.407 INFO kablam! --> src/interface/game.rs:153:42 Oct 12 17:12:38.407 INFO kablam! | Oct 12 17:12:38.407 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:38.407 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:38.407 INFO kablam! Oct 12 17:12:38.407 INFO kablam! warning: unused variable: `n` Oct 12 17:12:38.407 INFO kablam! --> src/interface/game.rs:153:50 Oct 12 17:12:38.407 INFO kablam! | Oct 12 17:12:38.407 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:38.407 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:38.407 INFO kablam! Oct 12 17:12:38.407 INFO kablam! warning: unused variable: `m` Oct 12 17:12:38.407 INFO kablam! --> src/interface/game.rs:153:53 Oct 12 17:12:38.407 INFO kablam! | Oct 12 17:12:38.407 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:38.407 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:38.407 INFO kablam! Oct 12 17:12:38.407 INFO kablam! warning: unused variable: `r` Oct 12 17:12:38.407 INFO kablam! --> src/interface/game.rs:153:56 Oct 12 17:12:38.407 INFO kablam! | Oct 12 17:12:38.407 INFO kablam! 153 | client::Command::End(result, n, m, r) => { Oct 12 17:12:38.407 INFO kablam! | ^ help: consider using `_r` instead Oct 12 17:12:38.407 INFO kablam! Oct 12 17:12:38.407 INFO kablam! warning: unused variable: `x` Oct 12 17:12:38.407 INFO kablam! --> src/interface/game.rs:156:21 Oct 12 17:12:38.407 INFO kablam! | Oct 12 17:12:38.407 INFO kablam! 156 | x => panic!("Invalid Command") Oct 12 17:12:38.407 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:38.407 INFO kablam! Oct 12 17:12:38.408 INFO kablam! warning: unused variable: `result` Oct 12 17:12:38.408 INFO kablam! --> src/interface/game.rs:163:24 Oct 12 17:12:38.408 INFO kablam! | Oct 12 17:12:38.408 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:38.408 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 12 17:12:38.408 INFO kablam! Oct 12 17:12:38.408 INFO kablam! warning: unused variable: `n` Oct 12 17:12:38.408 INFO kablam! --> src/interface/game.rs:163:53 Oct 12 17:12:38.408 INFO kablam! | Oct 12 17:12:38.408 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:38.408 INFO kablam! | ^ help: consider using `_n` instead Oct 12 17:12:38.408 INFO kablam! Oct 12 17:12:38.408 INFO kablam! warning: unused variable: `m` Oct 12 17:12:38.408 INFO kablam! --> src/interface/game.rs:163:60 Oct 12 17:12:38.408 INFO kablam! | Oct 12 17:12:38.408 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:38.408 INFO kablam! | ^ help: consider using `_m` instead Oct 12 17:12:38.408 INFO kablam! Oct 12 17:12:38.408 INFO kablam! warning: unused variable: `reason` Oct 12 17:12:38.408 INFO kablam! --> src/interface/game.rs:163:67 Oct 12 17:12:38.408 INFO kablam! | Oct 12 17:12:38.408 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:38.408 INFO kablam! | ^^^^^^ help: consider using `_reason` instead Oct 12 17:12:38.408 INFO kablam! Oct 12 17:12:38.408 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:38.408 INFO kablam! --> src/player/learning/analysis.rs:78:21 Oct 12 17:12:38.408 INFO kablam! | Oct 12 17:12:38.408 INFO kablam! 78 | let mut epoch = 0u8; Oct 12 17:12:38.408 INFO kablam! | ^^^^^ Oct 12 17:12:38.408 INFO kablam! | Oct 12 17:12:38.408 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:38.408 INFO kablam! Oct 12 17:12:38.408 INFO kablam! warning: unused variable: `x` Oct 12 17:12:38.408 INFO kablam! --> src/player/learning/analysis.rs:159:17 Oct 12 17:12:38.408 INFO kablam! | Oct 12 17:12:38.408 INFO kablam! 159 | let x = 0..1; Oct 12 17:12:38.408 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:12:38.408 INFO kablam! Oct 12 17:12:38.408 INFO kablam! warning: variable `epoch` is assigned to, but never used Oct 12 17:12:38.408 INFO kablam! --> src/player/learning/analysis.rs:195:21 Oct 12 17:12:38.408 INFO kablam! | Oct 12 17:12:38.408 INFO kablam! 195 | let mut epoch = 0u8; Oct 12 17:12:38.408 INFO kablam! | ^^^^^ Oct 12 17:12:38.408 INFO kablam! | Oct 12 17:12:38.409 INFO kablam! = note: consider using `_epoch` instead Oct 12 17:12:38.409 INFO kablam! Oct 12 17:12:38.409 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.410 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.410 INFO kablam! | Oct 12 17:12:38.410 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.410 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.410 INFO kablam! ... Oct 12 17:12:38.410 INFO kablam! 233 | gen_analyzer!(diag4, 81, "DIAG4"); Oct 12 17:12:38.410 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:38.410 INFO kablam! Oct 12 17:12:38.410 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.410 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.410 INFO kablam! | Oct 12 17:12:38.410 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.410 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.410 INFO kablam! ... Oct 12 17:12:38.410 INFO kablam! 234 | gen_analyzer!(diag5, 243, "DIAG5"); Oct 12 17:12:38.410 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:38.410 INFO kablam! Oct 12 17:12:38.410 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.410 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.410 INFO kablam! | Oct 12 17:12:38.410 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.410 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.410 INFO kablam! ... Oct 12 17:12:38.410 INFO kablam! 235 | gen_analyzer!(diag6, 729, "DIAG6"); Oct 12 17:12:38.410 INFO kablam! | ----------------------------------- in this macro invocation Oct 12 17:12:38.410 INFO kablam! Oct 12 17:12:38.410 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.410 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.410 INFO kablam! | Oct 12 17:12:38.410 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.410 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.410 INFO kablam! ... Oct 12 17:12:38.420 INFO kablam! 236 | gen_analyzer!(diag7, 2187, "DIAG7"); Oct 12 17:12:38.420 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:38.421 INFO kablam! Oct 12 17:12:38.421 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.421 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.421 INFO kablam! | Oct 12 17:12:38.421 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.421 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.421 INFO kablam! ... Oct 12 17:12:38.421 INFO kablam! 237 | gen_analyzer!(diag8, 6561, "DIAG8"); Oct 12 17:12:38.421 INFO kablam! | ------------------------------------ in this macro invocation Oct 12 17:12:38.421 INFO kablam! Oct 12 17:12:38.421 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.421 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.421 INFO kablam! | Oct 12 17:12:38.421 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.421 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.421 INFO kablam! ... Oct 12 17:12:38.421 INFO kablam! 238 | gen_analyzer!(hor_vert2, 6561, "HOR_VERT2"); Oct 12 17:12:38.421 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:38.421 INFO kablam! Oct 12 17:12:38.421 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.421 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.422 INFO kablam! | Oct 12 17:12:38.422 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.422 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.422 INFO kablam! ... Oct 12 17:12:38.422 INFO kablam! 239 | gen_analyzer!(hor_vert3, 6561, "HOR_VERT3"); Oct 12 17:12:38.422 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:38.422 INFO kablam! Oct 12 17:12:38.422 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.422 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.422 INFO kablam! | Oct 12 17:12:38.422 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.422 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.422 INFO kablam! ... Oct 12 17:12:38.422 INFO kablam! 240 | gen_analyzer!(hor_vert4, 6561, "HOR_VERT4"); Oct 12 17:12:38.422 INFO kablam! | -------------------------------------------- in this macro invocation Oct 12 17:12:38.422 INFO kablam! Oct 12 17:12:38.422 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.422 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.422 INFO kablam! | Oct 12 17:12:38.422 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.422 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.422 INFO kablam! ... Oct 12 17:12:38.422 INFO kablam! 241 | gen_analyzer!(edge2x, 59049, "EDGE2X"); Oct 12 17:12:38.422 INFO kablam! | --------------------------------------- in this macro invocation Oct 12 17:12:38.422 INFO kablam! Oct 12 17:12:38.422 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.422 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.422 INFO kablam! | Oct 12 17:12:38.422 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.422 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.422 INFO kablam! ... Oct 12 17:12:38.422 INFO kablam! 242 | gen_analyzer!(corner2x5, 59049, "CORNER2X5"); Oct 12 17:12:38.422 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:38.422 INFO kablam! Oct 12 17:12:38.422 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.422 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.422 INFO kablam! | Oct 12 17:12:38.422 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.422 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.422 INFO kablam! ... Oct 12 17:12:38.422 INFO kablam! 243 | gen_analyzer!(corner3x3, 19683, "CORNER3X3"); Oct 12 17:12:38.422 INFO kablam! | --------------------------------------------- in this macro invocation Oct 12 17:12:38.423 INFO kablam! Oct 12 17:12:38.423 INFO kablam! warning: unused variable: `board` Oct 12 17:12:38.423 INFO kablam! --> src/player/learning/analysis.rs:25:17 Oct 12 17:12:38.423 INFO kablam! | Oct 12 17:12:38.423 INFO kablam! 25 | let board = self.simulate(|board: board::Board, result: MatchResult, epoch: usize| { Oct 12 17:12:38.423 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 12 17:12:38.423 INFO kablam! ... Oct 12 17:12:38.423 INFO kablam! 244 | gen_analyzer!(corner2x2, 81, "CORNER2X2"); Oct 12 17:12:38.423 INFO kablam! | ------------------------------------------ in this macro invocation Oct 12 17:12:38.423 INFO kablam! Oct 12 17:12:38.441 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:38.441 INFO kablam! --> src/main.rs:36:12 Oct 12 17:12:38.441 INFO kablam! | Oct 12 17:12:38.441 INFO kablam! 36 | Ok(mut g) => g.main_loop(), Oct 12 17:12:38.441 INFO kablam! | ----^ Oct 12 17:12:38.441 INFO kablam! | | Oct 12 17:12:38.441 INFO kablam! | help: remove this `mut` Oct 12 17:12:38.441 INFO kablam! | Oct 12 17:12:38.441 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:12:38.441 INFO kablam! Oct 12 17:12:38.456 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:38.456 INFO kablam! --> src/player/learning/analysis.rs:56:12 Oct 12 17:12:38.456 INFO kablam! | Oct 12 17:12:38.456 INFO kablam! 56 | fn new(mut reader: BufReader, output_dir: &'a str) -> Analyzer { Oct 12 17:12:38.456 INFO kablam! | ----^^^^^^ Oct 12 17:12:38.456 INFO kablam! | | Oct 12 17:12:38.456 INFO kablam! | help: remove this `mut` Oct 12 17:12:38.456 INFO kablam! Oct 12 17:12:38.566 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:38.566 INFO kablam! --> src/player/learning/analysis.rs:56:12 Oct 12 17:12:38.566 INFO kablam! | Oct 12 17:12:38.566 INFO kablam! 56 | fn new(mut reader: BufReader, output_dir: &'a str) -> Analyzer { Oct 12 17:12:38.566 INFO kablam! | ----^^^^^^ Oct 12 17:12:38.566 INFO kablam! | | Oct 12 17:12:38.566 INFO kablam! | help: remove this `mut` Oct 12 17:12:38.566 INFO kablam! Oct 12 17:12:38.664 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:38.664 INFO kablam! --> src/player/learning/analysis.rs:56:12 Oct 12 17:12:38.664 INFO kablam! | Oct 12 17:12:38.664 INFO kablam! 56 | fn new(mut reader: BufReader, output_dir: &'a str) -> Analyzer { Oct 12 17:12:38.664 INFO kablam! | ----^^^^^^ Oct 12 17:12:38.664 INFO kablam! | | Oct 12 17:12:38.664 INFO kablam! | help: remove this `mut` Oct 12 17:12:38.664 INFO kablam! Oct 12 17:12:38.736 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:38.736 INFO kablam! --> src/interface/tcp_client.rs:55:13 Oct 12 17:12:38.736 INFO kablam! | Oct 12 17:12:38.736 INFO kablam! 55 | let mut ret: Result; Oct 12 17:12:38.736 INFO kablam! | ----^^^ Oct 12 17:12:38.736 INFO kablam! | | Oct 12 17:12:38.736 INFO kablam! | help: remove this `mut` Oct 12 17:12:38.736 INFO kablam! Oct 12 17:12:39.013 INFO kablam! warning: method is never used: `is_valid` Oct 12 17:12:39.013 INFO kablam! --> src/board.rs:401:5 Oct 12 17:12:39.013 INFO kablam! | Oct 12 17:12:39.013 INFO kablam! 401 | fn is_valid(&self, pos: &BitIndexable, player: Color) -> bool { Oct 12 17:12:39.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:39.013 INFO kablam! | Oct 12 17:12:39.013 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:12:39.013 INFO kablam! Oct 12 17:12:39.013 INFO kablam! warning: method is never used: `proc_end` Oct 12 17:12:39.013 INFO kablam! --> src/interface/game.rs:163:5 Oct 12 17:12:39.013 INFO kablam! | Oct 12 17:12:39.013 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:39.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:39.013 INFO kablam! Oct 12 17:12:39.013 INFO kablam! warning: constant item is never used: `map1` Oct 12 17:12:39.013 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:39.013 INFO kablam! | Oct 12 17:12:39.013 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:39.013 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:39.013 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:39.013 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:39.014 INFO kablam! ... | Oct 12 17:12:39.014 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:39.014 INFO kablam! 25 | | ]; Oct 12 17:12:39.014 INFO kablam! | |__^ Oct 12 17:12:39.014 INFO kablam! Oct 12 17:12:39.060 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:39.060 INFO kablam! --> src/interface/tcp_client.rs:84:17 Oct 12 17:12:39.060 INFO kablam! | Oct 12 17:12:39.060 INFO kablam! 84 | self.writer.flush(); Oct 12 17:12:39.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:39.060 INFO kablam! | Oct 12 17:12:39.060 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:12:39.060 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:39.060 INFO kablam! Oct 12 17:12:39.108 INFO kablam! warning: constant `map1` should have an upper case name such as `MAP1` Oct 12 17:12:39.108 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:39.108 INFO kablam! | Oct 12 17:12:39.108 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:39.108 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:39.108 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:39.108 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:39.108 INFO kablam! ... | Oct 12 17:12:39.108 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:39.108 INFO kablam! 25 | | ]; Oct 12 17:12:39.108 INFO kablam! | |__^ Oct 12 17:12:39.109 INFO kablam! Oct 12 17:12:39.109 INFO kablam! warning: constant `feature_functions` should have an upper case name such as `FEATURE_FUNCTIONS` Oct 12 17:12:39.109 INFO kablam! --> src/player/linear_evaluator.rs:83:1 Oct 12 17:12:39.109 INFO kablam! | Oct 12 17:12:39.109 INFO kablam! 83 | / pub const feature_functions: [fn(board::Board) -> f32; 12] = [ Oct 12 17:12:39.109 INFO kablam! 84 | | diag4, diag5, diag6, diag7, diag8, hor_vert2, hor_vert3, hor_vert4, Oct 12 17:12:39.109 INFO kablam! 85 | | edge2x, corner2x2, corner3x3, flippable_diff Oct 12 17:12:39.109 INFO kablam! 86 | | ]; Oct 12 17:12:39.109 INFO kablam! | |__________^ Oct 12 17:12:39.109 INFO kablam! Oct 12 17:12:39.109 INFO kablam! warning: constant `feature_names` should have an upper case name such as `FEATURE_NAMES` Oct 12 17:12:39.109 INFO kablam! --> src/player/linear_evaluator.rs:87:1 Oct 12 17:12:39.109 INFO kablam! | Oct 12 17:12:39.109 INFO kablam! 87 | / pub const feature_names: [&str; 12] = [ Oct 12 17:12:39.109 INFO kablam! 88 | | "diag4", "diag5", "diag6", "diag7", "diag8", "hor_vert2", "hor_vert3", "hor_vert4", Oct 12 17:12:39.109 INFO kablam! 89 | | "edge2x", "corner2x2", "corner3x3", "flippable_diff" Oct 12 17:12:39.109 INFO kablam! 90 | | ]; Oct 12 17:12:39.109 INFO kablam! | |__^ Oct 12 17:12:39.109 INFO kablam! Oct 12 17:12:39.128 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:39.128 INFO kablam! --> src/player/learning/analysis.rs:139:13 Oct 12 17:12:39.128 INFO kablam! | Oct 12 17:12:39.128 INFO kablam! 139 | create_dir(path); Oct 12 17:12:39.128 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:12:39.129 INFO kablam! | Oct 12 17:12:39.129 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:39.129 INFO kablam! Oct 12 17:12:39.764 INFO kablam! warning: method is never used: `is_valid` Oct 12 17:12:39.764 INFO kablam! --> src/board.rs:401:5 Oct 12 17:12:39.764 INFO kablam! | Oct 12 17:12:39.764 INFO kablam! 401 | fn is_valid(&self, pos: &BitIndexable, player: Color) -> bool { Oct 12 17:12:39.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:39.764 INFO kablam! | Oct 12 17:12:39.764 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:12:39.764 INFO kablam! Oct 12 17:12:39.764 INFO kablam! warning: method is never used: `proc_end` Oct 12 17:12:39.764 INFO kablam! --> src/interface/game.rs:163:5 Oct 12 17:12:39.764 INFO kablam! | Oct 12 17:12:39.764 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:39.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:39.764 INFO kablam! Oct 12 17:12:39.764 INFO kablam! warning: constant item is never used: `map1` Oct 12 17:12:39.764 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:39.764 INFO kablam! | Oct 12 17:12:39.764 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:39.764 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:39.764 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:39.764 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:39.764 INFO kablam! ... | Oct 12 17:12:39.764 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:39.764 INFO kablam! 25 | | ]; Oct 12 17:12:39.764 INFO kablam! | |__^ Oct 12 17:12:39.764 INFO kablam! Oct 12 17:12:39.764 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:39.764 INFO kablam! --> src/interface/tcp_client.rs:84:17 Oct 12 17:12:39.764 INFO kablam! | Oct 12 17:12:39.764 INFO kablam! 84 | self.writer.flush(); Oct 12 17:12:39.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:39.764 INFO kablam! | Oct 12 17:12:39.764 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:12:39.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:39.764 INFO kablam! Oct 12 17:12:39.780 INFO kablam! warning: constant `map1` should have an upper case name such as `MAP1` Oct 12 17:12:39.780 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:39.780 INFO kablam! | Oct 12 17:12:39.780 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:39.780 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:39.780 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:39.780 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:39.780 INFO kablam! ... | Oct 12 17:12:39.780 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:39.780 INFO kablam! 25 | | ]; Oct 12 17:12:39.780 INFO kablam! | |__^ Oct 12 17:12:39.780 INFO kablam! | Oct 12 17:12:39.780 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 17:12:39.780 INFO kablam! Oct 12 17:12:39.780 INFO kablam! warning: constant `feature_functions` should have an upper case name such as `FEATURE_FUNCTIONS` Oct 12 17:12:39.780 INFO kablam! --> src/player/linear_evaluator.rs:83:1 Oct 12 17:12:39.780 INFO kablam! | Oct 12 17:12:39.780 INFO kablam! 83 | / pub const feature_functions: [fn(board::Board) -> f32; 12] = [ Oct 12 17:12:39.780 INFO kablam! 84 | | diag4, diag5, diag6, diag7, diag8, hor_vert2, hor_vert3, hor_vert4, Oct 12 17:12:39.780 INFO kablam! 85 | | edge2x, corner2x2, corner3x3, flippable_diff Oct 12 17:12:39.780 INFO kablam! 86 | | ]; Oct 12 17:12:39.780 INFO kablam! | |__________^ Oct 12 17:12:39.780 INFO kablam! Oct 12 17:12:39.780 INFO kablam! warning: constant `feature_names` should have an upper case name such as `FEATURE_NAMES` Oct 12 17:12:39.780 INFO kablam! --> src/player/linear_evaluator.rs:87:1 Oct 12 17:12:39.780 INFO kablam! | Oct 12 17:12:39.780 INFO kablam! 87 | / pub const feature_names: [&str; 12] = [ Oct 12 17:12:39.780 INFO kablam! 88 | | "diag4", "diag5", "diag6", "diag7", "diag8", "hor_vert2", "hor_vert3", "hor_vert4", Oct 12 17:12:39.780 INFO kablam! 89 | | "edge2x", "corner2x2", "corner3x3", "flippable_diff" Oct 12 17:12:39.780 INFO kablam! 90 | | ]; Oct 12 17:12:39.780 INFO kablam! | |__^ Oct 12 17:12:39.780 INFO kablam! Oct 12 17:12:39.788 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:39.788 INFO kablam! --> src/player/learning/analysis.rs:139:13 Oct 12 17:12:39.788 INFO kablam! | Oct 12 17:12:39.788 INFO kablam! 139 | create_dir(path); Oct 12 17:12:39.788 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:12:39.788 INFO kablam! | Oct 12 17:12:39.788 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:39.788 INFO kablam! Oct 12 17:12:39.880 INFO kablam! warning: variable does not need to be mutable Oct 12 17:12:39.880 INFO kablam! --> src/player/learning/analysis.rs:56:12 Oct 12 17:12:39.880 INFO kablam! | Oct 12 17:12:39.880 INFO kablam! 56 | fn new(mut reader: BufReader, output_dir: &'a str) -> Analyzer { Oct 12 17:12:39.880 INFO kablam! | ----^^^^^^ Oct 12 17:12:39.880 INFO kablam! | | Oct 12 17:12:39.880 INFO kablam! | help: remove this `mut` Oct 12 17:12:39.880 INFO kablam! Oct 12 17:12:40.208 INFO kablam! warning: method is never used: `is_valid` Oct 12 17:12:40.208 INFO kablam! --> src/board.rs:401:5 Oct 12 17:12:40.208 INFO kablam! | Oct 12 17:12:40.208 INFO kablam! 401 | fn is_valid(&self, pos: &BitIndexable, player: Color) -> bool { Oct 12 17:12:40.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:40.208 INFO kablam! | Oct 12 17:12:40.208 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:12:40.209 INFO kablam! Oct 12 17:12:40.209 INFO kablam! warning: method is never used: `proc_end` Oct 12 17:12:40.209 INFO kablam! --> src/interface/game.rs:163:5 Oct 12 17:12:40.209 INFO kablam! | Oct 12 17:12:40.209 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:40.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:40.209 INFO kablam! Oct 12 17:12:40.209 INFO kablam! warning: constant item is never used: `map1` Oct 12 17:12:40.209 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:40.209 INFO kablam! | Oct 12 17:12:40.209 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:40.209 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:40.209 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:40.209 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:40.209 INFO kablam! ... | Oct 12 17:12:40.209 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:40.209 INFO kablam! 25 | | ]; Oct 12 17:12:40.209 INFO kablam! | |__^ Oct 12 17:12:40.209 INFO kablam! Oct 12 17:12:40.219 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:40.219 INFO kablam! --> src/interface/tcp_client.rs:84:17 Oct 12 17:12:40.219 INFO kablam! | Oct 12 17:12:40.219 INFO kablam! 84 | self.writer.flush(); Oct 12 17:12:40.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:40.219 INFO kablam! | Oct 12 17:12:40.219 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:12:40.219 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:40.219 INFO kablam! Oct 12 17:12:40.232 INFO kablam! warning: constant `map1` should have an upper case name such as `MAP1` Oct 12 17:12:40.232 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:40.232 INFO kablam! | Oct 12 17:12:40.232 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:40.232 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:40.232 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:40.232 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:40.232 INFO kablam! ... | Oct 12 17:12:40.232 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:40.232 INFO kablam! 25 | | ]; Oct 12 17:12:40.232 INFO kablam! | |__^ Oct 12 17:12:40.232 INFO kablam! Oct 12 17:12:40.232 INFO kablam! warning: constant `feature_functions` should have an upper case name such as `FEATURE_FUNCTIONS` Oct 12 17:12:40.232 INFO kablam! --> src/player/linear_evaluator.rs:83:1 Oct 12 17:12:40.232 INFO kablam! | Oct 12 17:12:40.232 INFO kablam! 83 | / pub const feature_functions: [fn(board::Board) -> f32; 12] = [ Oct 12 17:12:40.232 INFO kablam! 84 | | diag4, diag5, diag6, diag7, diag8, hor_vert2, hor_vert3, hor_vert4, Oct 12 17:12:40.232 INFO kablam! 85 | | edge2x, corner2x2, corner3x3, flippable_diff Oct 12 17:12:40.232 INFO kablam! 86 | | ]; Oct 12 17:12:40.232 INFO kablam! | |__________^ Oct 12 17:12:40.232 INFO kablam! Oct 12 17:12:40.238 INFO kablam! warning: constant `feature_names` should have an upper case name such as `FEATURE_NAMES` Oct 12 17:12:40.238 INFO kablam! --> src/player/linear_evaluator.rs:87:1 Oct 12 17:12:40.238 INFO kablam! | Oct 12 17:12:40.238 INFO kablam! 87 | / pub const feature_names: [&str; 12] = [ Oct 12 17:12:40.238 INFO kablam! 88 | | "diag4", "diag5", "diag6", "diag7", "diag8", "hor_vert2", "hor_vert3", "hor_vert4", Oct 12 17:12:40.238 INFO kablam! 89 | | "edge2x", "corner2x2", "corner3x3", "flippable_diff" Oct 12 17:12:40.238 INFO kablam! 90 | | ]; Oct 12 17:12:40.238 INFO kablam! | |__^ Oct 12 17:12:40.238 INFO kablam! Oct 12 17:12:40.243 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:40.243 INFO kablam! --> src/player/learning/analysis.rs:139:13 Oct 12 17:12:40.243 INFO kablam! | Oct 12 17:12:40.243 INFO kablam! 139 | create_dir(path); Oct 12 17:12:40.243 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:12:40.243 INFO kablam! | Oct 12 17:12:40.243 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:40.243 INFO kablam! Oct 12 17:12:40.380 INFO kablam! warning: constant `filename` should have an upper case name such as `FILENAME` Oct 12 17:12:40.380 INFO kablam! --> src/analysis.rs:19:1 Oct 12 17:12:40.380 INFO kablam! | Oct 12 17:12:40.380 INFO kablam! 19 | const filename: &str = "data/data"; Oct 12 17:12:40.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:40.380 INFO kablam! Oct 12 17:12:40.380 INFO kablam! warning: constant `output_dir` should have an upper case name such as `OUTPUT_DIR` Oct 12 17:12:40.380 INFO kablam! --> src/analysis.rs:20:1 Oct 12 17:12:40.380 INFO kablam! | Oct 12 17:12:40.380 INFO kablam! 20 | const output_dir: &str = "output/"; Oct 12 17:12:40.380 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:40.380 INFO kablam! Oct 12 17:12:40.852 INFO kablam! warning: constant `filename` should have an upper case name such as `FILENAME` Oct 12 17:12:40.852 INFO kablam! --> src/analysis.rs:19:1 Oct 12 17:12:40.852 INFO kablam! | Oct 12 17:12:40.852 INFO kablam! 19 | const filename: &str = "data/data"; Oct 12 17:12:40.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:40.852 INFO kablam! Oct 12 17:12:40.873 INFO kablam! warning: constant `output_dir` should have an upper case name such as `OUTPUT_DIR` Oct 12 17:12:40.873 INFO kablam! --> src/analysis.rs:20:1 Oct 12 17:12:40.873 INFO kablam! | Oct 12 17:12:40.873 INFO kablam! 20 | const output_dir: &str = "output/"; Oct 12 17:12:40.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:40.873 INFO kablam! Oct 12 17:12:41.012 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:41.012 INFO kablam! --> src/main.rs:35:5 Oct 12 17:12:41.012 INFO kablam! | Oct 12 17:12:41.012 INFO kablam! 35 | / match game::Game::new(client, player, NAME) { Oct 12 17:12:41.013 INFO kablam! 36 | | Ok(mut g) => g.main_loop(), Oct 12 17:12:41.013 INFO kablam! 37 | | Err(s) => panic!("Fail: {}", s), Oct 12 17:12:41.013 INFO kablam! 38 | | }; Oct 12 17:12:41.013 INFO kablam! | |______^ Oct 12 17:12:41.013 INFO kablam! | Oct 12 17:12:41.013 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:41.014 INFO kablam! Oct 12 17:12:41.021 INFO kablam! warning: method is never used: `is_valid` Oct 12 17:12:41.022 INFO kablam! --> src/board.rs:401:5 Oct 12 17:12:41.022 INFO kablam! | Oct 12 17:12:41.022 INFO kablam! 401 | fn is_valid(&self, pos: &BitIndexable, player: Color) -> bool { Oct 12 17:12:41.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:41.022 INFO kablam! | Oct 12 17:12:41.022 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:12:41.023 INFO kablam! Oct 12 17:12:41.024 INFO kablam! warning: method is never used: `proc_end` Oct 12 17:12:41.024 INFO kablam! --> src/interface/game.rs:163:5 Oct 12 17:12:41.024 INFO kablam! | Oct 12 17:12:41.024 INFO kablam! 163 | fn proc_end(&self, result: client::MatchResult, n: u8, m: u8, reason: String) {} Oct 12 17:12:41.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:41.024 INFO kablam! Oct 12 17:12:41.025 INFO kablam! warning: constant item is never used: `map1` Oct 12 17:12:41.025 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:41.025 INFO kablam! | Oct 12 17:12:41.025 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:41.026 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:41.026 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:41.026 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:41.026 INFO kablam! ... | Oct 12 17:12:41.026 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:41.026 INFO kablam! 25 | | ]; Oct 12 17:12:41.027 INFO kablam! | |__^ Oct 12 17:12:41.027 INFO kablam! Oct 12 17:12:41.048 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:41.048 INFO kablam! --> src/interface/tcp_client.rs:84:17 Oct 12 17:12:41.048 INFO kablam! | Oct 12 17:12:41.048 INFO kablam! 84 | self.writer.flush(); Oct 12 17:12:41.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:12:41.048 INFO kablam! | Oct 12 17:12:41.048 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:12:41.048 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:41.048 INFO kablam! Oct 12 17:12:41.068 INFO kablam! warning: constant `map1` should have an upper case name such as `MAP1` Oct 12 17:12:41.068 INFO kablam! --> src/player/linear_evaluator.rs:16:1 Oct 12 17:12:41.068 INFO kablam! | Oct 12 17:12:41.068 INFO kablam! 16 | / const map1: [[i64; 8]; 8] = [ Oct 12 17:12:41.068 INFO kablam! 17 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:41.068 INFO kablam! 18 | | [-40, -40, 1, 1, 1, 1, -40, -40], Oct 12 17:12:41.068 INFO kablam! 19 | | [5, 1, 1, 1, 1, 1, 1, 5], Oct 12 17:12:41.068 INFO kablam! ... | Oct 12 17:12:41.068 INFO kablam! 24 | | [1000, -40, 5, 5, 5, 5, -40, 1000], Oct 12 17:12:41.068 INFO kablam! 25 | | ]; Oct 12 17:12:41.068 INFO kablam! | |__^ Oct 12 17:12:41.068 INFO kablam! | Oct 12 17:12:41.068 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 12 17:12:41.068 INFO kablam! Oct 12 17:12:41.068 INFO kablam! warning: constant `feature_functions` should have an upper case name such as `FEATURE_FUNCTIONS` Oct 12 17:12:41.068 INFO kablam! --> src/player/linear_evaluator.rs:83:1 Oct 12 17:12:41.068 INFO kablam! | Oct 12 17:12:41.068 INFO kablam! 83 | / pub const feature_functions: [fn(board::Board) -> f32; 12] = [ Oct 12 17:12:41.068 INFO kablam! 84 | | diag4, diag5, diag6, diag7, diag8, hor_vert2, hor_vert3, hor_vert4, Oct 12 17:12:41.068 INFO kablam! 85 | | edge2x, corner2x2, corner3x3, flippable_diff Oct 12 17:12:41.068 INFO kablam! 86 | | ]; Oct 12 17:12:41.068 INFO kablam! | |__________^ Oct 12 17:12:41.068 INFO kablam! Oct 12 17:12:41.068 INFO kablam! warning: constant `feature_names` should have an upper case name such as `FEATURE_NAMES` Oct 12 17:12:41.068 INFO kablam! --> src/player/linear_evaluator.rs:87:1 Oct 12 17:12:41.068 INFO kablam! | Oct 12 17:12:41.068 INFO kablam! 87 | / pub const feature_names: [&str; 12] = [ Oct 12 17:12:41.068 INFO kablam! 88 | | "diag4", "diag5", "diag6", "diag7", "diag8", "hor_vert2", "hor_vert3", "hor_vert4", Oct 12 17:12:41.068 INFO kablam! 89 | | "edge2x", "corner2x2", "corner3x3", "flippable_diff" Oct 12 17:12:41.068 INFO kablam! 90 | | ]; Oct 12 17:12:41.068 INFO kablam! | |__^ Oct 12 17:12:41.068 INFO kablam! Oct 12 17:12:41.080 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:41.080 INFO kablam! --> src/player/learning/analysis.rs:139:13 Oct 12 17:12:41.080 INFO kablam! | Oct 12 17:12:41.080 INFO kablam! 139 | create_dir(path); Oct 12 17:12:41.080 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:12:41.080 INFO kablam! | Oct 12 17:12:41.080 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:41.080 INFO kablam! Oct 12 17:12:41.512 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:12:41.512 INFO kablam! --> src/main.rs:35:5 Oct 12 17:12:41.512 INFO kablam! | Oct 12 17:12:41.512 INFO kablam! 35 | / match game::Game::new(client, player, NAME) { Oct 12 17:12:41.512 INFO kablam! 36 | | Ok(mut g) => g.main_loop(), Oct 12 17:12:41.512 INFO kablam! 37 | | Err(s) => panic!("Fail: {}", s), Oct 12 17:12:41.512 INFO kablam! 38 | | }; Oct 12 17:12:41.512 INFO kablam! | |______^ Oct 12 17:12:41.512 INFO kablam! | Oct 12 17:12:41.512 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:12:41.512 INFO kablam! Oct 12 17:12:41.632 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.39s Oct 12 17:12:41.641 INFO kablam! su: No module specific data is present Oct 12 17:12:42.398 INFO running `"docker" "rm" "-f" "3482cc33befb5b22c4d76837e440832f98bb91011e0d92d42fa1d247659aceef"` Oct 12 17:12:42.724 INFO blam! 3482cc33befb5b22c4d76837e440832f98bb91011e0d92d42fa1d247659aceef