Oct 15 02:58:27.729 INFO testing beatmadsen/chess against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:58:27.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 02:58:28.120 INFO blam! b01682f9581a5504bf7ca565ab69f154dd3308351667bb6ab8b257d2e7baaf13 Oct 15 02:58:28.125 INFO running `"docker" "start" "-a" "b01682f9581a5504bf7ca565ab69f154dd3308351667bb6ab8b257d2e7baaf13"` Oct 15 02:58:29.522 INFO kablam! usermod: no changes Oct 15 02:58:29.552 INFO kablam! Compiling chess v0.1.0 (/source) Oct 15 02:58:30.095 INFO kablam! warning: struct is never constructed: `Pawn` Oct 15 02:58:30.095 INFO kablam! --> src/piece.rs:16:1 Oct 15 02:58:30.096 INFO kablam! | Oct 15 02:58:30.096 INFO kablam! 16 | pub struct Pawn {} Oct 15 02:58:30.096 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:58:30.096 INFO kablam! | Oct 15 02:58:30.097 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:58:30.097 INFO kablam! Oct 15 02:58:30.097 INFO kablam! warning: struct is never constructed: `Queen` Oct 15 02:58:30.098 INFO kablam! --> src/piece.rs:17:1 Oct 15 02:58:30.098 INFO kablam! | Oct 15 02:58:30.098 INFO kablam! 17 | pub struct Queen {} Oct 15 02:58:30.098 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 02:58:30.099 INFO kablam! Oct 15 02:58:30.099 INFO kablam! warning: struct is never constructed: `King` Oct 15 02:58:30.099 INFO kablam! --> src/piece.rs:18:1 Oct 15 02:58:30.099 INFO kablam! | Oct 15 02:58:30.100 INFO kablam! 18 | pub struct King {} Oct 15 02:58:30.100 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:58:30.100 INFO kablam! Oct 15 02:58:30.101 INFO kablam! warning: struct is never constructed: `Knight` Oct 15 02:58:30.101 INFO kablam! --> src/piece.rs:19:1 Oct 15 02:58:30.101 INFO kablam! | Oct 15 02:58:30.101 INFO kablam! 19 | pub struct Knight {} Oct 15 02:58:30.101 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:58:30.102 INFO kablam! Oct 15 02:58:30.102 INFO kablam! warning: struct is never constructed: `Rook` Oct 15 02:58:30.102 INFO kablam! --> src/piece.rs:20:1 Oct 15 02:58:30.102 INFO kablam! | Oct 15 02:58:30.103 INFO kablam! 20 | pub struct Rook {} Oct 15 02:58:30.103 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:58:30.103 INFO kablam! Oct 15 02:58:30.103 INFO kablam! warning: struct is never constructed: `Square` Oct 15 02:58:30.104 INFO kablam! --> src/square.rs:4:1 Oct 15 02:58:30.104 INFO kablam! | Oct 15 02:58:30.104 INFO kablam! 4 | pub struct Square { Oct 15 02:58:30.104 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:58:30.105 INFO kablam! Oct 15 02:58:30.105 INFO kablam! warning: method is never used: `legal_moves` Oct 15 02:58:30.105 INFO kablam! --> src/square.rs:10:5 Oct 15 02:58:30.105 INFO kablam! | Oct 15 02:58:30.106 INFO kablam! 10 | pub fn legal_moves(&self) -> Vec<(Name, Name)> { Oct 15 02:58:30.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:58:30.106 INFO kablam! Oct 15 02:58:30.106 INFO kablam! warning: struct is never constructed: `Position` Oct 15 02:58:30.107 INFO kablam! --> src/square.rs:19:1 Oct 15 02:58:30.107 INFO kablam! | Oct 15 02:58:30.107 INFO kablam! 19 | pub struct Position { Oct 15 02:58:30.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 02:58:30.108 INFO kablam! Oct 15 02:58:30.108 INFO kablam! warning: method is never used: `legal_moves` Oct 15 02:58:30.108 INFO kablam! --> src/square.rs:24:5 Oct 15 02:58:30.108 INFO kablam! | Oct 15 02:58:30.109 INFO kablam! 24 | pub fn legal_moves(&self) -> Vec<(Name, Name)> { Oct 15 02:58:30.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:58:30.109 INFO kablam! Oct 15 02:58:30.703 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 15 02:58:30.704 INFO kablam! su: No module specific data is present Oct 15 02:58:31.507 INFO running `"docker" "rm" "-f" "b01682f9581a5504bf7ca565ab69f154dd3308351667bb6ab8b257d2e7baaf13"` Oct 15 02:58:31.815 INFO blam! b01682f9581a5504bf7ca565ab69f154dd3308351667bb6ab8b257d2e7baaf13 Oct 15 02:58:31.824 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 02:58:32.333 INFO blam! f96eab6e4ac50f68c1be28e084a47c2addebc9124bd2fdd5c2555020931760c7 Oct 15 02:58:32.335 INFO running `"docker" "start" "-a" "f96eab6e4ac50f68c1be28e084a47c2addebc9124bd2fdd5c2555020931760c7"` Oct 15 02:58:33.942 INFO kablam! usermod: no changes Oct 15 02:58:34.007 INFO kablam! Compiling chess v0.1.0 (/source) Oct 15 02:58:34.643 INFO kablam! warning: struct is never constructed: `Pawn` Oct 15 02:58:34.643 INFO kablam! --> src/piece.rs:16:1 Oct 15 02:58:34.643 INFO kablam! | Oct 15 02:58:34.643 INFO kablam! 16 | pub struct Pawn {} Oct 15 02:58:34.643 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:58:34.643 INFO kablam! | Oct 15 02:58:34.643 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:58:34.643 INFO kablam! Oct 15 02:58:34.643 INFO kablam! warning: struct is never constructed: `Queen` Oct 15 02:58:34.643 INFO kablam! --> src/piece.rs:17:1 Oct 15 02:58:34.643 INFO kablam! | Oct 15 02:58:34.643 INFO kablam! 17 | pub struct Queen {} Oct 15 02:58:34.643 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 02:58:34.643 INFO kablam! Oct 15 02:58:34.643 INFO kablam! warning: struct is never constructed: `King` Oct 15 02:58:34.643 INFO kablam! --> src/piece.rs:18:1 Oct 15 02:58:34.643 INFO kablam! | Oct 15 02:58:34.643 INFO kablam! 18 | pub struct King {} Oct 15 02:58:34.643 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:58:34.643 INFO kablam! Oct 15 02:58:34.643 INFO kablam! warning: struct is never constructed: `Knight` Oct 15 02:58:34.643 INFO kablam! --> src/piece.rs:19:1 Oct 15 02:58:34.643 INFO kablam! | Oct 15 02:58:34.643 INFO kablam! 19 | pub struct Knight {} Oct 15 02:58:34.643 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:58:34.643 INFO kablam! Oct 15 02:58:34.643 INFO kablam! warning: struct is never constructed: `Rook` Oct 15 02:58:34.643 INFO kablam! --> src/piece.rs:20:1 Oct 15 02:58:34.643 INFO kablam! | Oct 15 02:58:34.643 INFO kablam! 20 | pub struct Rook {} Oct 15 02:58:34.643 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 02:58:34.643 INFO kablam! Oct 15 02:58:34.643 INFO kablam! warning: struct is never constructed: `Square` Oct 15 02:58:34.643 INFO kablam! --> src/square.rs:4:1 Oct 15 02:58:34.643 INFO kablam! | Oct 15 02:58:34.643 INFO kablam! 4 | pub struct Square { Oct 15 02:58:34.643 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:58:34.643 INFO kablam! Oct 15 02:58:34.643 INFO kablam! warning: method is never used: `legal_moves` Oct 15 02:58:34.643 INFO kablam! --> src/square.rs:10:5 Oct 15 02:58:34.643 INFO kablam! | Oct 15 02:58:34.643 INFO kablam! 10 | pub fn legal_moves(&self) -> Vec<(Name, Name)> { Oct 15 02:58:34.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:58:34.643 INFO kablam! Oct 15 02:58:34.643 INFO kablam! warning: struct is never constructed: `Position` Oct 15 02:58:34.643 INFO kablam! --> src/square.rs:19:1 Oct 15 02:58:34.643 INFO kablam! | Oct 15 02:58:34.643 INFO kablam! 19 | pub struct Position { Oct 15 02:58:34.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 02:58:34.643 INFO kablam! Oct 15 02:58:34.643 INFO kablam! warning: method is never used: `legal_moves` Oct 15 02:58:34.643 INFO kablam! --> src/square.rs:24:5 Oct 15 02:58:34.643 INFO kablam! | Oct 15 02:58:34.643 INFO kablam! 24 | pub fn legal_moves(&self) -> Vec<(Name, Name)> { Oct 15 02:58:34.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:58:34.643 INFO kablam! Oct 15 02:58:35.367 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 15 02:58:35.367 INFO kablam! su: No module specific data is present Oct 15 02:58:35.796 INFO running `"docker" "rm" "-f" "f96eab6e4ac50f68c1be28e084a47c2addebc9124bd2fdd5c2555020931760c7"` Oct 15 02:58:36.067 INFO blam! f96eab6e4ac50f68c1be28e084a47c2addebc9124bd2fdd5c2555020931760c7 Oct 15 02:58:36.069 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 02:58:36.509 INFO blam! 8c0a044013b06cd0182f8acc4282f2ec82a6da88ac0091a3abb5adc00d9624b3 Oct 15 02:58:36.511 INFO running `"docker" "start" "-a" "8c0a044013b06cd0182f8acc4282f2ec82a6da88ac0091a3abb5adc00d9624b3"` Oct 15 02:58:37.862 INFO kablam! usermod: no changes Oct 15 02:58:37.885 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 02:58:37.887 INFO kablam! Running /target/debug/deps/chess-cac7733641cd2683 Oct 15 02:58:37.890 INFO blam! Oct 15 02:58:37.890 INFO blam! running 14 tests Oct 15 02:58:37.903 INFO blam! test name::tests::a3_collects_correct_south_west_neighbours ... ok Oct 15 02:58:37.903 INFO blam! test name::tests::a1_has_no_south_west_neighbour ... ok Oct 15 02:58:37.903 INFO blam! test name::tests::a8_has_no_north_west_neighbour ... ok Oct 15 02:58:37.903 INFO blam! test name::tests::b2_has_correct_south_west_neighbour ... ok Oct 15 02:58:37.903 INFO blam! test name::tests::d4_has_correct_east_neighbour ... ok Oct 15 02:58:37.903 INFO blam! test name::tests::a1_collects_correct_east_neighbours ... ok Oct 15 02:58:37.903 INFO blam! test name::tests::h8_has_no_north_east_neighbour ... ok Oct 15 02:58:37.903 INFO blam! test name::tests::d4_has_correct_north_neighbour ... ok Oct 15 02:58:37.903 INFO blam! test name::tests::g7_has_correct_north_east_neighbour ... ok Oct 15 02:58:37.911 INFO blam! test name::tests::d4_has_correct_west_neighbour ... ok Oct 15 02:58:37.911 INFO blam! test name::tests::g2_has_correct_south_east_neighbour ... ok Oct 15 02:58:37.911 INFO blam! test name::tests::d4_has_correct_south_neighbour ... ok Oct 15 02:58:37.911 INFO blam! test name::tests::h1_has_no_south_east_neighbour ... ok Oct 15 02:58:37.911 INFO blam! test name::tests::b7_has_correct_north_west_neighbour ... ok Oct 15 02:58:37.911 INFO blam! Oct 15 02:58:37.911 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:58:37.911 INFO blam! Oct 15 02:58:37.919 INFO kablam! su: No module specific data is present Oct 15 02:58:38.571 INFO running `"docker" "rm" "-f" "8c0a044013b06cd0182f8acc4282f2ec82a6da88ac0091a3abb5adc00d9624b3"` Oct 15 02:58:38.807 INFO blam! 8c0a044013b06cd0182f8acc4282f2ec82a6da88ac0091a3abb5adc00d9624b3