Sep 17 15:31:43.231 INFO checking unic-cli-0.7.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 15:31:43.231 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 15:31:43.231 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 15:31:43.347 INFO blam! 13dd437dd6a2b12220d1710f3ab1bcf25e5a14e7b7c1f7355c4e7d6287ddbcf0 Sep 17 15:31:43.349 INFO running `"docker" "start" "-a" "13dd437dd6a2b12220d1710f3ab1bcf25e5a14e7b7c1f7355c4e7d6287ddbcf0"` Sep 17 15:31:44.091 INFO kablam! usermod: no changes Sep 17 15:31:44.336 INFO kablam! Compiling rustc-demangle v0.1.9 Sep 17 15:31:44.337 INFO kablam! Checking unic-char-range v0.7.0 Sep 17 15:31:44.337 INFO kablam! Compiling same-file v1.0.3 Sep 17 15:31:44.342 INFO kablam! Compiling bytecount v0.3.2 Sep 17 15:31:44.342 INFO kablam! Checking unic-idna-punycode v0.7.0 Sep 17 15:31:44.342 INFO kablam! Checking encode_unicode v0.3.2 Sep 17 15:31:44.344 INFO kablam! Compiling tempdir v0.3.7 Sep 17 15:31:44.346 INFO kablam! Compiling backtrace-sys v0.1.24 Sep 17 15:31:45.232 INFO kablam! Compiling semver v0.9.0 Sep 17 15:31:45.613 INFO kablam! Checking unic-char-property v0.7.0 Sep 17 15:31:45.613 INFO kablam! Compiling backtrace v0.3.9 Sep 17 15:31:45.613 INFO kablam! Checking colored v1.6.1 Sep 17 15:31:45.642 INFO kablam! Compiling walkdir v2.2.5 Sep 17 15:31:45.674 INFO kablam! Checking prettytable-rs v0.6.7 Sep 17 15:31:45.991 INFO kablam! Checking unic-ucd-category v0.7.0 Sep 17 15:31:45.991 INFO kablam! Checking unic-ucd-name v0.7.0 Sep 17 15:31:45.991 INFO kablam! Checking unic-ucd-case v0.7.0 Sep 17 15:31:48.175 INFO kablam! Checking unic-emoji-char v0.7.0 Sep 17 15:31:48.206 INFO kablam! Checking unic-idna-mapping v0.7.0 Sep 17 15:31:48.217 INFO kablam! Checking unic-ucd-segment v0.7.0 Sep 17 15:31:48.217 INFO kablam! Checking unic-ucd-ident v0.7.0 Sep 17 15:31:48.335 INFO kablam! Checking unic-ucd-age v0.7.0 Sep 17 15:31:48.491 INFO kablam! Checking unic-ucd-common v0.7.0 Sep 17 15:31:48.682 INFO kablam! Checking unic-ucd-bidi v0.7.0 Sep 17 15:31:48.823 INFO kablam! Checking unic-char v0.7.0 Sep 17 15:31:49.211 INFO kablam! Compiling error-chain v0.11.0 Sep 17 15:31:49.271 INFO kablam! Checking unic-ucd-normal v0.7.0 Sep 17 15:31:49.983 INFO kablam! Checking unic-emoji v0.7.0 Sep 17 15:31:49.995 INFO kablam! Checking unic-bidi v0.7.0 Sep 17 15:31:50.483 INFO kablam! Checking unic-segment v0.7.0 Sep 17 15:31:50.865 INFO kablam! Compiling cargo_metadata v0.5.8 Sep 17 15:31:52.264 INFO kablam! Checking unic-normal v0.7.0 Sep 17 15:31:52.564 INFO kablam! Checking unic-idna v0.7.0 Sep 17 15:31:53.455 INFO kablam! Compiling skeptic v0.13.3 Sep 17 15:31:56.190 INFO kablam! Compiling assert_cli v0.5.4 Sep 17 15:32:07.266 INFO kablam! Checking unic-ucd v0.7.0 Sep 17 15:32:07.607 INFO kablam! Checking unic v0.7.0 Sep 17 15:32:08.098 INFO kablam! Checking unic-cli v0.7.0 (/source) Sep 17 15:32:11.047 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:32:11.047 INFO kablam! --> src/bin/unic-echo.rs:23:1 Sep 17 15:32:11.047 INFO kablam! | Sep 17 15:32:11.047 INFO kablam! 23 | / unic_arg_enum!{ Sep 17 15:32:11.047 INFO kablam! 24 | | #[derive(Debug)] Sep 17 15:32:11.047 INFO kablam! 25 | | enum InputFormat { Sep 17 15:32:11.047 INFO kablam! 26 | | Plain, Sep 17 15:32:11.047 INFO kablam! ... | Sep 17 15:32:11.047 INFO kablam! 32 | | } Sep 17 15:32:11.047 INFO kablam! 33 | | } Sep 17 15:32:11.047 INFO kablam! | |_^ Sep 17 15:32:11.047 INFO kablam! | Sep 17 15:32:11.047 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 15:32:11.047 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 17 15:32:11.047 INFO kablam! Sep 17 15:32:11.047 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:32:11.047 INFO kablam! --> src/bin/unic-echo.rs:46:1 Sep 17 15:32:11.047 INFO kablam! | Sep 17 15:32:11.047 INFO kablam! 46 | / unic_arg_enum!{ Sep 17 15:32:11.047 INFO kablam! 47 | | #[derive(Debug)] Sep 17 15:32:11.047 INFO kablam! 48 | | enum OutputFormat { Sep 17 15:32:11.047 INFO kablam! 49 | | Plain, Sep 17 15:32:11.047 INFO kablam! ... | Sep 17 15:32:11.047 INFO kablam! 69 | | } Sep 17 15:32:11.047 INFO kablam! 70 | | } Sep 17 15:32:11.047 INFO kablam! | |_^ Sep 17 15:32:11.047 INFO kablam! | Sep 17 15:32:11.047 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 17 15:32:11.047 INFO kablam! Sep 17 15:32:11.374 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:32:11.374 INFO kablam! --> src/bin/unic-echo.rs:23:1 Sep 17 15:32:11.375 INFO kablam! | Sep 17 15:32:11.375 INFO kablam! 23 | / unic_arg_enum!{ Sep 17 15:32:11.375 INFO kablam! 24 | | #[derive(Debug)] Sep 17 15:32:11.375 INFO kablam! 25 | | enum InputFormat { Sep 17 15:32:11.375 INFO kablam! 26 | | Plain, Sep 17 15:32:11.375 INFO kablam! ... | Sep 17 15:32:11.375 INFO kablam! 32 | | } Sep 17 15:32:11.375 INFO kablam! 33 | | } Sep 17 15:32:11.375 INFO kablam! | |_^ Sep 17 15:32:11.375 INFO kablam! | Sep 17 15:32:11.375 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 15:32:11.375 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 17 15:32:11.375 INFO kablam! Sep 17 15:32:11.375 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:32:11.375 INFO kablam! --> src/bin/unic-echo.rs:46:1 Sep 17 15:32:11.375 INFO kablam! | Sep 17 15:32:11.375 INFO kablam! 46 | / unic_arg_enum!{ Sep 17 15:32:11.375 INFO kablam! 47 | | #[derive(Debug)] Sep 17 15:32:11.375 INFO kablam! 48 | | enum OutputFormat { Sep 17 15:32:11.375 INFO kablam! 49 | | Plain, Sep 17 15:32:11.375 INFO kablam! ... | Sep 17 15:32:11.375 INFO kablam! 69 | | } Sep 17 15:32:11.375 INFO kablam! 70 | | } Sep 17 15:32:11.375 INFO kablam! | |_^ Sep 17 15:32:11.375 INFO kablam! | Sep 17 15:32:11.375 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 17 15:32:11.375 INFO kablam! Sep 17 15:32:12.803 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.68s Sep 17 15:32:12.823 INFO kablam! su: No module specific data is present Sep 17 15:32:13.783 INFO running `"docker" "rm" "-f" "13dd437dd6a2b12220d1710f3ab1bcf25e5a14e7b7c1f7355c4e7d6287ddbcf0"` Sep 17 15:32:14.096 INFO blam! 13dd437dd6a2b12220d1710f3ab1bcf25e5a14e7b7c1f7355c4e7d6287ddbcf0