Sep 01 13:28:41.909 INFO checking must-0.2.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 13:28:41.909 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 13:28:41.909 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/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 13:28:42.118 INFO blam! 54588b695c459071578268f5e1d5893cac605efa8eb8f818749f826dc8b0ffb0 Sep 01 13:28:42.120 INFO running `"docker" "start" "-a" "54588b695c459071578268f5e1d5893cac605efa8eb8f818749f826dc8b0ffb0"` Sep 01 13:28:42.820 INFO kablam! Checking mutator v0.1.0 Sep 01 13:28:43.226 INFO kablam! Checking must v0.2.0 (file:///source) Sep 01 13:28:43.834 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 13:28:43.834 INFO kablam! --> src/matchers/text.rs:4:5 Sep 01 13:28:43.834 INFO kablam! | Sep 01 13:28:43.834 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 01 13:28:43.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 13:28:43.834 INFO kablam! | Sep 01 13:28:43.834 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 13:28:43.834 INFO kablam! Sep 01 13:28:43.834 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 13:28:43.834 INFO kablam! --> src/matchers/text.rs:58:40 Sep 01 13:28:43.834 INFO kablam! | Sep 01 13:28:43.834 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Sep 01 13:28:43.834 INFO kablam! | ^^^^^^^^ Sep 01 13:28:43.834 INFO kablam! Sep 01 13:28:43.834 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 13:28:43.834 INFO kablam! --> src/matchers/text.rs:76:44 Sep 01 13:28:43.834 INFO kablam! | Sep 01 13:28:43.834 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Sep 01 13:28:43.834 INFO kablam! | ^^^^^^^^ Sep 01 13:28:43.834 INFO kablam! Sep 01 13:28:43.904 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 13:28:43.904 INFO kablam! --> src/matchers/text.rs:4:5 Sep 01 13:28:43.904 INFO kablam! | Sep 01 13:28:43.904 INFO kablam! 4 | use std::ascii::AsciiExt; Sep 01 13:28:43.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 13:28:43.904 INFO kablam! | Sep 01 13:28:43.904 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 13:28:43.904 INFO kablam! Sep 01 13:28:43.904 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 13:28:43.904 INFO kablam! --> src/matchers/text.rs:58:40 Sep 01 13:28:43.904 INFO kablam! | Sep 01 13:28:43.904 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Sep 01 13:28:43.904 INFO kablam! | ^^^^^^^^ Sep 01 13:28:43.905 INFO kablam! Sep 01 13:28:43.905 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 13:28:43.905 INFO kablam! --> src/matchers/text.rs:76:44 Sep 01 13:28:43.905 INFO kablam! | Sep 01 13:28:43.905 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Sep 01 13:28:43.905 INFO kablam! | ^^^^^^^^ Sep 01 13:28:43.905 INFO kablam! Sep 01 13:28:44.185 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 01 13:28:44.185 INFO kablam! --> src/matchers/text.rs:60:11 Sep 01 13:28:44.185 INFO kablam! | Sep 01 13:28:44.185 INFO kablam! 60 | if self.is_ascii() { Sep 01 13:28:44.185 INFO kablam! | ^^^^^^^^ Sep 01 13:28:44.185 INFO kablam! Sep 01 13:28:44.186 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 01 13:28:44.186 INFO kablam! --> src/matchers/text.rs:68:11 Sep 01 13:28:44.186 INFO kablam! | Sep 01 13:28:44.186 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Sep 01 13:28:44.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 13:28:44.186 INFO kablam! Sep 01 13:28:44.319 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Sep 01 13:28:44.319 INFO kablam! --> src/matchers/text.rs:60:11 Sep 01 13:28:44.319 INFO kablam! | Sep 01 13:28:44.320 INFO kablam! 60 | if self.is_ascii() { Sep 01 13:28:44.320 INFO kablam! | ^^^^^^^^ Sep 01 13:28:44.320 INFO kablam! Sep 01 13:28:44.321 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 01 13:28:44.321 INFO kablam! --> src/matchers/text.rs:68:11 Sep 01 13:28:44.321 INFO kablam! | Sep 01 13:28:44.321 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Sep 01 13:28:44.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 13:28:44.322 INFO kablam! Sep 01 13:28:45.353 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.57s Sep 01 13:28:45.359 INFO kablam! su: No module specific data is present Sep 01 13:28:46.037 INFO running `"docker" "rm" "-f" "54588b695c459071578268f5e1d5893cac605efa8eb8f818749f826dc8b0ffb0"` Sep 01 13:28:46.137 INFO blam! 54588b695c459071578268f5e1d5893cac605efa8eb8f818749f826dc8b0ffb0