Oct 14 14:08:04.293 INFO testing l3kn/rust_chess against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 14:08:04.295 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 14:08:04.660 INFO blam! c6794e9a89b391f6ec20a8838b9660801382c7e23ec0d93039fd36ab0d62f36a Oct 14 14:08:04.665 INFO running `"docker" "start" "-a" "c6794e9a89b391f6ec20a8838b9660801382c7e23ec0d93039fd36ab0d62f36a"` Oct 14 14:08:05.414 INFO kablam! usermod: no changes Oct 14 14:08:05.465 INFO kablam! Compiling chess v0.1.0 (/source) Oct 14 14:08:05.611 INFO kablam! warning: unused import: `std::fmt` Oct 14 14:08:05.611 INFO kablam! --> src/main.rs:4:5 Oct 14 14:08:05.611 INFO kablam! | Oct 14 14:08:05.611 INFO kablam! 4 | use std::fmt; Oct 14 14:08:05.611 INFO kablam! | ^^^^^^^^ Oct 14 14:08:05.611 INFO kablam! | Oct 14 14:08:05.611 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:08:05.611 INFO kablam! Oct 14 14:08:05.611 INFO kablam! warning: unused import: `std::cmp` Oct 14 14:08:05.611 INFO kablam! --> src/main.rs:5:5 Oct 14 14:08:05.611 INFO kablam! | Oct 14 14:08:05.611 INFO kablam! 5 | use std::cmp; Oct 14 14:08:05.611 INFO kablam! | ^^^^^^^^ Oct 14 14:08:05.611 INFO kablam! Oct 14 14:08:05.611 INFO kablam! warning: unused import: `bitscan::*` Oct 14 14:08:05.611 INFO kablam! --> src/main.rs:8:5 Oct 14 14:08:05.611 INFO kablam! | Oct 14 14:08:05.611 INFO kablam! 8 | use bitscan::*; Oct 14 14:08:05.611 INFO kablam! | ^^^^^^^^^^ Oct 14 14:08:05.611 INFO kablam! Oct 14 14:08:05.611 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 14:08:05.611 INFO kablam! --> src/occupancy_masks.rs:18:16 Oct 14 14:08:05.611 INFO kablam! | Oct 14 14:08:05.611 INFO kablam! 18 | res |= (1 << (row * 8 + c)); Oct 14 14:08:05.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:05.611 INFO kablam! | Oct 14 14:08:05.611 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 14:08:05.611 INFO kablam! Oct 14 14:08:05.611 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 14:08:05.611 INFO kablam! --> src/occupancy_masks.rs:25:16 Oct 14 14:08:05.611 INFO kablam! | Oct 14 14:08:05.611 INFO kablam! 25 | res |= (1 << (r * 8 + col)); Oct 14 14:08:05.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:05.611 INFO kablam! Oct 14 14:08:05.611 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 14:08:05.611 INFO kablam! --> src/occupancy_masks.rs:42:12 Oct 14 14:08:05.611 INFO kablam! | Oct 14 14:08:05.611 INFO kablam! 42 | if (x != col && y != row) { Oct 14 14:08:05.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:05.611 INFO kablam! Oct 14 14:08:05.611 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 14:08:05.611 INFO kablam! --> src/occupancy_masks.rs:43:20 Oct 14 14:08:05.611 INFO kablam! | Oct 14 14:08:05.611 INFO kablam! 43 | res |= (1 << (y * 8 + x)); Oct 14 14:08:05.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:05.612 INFO kablam! Oct 14 14:08:05.612 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 14:08:05.612 INFO kablam! --> src/occupancy_masks.rs:59:12 Oct 14 14:08:05.612 INFO kablam! | Oct 14 14:08:05.612 INFO kablam! 59 | if (x != col_ && y != row) { Oct 14 14:08:05.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:05.612 INFO kablam! Oct 14 14:08:05.612 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 14:08:05.612 INFO kablam! --> src/occupancy_masks.rs:60:20 Oct 14 14:08:05.612 INFO kablam! | Oct 14 14:08:05.612 INFO kablam! 60 | res |= (1 << (y * 8 + (7 - x))); Oct 14 14:08:05.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:05.612 INFO kablam! Oct 14 14:08:05.612 INFO kablam! warning: unused imports: `Color`, `Position` Oct 14 14:08:05.612 INFO kablam! --> src/main.rs:15:20 Oct 14 14:08:05.612 INFO kablam! | Oct 14 14:08:05.612 INFO kablam! 15 | use board::{Board, Color, Position, Move}; Oct 14 14:08:05.612 INFO kablam! | ^^^^^ ^^^^^^^^ Oct 14 14:08:05.612 INFO kablam! Oct 14 14:08:05.863 INFO kablam! warning: constant `bitscan_magic` should have an upper case name such as `BITSCAN_MAGIC` Oct 14 14:08:05.863 INFO kablam! --> src/bitscan.rs:3:1 Oct 14 14:08:05.863 INFO kablam! | Oct 14 14:08:05.863 INFO kablam! 3 | const bitscan_magic: u64 = 0x7edd5e59a4e28c2; Oct 14 14:08:05.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:05.863 INFO kablam! | Oct 14 14:08:05.863 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 14 14:08:05.863 INFO kablam! Oct 14 14:08:05.863 INFO kablam! warning: constant `bitscan_db` should have an upper case name such as `BITSCAN_DB` Oct 14 14:08:05.863 INFO kablam! --> src/bitscan.rs:4:1 Oct 14 14:08:05.863 INFO kablam! | Oct 14 14:08:05.863 INFO kablam! 4 | / const bitscan_db: [u64; 64] = [ Oct 14 14:08:05.863 INFO kablam! 5 | | 63, 0, 58, 1, 59, 47, 53, 2, 60, 39, 48, 27, 54, 33, 42, 3, Oct 14 14:08:05.863 INFO kablam! 6 | | 61, 51, 37, 40, 49, 18, 28, 20, 55, 30, 34, 11, 43, 14, 22, 4, Oct 14 14:08:05.863 INFO kablam! 7 | | 62, 57, 46, 52, 38, 26, 32, 41, 50, 36, 17, 19, 29, 10, 13, 21, Oct 14 14:08:05.863 INFO kablam! 8 | | 56, 45, 25, 31, 35, 16, 9, 12, 44, 24, 15, 8, 23, 7, 6, 5, Oct 14 14:08:05.863 INFO kablam! 9 | | ]; Oct 14 14:08:05.863 INFO kablam! | |__^ Oct 14 14:08:05.864 INFO kablam! Oct 14 14:08:05.864 INFO kablam! warning: constant `rook` should have an upper case name such as `ROOK` Oct 14 14:08:05.864 INFO kablam! --> src/occupancy_masks.rs:67:1 Oct 14 14:08:05.864 INFO kablam! | Oct 14 14:08:05.864 INFO kablam! 67 | / const rook: [u64; 64] = [ Oct 14 14:08:05.864 INFO kablam! 68 | | 0x000101010101017e, Oct 14 14:08:05.864 INFO kablam! 69 | | 0x000202020202027c, Oct 14 14:08:05.864 INFO kablam! 70 | | 0x000404040404047a, Oct 14 14:08:05.864 INFO kablam! ... | Oct 14 14:08:05.864 INFO kablam! 131 | | 0x7e80808080808000, Oct 14 14:08:05.864 INFO kablam! 132 | | ]; Oct 14 14:08:05.864 INFO kablam! | |__^ Oct 14 14:08:05.864 INFO kablam! Oct 14 14:08:05.864 INFO kablam! warning: constant `bishop` should have an upper case name such as `BISHOP` Oct 14 14:08:05.864 INFO kablam! --> src/occupancy_masks.rs:134:1 Oct 14 14:08:05.864 INFO kablam! | Oct 14 14:08:05.864 INFO kablam! 134 | / const bishop: [u64; 64] = [ Oct 14 14:08:05.864 INFO kablam! 135 | | 0x0040201008040200, Oct 14 14:08:05.864 INFO kablam! 136 | | 0x0000402010080400, Oct 14 14:08:05.864 INFO kablam! 137 | | 0x0000004020100a00, Oct 14 14:08:05.864 INFO kablam! ... | Oct 14 14:08:05.864 INFO kablam! 198 | | 0x0040201008040200, Oct 14 14:08:05.864 INFO kablam! 199 | | ]; Oct 14 14:08:05.864 INFO kablam! | |__^ Oct 14 14:08:05.864 INFO kablam! Oct 14 14:08:06.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 14 14:08:06.557 INFO kablam! su: No module specific data is present Oct 14 14:08:06.943 INFO running `"docker" "rm" "-f" "c6794e9a89b391f6ec20a8838b9660801382c7e23ec0d93039fd36ab0d62f36a"` Oct 14 14:08:07.090 INFO blam! c6794e9a89b391f6ec20a8838b9660801382c7e23ec0d93039fd36ab0d62f36a Oct 14 14:08:07.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 14:08:07.467 INFO blam! 4a5be207e511ab139a671d634a649d8c36d636753d9bcb804cfef43622dac800 Oct 14 14:08:07.479 INFO running `"docker" "start" "-a" "4a5be207e511ab139a671d634a649d8c36d636753d9bcb804cfef43622dac800"` Oct 14 14:08:08.371 INFO kablam! usermod: no changes Oct 14 14:08:08.399 INFO kablam! Compiling chess v0.1.0 (/source) Oct 14 14:08:08.520 INFO kablam! warning: unused import: `std::fmt` Oct 14 14:08:08.520 INFO kablam! --> src/main.rs:4:5 Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! 4 | use std::fmt; Oct 14 14:08:08.520 INFO kablam! | ^^^^^^^^ Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:08:08.520 INFO kablam! Oct 14 14:08:08.520 INFO kablam! warning: unused import: `std::cmp` Oct 14 14:08:08.520 INFO kablam! --> src/main.rs:5:5 Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! 5 | use std::cmp; Oct 14 14:08:08.520 INFO kablam! | ^^^^^^^^ Oct 14 14:08:08.520 INFO kablam! Oct 14 14:08:08.520 INFO kablam! warning: unused import: `bitscan::*` Oct 14 14:08:08.520 INFO kablam! --> src/main.rs:8:5 Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! 8 | use bitscan::*; Oct 14 14:08:08.520 INFO kablam! | ^^^^^^^^^^ Oct 14 14:08:08.520 INFO kablam! Oct 14 14:08:08.520 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 14:08:08.520 INFO kablam! --> src/occupancy_masks.rs:18:16 Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! 18 | res |= (1 << (row * 8 + c)); Oct 14 14:08:08.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 14:08:08.520 INFO kablam! Oct 14 14:08:08.520 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 14:08:08.520 INFO kablam! --> src/occupancy_masks.rs:25:16 Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! 25 | res |= (1 << (r * 8 + col)); Oct 14 14:08:08.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:08.520 INFO kablam! Oct 14 14:08:08.520 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 14:08:08.520 INFO kablam! --> src/occupancy_masks.rs:42:12 Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! 42 | if (x != col && y != row) { Oct 14 14:08:08.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:08.520 INFO kablam! Oct 14 14:08:08.520 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 14:08:08.520 INFO kablam! --> src/occupancy_masks.rs:43:20 Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! 43 | res |= (1 << (y * 8 + x)); Oct 14 14:08:08.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:08.520 INFO kablam! Oct 14 14:08:08.520 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 14:08:08.520 INFO kablam! --> src/occupancy_masks.rs:59:12 Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! 59 | if (x != col_ && y != row) { Oct 14 14:08:08.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:08.520 INFO kablam! Oct 14 14:08:08.520 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 14:08:08.520 INFO kablam! --> src/occupancy_masks.rs:60:20 Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! 60 | res |= (1 << (y * 8 + (7 - x))); Oct 14 14:08:08.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 14:08:08.520 INFO kablam! Oct 14 14:08:08.520 INFO kablam! warning: unused imports: `Color`, `Position` Oct 14 14:08:08.520 INFO kablam! --> src/main.rs:15:20 Oct 14 14:08:08.520 INFO kablam! | Oct 14 14:08:08.520 INFO kablam! 15 | use board::{Board, Color, Position, Move}; Oct 14 14:08:08.520 INFO kablam! | ^^^^^ ^^^^^^^^ Oct 14 14:08:08.520 INFO kablam! Oct 14 14:08:08.719 INFO kablam! warning: constant `bitscan_magic` should have an upper case name such as `BITSCAN_MAGIC` Oct 14 14:08:08.720 INFO kablam! --> src/bitscan.rs:3:1 Oct 14 14:08:08.720 INFO kablam! | Oct 14 14:08:08.720 INFO kablam! 3 | const bitscan_magic: u64 = 0x7edd5e59a4e28c2; Oct 14 14:08:08.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 14:08:08.720 INFO kablam! | Oct 14 14:08:08.720 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 14 14:08:08.720 INFO kablam! Oct 14 14:08:08.720 INFO kablam! warning: constant `bitscan_db` should have an upper case name such as `BITSCAN_DB` Oct 14 14:08:08.720 INFO kablam! --> src/bitscan.rs:4:1 Oct 14 14:08:08.720 INFO kablam! | Oct 14 14:08:08.720 INFO kablam! 4 | / const bitscan_db: [u64; 64] = [ Oct 14 14:08:08.720 INFO kablam! 5 | | 63, 0, 58, 1, 59, 47, 53, 2, 60, 39, 48, 27, 54, 33, 42, 3, Oct 14 14:08:08.720 INFO kablam! 6 | | 61, 51, 37, 40, 49, 18, 28, 20, 55, 30, 34, 11, 43, 14, 22, 4, Oct 14 14:08:08.720 INFO kablam! 7 | | 62, 57, 46, 52, 38, 26, 32, 41, 50, 36, 17, 19, 29, 10, 13, 21, Oct 14 14:08:08.720 INFO kablam! 8 | | 56, 45, 25, 31, 35, 16, 9, 12, 44, 24, 15, 8, 23, 7, 6, 5, Oct 14 14:08:08.720 INFO kablam! 9 | | ]; Oct 14 14:08:08.720 INFO kablam! | |__^ Oct 14 14:08:08.720 INFO kablam! Oct 14 14:08:08.720 INFO kablam! warning: constant `rook` should have an upper case name such as `ROOK` Oct 14 14:08:08.720 INFO kablam! --> src/occupancy_masks.rs:67:1 Oct 14 14:08:08.720 INFO kablam! | Oct 14 14:08:08.720 INFO kablam! 67 | / const rook: [u64; 64] = [ Oct 14 14:08:08.720 INFO kablam! 68 | | 0x000101010101017e, Oct 14 14:08:08.720 INFO kablam! 69 | | 0x000202020202027c, Oct 14 14:08:08.720 INFO kablam! 70 | | 0x000404040404047a, Oct 14 14:08:08.720 INFO kablam! ... | Oct 14 14:08:08.720 INFO kablam! 131 | | 0x7e80808080808000, Oct 14 14:08:08.720 INFO kablam! 132 | | ]; Oct 14 14:08:08.720 INFO kablam! | |__^ Oct 14 14:08:08.720 INFO kablam! Oct 14 14:08:08.720 INFO kablam! warning: constant `bishop` should have an upper case name such as `BISHOP` Oct 14 14:08:08.720 INFO kablam! --> src/occupancy_masks.rs:134:1 Oct 14 14:08:08.720 INFO kablam! | Oct 14 14:08:08.720 INFO kablam! 134 | / const bishop: [u64; 64] = [ Oct 14 14:08:08.720 INFO kablam! 135 | | 0x0040201008040200, Oct 14 14:08:08.720 INFO kablam! 136 | | 0x0000402010080400, Oct 14 14:08:08.720 INFO kablam! 137 | | 0x0000004020100a00, Oct 14 14:08:08.720 INFO kablam! ... | Oct 14 14:08:08.720 INFO kablam! 198 | | 0x0040201008040200, Oct 14 14:08:08.720 INFO kablam! 199 | | ]; Oct 14 14:08:08.720 INFO kablam! | |__^ Oct 14 14:08:08.720 INFO kablam! Oct 14 14:08:09.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.72s Oct 14 14:08:09.119 INFO kablam! su: No module specific data is present Oct 14 14:08:09.470 INFO running `"docker" "rm" "-f" "4a5be207e511ab139a671d634a649d8c36d636753d9bcb804cfef43622dac800"` Oct 14 14:08:09.580 INFO blam! 4a5be207e511ab139a671d634a649d8c36d636753d9bcb804cfef43622dac800 Oct 14 14:08:09.585 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 14:08:09.807 INFO blam! 1d2b0fd35a05cea52d36f237f03ff3391a3b94a0f6bf1348d45f9116af73b7ac Oct 14 14:08:09.809 INFO running `"docker" "start" "-a" "1d2b0fd35a05cea52d36f237f03ff3391a3b94a0f6bf1348d45f9116af73b7ac"` Oct 14 14:08:10.272 INFO kablam! usermod: no changes Oct 14 14:08:10.294 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 14 14:08:10.295 INFO kablam! Running /target/debug/deps/chess-272c5d3f3891d71f Oct 14 14:08:10.296 INFO blam! Oct 14 14:08:10.296 INFO blam! running 1 test Oct 14 14:08:10.296 INFO blam! test bitscan::bitscan_test ... ok Oct 14 14:08:10.296 INFO blam! Oct 14 14:08:10.296 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:08:10.296 INFO blam! Oct 14 14:08:10.299 INFO kablam! su: No module specific data is present Oct 14 14:08:10.505 INFO running `"docker" "rm" "-f" "1d2b0fd35a05cea52d36f237f03ff3391a3b94a0f6bf1348d45f9116af73b7ac"` Oct 14 14:08:10.563 INFO blam! 1d2b0fd35a05cea52d36f237f03ff3391a3b94a0f6bf1348d45f9116af73b7ac