Sep 04 13:17:38.274 INFO checking must-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 13:17:38.274 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 13:17:38.274 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:17:38.470 INFO blam! d8beaf5bba7916a0cc1a88fbe717638d592e122aad4573cea9c8f8c00cd0a8df Sep 04 13:17:38.472 INFO running `"docker" "start" "-a" "d8beaf5bba7916a0cc1a88fbe717638d592e122aad4573cea9c8f8c00cd0a8df"` Sep 04 13:17:39.327 INFO kablam! Checking mutator v0.1.0 Sep 04 13:17:39.658 INFO kablam! Checking must v0.2.0 (file:///source) Sep 04 13:17:40.212 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 13:17:40.212 INFO kablam! --> src/matchers/text.rs:4:5 Sep 04 13:17:40.212 INFO kablam! | Sep 04 13:17:40.212 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 04 13:17:40.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 13:17:40.212 INFO kablam! | Sep 04 13:17:40.212 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 13:17:40.212 INFO kablam! Sep 04 13:17:40.212 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 13:17:40.212 INFO kablam! --> src/matchers/text.rs:58:40 Sep 04 13:17:40.212 INFO kablam! | Sep 04 13:17:40.213 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Sep 04 13:17:40.213 INFO kablam! | ^^^^^^^^ Sep 04 13:17:40.213 INFO kablam! Sep 04 13:17:40.213 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 13:17:40.213 INFO kablam! --> src/matchers/text.rs:76:44 Sep 04 13:17:40.213 INFO kablam! | Sep 04 13:17:40.213 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Sep 04 13:17:40.213 INFO kablam! | ^^^^^^^^ Sep 04 13:17:40.213 INFO kablam! Sep 04 13:17:40.385 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 13:17:40.385 INFO kablam! --> src/matchers/text.rs:4:5 Sep 04 13:17:40.385 INFO kablam! | Sep 04 13:17:40.385 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 04 13:17:40.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 13:17:40.385 INFO kablam! | Sep 04 13:17:40.385 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 13:17:40.385 INFO kablam! Sep 04 13:17:40.385 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 13:17:40.385 INFO kablam! --> src/matchers/text.rs:58:40 Sep 04 13:17:40.385 INFO kablam! | Sep 04 13:17:40.385 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Sep 04 13:17:40.385 INFO kablam! | ^^^^^^^^ Sep 04 13:17:40.385 INFO kablam! Sep 04 13:17:40.385 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 13:17:40.385 INFO kablam! --> src/matchers/text.rs:76:44 Sep 04 13:17:40.385 INFO kablam! | Sep 04 13:17:40.386 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Sep 04 13:17:40.386 INFO kablam! | ^^^^^^^^ Sep 04 13:17:40.386 INFO kablam! Sep 04 13:17:40.545 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 04 13:17:40.545 INFO kablam! --> src/matchers/text.rs:60:11 Sep 04 13:17:40.545 INFO kablam! | Sep 04 13:17:40.545 INFO kablam! 60 | if self.is_ascii() { Sep 04 13:17:40.545 INFO kablam! | ^^^^^^^^ Sep 04 13:17:40.545 INFO kablam! Sep 04 13:17:40.545 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 04 13:17:40.545 INFO kablam! --> src/matchers/text.rs:68:11 Sep 04 13:17:40.545 INFO kablam! | Sep 04 13:17:40.545 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Sep 04 13:17:40.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 13:17:40.545 INFO kablam! Sep 04 13:17:40.739 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 04 13:17:40.739 INFO kablam! --> src/matchers/text.rs:60:11 Sep 04 13:17:40.740 INFO kablam! | Sep 04 13:17:40.740 INFO kablam! 60 | if self.is_ascii() { Sep 04 13:17:40.740 INFO kablam! | ^^^^^^^^ Sep 04 13:17:40.740 INFO kablam! Sep 04 13:17:40.741 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 04 13:17:40.741 INFO kablam! --> src/matchers/text.rs:68:11 Sep 04 13:17:40.741 INFO kablam! | Sep 04 13:17:40.741 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Sep 04 13:17:40.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 13:17:40.741 INFO kablam! Sep 04 13:17:41.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Sep 04 13:17:41.662 INFO kablam! su: No module specific data is present Sep 04 13:17:42.236 INFO running `"docker" "rm" "-f" "d8beaf5bba7916a0cc1a88fbe717638d592e122aad4573cea9c8f8c00cd0a8df"` Sep 04 13:17:42.339 INFO blam! d8beaf5bba7916a0cc1a88fbe717638d592e122aad4573cea9c8f8c00cd0a8df