Sep 19 23:55:34.457 INFO checking must-0.2.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 23:55:34.457 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 23:55:34.457 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:55:34.606 INFO blam! aae7a1d119e0089eb2801e0da6eeaa5bb408d7ae77d43abbaa6329d835b4e647 Sep 19 23:55:34.608 INFO running `"docker" "start" "-a" "aae7a1d119e0089eb2801e0da6eeaa5bb408d7ae77d43abbaa6329d835b4e647"` Sep 19 23:55:36.076 INFO kablam! usermod: no changes Sep 19 23:55:36.218 INFO kablam! Checking mutator v0.1.0 Sep 19 23:55:36.454 INFO kablam! Checking must v0.2.0 (/source) Sep 19 23:55:36.761 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 23:55:36.761 INFO kablam! --> src/matchers/text.rs:4:5 Sep 19 23:55:36.761 INFO kablam! | Sep 19 23:55:36.761 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 19 23:55:36.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:55:36.761 INFO kablam! | Sep 19 23:55:36.761 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:55:36.761 INFO kablam! Sep 19 23:55:36.761 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 23:55:36.761 INFO kablam! --> src/matchers/text.rs:58:40 Sep 19 23:55:36.761 INFO kablam! | Sep 19 23:55:36.761 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Sep 19 23:55:36.761 INFO kablam! | ^^^^^^^^ Sep 19 23:55:36.762 INFO kablam! Sep 19 23:55:36.762 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 23:55:36.762 INFO kablam! --> src/matchers/text.rs:76:44 Sep 19 23:55:36.762 INFO kablam! | Sep 19 23:55:36.762 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Sep 19 23:55:36.762 INFO kablam! | ^^^^^^^^ Sep 19 23:55:36.762 INFO kablam! Sep 19 23:55:36.891 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 23:55:36.891 INFO kablam! --> src/matchers/text.rs:4:5 Sep 19 23:55:36.891 INFO kablam! | Sep 19 23:55:36.891 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 19 23:55:36.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:55:36.891 INFO kablam! | Sep 19 23:55:36.891 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 23:55:36.891 INFO kablam! Sep 19 23:55:36.891 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 23:55:36.891 INFO kablam! --> src/matchers/text.rs:58:40 Sep 19 23:55:36.891 INFO kablam! | Sep 19 23:55:36.891 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Sep 19 23:55:36.891 INFO kablam! | ^^^^^^^^ Sep 19 23:55:36.891 INFO kablam! Sep 19 23:55:36.891 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 23:55:36.891 INFO kablam! --> src/matchers/text.rs:76:44 Sep 19 23:55:36.891 INFO kablam! | Sep 19 23:55:36.891 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Sep 19 23:55:36.891 INFO kablam! | ^^^^^^^^ Sep 19 23:55:36.891 INFO kablam! Sep 19 23:55:36.978 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 19 23:55:36.979 INFO kablam! --> src/matchers/text.rs:60:11 Sep 19 23:55:36.979 INFO kablam! | Sep 19 23:55:36.979 INFO kablam! 60 | if self.is_ascii() { Sep 19 23:55:36.979 INFO kablam! | ^^^^^^^^ Sep 19 23:55:36.979 INFO kablam! Sep 19 23:55:36.979 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 19 23:55:36.979 INFO kablam! --> src/matchers/text.rs:68:11 Sep 19 23:55:36.979 INFO kablam! | Sep 19 23:55:36.979 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Sep 19 23:55:36.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:55:36.979 INFO kablam! Sep 19 23:55:37.061 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 19 23:55:37.061 INFO kablam! --> src/matchers/text.rs:60:11 Sep 19 23:55:37.061 INFO kablam! | Sep 19 23:55:37.061 INFO kablam! 60 | if self.is_ascii() { Sep 19 23:55:37.061 INFO kablam! | ^^^^^^^^ Sep 19 23:55:37.061 INFO kablam! Sep 19 23:55:37.061 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 19 23:55:37.061 INFO kablam! --> src/matchers/text.rs:68:11 Sep 19 23:55:37.061 INFO kablam! | Sep 19 23:55:37.061 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Sep 19 23:55:37.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:55:37.061 INFO kablam! Sep 19 23:55:37.529 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Sep 19 23:55:37.536 INFO kablam! su: No module specific data is present Sep 19 23:55:38.103 INFO running `"docker" "rm" "-f" "aae7a1d119e0089eb2801e0da6eeaa5bb408d7ae77d43abbaa6329d835b4e647"` Sep 19 23:55:38.162 INFO blam! aae7a1d119e0089eb2801e0da6eeaa5bb408d7ae77d43abbaa6329d835b4e647