Oct 12 23:25:37.336 INFO checking conundrumer/crossword against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:25:37.338 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 12 23:25:37.845 INFO blam! 54c079d8ba75457f10617e6118b3f7bebf98d180036ff9668e1e9a61fe90e1c3 Oct 12 23:25:37.847 INFO running `"docker" "start" "-a" "54c079d8ba75457f10617e6118b3f7bebf98d180036ff9668e1e9a61fe90e1c3"` Oct 12 23:25:39.512 INFO kablam! usermod: no changes Oct 12 23:25:39.600 INFO kablam! Checking crossword v0.1.0 (/source) Oct 12 23:25:40.264 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:25:40.264 INFO kablam! --> src/grid.rs:25:21 Oct 12 23:25:40.264 INFO kablam! | Oct 12 23:25:40.264 INFO kablam! 25 | vec![Empty; ((bb.width() as usize) * (bb.height() as usize))] Oct 12 23:25:40.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:25:40.264 INFO kablam! | Oct 12 23:25:40.264 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 23:25:40.264 INFO kablam! Oct 12 23:25:40.428 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:25:40.428 INFO kablam! --> src/grid.rs:25:21 Oct 12 23:25:40.428 INFO kablam! | Oct 12 23:25:40.428 INFO kablam! 25 | vec![Empty; ((bb.width() as usize) * (bb.height() as usize))] Oct 12 23:25:40.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:25:40.428 INFO kablam! | Oct 12 23:25:40.428 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 23:25:40.428 INFO kablam! Oct 12 23:25:40.768 INFO kablam! warning: variable does not need to be mutable Oct 12 23:25:40.768 INFO kablam! --> src/filter.rs:115:17 Oct 12 23:25:40.768 INFO kablam! | Oct 12 23:25:40.768 INFO kablam! 115 | let mut seen = &mut self.seen.borrow_mut(); Oct 12 23:25:40.768 INFO kablam! | ----^^^^ Oct 12 23:25:40.768 INFO kablam! | | Oct 12 23:25:40.768 INFO kablam! | help: remove this `mut` Oct 12 23:25:40.768 INFO kablam! | Oct 12 23:25:40.768 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:25:40.768 INFO kablam! Oct 12 23:25:40.835 INFO kablam! warning: type alias is never used: `GridCellPos` Oct 12 23:25:40.835 INFO kablam! --> src/grid_cell.rs:4:1 Oct 12 23:25:40.835 INFO kablam! | Oct 12 23:25:40.835 INFO kablam! 4 | type GridCellPos = (GridCell, (i8, i8)); Oct 12 23:25:40.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:25:40.837 INFO kablam! | Oct 12 23:25:40.837 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:25:40.837 INFO kablam! Oct 12 23:25:40.837 INFO kablam! warning: method is never used: `is_valid` Oct 12 23:25:40.837 INFO kablam! --> src/crossword.rs:38:5 Oct 12 23:25:40.837 INFO kablam! | Oct 12 23:25:40.837 INFO kablam! 38 | pub fn is_valid(&self) -> bool { Oct 12 23:25:40.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:25:40.837 INFO kablam! Oct 12 23:25:40.837 INFO kablam! warning: method is never used: `iter` Oct 12 23:25:40.837 INFO kablam! --> src/generate.rs:41:5 Oct 12 23:25:40.837 INFO kablam! | Oct 12 23:25:40.837 INFO kablam! 41 | pub fn iter<'b>(&'b self) -> Box + 'b> { Oct 12 23:25:40.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:25:40.837 INFO kablam! Oct 12 23:25:40.837 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 12 23:25:40.837 INFO kablam! --> src/main.rs:1:12 Oct 12 23:25:40.837 INFO kablam! | Oct 12 23:25:40.837 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 12 23:25:40.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:25:40.837 INFO kablam! | Oct 12 23:25:40.837 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 23:25:40.837 INFO kablam! Oct 12 23:25:41.110 INFO kablam! warning: variable does not need to be mutable Oct 12 23:25:41.110 INFO kablam! --> src/filter.rs:115:17 Oct 12 23:25:41.110 INFO kablam! | Oct 12 23:25:41.110 INFO kablam! 115 | let mut seen = &mut self.seen.borrow_mut(); Oct 12 23:25:41.110 INFO kablam! | ----^^^^ Oct 12 23:25:41.110 INFO kablam! | | Oct 12 23:25:41.110 INFO kablam! | help: remove this `mut` Oct 12 23:25:41.110 INFO kablam! | Oct 12 23:25:41.110 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:25:41.110 INFO kablam! Oct 12 23:25:41.156 INFO kablam! warning: type alias is never used: `GridCellPos` Oct 12 23:25:41.156 INFO kablam! --> src/grid_cell.rs:4:1 Oct 12 23:25:41.156 INFO kablam! | Oct 12 23:25:41.156 INFO kablam! 4 | type GridCellPos = (GridCell, (i8, i8)); Oct 12 23:25:41.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:25:41.156 INFO kablam! | Oct 12 23:25:41.156 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:25:41.156 INFO kablam! Oct 12 23:25:41.156 INFO kablam! warning: type alias is never used: `WordPosition` Oct 12 23:25:41.156 INFO kablam! --> src/generate.rs:185:5 Oct 12 23:25:41.156 INFO kablam! | Oct 12 23:25:41.156 INFO kablam! 185 | type WordPosition = (&'static str, Position); Oct 12 23:25:41.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:25:41.156 INFO kablam! Oct 12 23:25:41.156 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 12 23:25:41.156 INFO kablam! --> src/main.rs:1:12 Oct 12 23:25:41.156 INFO kablam! | Oct 12 23:25:41.156 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 12 23:25:41.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:25:41.156 INFO kablam! | Oct 12 23:25:41.157 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 23:25:41.157 INFO kablam! Oct 12 23:25:41.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 12 23:25:41.236 INFO kablam! su: No module specific data is present Oct 12 23:25:42.696 INFO running `"docker" "rm" "-f" "54c079d8ba75457f10617e6118b3f7bebf98d180036ff9668e1e9a61fe90e1c3"` Oct 12 23:25:43.016 INFO blam! 54c079d8ba75457f10617e6118b3f7bebf98d180036ff9668e1e9a61fe90e1c3