Sep 01 09:18:11.072 INFO checking riquid-0.0.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 09:18:11.072 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 09:18:11.072 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:18:11.230 INFO blam! 680b99da13f558c32fc53ce931247517320c76e6ad4c9a3bd3ce21ee9cb213fc Sep 01 09:18:11.232 INFO running `"docker" "start" "-a" "680b99da13f558c32fc53ce931247517320c76e6ad4c9a3bd3ce21ee9cb213fc"` Sep 01 09:18:11.900 INFO kablam! Checking riquid v0.0.1 (file:///source) Sep 01 09:18:12.563 INFO kablam! warning: struct is never constructed: `Scanner` Sep 01 09:18:12.563 INFO kablam! --> src/scanner.rs:4:1 Sep 01 09:18:12.563 INFO kablam! | Sep 01 09:18:12.563 INFO kablam! 4 | pub struct Scanner<'t> { Sep 01 09:18:12.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.563 INFO kablam! | Sep 01 09:18:12.563 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 09:18:12.563 INFO kablam! Sep 01 09:18:12.563 INFO kablam! warning: method is never used: `new` Sep 01 09:18:12.563 INFO kablam! --> src/scanner.rs:11:5 Sep 01 09:18:12.563 INFO kablam! | Sep 01 09:18:12.563 INFO kablam! 11 | pub fn new<'a>(source: &'a str) -> Scanner<'a> { Sep 01 09:18:12.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.563 INFO kablam! Sep 01 09:18:12.563 INFO kablam! warning: method is never used: `position` Sep 01 09:18:12.564 INFO kablam! --> src/scanner.rs:19:5 Sep 01 09:18:12.564 INFO kablam! | Sep 01 09:18:12.564 INFO kablam! 19 | pub fn position(&self) -> usize { Sep 01 09:18:12.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.564 INFO kablam! Sep 01 09:18:12.564 INFO kablam! warning: method is never used: `is_eos` Sep 01 09:18:12.564 INFO kablam! --> src/scanner.rs:23:5 Sep 01 09:18:12.564 INFO kablam! | Sep 01 09:18:12.564 INFO kablam! 23 | pub fn is_eos(&self) -> bool { Sep 01 09:18:12.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.564 INFO kablam! Sep 01 09:18:12.564 INFO kablam! warning: method is never used: `skip` Sep 01 09:18:12.564 INFO kablam! --> src/scanner.rs:27:5 Sep 01 09:18:12.564 INFO kablam! | Sep 01 09:18:12.564 INFO kablam! 27 | pub fn skip(&self, n: usize) { Sep 01 09:18:12.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.564 INFO kablam! Sep 01 09:18:12.564 INFO kablam! warning: method is never used: `rest` Sep 01 09:18:12.564 INFO kablam! --> src/scanner.rs:32:5 Sep 01 09:18:12.564 INFO kablam! | Sep 01 09:18:12.564 INFO kablam! 32 | pub fn rest(&self) -> Option<&str> { Sep 01 09:18:12.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.564 INFO kablam! Sep 01 09:18:12.564 INFO kablam! warning: method is never used: `get_char` Sep 01 09:18:12.564 INFO kablam! --> src/scanner.rs:37:5 Sep 01 09:18:12.564 INFO kablam! | Sep 01 09:18:12.564 INFO kablam! 37 | pub fn get_char(&self) -> Option<&str> { Sep 01 09:18:12.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.564 INFO kablam! Sep 01 09:18:12.564 INFO kablam! warning: method is never used: `scan` Sep 01 09:18:12.564 INFO kablam! --> src/scanner.rs:47:5 Sep 01 09:18:12.564 INFO kablam! | Sep 01 09:18:12.564 INFO kablam! 47 | pub fn scan(&self, pattern: &::regex::Regex) -> Option<&str> { Sep 01 09:18:12.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.564 INFO kablam! Sep 01 09:18:12.564 INFO kablam! warning: method is never used: `get_match` Sep 01 09:18:12.564 INFO kablam! --> src/scanner.rs:56:5 Sep 01 09:18:12.564 INFO kablam! | Sep 01 09:18:12.565 INFO kablam! 56 | fn get_match<'a>(&'a self, source: &'a str, captures: &::regex::Captures) -> Option<&str> { Sep 01 09:18:12.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.565 INFO kablam! Sep 01 09:18:12.565 INFO kablam! warning: method is never used: `leading_chars` Sep 01 09:18:12.565 INFO kablam! --> src/scanner.rs:69:5 Sep 01 09:18:12.565 INFO kablam! | Sep 01 09:18:12.565 INFO kablam! 69 | fn leading_chars(&self, string: &str) -> usize { Sep 01 09:18:12.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.565 INFO kablam! Sep 01 09:18:12.565 INFO kablam! warning: method is never used: `raw` Sep 01 09:18:12.565 INFO kablam! --> src/scanner.rs:73:5 Sep 01 09:18:12.565 INFO kablam! | Sep 01 09:18:12.565 INFO kablam! 73 | fn raw(&self) -> &str { Sep 01 09:18:12.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.565 INFO kablam! Sep 01 09:18:12.873 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.02s Sep 01 09:18:12.876 INFO kablam! su: No module specific data is present Sep 01 09:18:13.318 INFO running `"docker" "rm" "-f" "680b99da13f558c32fc53ce931247517320c76e6ad4c9a3bd3ce21ee9cb213fc"` Sep 01 09:18:13.409 INFO blam! 680b99da13f558c32fc53ce931247517320c76e6ad4c9a3bd3ce21ee9cb213fc