Oct 10 11:44:00.010 INFO testing zeerorg/A-I-Rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 11:44:00.010 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 11:44:00.012 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:44:00.450 INFO blam! fcf5fcbda539e809b351db79d4e688bfa017c602aaf5869020c5cc83765d71ea Oct 10 11:44:00.454 INFO running `"docker" "start" "-a" "fcf5fcbda539e809b351db79d4e688bfa017c602aaf5869020c5cc83765d71ea"` Oct 10 11:44:01.952 INFO kablam! usermod: no changes Oct 10 11:44:01.992 INFO kablam! Compiling artificial_intelligence v0.1.0 (/source) Oct 10 11:44:02.577 INFO kablam! warning: function is never used: `dfs` Oct 10 11:44:02.577 INFO kablam! --> src/algo/dfs.rs:5:1 Oct 10 11:44:02.577 INFO kablam! | Oct 10 11:44:02.577 INFO kablam! 5 | pub fn dfs (start: &T, goal_function: &Fn(&T) -> bool, _functions: Vec<&Fn(&T) -> T>) -> bool { Oct 10 11:44:02.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.577 INFO kablam! | Oct 10 11:44:02.577 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:44:02.577 INFO kablam! Oct 10 11:44:02.577 INFO kablam! warning: function is never used: `bfs` Oct 10 11:44:02.577 INFO kablam! --> src/algo/bfs.rs:5:1 Oct 10 11:44:02.577 INFO kablam! | Oct 10 11:44:02.577 INFO kablam! 5 | pub fn bfs (start: &T, goal_function: &Fn(&T) -> bool, _functions: Vec<&Fn(&T) -> T>) -> bool { Oct 10 11:44:02.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.577 INFO kablam! Oct 10 11:44:02.577 INFO kablam! warning: function is never used: `dfid` Oct 10 11:44:02.577 INFO kablam! --> src/algo/dfid.rs:6:1 Oct 10 11:44:02.577 INFO kablam! | Oct 10 11:44:02.577 INFO kablam! 6 | pub fn dfid (start: &T, goal_function: &Fn(&T) -> bool, _functions: &Vec<&Fn(&T) -> T>) -> bool { Oct 10 11:44:02.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.577 INFO kablam! Oct 10 11:44:02.577 INFO kablam! warning: function is never used: `dfs_depth` Oct 10 11:44:02.577 INFO kablam! --> src/algo/dfid.rs:24:1 Oct 10 11:44:02.577 INFO kablam! | Oct 10 11:44:02.577 INFO kablam! 24 | fn dfs_depth (start: &T, goal_function: &Fn(&T) -> bool, _functions: &Vec<&Fn(&T) -> T>, max_depth: i32) -> (bool, i32) { Oct 10 11:44:02.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.577 INFO kablam! Oct 10 11:44:02.577 INFO kablam! warning: function is never used: `start_game` Oct 10 11:44:02.577 INFO kablam! --> src/algo/tic_tac_toe_algo.rs:4:1 Oct 10 11:44:02.577 INFO kablam! | Oct 10 11:44:02.577 INFO kablam! 4 | fn start_game() -> i32 { Oct 10 11:44:02.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.577 INFO kablam! Oct 10 11:44:02.577 INFO kablam! warning: method is never used: `new` Oct 10 11:44:02.577 INFO kablam! --> src/problems/water_jug.rs:13:5 Oct 10 11:44:02.577 INFO kablam! | Oct 10 11:44:02.577 INFO kablam! 13 | pub fn new(jug_a: i32, jug_b: i32, max_a: i32, max_b: i32) -> Jugs { Oct 10 11:44:02.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.577 INFO kablam! Oct 10 11:44:02.577 INFO kablam! warning: function is never used: `fill_a` Oct 10 11:44:02.577 INFO kablam! --> src/problems/water_jug.rs:29:1 Oct 10 11:44:02.577 INFO kablam! | Oct 10 11:44:02.577 INFO kablam! 29 | pub fn fill_a(jugs: &Jugs) -> Jugs { Oct 10 11:44:02.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.577 INFO kablam! Oct 10 11:44:02.577 INFO kablam! warning: function is never used: `fill_b` Oct 10 11:44:02.577 INFO kablam! --> src/problems/water_jug.rs:38:1 Oct 10 11:44:02.577 INFO kablam! | Oct 10 11:44:02.577 INFO kablam! 38 | pub fn fill_b(jugs: &Jugs) -> Jugs { Oct 10 11:44:02.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.577 INFO kablam! Oct 10 11:44:02.577 INFO kablam! warning: function is never used: `empty_a` Oct 10 11:44:02.577 INFO kablam! --> src/problems/water_jug.rs:47:1 Oct 10 11:44:02.577 INFO kablam! | Oct 10 11:44:02.577 INFO kablam! 47 | pub fn empty_a(jugs: &Jugs) -> Jugs { Oct 10 11:44:02.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.577 INFO kablam! Oct 10 11:44:02.577 INFO kablam! warning: function is never used: `empty_b` Oct 10 11:44:02.577 INFO kablam! --> src/problems/water_jug.rs:56:1 Oct 10 11:44:02.577 INFO kablam! | Oct 10 11:44:02.577 INFO kablam! 56 | pub fn empty_b(jugs: &Jugs) -> Jugs { Oct 10 11:44:02.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.577 INFO kablam! Oct 10 11:44:02.577 INFO kablam! warning: function is never used: `trn_a_to_b` Oct 10 11:44:02.577 INFO kablam! --> src/problems/water_jug.rs:65:1 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 65 | pub fn trn_a_to_b(jugs: &Jugs) -> Jugs { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: function is never used: `trn_b_to_a` Oct 10 11:44:02.578 INFO kablam! --> src/problems/water_jug.rs:74:1 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 74 | pub fn trn_b_to_a(jugs: &Jugs) -> Jugs { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: method is never used: `new` Oct 10 11:44:02.578 INFO kablam! --> src/problems/eight_puzz.rs:8:5 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 8 | pub fn new(puzzle: [[i32; 3] ; 3]) -> Puzzle { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: function is never used: `from_up` Oct 10 11:44:02.578 INFO kablam! --> src/problems/eight_puzz.rs:27:1 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 27 | pub fn from_up(x: &Puzzle) -> Puzzle { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: function is never used: `from_down` Oct 10 11:44:02.578 INFO kablam! --> src/problems/eight_puzz.rs:42:1 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 42 | pub fn from_down(x: &Puzzle) -> Puzzle { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: function is never used: `from_left` Oct 10 11:44:02.578 INFO kablam! --> src/problems/eight_puzz.rs:57:1 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 57 | pub fn from_left(x: &Puzzle) -> Puzzle { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: function is never used: `from_right` Oct 10 11:44:02.578 INFO kablam! --> src/problems/eight_puzz.rs:72:1 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 72 | pub fn from_right(x: &Puzzle) -> Puzzle { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: variant is never constructed: `Blank` Oct 10 11:44:02.578 INFO kablam! --> src/problems/tic_tac_toe.rs:7:5 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 7 | Blank = 2, Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: variant is never constructed: `X` Oct 10 11:44:02.578 INFO kablam! --> src/problems/tic_tac_toe.rs:8:5 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 8 | X = 3, Oct 10 11:44:02.578 INFO kablam! | ^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: variant is never constructed: `O` Oct 10 11:44:02.578 INFO kablam! --> src/problems/tic_tac_toe.rs:9:5 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 9 | O = 5 Oct 10 11:44:02.578 INFO kablam! | ^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: method is never used: `new` Oct 10 11:44:02.578 INFO kablam! --> src/problems/tic_tac_toe.rs:39:5 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 39 | pub fn new() -> Board { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: method is never used: `make_2` Oct 10 11:44:02.578 INFO kablam! --> src/problems/tic_tac_toe.rs:47:5 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 47 | pub fn make_2(&self) -> Option { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: method is never used: `poss_win` Oct 10 11:44:02.578 INFO kablam! --> src/problems/tic_tac_toe.rs:58:5 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 58 | pub fn poss_win(&self, p: Moves) -> i32 { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: method is never used: `go` Oct 10 11:44:02.578 INFO kablam! --> src/problems/tic_tac_toe.rs:87:5 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 87 | pub fn go(&mut self, pos: &i32, mv: Moves) { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: method is never used: `get_blank` Oct 10 11:44:02.578 INFO kablam! --> src/problems/tic_tac_toe.rs:93:5 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 93 | fn get_blank(&self, positions: &[i32]) -> i32 { Oct 10 11:44:02.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.578 INFO kablam! Oct 10 11:44:02.578 INFO kablam! warning: method is never used: `get_product` Oct 10 11:44:02.578 INFO kablam! --> src/problems/tic_tac_toe.rs:98:5 Oct 10 11:44:02.578 INFO kablam! | Oct 10 11:44:02.578 INFO kablam! 98 | fn get_product(&self, positions: &[i32]) -> i32 { Oct 10 11:44:02.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.579 INFO kablam! Oct 10 11:44:02.579 INFO kablam! warning: struct is never constructed: `NodeDepth` Oct 10 11:44:02.579 INFO kablam! --> src/helper/node.rs:3:1 Oct 10 11:44:02.579 INFO kablam! | Oct 10 11:44:02.579 INFO kablam! 3 | pub struct NodeDepth { Oct 10 11:44:02.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.579 INFO kablam! Oct 10 11:44:02.579 INFO kablam! warning: method is never used: `new` Oct 10 11:44:02.579 INFO kablam! --> src/helper/node.rs:9:5 Oct 10 11:44:02.579 INFO kablam! | Oct 10 11:44:02.579 INFO kablam! 9 | pub fn new(data: T, depth: i32) -> NodeDepth { Oct 10 11:44:02.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:02.579 INFO kablam! Oct 10 11:44:03.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 10 11:44:03.097 INFO kablam! su: No module specific data is present Oct 10 11:44:04.639 INFO running `"docker" "rm" "-f" "fcf5fcbda539e809b351db79d4e688bfa017c602aaf5869020c5cc83765d71ea"` Oct 10 11:44:05.018 INFO blam! fcf5fcbda539e809b351db79d4e688bfa017c602aaf5869020c5cc83765d71ea Oct 10 11:44:05.021 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 11:44:05.022 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:44:05.472 INFO blam! d434f0ac3c624f6075b2454c04e8271b177d877103acf0e4c9493126796377a6 Oct 10 11:44:05.477 INFO running `"docker" "start" "-a" "d434f0ac3c624f6075b2454c04e8271b177d877103acf0e4c9493126796377a6"` Oct 10 11:44:06.476 INFO kablam! usermod: no changes Oct 10 11:44:06.524 INFO kablam! Compiling artificial_intelligence v0.1.0 (/source) Oct 10 11:44:07.360 INFO kablam! warning: function is never used: `start_game` Oct 10 11:44:07.361 INFO kablam! --> src/algo/tic_tac_toe_algo.rs:4:1 Oct 10 11:44:07.361 INFO kablam! | Oct 10 11:44:07.361 INFO kablam! 4 | fn start_game() -> i32 { Oct 10 11:44:07.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:07.361 INFO kablam! | Oct 10 11:44:07.361 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:44:07.361 INFO kablam! Oct 10 11:44:07.361 INFO kablam! warning: variant is never constructed: `Blank` Oct 10 11:44:07.361 INFO kablam! --> src/problems/tic_tac_toe.rs:7:5 Oct 10 11:44:07.361 INFO kablam! | Oct 10 11:44:07.361 INFO kablam! 7 | Blank = 2, Oct 10 11:44:07.361 INFO kablam! | ^^^^^^^^^ Oct 10 11:44:07.361 INFO kablam! Oct 10 11:44:07.361 INFO kablam! warning: variant is never constructed: `X` Oct 10 11:44:07.361 INFO kablam! --> src/problems/tic_tac_toe.rs:8:5 Oct 10 11:44:07.361 INFO kablam! | Oct 10 11:44:07.361 INFO kablam! 8 | X = 3, Oct 10 11:44:07.361 INFO kablam! | ^^^^^ Oct 10 11:44:07.361 INFO kablam! Oct 10 11:44:07.361 INFO kablam! warning: variant is never constructed: `O` Oct 10 11:44:07.361 INFO kablam! --> src/problems/tic_tac_toe.rs:9:5 Oct 10 11:44:07.361 INFO kablam! | Oct 10 11:44:07.361 INFO kablam! 9 | O = 5 Oct 10 11:44:07.361 INFO kablam! | ^^^^^ Oct 10 11:44:07.361 INFO kablam! Oct 10 11:44:07.361 INFO kablam! warning: method is never used: `new` Oct 10 11:44:07.361 INFO kablam! --> src/problems/tic_tac_toe.rs:39:5 Oct 10 11:44:07.361 INFO kablam! | Oct 10 11:44:07.361 INFO kablam! 39 | pub fn new() -> Board { Oct 10 11:44:07.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:07.361 INFO kablam! Oct 10 11:44:07.361 INFO kablam! warning: method is never used: `make_2` Oct 10 11:44:07.361 INFO kablam! --> src/problems/tic_tac_toe.rs:47:5 Oct 10 11:44:07.361 INFO kablam! | Oct 10 11:44:07.361 INFO kablam! 47 | pub fn make_2(&self) -> Option { Oct 10 11:44:07.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:07.361 INFO kablam! Oct 10 11:44:07.361 INFO kablam! warning: method is never used: `poss_win` Oct 10 11:44:07.361 INFO kablam! --> src/problems/tic_tac_toe.rs:58:5 Oct 10 11:44:07.361 INFO kablam! | Oct 10 11:44:07.361 INFO kablam! 58 | pub fn poss_win(&self, p: Moves) -> i32 { Oct 10 11:44:07.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:07.361 INFO kablam! Oct 10 11:44:07.361 INFO kablam! warning: method is never used: `go` Oct 10 11:44:07.361 INFO kablam! --> src/problems/tic_tac_toe.rs:87:5 Oct 10 11:44:07.361 INFO kablam! | Oct 10 11:44:07.361 INFO kablam! 87 | pub fn go(&mut self, pos: &i32, mv: Moves) { Oct 10 11:44:07.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:07.361 INFO kablam! Oct 10 11:44:07.361 INFO kablam! warning: method is never used: `get_blank` Oct 10 11:44:07.372 INFO kablam! --> src/problems/tic_tac_toe.rs:93:5 Oct 10 11:44:07.372 INFO kablam! | Oct 10 11:44:07.372 INFO kablam! 93 | fn get_blank(&self, positions: &[i32]) -> i32 { Oct 10 11:44:07.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:07.372 INFO kablam! Oct 10 11:44:07.372 INFO kablam! warning: method is never used: `get_product` Oct 10 11:44:07.372 INFO kablam! --> src/problems/tic_tac_toe.rs:98:5 Oct 10 11:44:07.372 INFO kablam! | Oct 10 11:44:07.372 INFO kablam! 98 | fn get_product(&self, positions: &[i32]) -> i32 { Oct 10 11:44:07.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:44:07.372 INFO kablam! Oct 10 11:44:09.052 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.54s Oct 10 11:44:09.053 INFO kablam! su: No module specific data is present Oct 10 11:44:10.269 INFO running `"docker" "rm" "-f" "d434f0ac3c624f6075b2454c04e8271b177d877103acf0e4c9493126796377a6"` Oct 10 11:44:10.538 INFO blam! d434f0ac3c624f6075b2454c04e8271b177d877103acf0e4c9493126796377a6 Oct 10 11:44:10.544 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 11:44:10.546 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:44:11.061 INFO blam! af2ca37363f8b0e497fb007a7ac8fccd10ba35554cc3ee609f45048d14d2039e Oct 10 11:44:11.063 INFO running `"docker" "start" "-a" "af2ca37363f8b0e497fb007a7ac8fccd10ba35554cc3ee609f45048d14d2039e"` Oct 10 11:44:12.575 INFO kablam! usermod: no changes Oct 10 11:44:12.627 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 11:44:12.628 INFO kablam! Running /target/debug/deps/artificial_intelligence-48c27ac26903ae79 Oct 10 11:44:12.640 INFO blam! Oct 10 11:44:12.640 INFO blam! running 12 tests Oct 10 11:44:12.640 INFO blam! test algo::dfs::tests::dfs_neq_test ... ok Oct 10 11:44:12.640 INFO blam! test algo::bfs::tests::bfs_jug_test ... ok Oct 10 11:44:12.652 INFO blam! test algo::dfid::tests::dfid_neq_test ... ok Oct 10 11:44:12.652 INFO blam! test algo::dfs::tests::dfs_test ... ok Oct 10 11:44:12.652 INFO blam! test algo::dfid::tests::dfid_test ... ok Oct 10 11:44:12.680 INFO blam! test problems::water_jug::tests::trn_test ... ok Oct 10 11:44:12.680 INFO blam! test problems::water_jug::tests::empty_test ... ok Oct 10 11:44:12.680 INFO blam! test problems::eight_puzz::tests::move_test ... ok Oct 10 11:44:12.701 INFO blam! test problems::water_jug::tests::fill_test ... ok Oct 10 11:44:14.284 INFO blam! test algo::dfs::tests::dfs_8puzz_test ... ok Oct 10 11:44:14.595 INFO blam! test algo::bfs::tests::bfs_8puzz_test ... ok Oct 10 11:44:14.898 INFO blam! test algo::dfid::tests::dfid_8puzz_test ... ok Oct 10 11:44:14.898 INFO blam! Oct 10 11:44:14.898 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:44:14.898 INFO blam! Oct 10 11:44:14.899 INFO kablam! su: No module specific data is present Oct 10 11:44:15.664 INFO running `"docker" "rm" "-f" "af2ca37363f8b0e497fb007a7ac8fccd10ba35554cc3ee609f45048d14d2039e"` Oct 10 11:44:15.936 INFO blam! af2ca37363f8b0e497fb007a7ac8fccd10ba35554cc3ee609f45048d14d2039e