Oct 22 01:24:35.639 INFO checking must-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:24:35.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 22 01:24:35.899 INFO blam! 5ccfd27a9df58c0edb4a555e5235d682a38e5f9688fda60843b433a0554401ff Oct 22 01:24:35.904 INFO running `"docker" "start" "-a" "5ccfd27a9df58c0edb4a555e5235d682a38e5f9688fda60843b433a0554401ff"` Oct 22 01:24:36.471 INFO kablam! usermod: no changes Oct 22 01:24:36.531 INFO kablam! Checking mutator v0.1.0 Oct 22 01:24:37.036 INFO kablam! Checking must v0.2.0 (/source) Oct 22 01:24:37.920 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 01:24:37.920 INFO kablam! --> src/matchers/text.rs:4:5 Oct 22 01:24:37.920 INFO kablam! | Oct 22 01:24:37.920 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 22 01:24:37.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:24:37.920 INFO kablam! | Oct 22 01:24:37.920 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:24:37.920 INFO kablam! Oct 22 01:24:37.920 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 01:24:37.920 INFO kablam! --> src/matchers/text.rs:58:40 Oct 22 01:24:37.920 INFO kablam! | Oct 22 01:24:37.920 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Oct 22 01:24:37.920 INFO kablam! | ^^^^^^^^ Oct 22 01:24:37.920 INFO kablam! Oct 22 01:24:37.920 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 01:24:37.921 INFO kablam! --> src/matchers/text.rs:76:44 Oct 22 01:24:37.921 INFO kablam! | Oct 22 01:24:37.921 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Oct 22 01:24:37.921 INFO kablam! | ^^^^^^^^ Oct 22 01:24:37.921 INFO kablam! Oct 22 01:24:38.024 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 01:24:38.024 INFO kablam! --> src/matchers/text.rs:4:5 Oct 22 01:24:38.024 INFO kablam! | Oct 22 01:24:38.024 INFO kablam! 4 | use std::ascii::AsciiExt; Oct 22 01:24:38.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:24:38.024 INFO kablam! | Oct 22 01:24:38.024 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:24:38.024 INFO kablam! Oct 22 01:24:38.024 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 01:24:38.024 INFO kablam! --> src/matchers/text.rs:58:40 Oct 22 01:24:38.024 INFO kablam! | Oct 22 01:24:38.024 INFO kablam! 58 | pub trait MustBeAscii: Sized + Debug + AsciiExt { Oct 22 01:24:38.024 INFO kablam! | ^^^^^^^^ Oct 22 01:24:38.024 INFO kablam! Oct 22 01:24:38.024 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 01:24:38.024 INFO kablam! --> src/matchers/text.rs:76:44 Oct 22 01:24:38.024 INFO kablam! | Oct 22 01:24:38.024 INFO kablam! 76 | impl MustBeAscii for V where V: Debug + AsciiExt {} Oct 22 01:24:38.025 INFO kablam! | ^^^^^^^^ Oct 22 01:24:38.025 INFO kablam! Oct 22 01:24:38.164 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 22 01:24:38.164 INFO kablam! --> src/matchers/text.rs:60:11 Oct 22 01:24:38.164 INFO kablam! | Oct 22 01:24:38.164 INFO kablam! 60 | if self.is_ascii() { Oct 22 01:24:38.164 INFO kablam! | ^^^^^^^^ Oct 22 01:24:38.164 INFO kablam! Oct 22 01:24:38.164 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Oct 22 01:24:38.164 INFO kablam! --> src/matchers/text.rs:68:11 Oct 22 01:24:38.164 INFO kablam! | Oct 22 01:24:38.164 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Oct 22 01:24:38.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:24:38.164 INFO kablam! Oct 22 01:24:38.251 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::is_ascii': use inherent methods instead Oct 22 01:24:38.251 INFO kablam! --> src/matchers/text.rs:60:11 Oct 22 01:24:38.251 INFO kablam! | Oct 22 01:24:38.251 INFO kablam! 60 | if self.is_ascii() { Oct 22 01:24:38.251 INFO kablam! | ^^^^^^^^ Oct 22 01:24:38.251 INFO kablam! Oct 22 01:24:38.251 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Oct 22 01:24:38.251 INFO kablam! --> src/matchers/text.rs:68:11 Oct 22 01:24:38.251 INFO kablam! | Oct 22 01:24:38.251 INFO kablam! 68 | if self.eq_ignore_ascii_case(other) { Oct 22 01:24:38.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:24:38.251 INFO kablam! Oct 22 01:24:39.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.50s Oct 22 01:24:39.998 INFO kablam! su: No module specific data is present Oct 22 01:24:40.352 INFO running `"docker" "rm" "-f" "5ccfd27a9df58c0edb4a555e5235d682a38e5f9688fda60843b433a0554401ff"` Oct 22 01:24:40.521 INFO blam! 5ccfd27a9df58c0edb4a555e5235d682a38e5f9688fda60843b433a0554401ff