Jul 12 03:51:16.672 INFO checking must-0.2.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 03:51:16.672 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 03:51:16.672 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 03:51:16.672 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 03:51:16.938 INFO blam! 0938a0e6dfd9b40d5c60495c1ce56ef51de8fc7f283482638130d6597fa5369d Jul 12 03:51:16.941 INFO running `"docker" "start" "-a" "0938a0e6dfd9b40d5c60495c1ce56ef51de8fc7f283482638130d6597fa5369d"` Jul 12 03:51:18.270 INFO kablam! Checking mutator v0.1.0 Jul 12 03:51:19.063 INFO kablam! Checking must v0.2.0 (file:///source) Jul 12 03:51:19.856 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Jul 12 03:51:19.856 INFO kablam! --> src/matchers/text.rs:4:5 Jul 12 03:51:19.856 INFO kablam! | Jul 12 03:51:19.856 INFO kablam! 4 | use std::ascii::AsciiExt; Jul 12 03:51:19.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 03:51:19.856 INFO kablam! | Jul 12 03:51:19.856 INFO kablam! = note: #[warn(deprecated)] on by default Jul 12 03:51:19.856 INFO kablam! Jul 12 03:51:19.857 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Jul 12 03:51:19.857 INFO kablam! --> src/matchers/text.rs:58:40 Jul 12 03:51:19.857 INFO kablam! | Jul 12 03:51:19.857 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Jul 12 03:51:19.857 INFO kablam! | ^^^^^^^^ Jul 12 03:51:19.857 INFO kablam! Jul 12 03:51:19.857 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Jul 12 03:51:19.857 INFO kablam! --> src/matchers/text.rs:76:44 Jul 12 03:51:19.857 INFO kablam! | Jul 12 03:51:19.857 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Jul 12 03:51:19.857 INFO kablam! | ^^^^^^^^ Jul 12 03:51:19.857 INFO kablam! Jul 12 03:51:20.418 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Jul 12 03:51:20.419 INFO kablam! --> src/matchers/text.rs:4:5 Jul 12 03:51:20.419 INFO kablam! | Jul 12 03:51:20.419 INFO kablam! 4 | use std::ascii::AsciiExt; Jul 12 03:51:20.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 03:51:20.419 INFO kablam! | Jul 12 03:51:20.419 INFO kablam! = note: #[warn(deprecated)] on by default Jul 12 03:51:20.419 INFO kablam! Jul 12 03:51:20.419 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Jul 12 03:51:20.419 INFO kablam! --> src/matchers/text.rs:58:40 Jul 12 03:51:20.419 INFO kablam! | Jul 12 03:51:20.419 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Jul 12 03:51:20.419 INFO kablam! | ^^^^^^^^ Jul 12 03:51:20.420 INFO kablam! Jul 12 03:51:20.420 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Jul 12 03:51:20.420 INFO kablam! --> src/matchers/text.rs:76:44 Jul 12 03:51:20.420 INFO kablam! | Jul 12 03:51:20.420 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Jul 12 03:51:20.420 INFO kablam! | ^^^^^^^^ Jul 12 03:51:20.421 INFO kablam! Jul 12 03:51:20.676 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Jul 12 03:51:20.676 INFO kablam! --> src/matchers/text.rs:60:11 Jul 12 03:51:20.676 INFO kablam! | Jul 12 03:51:20.676 INFO kablam! 60 | if self.is_ascii() { Jul 12 03:51:20.676 INFO kablam! | ^^^^^^^^ Jul 12 03:51:20.677 INFO kablam! Jul 12 03:51:20.679 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Jul 12 03:51:20.679 INFO kablam! --> src/matchers/text.rs:68:11 Jul 12 03:51:20.679 INFO kablam! | Jul 12 03:51:20.679 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Jul 12 03:51:20.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 03:51:20.679 INFO kablam! Jul 12 03:51:21.489 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Jul 12 03:51:21.489 INFO kablam! --> src/matchers/text.rs:60:11 Jul 12 03:51:21.489 INFO kablam! | Jul 12 03:51:21.489 INFO kablam! 60 | if self.is_ascii() { Jul 12 03:51:21.489 INFO kablam! | ^^^^^^^^ Jul 12 03:51:21.489 INFO kablam! Jul 12 03:51:21.490 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Jul 12 03:51:21.490 INFO kablam! --> src/matchers/text.rs:68:11 Jul 12 03:51:21.490 INFO kablam! | Jul 12 03:51:21.490 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Jul 12 03:51:21.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 03:51:21.490 INFO kablam! Jul 12 03:51:23.283 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.13s Jul 12 03:51:23.295 INFO kablam! su: No module specific data is present Jul 12 03:51:23.995 INFO running `"docker" "rm" "-f" "0938a0e6dfd9b40d5c60495c1ce56ef51de8fc7f283482638130d6597fa5369d"` Jul 12 03:51:24.162 INFO blam! 0938a0e6dfd9b40d5c60495c1ce56ef51de8fc7f283482638130d6597fa5369d