Oct 11 01:04:11.931 INFO testing conundrumer/crossword against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:04:11.931 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:04:11.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 01:04:12.370 INFO blam! 094c94cd26174435f7d7af1eac8a13d0007b799db28259856471a45ff9326460 Oct 11 01:04:12.373 INFO running `"docker" "start" "-a" "094c94cd26174435f7d7af1eac8a13d0007b799db28259856471a45ff9326460"` Oct 11 01:04:14.271 INFO kablam! usermod: no changes Oct 11 01:04:14.340 INFO kablam! Compiling crossword v0.1.0 (/source) Oct 11 01:04:14.652 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:04:14.652 INFO kablam! --> src/grid.rs:25:21 Oct 11 01:04:14.652 INFO kablam! | Oct 11 01:04:14.652 INFO kablam! 25 | vec![Empty; ((bb.width() as usize) * (bb.height() as usize))] Oct 11 01:04:14.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:04:14.652 INFO kablam! | Oct 11 01:04:14.652 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 01:04:14.652 INFO kablam! Oct 11 01:04:15.076 INFO kablam! warning: variable does not need to be mutable Oct 11 01:04:15.077 INFO kablam! --> src/filter.rs:115:17 Oct 11 01:04:15.077 INFO kablam! | Oct 11 01:04:15.077 INFO kablam! 115 | let mut seen = &mut self.seen.borrow_mut(); Oct 11 01:04:15.077 INFO kablam! | ----^^^^ Oct 11 01:04:15.078 INFO kablam! | | Oct 11 01:04:15.078 INFO kablam! | help: remove this `mut` Oct 11 01:04:15.078 INFO kablam! | Oct 11 01:04:15.078 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:04:15.079 INFO kablam! Oct 11 01:04:15.108 INFO kablam! warning: type alias is never used: `GridCellPos` Oct 11 01:04:15.108 INFO kablam! --> src/grid_cell.rs:4:1 Oct 11 01:04:15.109 INFO kablam! | Oct 11 01:04:15.109 INFO kablam! 4 | type GridCellPos = (GridCell, (i8, i8)); Oct 11 01:04:15.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:04:15.109 INFO kablam! | Oct 11 01:04:15.110 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:04:15.110 INFO kablam! Oct 11 01:04:15.110 INFO kablam! warning: method is never used: `is_valid` Oct 11 01:04:15.110 INFO kablam! --> src/crossword.rs:38:5 Oct 11 01:04:15.111 INFO kablam! | Oct 11 01:04:15.111 INFO kablam! 38 | pub fn is_valid(&self) -> bool { Oct 11 01:04:15.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:04:15.111 INFO kablam! Oct 11 01:04:15.112 INFO kablam! warning: method is never used: `iter` Oct 11 01:04:15.112 INFO kablam! --> src/generate.rs:41:5 Oct 11 01:04:15.112 INFO kablam! | Oct 11 01:04:15.112 INFO kablam! 41 | pub fn iter<'b>(&'b self) -> Box + 'b> { Oct 11 01:04:15.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:04:15.113 INFO kablam! Oct 11 01:04:15.113 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 01:04:15.114 INFO kablam! --> src/main.rs:1:12 Oct 11 01:04:15.114 INFO kablam! | Oct 11 01:04:15.114 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 11 01:04:15.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:04:15.115 INFO kablam! | Oct 11 01:04:15.115 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 01:04:15.115 INFO kablam! Oct 11 01:04:17.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.60s Oct 11 01:04:17.907 INFO kablam! su: No module specific data is present Oct 11 01:04:18.734 INFO running `"docker" "rm" "-f" "094c94cd26174435f7d7af1eac8a13d0007b799db28259856471a45ff9326460"` Oct 11 01:04:19.020 INFO blam! 094c94cd26174435f7d7af1eac8a13d0007b799db28259856471a45ff9326460 Oct 11 01:04:19.024 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:04:19.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 01:04:19.457 INFO blam! d80af13dd141001eb268d3585ee23ab56875988feb65b4985a0c53a4f580b1ce Oct 11 01:04:19.462 INFO running `"docker" "start" "-a" "d80af13dd141001eb268d3585ee23ab56875988feb65b4985a0c53a4f580b1ce"` Oct 11 01:04:20.545 INFO kablam! usermod: no changes Oct 11 01:04:20.616 INFO kablam! Compiling crossword v0.1.0 (/source) Oct 11 01:04:20.910 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 01:04:20.910 INFO kablam! --> src/grid.rs:25:21 Oct 11 01:04:20.910 INFO kablam! | Oct 11 01:04:20.910 INFO kablam! 25 | vec![Empty; ((bb.width() as usize) * (bb.height() as usize))] Oct 11 01:04:20.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 01:04:20.910 INFO kablam! | Oct 11 01:04:20.910 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 01:04:20.910 INFO kablam! Oct 11 01:04:21.404 INFO kablam! warning: variable does not need to be mutable Oct 11 01:04:21.404 INFO kablam! --> src/filter.rs:115:17 Oct 11 01:04:21.404 INFO kablam! | Oct 11 01:04:21.404 INFO kablam! 115 | let mut seen = &mut self.seen.borrow_mut(); Oct 11 01:04:21.404 INFO kablam! | ----^^^^ Oct 11 01:04:21.404 INFO kablam! | | Oct 11 01:04:21.404 INFO kablam! | help: remove this `mut` Oct 11 01:04:21.404 INFO kablam! | Oct 11 01:04:21.404 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:04:21.404 INFO kablam! Oct 11 01:04:21.488 INFO kablam! warning: type alias is never used: `GridCellPos` Oct 11 01:04:21.488 INFO kablam! --> src/grid_cell.rs:4:1 Oct 11 01:04:21.488 INFO kablam! | Oct 11 01:04:21.488 INFO kablam! 4 | type GridCellPos = (GridCell, (i8, i8)); Oct 11 01:04:21.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:04:21.488 INFO kablam! | Oct 11 01:04:21.488 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:04:21.488 INFO kablam! Oct 11 01:04:21.488 INFO kablam! warning: type alias is never used: `WordPosition` Oct 11 01:04:21.488 INFO kablam! --> src/generate.rs:185:5 Oct 11 01:04:21.488 INFO kablam! | Oct 11 01:04:21.488 INFO kablam! 185 | type WordPosition = (&'static str, Position); Oct 11 01:04:21.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:04:21.488 INFO kablam! Oct 11 01:04:21.488 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 11 01:04:21.488 INFO kablam! --> src/main.rs:1:12 Oct 11 01:04:21.488 INFO kablam! | Oct 11 01:04:21.488 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 11 01:04:21.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:04:21.488 INFO kablam! | Oct 11 01:04:21.488 INFO kablam! = note: #[warn(stable_features)] on by default Oct 11 01:04:21.489 INFO kablam! Oct 11 01:04:24.139 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.55s Oct 11 01:04:24.141 INFO kablam! su: No module specific data is present Oct 11 01:04:24.730 INFO running `"docker" "rm" "-f" "d80af13dd141001eb268d3585ee23ab56875988feb65b4985a0c53a4f580b1ce"` Oct 11 01:04:24.973 INFO blam! d80af13dd141001eb268d3585ee23ab56875988feb65b4985a0c53a4f580b1ce Oct 11 01:04:24.974 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:04:24.974 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 01:04:25.418 INFO blam! fa2065e3a68f400bfae17126e5a9f6092e1746f83f128490ec9f8e79e21d6cd4 Oct 11 01:04:25.420 INFO running `"docker" "start" "-a" "fa2065e3a68f400bfae17126e5a9f6092e1746f83f128490ec9f8e79e21d6cd4"` Oct 11 01:04:27.051 INFO kablam! usermod: no changes Oct 11 01:04:27.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 01:04:27.101 INFO kablam! Running /target/debug/deps/crossword-37f1e06d5c4d818b Oct 11 01:04:27.106 INFO blam! Oct 11 01:04:27.106 INFO blam! running 21 tests Oct 11 01:04:27.124 INFO blam! test crossword::tests::bounding_box ... ok Oct 11 01:04:27.124 INFO blam! test crossword::tests::is_invalid ... ok Oct 11 01:04:27.124 INFO blam! test crossword::tests::is_invalid_adjacent ... ok Oct 11 01:04:27.124 INFO blam! test crossword::tests::display ... ok Oct 11 01:04:27.124 INFO blam! test crossword::tests::is_invalid_touching ... ok Oct 11 01:04:27.124 INFO blam! test crossword::tests::letters ... ok Oct 11 01:04:27.124 INFO blam! test crossword::tests::is_valid_diagonal ... ok Oct 11 01:04:27.124 INFO blam! test crossword::tests::is_valid ... ok Oct 11 01:04:27.124 INFO blam! test crossword::tests::num_overlaps ... ok Oct 11 01:04:27.124 INFO blam! test generate::tests::display ... ok Oct 11 01:04:27.124 INFO blam! test generate::tests::letter_block_collision ... ok Oct 11 01:04:27.124 INFO blam! test bench::generate_1 ... ok Oct 11 01:04:27.130 INFO blam! test grid_cell::tests::letter_block_collision ... ok Oct 11 01:04:27.130 INFO blam! test rand::tests::rand_range ... ok Oct 11 01:04:27.130 INFO blam! test word_placements::tests::hash ... ok Oct 11 01:04:27.130 INFO blam! test word_placements::tests::set ... ok Oct 11 01:04:27.156 INFO blam! test word_placements::tests::new ... ok Oct 11 01:04:27.160 INFO blam! test generate::tests::test_gen_iter ... ok Oct 11 01:04:27.309 INFO blam! test bench::generate_2 ... ok Oct 11 01:04:27.734 INFO blam! test bench::generate_3 ... ok Oct 11 01:04:30.225 INFO blam! test bench::generate_4 ... ok Oct 11 01:04:30.225 INFO blam! Oct 11 01:04:30.225 INFO blam! test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:04:30.225 INFO blam! Oct 11 01:04:30.230 INFO kablam! su: No module specific data is present Oct 11 01:04:30.916 INFO running `"docker" "rm" "-f" "fa2065e3a68f400bfae17126e5a9f6092e1746f83f128490ec9f8e79e21d6cd4"` Oct 11 01:04:31.190 INFO blam! fa2065e3a68f400bfae17126e5a9f6092e1746f83f128490ec9f8e79e21d6cd4