Sep 02 06:58:44.797 INFO checking must-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 06:58:44.797 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 06:58:44.797 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 06:58:44.939 INFO blam! ad9be35997650ffdccfa27adada77cfde9d2f7428e0e7c25f412e204ae978e24 Sep 02 06:58:44.945 INFO running `"docker" "start" "-a" "ad9be35997650ffdccfa27adada77cfde9d2f7428e0e7c25f412e204ae978e24"` Sep 02 06:58:45.566 INFO kablam! Checking mutator v0.1.0 Sep 02 06:58:45.918 INFO kablam! Checking must v0.2.0 (file:///source) Sep 02 06:58:46.571 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 06:58:46.571 INFO kablam! --> src/matchers/text.rs:4:5 Sep 02 06:58:46.571 INFO kablam! | Sep 02 06:58:46.571 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 02 06:58:46.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 06:58:46.571 INFO kablam! | Sep 02 06:58:46.571 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 06:58:46.571 INFO kablam! Sep 02 06:58:46.572 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 06:58:46.572 INFO kablam! --> src/matchers/text.rs:58:40 Sep 02 06:58:46.572 INFO kablam! | Sep 02 06:58:46.572 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Sep 02 06:58:46.572 INFO kablam! | ^^^^^^^^ Sep 02 06:58:46.572 INFO kablam! Sep 02 06:58:46.572 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 06:58:46.572 INFO kablam! --> src/matchers/text.rs:76:44 Sep 02 06:58:46.572 INFO kablam! | Sep 02 06:58:46.572 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Sep 02 06:58:46.572 INFO kablam! | ^^^^^^^^ Sep 02 06:58:46.572 INFO kablam! Sep 02 06:58:46.702 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 06:58:46.702 INFO kablam! --> src/matchers/text.rs:4:5 Sep 02 06:58:46.702 INFO kablam! | Sep 02 06:58:46.702 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 02 06:58:46.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 06:58:46.702 INFO kablam! | Sep 02 06:58:46.702 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 06:58:46.702 INFO kablam! Sep 02 06:58:46.702 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 06:58:46.702 INFO kablam! --> src/matchers/text.rs:58:40 Sep 02 06:58:46.702 INFO kablam! | Sep 02 06:58:46.702 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Sep 02 06:58:46.702 INFO kablam! | ^^^^^^^^ Sep 02 06:58:46.702 INFO kablam! Sep 02 06:58:46.702 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 06:58:46.702 INFO kablam! --> src/matchers/text.rs:76:44 Sep 02 06:58:46.702 INFO kablam! | Sep 02 06:58:46.702 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Sep 02 06:58:46.702 INFO kablam! | ^^^^^^^^ Sep 02 06:58:46.702 INFO kablam! Sep 02 06:58:47.005 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 02 06:58:47.005 INFO kablam! --> src/matchers/text.rs:60:11 Sep 02 06:58:47.005 INFO kablam! | Sep 02 06:58:47.005 INFO kablam! 60 | if self.is_ascii() { Sep 02 06:58:47.005 INFO kablam! | ^^^^^^^^ Sep 02 06:58:47.005 INFO kablam! Sep 02 06:58:47.006 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 02 06:58:47.006 INFO kablam! --> src/matchers/text.rs:68:11 Sep 02 06:58:47.006 INFO kablam! | Sep 02 06:58:47.006 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Sep 02 06:58:47.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 06:58:47.006 INFO kablam! Sep 02 06:58:47.125 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 02 06:58:47.125 INFO kablam! --> src/matchers/text.rs:60:11 Sep 02 06:58:47.125 INFO kablam! | Sep 02 06:58:47.125 INFO kablam! 60 | if self.is_ascii() { Sep 02 06:58:47.125 INFO kablam! | ^^^^^^^^ Sep 02 06:58:47.125 INFO kablam! Sep 02 06:58:47.126 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 02 06:58:47.126 INFO kablam! --> src/matchers/text.rs:68:11 Sep 02 06:58:47.126 INFO kablam! | Sep 02 06:58:47.126 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Sep 02 06:58:47.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 06:58:47.126 INFO kablam! Sep 02 06:58:48.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.33s Sep 02 06:58:48.865 INFO kablam! su: No module specific data is present Sep 02 06:58:49.324 INFO running `"docker" "rm" "-f" "ad9be35997650ffdccfa27adada77cfde9d2f7428e0e7c25f412e204ae978e24"` Sep 02 06:58:49.418 INFO blam! ad9be35997650ffdccfa27adada77cfde9d2f7428e0e7c25f412e204ae978e24