Sep 01 09:18:10.702 INFO checking riquid-0.0.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 09:18:10.702 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 09:18:10.702 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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:10.870 INFO blam! 6cbc9ea5dc8b2f47db928cb9f8315d3221777606d376efaaeeb7788cff1c9804 Sep 01 09:18:10.871 INFO running `"docker" "start" "-a" "6cbc9ea5dc8b2f47db928cb9f8315d3221777606d376efaaeeb7788cff1c9804"` Sep 01 09:18:11.426 INFO kablam! Checking riquid v0.0.1 (file:///source) Sep 01 09:18:12.073 INFO kablam! warning: struct is never constructed: `Scanner` Sep 01 09:18:12.073 INFO kablam! --> src/scanner.rs:4:1 Sep 01 09:18:12.073 INFO kablam! | Sep 01 09:18:12.073 INFO kablam! 4 | pub struct Scanner<'t> { Sep 01 09:18:12.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.073 INFO kablam! | Sep 01 09:18:12.073 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 09:18:12.073 INFO kablam! Sep 01 09:18:12.074 INFO kablam! warning: method is never used: `new` Sep 01 09:18:12.074 INFO kablam! --> src/scanner.rs:11:5 Sep 01 09:18:12.074 INFO kablam! | Sep 01 09:18:12.074 INFO kablam! 11 | pub fn new<'a>(source: &'a str) -> Scanner<'a> { Sep 01 09:18:12.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.074 INFO kablam! Sep 01 09:18:12.074 INFO kablam! warning: method is never used: `position` Sep 01 09:18:12.074 INFO kablam! --> src/scanner.rs:19:5 Sep 01 09:18:12.074 INFO kablam! | Sep 01 09:18:12.074 INFO kablam! 19 | pub fn position(&self) -> usize { Sep 01 09:18:12.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.074 INFO kablam! Sep 01 09:18:12.074 INFO kablam! warning: method is never used: `is_eos` Sep 01 09:18:12.074 INFO kablam! --> src/scanner.rs:23:5 Sep 01 09:18:12.074 INFO kablam! | Sep 01 09:18:12.074 INFO kablam! 23 | pub fn is_eos(&self) -> bool { Sep 01 09:18:12.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.074 INFO kablam! Sep 01 09:18:12.074 INFO kablam! warning: method is never used: `skip` Sep 01 09:18:12.074 INFO kablam! --> src/scanner.rs:27:5 Sep 01 09:18:12.074 INFO kablam! | Sep 01 09:18:12.074 INFO kablam! 27 | pub fn skip(&self, n: usize) { Sep 01 09:18:12.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.075 INFO kablam! Sep 01 09:18:12.075 INFO kablam! warning: method is never used: `rest` Sep 01 09:18:12.075 INFO kablam! --> src/scanner.rs:32:5 Sep 01 09:18:12.075 INFO kablam! | Sep 01 09:18:12.075 INFO kablam! 32 | pub fn rest(&self) -> Option<&str> { Sep 01 09:18:12.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.075 INFO kablam! Sep 01 09:18:12.075 INFO kablam! warning: method is never used: `get_char` Sep 01 09:18:12.075 INFO kablam! --> src/scanner.rs:37:5 Sep 01 09:18:12.075 INFO kablam! | Sep 01 09:18:12.075 INFO kablam! 37 | pub fn get_char(&self) -> Option<&str> { Sep 01 09:18:12.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.075 INFO kablam! Sep 01 09:18:12.075 INFO kablam! warning: method is never used: `scan` Sep 01 09:18:12.075 INFO kablam! --> src/scanner.rs:47:5 Sep 01 09:18:12.075 INFO kablam! | Sep 01 09:18:12.075 INFO kablam! 47 | pub fn scan(&self, pattern: &::regex::Regex) -> Option<&str> { Sep 01 09:18:12.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.075 INFO kablam! Sep 01 09:18:12.075 INFO kablam! warning: method is never used: `get_match` Sep 01 09:18:12.075 INFO kablam! --> src/scanner.rs:56:5 Sep 01 09:18:12.075 INFO kablam! | Sep 01 09:18:12.075 INFO kablam! 56 | fn get_match<'a>(&'a self, source: &'a str, captures: &::regex::Captures) -> Option<&str> { Sep 01 09:18:12.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.075 INFO kablam! Sep 01 09:18:12.075 INFO kablam! warning: method is never used: `leading_chars` Sep 01 09:18:12.076 INFO kablam! --> src/scanner.rs:69:5 Sep 01 09:18:12.076 INFO kablam! | Sep 01 09:18:12.076 INFO kablam! 69 | fn leading_chars(&self, string: &str) -> usize { Sep 01 09:18:12.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.076 INFO kablam! Sep 01 09:18:12.076 INFO kablam! warning: method is never used: `raw` Sep 01 09:18:12.076 INFO kablam! --> src/scanner.rs:73:5 Sep 01 09:18:12.076 INFO kablam! | Sep 01 09:18:12.076 INFO kablam! 73 | fn raw(&self) -> &str { Sep 01 09:18:12.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:18:12.076 INFO kablam! Sep 01 09:18:12.310 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Sep 01 09:18:12.313 INFO kablam! su: No module specific data is present Sep 01 09:18:12.746 INFO running `"docker" "rm" "-f" "6cbc9ea5dc8b2f47db928cb9f8315d3221777606d376efaaeeb7788cff1c9804"` Sep 01 09:18:12.842 INFO blam! 6cbc9ea5dc8b2f47db928cb9f8315d3221777606d376efaaeeb7788cff1c9804