Sep 14 10:38:02.456 INFO checking riquid-0.0.1 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 10:38:02.456 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 10:38:02.456 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 10:38:02.628 INFO blam! ea977477ba05dcfd4e735c74e94dc198e7c310e3c410092cc00652f22ceee8a1 Sep 14 10:38:02.630 INFO running `"docker" "start" "-a" "ea977477ba05dcfd4e735c74e94dc198e7c310e3c410092cc00652f22ceee8a1"` Sep 14 10:38:03.584 INFO kablam! usermod: no changes Sep 14 10:38:03.645 INFO kablam! Checking riquid v0.0.1 (file:///source) Sep 14 10:38:03.954 INFO kablam! warning: struct is never constructed: `Scanner` Sep 14 10:38:03.954 INFO kablam! --> src/scanner.rs:4:1 Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! 4 | pub struct Scanner<'t> { Sep 14 10:38:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! = note: #[warn(dead_code)] on by default Sep 14 10:38:03.955 INFO kablam! Sep 14 10:38:03.955 INFO kablam! warning: method is never used: `new` Sep 14 10:38:03.955 INFO kablam! --> src/scanner.rs:11:5 Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! 11 | pub fn new<'a>(source: &'a str) -> Scanner<'a> { Sep 14 10:38:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:38:03.955 INFO kablam! Sep 14 10:38:03.955 INFO kablam! warning: method is never used: `position` Sep 14 10:38:03.955 INFO kablam! --> src/scanner.rs:19:5 Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! 19 | pub fn position(&self) -> usize { Sep 14 10:38:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:38:03.955 INFO kablam! Sep 14 10:38:03.955 INFO kablam! warning: method is never used: `is_eos` Sep 14 10:38:03.955 INFO kablam! --> src/scanner.rs:23:5 Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! 23 | pub fn is_eos(&self) -> bool { Sep 14 10:38:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:38:03.955 INFO kablam! Sep 14 10:38:03.955 INFO kablam! warning: method is never used: `skip` Sep 14 10:38:03.955 INFO kablam! --> src/scanner.rs:27:5 Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! 27 | pub fn skip(&self, n: usize) { Sep 14 10:38:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:38:03.955 INFO kablam! Sep 14 10:38:03.955 INFO kablam! warning: method is never used: `rest` Sep 14 10:38:03.955 INFO kablam! --> src/scanner.rs:32:5 Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! 32 | pub fn rest(&self) -> Option<&str> { Sep 14 10:38:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:38:03.955 INFO kablam! Sep 14 10:38:03.955 INFO kablam! warning: method is never used: `get_char` Sep 14 10:38:03.955 INFO kablam! --> src/scanner.rs:37:5 Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! 37 | pub fn get_char(&self) -> Option<&str> { Sep 14 10:38:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:38:03.955 INFO kablam! Sep 14 10:38:03.955 INFO kablam! warning: method is never used: `scan` Sep 14 10:38:03.955 INFO kablam! --> src/scanner.rs:47:5 Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! 47 | pub fn scan(&self, pattern: &::regex::Regex) -> Option<&str> { Sep 14 10:38:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:38:03.955 INFO kablam! Sep 14 10:38:03.955 INFO kablam! warning: method is never used: `get_match` Sep 14 10:38:03.955 INFO kablam! --> src/scanner.rs:56:5 Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! 56 | fn get_match<'a>(&'a self, source: &'a str, captures: &::regex::Captures) -> Option<&str> { Sep 14 10:38:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:38:03.955 INFO kablam! Sep 14 10:38:03.955 INFO kablam! warning: method is never used: `leading_chars` Sep 14 10:38:03.955 INFO kablam! --> src/scanner.rs:69:5 Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! 69 | fn leading_chars(&self, string: &str) -> usize { Sep 14 10:38:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:38:03.955 INFO kablam! Sep 14 10:38:03.955 INFO kablam! warning: method is never used: `raw` Sep 14 10:38:03.955 INFO kablam! --> src/scanner.rs:73:5 Sep 14 10:38:03.955 INFO kablam! | Sep 14 10:38:03.955 INFO kablam! 73 | fn raw(&self) -> &str { Sep 14 10:38:03.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:38:03.955 INFO kablam! Sep 14 10:38:04.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.47s Sep 14 10:38:04.087 INFO kablam! su: No module specific data is present Sep 14 10:38:04.681 INFO running `"docker" "rm" "-f" "ea977477ba05dcfd4e735c74e94dc198e7c310e3c410092cc00652f22ceee8a1"` Sep 14 10:38:04.760 INFO blam! ea977477ba05dcfd4e735c74e94dc198e7c310e3c410092cc00652f22ceee8a1