Oct 12 17:24:06.132 INFO testing zeerorg/A-I-Rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 17:24:06.132 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 17:24:06.615 INFO blam! 3be3d1cee3ffefa6430e6733ebf4f1b107bdf532f46fe7f2ec7d4e4b7b8fe8ae Oct 12 17:24:06.623 INFO running `"docker" "start" "-a" "3be3d1cee3ffefa6430e6733ebf4f1b107bdf532f46fe7f2ec7d4e4b7b8fe8ae"` Oct 12 17:24:07.655 INFO kablam! usermod: no changes Oct 12 17:24:07.719 INFO kablam! Compiling artificial_intelligence v0.1.0 (/source) Oct 12 17:24:08.171 INFO kablam! warning: function is never used: `dfs` Oct 12 17:24:08.172 INFO kablam! --> src/algo/dfs.rs:5:1 Oct 12 17:24:08.172 INFO kablam! | Oct 12 17:24:08.172 INFO kablam! 5 | pub fn dfs (start: &T, goal_function: &Fn(&T) -> bool, _functions: Vec<&Fn(&T) -> T>) -> bool { Oct 12 17:24:08.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.173 INFO kablam! | Oct 12 17:24:08.173 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:24:08.173 INFO kablam! Oct 12 17:24:08.174 INFO kablam! warning: function is never used: `bfs` Oct 12 17:24:08.174 INFO kablam! --> src/algo/bfs.rs:5:1 Oct 12 17:24:08.174 INFO kablam! | Oct 12 17:24:08.175 INFO kablam! 5 | pub fn bfs (start: &T, goal_function: &Fn(&T) -> bool, _functions: Vec<&Fn(&T) -> T>) -> bool { Oct 12 17:24:08.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.175 INFO kablam! Oct 12 17:24:08.175 INFO kablam! warning: function is never used: `dfid` Oct 12 17:24:08.176 INFO kablam! --> src/algo/dfid.rs:6:1 Oct 12 17:24:08.176 INFO kablam! | Oct 12 17:24:08.176 INFO kablam! 6 | pub fn dfid (start: &T, goal_function: &Fn(&T) -> bool, _functions: &Vec<&Fn(&T) -> T>) -> bool { Oct 12 17:24:08.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.177 INFO kablam! Oct 12 17:24:08.177 INFO kablam! warning: function is never used: `dfs_depth` Oct 12 17:24:08.177 INFO kablam! --> src/algo/dfid.rs:24:1 Oct 12 17:24:08.178 INFO kablam! | Oct 12 17:24:08.178 INFO kablam! 24 | fn dfs_depth (start: &T, goal_function: &Fn(&T) -> bool, _functions: &Vec<&Fn(&T) -> T>, max_depth: i32) -> (bool, i32) { Oct 12 17:24:08.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.178 INFO kablam! Oct 12 17:24:08.179 INFO kablam! warning: function is never used: `start_game` Oct 12 17:24:08.179 INFO kablam! --> src/algo/tic_tac_toe_algo.rs:4:1 Oct 12 17:24:08.179 INFO kablam! | Oct 12 17:24:08.179 INFO kablam! 4 | fn start_game() -> i32 { Oct 12 17:24:08.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.180 INFO kablam! Oct 12 17:24:08.180 INFO kablam! warning: method is never used: `new` Oct 12 17:24:08.181 INFO kablam! --> src/problems/water_jug.rs:13:5 Oct 12 17:24:08.181 INFO kablam! | Oct 12 17:24:08.181 INFO kablam! 13 | pub fn new(jug_a: i32, jug_b: i32, max_a: i32, max_b: i32) -> Jugs { Oct 12 17:24:08.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.182 INFO kablam! Oct 12 17:24:08.182 INFO kablam! warning: function is never used: `fill_a` Oct 12 17:24:08.182 INFO kablam! --> src/problems/water_jug.rs:29:1 Oct 12 17:24:08.183 INFO kablam! | Oct 12 17:24:08.183 INFO kablam! 29 | pub fn fill_a(jugs: &Jugs) -> Jugs { Oct 12 17:24:08.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.184 INFO kablam! Oct 12 17:24:08.184 INFO kablam! warning: function is never used: `fill_b` Oct 12 17:24:08.184 INFO kablam! --> src/problems/water_jug.rs:38:1 Oct 12 17:24:08.184 INFO kablam! | Oct 12 17:24:08.185 INFO kablam! 38 | pub fn fill_b(jugs: &Jugs) -> Jugs { Oct 12 17:24:08.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.185 INFO kablam! Oct 12 17:24:08.186 INFO kablam! warning: function is never used: `empty_a` Oct 12 17:24:08.186 INFO kablam! --> src/problems/water_jug.rs:47:1 Oct 12 17:24:08.186 INFO kablam! | Oct 12 17:24:08.187 INFO kablam! 47 | pub fn empty_a(jugs: &Jugs) -> Jugs { Oct 12 17:24:08.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.187 INFO kablam! Oct 12 17:24:08.188 INFO kablam! warning: function is never used: `empty_b` Oct 12 17:24:08.188 INFO kablam! --> src/problems/water_jug.rs:56:1 Oct 12 17:24:08.188 INFO kablam! | Oct 12 17:24:08.188 INFO kablam! 56 | pub fn empty_b(jugs: &Jugs) -> Jugs { Oct 12 17:24:08.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.189 INFO kablam! Oct 12 17:24:08.189 INFO kablam! warning: function is never used: `trn_a_to_b` Oct 12 17:24:08.194 INFO kablam! --> src/problems/water_jug.rs:65:1 Oct 12 17:24:08.195 INFO kablam! | Oct 12 17:24:08.195 INFO kablam! 65 | pub fn trn_a_to_b(jugs: &Jugs) -> Jugs { Oct 12 17:24:08.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.196 INFO kablam! Oct 12 17:24:08.196 INFO kablam! warning: function is never used: `trn_b_to_a` Oct 12 17:24:08.196 INFO kablam! --> src/problems/water_jug.rs:74:1 Oct 12 17:24:08.197 INFO kablam! | Oct 12 17:24:08.197 INFO kablam! 74 | pub fn trn_b_to_a(jugs: &Jugs) -> Jugs { Oct 12 17:24:08.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.198 INFO kablam! Oct 12 17:24:08.198 INFO kablam! warning: method is never used: `new` Oct 12 17:24:08.198 INFO kablam! --> src/problems/eight_puzz.rs:8:5 Oct 12 17:24:08.202 INFO kablam! | Oct 12 17:24:08.203 INFO kablam! 8 | pub fn new(puzzle: [[i32; 3] ; 3]) -> Puzzle { Oct 12 17:24:08.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.203 INFO kablam! Oct 12 17:24:08.204 INFO kablam! warning: function is never used: `from_up` Oct 12 17:24:08.204 INFO kablam! --> src/problems/eight_puzz.rs:27:1 Oct 12 17:24:08.204 INFO kablam! | Oct 12 17:24:08.205 INFO kablam! 27 | pub fn from_up(x: &Puzzle) -> Puzzle { Oct 12 17:24:08.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.205 INFO kablam! Oct 12 17:24:08.205 INFO kablam! warning: function is never used: `from_down` Oct 12 17:24:08.206 INFO kablam! --> src/problems/eight_puzz.rs:42:1 Oct 12 17:24:08.206 INFO kablam! | Oct 12 17:24:08.206 INFO kablam! 42 | pub fn from_down(x: &Puzzle) -> Puzzle { Oct 12 17:24:08.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.207 INFO kablam! Oct 12 17:24:08.207 INFO kablam! warning: function is never used: `from_left` Oct 12 17:24:08.207 INFO kablam! --> src/problems/eight_puzz.rs:57:1 Oct 12 17:24:08.207 INFO kablam! | Oct 12 17:24:08.207 INFO kablam! 57 | pub fn from_left(x: &Puzzle) -> Puzzle { Oct 12 17:24:08.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.207 INFO kablam! Oct 12 17:24:08.207 INFO kablam! warning: function is never used: `from_right` Oct 12 17:24:08.207 INFO kablam! --> src/problems/eight_puzz.rs:72:1 Oct 12 17:24:08.207 INFO kablam! | Oct 12 17:24:08.207 INFO kablam! 72 | pub fn from_right(x: &Puzzle) -> Puzzle { Oct 12 17:24:08.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.207 INFO kablam! Oct 12 17:24:08.207 INFO kablam! warning: variant is never constructed: `Blank` Oct 12 17:24:08.207 INFO kablam! --> src/problems/tic_tac_toe.rs:7:5 Oct 12 17:24:08.207 INFO kablam! | Oct 12 17:24:08.207 INFO kablam! 7 | Blank = 2, Oct 12 17:24:08.208 INFO kablam! | ^^^^^^^^^ Oct 12 17:24:08.208 INFO kablam! Oct 12 17:24:08.208 INFO kablam! warning: variant is never constructed: `X` Oct 12 17:24:08.208 INFO kablam! --> src/problems/tic_tac_toe.rs:8:5 Oct 12 17:24:08.208 INFO kablam! | Oct 12 17:24:08.208 INFO kablam! 8 | X = 3, Oct 12 17:24:08.208 INFO kablam! | ^^^^^ Oct 12 17:24:08.208 INFO kablam! Oct 12 17:24:08.208 INFO kablam! warning: variant is never constructed: `O` Oct 12 17:24:08.208 INFO kablam! --> src/problems/tic_tac_toe.rs:9:5 Oct 12 17:24:08.208 INFO kablam! | Oct 12 17:24:08.208 INFO kablam! 9 | O = 5 Oct 12 17:24:08.208 INFO kablam! | ^^^^^ Oct 12 17:24:08.208 INFO kablam! Oct 12 17:24:08.208 INFO kablam! warning: method is never used: `new` Oct 12 17:24:08.208 INFO kablam! --> src/problems/tic_tac_toe.rs:39:5 Oct 12 17:24:08.208 INFO kablam! | Oct 12 17:24:08.208 INFO kablam! 39 | pub fn new() -> Board { Oct 12 17:24:08.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.208 INFO kablam! Oct 12 17:24:08.208 INFO kablam! warning: method is never used: `make_2` Oct 12 17:24:08.208 INFO kablam! --> src/problems/tic_tac_toe.rs:47:5 Oct 12 17:24:08.208 INFO kablam! | Oct 12 17:24:08.208 INFO kablam! 47 | pub fn make_2(&self) -> Option { Oct 12 17:24:08.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.208 INFO kablam! Oct 12 17:24:08.208 INFO kablam! warning: method is never used: `poss_win` Oct 12 17:24:08.208 INFO kablam! --> src/problems/tic_tac_toe.rs:58:5 Oct 12 17:24:08.208 INFO kablam! | Oct 12 17:24:08.208 INFO kablam! 58 | pub fn poss_win(&self, p: Moves) -> i32 { Oct 12 17:24:08.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.208 INFO kablam! Oct 12 17:24:08.208 INFO kablam! warning: method is never used: `go` Oct 12 17:24:08.208 INFO kablam! --> src/problems/tic_tac_toe.rs:87:5 Oct 12 17:24:08.208 INFO kablam! | Oct 12 17:24:08.208 INFO kablam! 87 | pub fn go(&mut self, pos: &i32, mv: Moves) { Oct 12 17:24:08.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.208 INFO kablam! Oct 12 17:24:08.208 INFO kablam! warning: method is never used: `get_blank` Oct 12 17:24:08.208 INFO kablam! --> src/problems/tic_tac_toe.rs:93:5 Oct 12 17:24:08.208 INFO kablam! | Oct 12 17:24:08.208 INFO kablam! 93 | fn get_blank(&self, positions: &[i32]) -> i32 { Oct 12 17:24:08.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.208 INFO kablam! Oct 12 17:24:08.208 INFO kablam! warning: method is never used: `get_product` Oct 12 17:24:08.208 INFO kablam! --> src/problems/tic_tac_toe.rs:98:5 Oct 12 17:24:08.208 INFO kablam! | Oct 12 17:24:08.208 INFO kablam! 98 | fn get_product(&self, positions: &[i32]) -> i32 { Oct 12 17:24:08.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.208 INFO kablam! Oct 12 17:24:08.208 INFO kablam! warning: struct is never constructed: `NodeDepth` Oct 12 17:24:08.208 INFO kablam! --> src/helper/node.rs:3:1 Oct 12 17:24:08.208 INFO kablam! | Oct 12 17:24:08.208 INFO kablam! 3 | pub struct NodeDepth { Oct 12 17:24:08.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.208 INFO kablam! Oct 12 17:24:08.208 INFO kablam! warning: method is never used: `new` Oct 12 17:24:08.208 INFO kablam! --> src/helper/node.rs:9:5 Oct 12 17:24:08.208 INFO kablam! | Oct 12 17:24:08.208 INFO kablam! 9 | pub fn new(data: T, depth: i32) -> NodeDepth { Oct 12 17:24:08.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:08.208 INFO kablam! Oct 12 17:24:08.638 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 12 17:24:08.640 INFO kablam! su: No module specific data is present Oct 12 17:24:09.918 INFO running `"docker" "rm" "-f" "3be3d1cee3ffefa6430e6733ebf4f1b107bdf532f46fe7f2ec7d4e4b7b8fe8ae"` Oct 12 17:24:10.211 INFO blam! 3be3d1cee3ffefa6430e6733ebf4f1b107bdf532f46fe7f2ec7d4e4b7b8fe8ae Oct 12 17:24:10.211 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 17:24:10.683 INFO blam! 0688ec7f14cfe717d52be608e827e1288cbcc8377d11c1382a1abfe6be268260 Oct 12 17:24:10.684 INFO running `"docker" "start" "-a" "0688ec7f14cfe717d52be608e827e1288cbcc8377d11c1382a1abfe6be268260"` Oct 12 17:24:12.495 INFO kablam! usermod: no changes Oct 12 17:24:12.547 INFO kablam! Compiling artificial_intelligence v0.1.0 (/source) Oct 12 17:24:13.159 INFO kablam! warning: function is never used: `start_game` Oct 12 17:24:13.159 INFO kablam! --> src/algo/tic_tac_toe_algo.rs:4:1 Oct 12 17:24:13.159 INFO kablam! | Oct 12 17:24:13.159 INFO kablam! 4 | fn start_game() -> i32 { Oct 12 17:24:13.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:13.159 INFO kablam! | Oct 12 17:24:13.159 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:24:13.159 INFO kablam! Oct 12 17:24:13.159 INFO kablam! warning: variant is never constructed: `Blank` Oct 12 17:24:13.159 INFO kablam! --> src/problems/tic_tac_toe.rs:7:5 Oct 12 17:24:13.159 INFO kablam! | Oct 12 17:24:13.159 INFO kablam! 7 | Blank = 2, Oct 12 17:24:13.159 INFO kablam! | ^^^^^^^^^ Oct 12 17:24:13.159 INFO kablam! Oct 12 17:24:13.159 INFO kablam! warning: variant is never constructed: `X` Oct 12 17:24:13.159 INFO kablam! --> src/problems/tic_tac_toe.rs:8:5 Oct 12 17:24:13.159 INFO kablam! | Oct 12 17:24:13.159 INFO kablam! 8 | X = 3, Oct 12 17:24:13.159 INFO kablam! | ^^^^^ Oct 12 17:24:13.159 INFO kablam! Oct 12 17:24:13.159 INFO kablam! warning: variant is never constructed: `O` Oct 12 17:24:13.159 INFO kablam! --> src/problems/tic_tac_toe.rs:9:5 Oct 12 17:24:13.159 INFO kablam! | Oct 12 17:24:13.159 INFO kablam! 9 | O = 5 Oct 12 17:24:13.159 INFO kablam! | ^^^^^ Oct 12 17:24:13.159 INFO kablam! Oct 12 17:24:13.159 INFO kablam! warning: method is never used: `new` Oct 12 17:24:13.159 INFO kablam! --> src/problems/tic_tac_toe.rs:39:5 Oct 12 17:24:13.159 INFO kablam! | Oct 12 17:24:13.159 INFO kablam! 39 | pub fn new() -> Board { Oct 12 17:24:13.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:13.159 INFO kablam! Oct 12 17:24:13.159 INFO kablam! warning: method is never used: `make_2` Oct 12 17:24:13.159 INFO kablam! --> src/problems/tic_tac_toe.rs:47:5 Oct 12 17:24:13.159 INFO kablam! | Oct 12 17:24:13.159 INFO kablam! 47 | pub fn make_2(&self) -> Option { Oct 12 17:24:13.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:13.159 INFO kablam! Oct 12 17:24:13.159 INFO kablam! warning: method is never used: `poss_win` Oct 12 17:24:13.159 INFO kablam! --> src/problems/tic_tac_toe.rs:58:5 Oct 12 17:24:13.159 INFO kablam! | Oct 12 17:24:13.159 INFO kablam! 58 | pub fn poss_win(&self, p: Moves) -> i32 { Oct 12 17:24:13.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:13.159 INFO kablam! Oct 12 17:24:13.159 INFO kablam! warning: method is never used: `go` Oct 12 17:24:13.159 INFO kablam! --> src/problems/tic_tac_toe.rs:87:5 Oct 12 17:24:13.159 INFO kablam! | Oct 12 17:24:13.159 INFO kablam! 87 | pub fn go(&mut self, pos: &i32, mv: Moves) { Oct 12 17:24:13.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:13.160 INFO kablam! Oct 12 17:24:13.160 INFO kablam! warning: method is never used: `get_blank` Oct 12 17:24:13.160 INFO kablam! --> src/problems/tic_tac_toe.rs:93:5 Oct 12 17:24:13.160 INFO kablam! | Oct 12 17:24:13.160 INFO kablam! 93 | fn get_blank(&self, positions: &[i32]) -> i32 { Oct 12 17:24:13.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:13.160 INFO kablam! Oct 12 17:24:13.160 INFO kablam! warning: method is never used: `get_product` Oct 12 17:24:13.160 INFO kablam! --> src/problems/tic_tac_toe.rs:98:5 Oct 12 17:24:13.160 INFO kablam! | Oct 12 17:24:13.160 INFO kablam! 98 | fn get_product(&self, positions: &[i32]) -> i32 { Oct 12 17:24:13.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:24:13.160 INFO kablam! Oct 12 17:24:15.468 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.94s Oct 12 17:24:15.471 INFO kablam! su: No module specific data is present Oct 12 17:24:17.240 INFO running `"docker" "rm" "-f" "0688ec7f14cfe717d52be608e827e1288cbcc8377d11c1382a1abfe6be268260"` Oct 12 17:24:17.515 INFO blam! 0688ec7f14cfe717d52be608e827e1288cbcc8377d11c1382a1abfe6be268260 Oct 12 17:24:17.528 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 17:24:18.023 INFO blam! b719991d1b805f5da062af29ed4a8a2bfe752544b50b39d56f2dddee224f13e0 Oct 12 17:24:18.031 INFO running `"docker" "start" "-a" "b719991d1b805f5da062af29ed4a8a2bfe752544b50b39d56f2dddee224f13e0"` Oct 12 17:24:19.843 INFO kablam! usermod: no changes Oct 12 17:24:19.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 17:24:19.929 INFO kablam! Running /target/debug/deps/artificial_intelligence-48c27ac26903ae79 Oct 12 17:24:19.929 INFO blam! Oct 12 17:24:19.929 INFO blam! running 12 tests Oct 12 17:24:19.935 INFO blam! test algo::dfs::tests::dfs_neq_test ... ok Oct 12 17:24:19.935 INFO blam! test algo::dfs::tests::dfs_test ... ok Oct 12 17:24:19.935 INFO blam! test algo::dfid::tests::dfid_test ... ok Oct 12 17:24:19.935 INFO blam! test algo::bfs::tests::bfs_jug_test ... ok Oct 12 17:24:19.935 INFO blam! test algo::dfid::tests::dfid_neq_test ... ok Oct 12 17:24:19.940 INFO blam! test problems::water_jug::tests::fill_test ... ok Oct 12 17:24:19.943 INFO blam! test problems::water_jug::tests::trn_test ... ok Oct 12 17:24:19.963 INFO blam! test problems::eight_puzz::tests::move_test ... ok Oct 12 17:24:19.963 INFO blam! test problems::water_jug::tests::empty_test ... ok Oct 12 17:24:22.130 INFO blam! test algo::dfs::tests::dfs_8puzz_test ... ok Oct 12 17:24:22.574 INFO blam! test algo::bfs::tests::bfs_8puzz_test ... ok Oct 12 17:24:22.795 INFO blam! test algo::dfid::tests::dfid_8puzz_test ... ok Oct 12 17:24:22.796 INFO blam! Oct 12 17:24:22.797 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:24:22.797 INFO blam! Oct 12 17:24:22.800 INFO kablam! su: No module specific data is present Oct 12 17:24:23.943 INFO running `"docker" "rm" "-f" "b719991d1b805f5da062af29ed4a8a2bfe752544b50b39d56f2dddee224f13e0"` Oct 12 17:24:24.187 INFO blam! b719991d1b805f5da062af29ed4a8a2bfe752544b50b39d56f2dddee224f13e0