Sep 14 12:53:25.439 INFO checking must-0.2.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:53:25.439 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:53:25.439 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:53:25.591 INFO blam! 0207951a280c11f2bcc69e9cddbcea06f0eebdb712db2cbf978dcbd2e805025a Sep 14 12:53:25.596 INFO running `"docker" "start" "-a" "0207951a280c11f2bcc69e9cddbcea06f0eebdb712db2cbf978dcbd2e805025a"` Sep 14 12:53:26.872 INFO kablam! usermod: no changes Sep 14 12:53:26.908 INFO kablam! Checking mutator v0.1.0 Sep 14 12:53:27.135 INFO kablam! Checking must v0.2.0 (file:///source) Sep 14 12:53:27.447 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 12:53:27.447 INFO kablam! --> src/matchers/text.rs:4:5 Sep 14 12:53:27.447 INFO kablam! | Sep 14 12:53:27.447 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 14 12:53:27.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 12:53:27.447 INFO kablam! | Sep 14 12:53:27.447 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 12:53:27.447 INFO kablam! Sep 14 12:53:27.447 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 12:53:27.447 INFO kablam! --> src/matchers/text.rs:58:40 Sep 14 12:53:27.447 INFO kablam! | Sep 14 12:53:27.447 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Sep 14 12:53:27.447 INFO kablam! | ^^^^^^^^ Sep 14 12:53:27.447 INFO kablam! Sep 14 12:53:27.447 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 12:53:27.447 INFO kablam! --> src/matchers/text.rs:76:44 Sep 14 12:53:27.447 INFO kablam! | Sep 14 12:53:27.447 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Sep 14 12:53:27.447 INFO kablam! | ^^^^^^^^ Sep 14 12:53:27.447 INFO kablam! Sep 14 12:53:27.463 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 12:53:27.463 INFO kablam! --> src/matchers/text.rs:4:5 Sep 14 12:53:27.463 INFO kablam! | Sep 14 12:53:27.463 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 14 12:53:27.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 12:53:27.463 INFO kablam! | Sep 14 12:53:27.463 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 12:53:27.463 INFO kablam! Sep 14 12:53:27.463 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 12:53:27.463 INFO kablam! --> src/matchers/text.rs:58:40 Sep 14 12:53:27.463 INFO kablam! | Sep 14 12:53:27.463 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Sep 14 12:53:27.463 INFO kablam! | ^^^^^^^^ Sep 14 12:53:27.463 INFO kablam! Sep 14 12:53:27.463 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 12:53:27.463 INFO kablam! --> src/matchers/text.rs:76:44 Sep 14 12:53:27.463 INFO kablam! | Sep 14 12:53:27.463 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Sep 14 12:53:27.463 INFO kablam! | ^^^^^^^^ Sep 14 12:53:27.463 INFO kablam! Sep 14 12:53:27.655 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 14 12:53:27.655 INFO kablam! --> src/matchers/text.rs:60:11 Sep 14 12:53:27.655 INFO kablam! | Sep 14 12:53:27.655 INFO kablam! 60 | if self.is_ascii() { Sep 14 12:53:27.655 INFO kablam! | ^^^^^^^^ Sep 14 12:53:27.659 INFO kablam! Sep 14 12:53:27.659 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 14 12:53:27.659 INFO kablam! --> src/matchers/text.rs:68:11 Sep 14 12:53:27.659 INFO kablam! | Sep 14 12:53:27.659 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Sep 14 12:53:27.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 12:53:27.659 INFO kablam! Sep 14 12:53:27.662 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 14 12:53:27.662 INFO kablam! --> src/matchers/text.rs:60:11 Sep 14 12:53:27.662 INFO kablam! | Sep 14 12:53:27.662 INFO kablam! 60 | if self.is_ascii() { Sep 14 12:53:27.662 INFO kablam! | ^^^^^^^^ Sep 14 12:53:27.662 INFO kablam! Sep 14 12:53:27.662 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 14 12:53:27.662 INFO kablam! --> src/matchers/text.rs:68:11 Sep 14 12:53:27.662 INFO kablam! | Sep 14 12:53:27.662 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Sep 14 12:53:27.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 12:53:27.662 INFO kablam! Sep 14 12:53:28.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Sep 14 12:53:28.337 INFO kablam! su: No module specific data is present Sep 14 12:53:28.944 INFO running `"docker" "rm" "-f" "0207951a280c11f2bcc69e9cddbcea06f0eebdb712db2cbf978dcbd2e805025a"` Sep 14 12:53:29.015 INFO blam! 0207951a280c11f2bcc69e9cddbcea06f0eebdb712db2cbf978dcbd2e805025a