Oct 11 02:25:31.790 INFO testing beatmadsen/chess against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:25:31.792 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:25:31.792 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 02:25:32.284 INFO blam! 59bfb850a327148deeedb01e436d7b1e2f506124b355b6f579bbe4de9c714306 Oct 11 02:25:32.288 INFO running `"docker" "start" "-a" "59bfb850a327148deeedb01e436d7b1e2f506124b355b6f579bbe4de9c714306"` Oct 11 02:25:32.926 INFO kablam! usermod: no changes Oct 11 02:25:32.960 INFO kablam! Compiling chess v0.1.0 (/source) Oct 11 02:25:33.663 INFO kablam! warning: struct is never constructed: `Pawn` Oct 11 02:25:33.663 INFO kablam! --> src/piece.rs:16:1 Oct 11 02:25:33.663 INFO kablam! | Oct 11 02:25:33.663 INFO kablam! 16 | pub struct Pawn {} Oct 11 02:25:33.663 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 02:25:33.663 INFO kablam! | Oct 11 02:25:33.663 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:25:33.663 INFO kablam! Oct 11 02:25:33.663 INFO kablam! warning: struct is never constructed: `Queen` Oct 11 02:25:33.663 INFO kablam! --> src/piece.rs:17:1 Oct 11 02:25:33.663 INFO kablam! | Oct 11 02:25:33.663 INFO kablam! 17 | pub struct Queen {} Oct 11 02:25:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 02:25:33.663 INFO kablam! Oct 11 02:25:33.663 INFO kablam! warning: struct is never constructed: `King` Oct 11 02:25:33.663 INFO kablam! --> src/piece.rs:18:1 Oct 11 02:25:33.663 INFO kablam! | Oct 11 02:25:33.663 INFO kablam! 18 | pub struct King {} Oct 11 02:25:33.663 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 02:25:33.663 INFO kablam! Oct 11 02:25:33.663 INFO kablam! warning: struct is never constructed: `Knight` Oct 11 02:25:33.663 INFO kablam! --> src/piece.rs:19:1 Oct 11 02:25:33.663 INFO kablam! | Oct 11 02:25:33.663 INFO kablam! 19 | pub struct Knight {} Oct 11 02:25:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 02:25:33.663 INFO kablam! Oct 11 02:25:33.663 INFO kablam! warning: struct is never constructed: `Rook` Oct 11 02:25:33.663 INFO kablam! --> src/piece.rs:20:1 Oct 11 02:25:33.663 INFO kablam! | Oct 11 02:25:33.663 INFO kablam! 20 | pub struct Rook {} Oct 11 02:25:33.663 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 02:25:33.663 INFO kablam! Oct 11 02:25:33.663 INFO kablam! warning: struct is never constructed: `Square` Oct 11 02:25:33.663 INFO kablam! --> src/square.rs:4:1 Oct 11 02:25:33.663 INFO kablam! | Oct 11 02:25:33.663 INFO kablam! 4 | pub struct Square { Oct 11 02:25:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 02:25:33.663 INFO kablam! Oct 11 02:25:33.663 INFO kablam! warning: method is never used: `legal_moves` Oct 11 02:25:33.663 INFO kablam! --> src/square.rs:10:5 Oct 11 02:25:33.663 INFO kablam! | Oct 11 02:25:33.663 INFO kablam! 10 | pub fn legal_moves(&self) -> Vec<(Name, Name)> { Oct 11 02:25:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:33.663 INFO kablam! Oct 11 02:25:33.663 INFO kablam! warning: struct is never constructed: `Position` Oct 11 02:25:33.663 INFO kablam! --> src/square.rs:19:1 Oct 11 02:25:33.663 INFO kablam! | Oct 11 02:25:33.663 INFO kablam! 19 | pub struct Position { Oct 11 02:25:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:33.663 INFO kablam! Oct 11 02:25:33.663 INFO kablam! warning: method is never used: `legal_moves` Oct 11 02:25:33.663 INFO kablam! --> src/square.rs:24:5 Oct 11 02:25:33.663 INFO kablam! | Oct 11 02:25:33.663 INFO kablam! 24 | pub fn legal_moves(&self) -> Vec<(Name, Name)> { Oct 11 02:25:33.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:33.663 INFO kablam! Oct 11 02:25:34.060 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 11 02:25:34.060 INFO kablam! su: No module specific data is present Oct 11 02:25:34.488 INFO running `"docker" "rm" "-f" "59bfb850a327148deeedb01e436d7b1e2f506124b355b6f579bbe4de9c714306"` Oct 11 02:25:34.619 INFO blam! 59bfb850a327148deeedb01e436d7b1e2f506124b355b6f579bbe4de9c714306 Oct 11 02:25:34.644 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:25:34.644 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 02:25:34.898 INFO blam! 45e5811f298d832eadc9efeae2e8c94d499b16ce8ccba9dc7b35c4d29b876ebc Oct 11 02:25:34.899 INFO running `"docker" "start" "-a" "45e5811f298d832eadc9efeae2e8c94d499b16ce8ccba9dc7b35c4d29b876ebc"` Oct 11 02:25:35.482 INFO kablam! usermod: no changes Oct 11 02:25:35.513 INFO kablam! Compiling chess v0.1.0 (/source) Oct 11 02:25:36.447 INFO kablam! warning: struct is never constructed: `Pawn` Oct 11 02:25:36.448 INFO kablam! --> src/piece.rs:16:1 Oct 11 02:25:36.448 INFO kablam! | Oct 11 02:25:36.448 INFO kablam! 16 | pub struct Pawn {} Oct 11 02:25:36.449 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 02:25:36.450 INFO kablam! | Oct 11 02:25:36.450 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:25:36.450 INFO kablam! Oct 11 02:25:36.451 INFO kablam! warning: struct is never constructed: `Queen` Oct 11 02:25:36.451 INFO kablam! --> src/piece.rs:17:1 Oct 11 02:25:36.451 INFO kablam! | Oct 11 02:25:36.451 INFO kablam! 17 | pub struct Queen {} Oct 11 02:25:36.452 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 02:25:36.452 INFO kablam! Oct 11 02:25:36.452 INFO kablam! warning: struct is never constructed: `King` Oct 11 02:25:36.453 INFO kablam! --> src/piece.rs:18:1 Oct 11 02:25:36.453 INFO kablam! | Oct 11 02:25:36.453 INFO kablam! 18 | pub struct King {} Oct 11 02:25:36.453 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 02:25:36.454 INFO kablam! Oct 11 02:25:36.454 INFO kablam! warning: struct is never constructed: `Knight` Oct 11 02:25:36.454 INFO kablam! --> src/piece.rs:19:1 Oct 11 02:25:36.454 INFO kablam! | Oct 11 02:25:36.455 INFO kablam! 19 | pub struct Knight {} Oct 11 02:25:36.455 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 02:25:36.455 INFO kablam! Oct 11 02:25:36.455 INFO kablam! warning: struct is never constructed: `Rook` Oct 11 02:25:36.456 INFO kablam! --> src/piece.rs:20:1 Oct 11 02:25:36.456 INFO kablam! | Oct 11 02:25:36.457 INFO kablam! 20 | pub struct Rook {} Oct 11 02:25:36.457 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 02:25:36.457 INFO kablam! Oct 11 02:25:36.457 INFO kablam! warning: struct is never constructed: `Square` Oct 11 02:25:36.457 INFO kablam! --> src/square.rs:4:1 Oct 11 02:25:36.457 INFO kablam! | Oct 11 02:25:36.457 INFO kablam! 4 | pub struct Square { Oct 11 02:25:36.457 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 02:25:36.457 INFO kablam! Oct 11 02:25:36.457 INFO kablam! warning: method is never used: `legal_moves` Oct 11 02:25:36.457 INFO kablam! --> src/square.rs:10:5 Oct 11 02:25:36.457 INFO kablam! | Oct 11 02:25:36.457 INFO kablam! 10 | pub fn legal_moves(&self) -> Vec<(Name, Name)> { Oct 11 02:25:36.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:36.457 INFO kablam! Oct 11 02:25:36.457 INFO kablam! warning: struct is never constructed: `Position` Oct 11 02:25:36.457 INFO kablam! --> src/square.rs:19:1 Oct 11 02:25:36.457 INFO kablam! | Oct 11 02:25:36.457 INFO kablam! 19 | pub struct Position { Oct 11 02:25:36.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:36.457 INFO kablam! Oct 11 02:25:36.457 INFO kablam! warning: method is never used: `legal_moves` Oct 11 02:25:36.457 INFO kablam! --> src/square.rs:24:5 Oct 11 02:25:36.457 INFO kablam! | Oct 11 02:25:36.457 INFO kablam! 24 | pub fn legal_moves(&self) -> Vec<(Name, Name)> { Oct 11 02:25:36.457 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:25:36.457 INFO kablam! Oct 11 02:25:37.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Oct 11 02:25:37.173 INFO kablam! su: No module specific data is present Oct 11 02:25:38.154 INFO running `"docker" "rm" "-f" "45e5811f298d832eadc9efeae2e8c94d499b16ce8ccba9dc7b35c4d29b876ebc"` Oct 11 02:25:38.368 INFO blam! 45e5811f298d832eadc9efeae2e8c94d499b16ce8ccba9dc7b35c4d29b876ebc Oct 11 02:25:38.379 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:25:38.381 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 02:25:38.727 INFO blam! 88a6800607fb4f726de28ed7e26e9e7b7c0a322dae3fd263edc27f40dd873483 Oct 11 02:25:38.728 INFO running `"docker" "start" "-a" "88a6800607fb4f726de28ed7e26e9e7b7c0a322dae3fd263edc27f40dd873483"` Oct 11 02:25:39.720 INFO kablam! usermod: no changes Oct 11 02:25:39.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 02:25:39.761 INFO kablam! Running /target/debug/deps/chess-cac7733641cd2683 Oct 11 02:25:39.761 INFO blam! Oct 11 02:25:39.761 INFO blam! running 14 tests Oct 11 02:25:39.765 INFO blam! test name::tests::a1_has_no_south_west_neighbour ... ok Oct 11 02:25:39.765 INFO blam! test name::tests::a3_collects_correct_south_west_neighbours ... ok Oct 11 02:25:39.765 INFO blam! test name::tests::b2_has_correct_south_west_neighbour ... ok Oct 11 02:25:39.765 INFO blam! test name::tests::a8_has_no_north_west_neighbour ... ok Oct 11 02:25:39.765 INFO blam! test name::tests::b7_has_correct_north_west_neighbour ... ok Oct 11 02:25:39.765 INFO blam! test name::tests::d4_has_correct_east_neighbour ... ok Oct 11 02:25:39.765 INFO blam! test name::tests::d4_has_correct_north_neighbour ... ok Oct 11 02:25:39.765 INFO blam! test name::tests::a1_collects_correct_east_neighbours ... ok Oct 11 02:25:39.765 INFO blam! test name::tests::d4_has_correct_south_neighbour ... ok Oct 11 02:25:39.784 INFO blam! test name::tests::h8_has_no_north_east_neighbour ... ok Oct 11 02:25:39.784 INFO kablam! su: No module specific data is present Oct 11 02:25:39.784 INFO blam! test name::tests::h1_has_no_south_east_neighbour ... ok Oct 11 02:25:39.784 INFO blam! test name::tests::g7_has_correct_north_east_neighbour ... ok Oct 11 02:25:39.784 INFO blam! test name::tests::g2_has_correct_south_east_neighbour ... ok Oct 11 02:25:39.784 INFO blam! test name::tests::d4_has_correct_west_neighbour ... ok Oct 11 02:25:39.784 INFO blam! Oct 11 02:25:39.784 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:25:39.784 INFO blam! Oct 11 02:25:40.230 INFO running `"docker" "rm" "-f" "88a6800607fb4f726de28ed7e26e9e7b7c0a322dae3fd263edc27f40dd873483"` Oct 11 02:25:40.508 INFO blam! 88a6800607fb4f726de28ed7e26e9e7b7c0a322dae3fd263edc27f40dd873483