Sep 19 21:42:57.900 INFO checking riquid-0.0.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:42:57.900 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:42:57.900 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:42:58.064 INFO blam! 2284f48d56464b21c13d07a2536b3ecb10aa9812e6828c8b270c33cba9fec68d Sep 19 21:42:58.066 INFO running `"docker" "start" "-a" "2284f48d56464b21c13d07a2536b3ecb10aa9812e6828c8b270c33cba9fec68d"` Sep 19 21:42:58.723 INFO kablam! usermod: no changes Sep 19 21:42:58.778 INFO kablam! Checking riquid v0.0.1 (/source) Sep 19 21:42:59.166 INFO kablam! warning: struct is never constructed: `Scanner` Sep 19 21:42:59.166 INFO kablam! --> src/scanner.rs:4:1 Sep 19 21:42:59.166 INFO kablam! | Sep 19 21:42:59.166 INFO kablam! 4 | pub struct Scanner<'t> { Sep 19 21:42:59.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:42:59.166 INFO kablam! | Sep 19 21:42:59.166 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 21:42:59.166 INFO kablam! Sep 19 21:42:59.166 INFO kablam! warning: method is never used: `new` Sep 19 21:42:59.166 INFO kablam! --> src/scanner.rs:11:5 Sep 19 21:42:59.166 INFO kablam! | Sep 19 21:42:59.166 INFO kablam! 11 | pub fn new<'a>(source: &'a str) -> Scanner<'a> { Sep 19 21:42:59.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:42:59.166 INFO kablam! Sep 19 21:42:59.166 INFO kablam! warning: method is never used: `position` Sep 19 21:42:59.166 INFO kablam! --> src/scanner.rs:19:5 Sep 19 21:42:59.166 INFO kablam! | Sep 19 21:42:59.166 INFO kablam! 19 | pub fn position(&self) -> usize { Sep 19 21:42:59.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:42:59.166 INFO kablam! Sep 19 21:42:59.166 INFO kablam! warning: method is never used: `is_eos` Sep 19 21:42:59.166 INFO kablam! --> src/scanner.rs:23:5 Sep 19 21:42:59.167 INFO kablam! | Sep 19 21:42:59.167 INFO kablam! 23 | pub fn is_eos(&self) -> bool { Sep 19 21:42:59.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:42:59.167 INFO kablam! Sep 19 21:42:59.167 INFO kablam! warning: method is never used: `skip` Sep 19 21:42:59.167 INFO kablam! --> src/scanner.rs:27:5 Sep 19 21:42:59.167 INFO kablam! | Sep 19 21:42:59.167 INFO kablam! 27 | pub fn skip(&self, n: usize) { Sep 19 21:42:59.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:42:59.167 INFO kablam! Sep 19 21:42:59.167 INFO kablam! warning: method is never used: `rest` Sep 19 21:42:59.167 INFO kablam! --> src/scanner.rs:32:5 Sep 19 21:42:59.167 INFO kablam! | Sep 19 21:42:59.167 INFO kablam! 32 | pub fn rest(&self) -> Option<&str> { Sep 19 21:42:59.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:42:59.167 INFO kablam! Sep 19 21:42:59.167 INFO kablam! warning: method is never used: `get_char` Sep 19 21:42:59.167 INFO kablam! --> src/scanner.rs:37:5 Sep 19 21:42:59.167 INFO kablam! | Sep 19 21:42:59.167 INFO kablam! 37 | pub fn get_char(&self) -> Option<&str> { Sep 19 21:42:59.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:42:59.167 INFO kablam! Sep 19 21:42:59.167 INFO kablam! warning: method is never used: `scan` Sep 19 21:42:59.167 INFO kablam! --> src/scanner.rs:47:5 Sep 19 21:42:59.167 INFO kablam! | Sep 19 21:42:59.167 INFO kablam! 47 | pub fn scan(&self, pattern: &::regex::Regex) -> Option<&str> { Sep 19 21:42:59.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:42:59.167 INFO kablam! Sep 19 21:42:59.167 INFO kablam! warning: method is never used: `get_match` Sep 19 21:42:59.167 INFO kablam! --> src/scanner.rs:56:5 Sep 19 21:42:59.167 INFO kablam! | Sep 19 21:42:59.167 INFO kablam! 56 | fn get_match<'a>(&'a self, source: &'a str, captures: &::regex::Captures) -> Option<&str> { Sep 19 21:42:59.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:42:59.167 INFO kablam! Sep 19 21:42:59.167 INFO kablam! warning: method is never used: `leading_chars` Sep 19 21:42:59.168 INFO kablam! --> src/scanner.rs:69:5 Sep 19 21:42:59.168 INFO kablam! | Sep 19 21:42:59.168 INFO kablam! 69 | fn leading_chars(&self, string: &str) -> usize { Sep 19 21:42:59.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:42:59.168 INFO kablam! Sep 19 21:42:59.168 INFO kablam! warning: method is never used: `raw` Sep 19 21:42:59.168 INFO kablam! --> src/scanner.rs:73:5 Sep 19 21:42:59.168 INFO kablam! | Sep 19 21:42:59.168 INFO kablam! 73 | fn raw(&self) -> &str { Sep 19 21:42:59.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:42:59.168 INFO kablam! Sep 19 21:42:59.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.63s Sep 19 21:42:59.382 INFO kablam! su: No module specific data is present Sep 19 21:43:00.034 INFO running `"docker" "rm" "-f" "2284f48d56464b21c13d07a2536b3ecb10aa9812e6828c8b270c33cba9fec68d"` Sep 19 21:43:00.131 INFO blam! 2284f48d56464b21c13d07a2536b3ecb10aa9812e6828c8b270c33cba9fec68d