Sep 03 23:34:34.286 INFO checking unic-cli-0.7.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 23:34:34.286 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 23:34:34.286 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 23:34:34.465 INFO blam! e67de0bf2b1466bce88268e070b20933d15a6f701cd6e2e5fc3d04fd3756b3d9 Sep 03 23:34:34.467 INFO running `"docker" "start" "-a" "e67de0bf2b1466bce88268e070b20933d15a6f701cd6e2e5fc3d04fd3756b3d9"` Sep 03 23:34:35.788 INFO kablam! Checking unic-char-range v0.7.0 Sep 03 23:34:35.795 INFO kablam! Compiling same-file v1.0.3 Sep 03 23:34:35.795 INFO kablam! Compiling bytecount v0.3.2 Sep 03 23:34:35.927 INFO kablam! Compiling error-chain v0.11.0 Sep 03 23:34:36.847 INFO kablam! Checking unic-char-property v0.7.0 Sep 03 23:34:37.099 INFO kablam! Compiling walkdir v2.2.5 Sep 03 23:34:37.628 INFO kablam! Checking unic-ucd-category v0.7.0 Sep 03 23:34:37.628 INFO kablam! Checking unic-ucd-common v0.7.0 Sep 03 23:34:37.629 INFO kablam! Checking unic-ucd-age v0.7.0 Sep 03 23:34:37.629 INFO kablam! Checking unic-emoji-char v0.7.0 Sep 03 23:34:37.629 INFO kablam! Checking unic-ucd-case v0.7.0 Sep 03 23:34:37.629 INFO kablam! Checking unic-ucd-bidi v0.7.0 Sep 03 23:34:39.173 INFO kablam! Checking unic-ucd-segment v0.7.0 Sep 03 23:34:41.402 INFO kablam! Checking unic-idna-mapping v0.7.0 Sep 03 23:34:41.456 INFO kablam! Checking unic-ucd-ident v0.7.0 Sep 03 23:34:41.460 INFO kablam! Checking unic-ucd-name v0.7.0 Sep 03 23:34:41.486 INFO kablam! Checking unic-char v0.7.0 Sep 03 23:34:41.651 INFO kablam! Compiling cargo_metadata v0.5.8 Sep 03 23:34:41.791 INFO kablam! Checking unic-emoji v0.7.0 Sep 03 23:34:42.296 INFO kablam! Checking unic-bidi v0.7.0 Sep 03 23:34:43.299 INFO kablam! Checking unic-ucd-normal v0.7.0 Sep 03 23:34:45.801 INFO kablam! Checking unic-segment v0.7.0 Sep 03 23:34:48.051 INFO kablam! Checking unic-normal v0.7.0 Sep 03 23:34:49.462 INFO kablam! Checking unic-idna v0.7.0 Sep 03 23:34:50.386 INFO kablam! Compiling skeptic v0.13.3 Sep 03 23:34:55.067 INFO kablam! Compiling assert_cli v0.5.4 Sep 03 23:35:16.869 INFO kablam! Checking unic-ucd v0.7.0 Sep 03 23:35:17.385 INFO kablam! Checking unic v0.7.0 Sep 03 23:35:18.272 INFO kablam! Checking unic-cli v0.7.0 (file:///source) Sep 03 23:35:20.385 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 23:35:20.386 INFO kablam! --> src/bin/unic-echo.rs:23:1 Sep 03 23:35:20.386 INFO kablam! | Sep 03 23:35:20.386 INFO kablam! 23 | / unic_arg_enum!{ Sep 03 23:35:20.386 INFO kablam! 24 | | #[derive(Debug)] Sep 03 23:35:20.386 INFO kablam! 25 | | enum InputFormat { Sep 03 23:35:20.386 INFO kablam! 26 | | Plain, Sep 03 23:35:20.386 INFO kablam! ... | Sep 03 23:35:20.386 INFO kablam! 32 | | } Sep 03 23:35:20.386 INFO kablam! 33 | | } Sep 03 23:35:20.386 INFO kablam! | |_^ Sep 03 23:35:20.387 INFO kablam! | Sep 03 23:35:20.387 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 23:35:20.387 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 03 23:35:20.388 INFO kablam! Sep 03 23:35:20.388 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 23:35:20.388 INFO kablam! --> src/bin/unic-echo.rs:46:1 Sep 03 23:35:20.388 INFO kablam! | Sep 03 23:35:20.388 INFO kablam! 46 | / unic_arg_enum!{ Sep 03 23:35:20.389 INFO kablam! 47 | | #[derive(Debug)] Sep 03 23:35:20.389 INFO kablam! 48 | | enum OutputFormat { Sep 03 23:35:20.389 INFO kablam! 49 | | Plain, Sep 03 23:35:20.389 INFO kablam! ... | Sep 03 23:35:20.389 INFO kablam! 69 | | } Sep 03 23:35:20.389 INFO kablam! 70 | | } Sep 03 23:35:20.389 INFO kablam! | |_^ Sep 03 23:35:20.395 INFO kablam! | Sep 03 23:35:20.395 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 03 23:35:20.395 INFO kablam! Sep 03 23:35:20.444 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 23:35:20.444 INFO kablam! --> src/bin/unic-echo.rs:23:1 Sep 03 23:35:20.444 INFO kablam! | Sep 03 23:35:20.444 INFO kablam! 23 | / unic_arg_enum!{ Sep 03 23:35:20.444 INFO kablam! 24 | | #[derive(Debug)] Sep 03 23:35:20.444 INFO kablam! 25 | | enum InputFormat { Sep 03 23:35:20.444 INFO kablam! 26 | | Plain, Sep 03 23:35:20.444 INFO kablam! ... | Sep 03 23:35:20.444 INFO kablam! 32 | | } Sep 03 23:35:20.444 INFO kablam! 33 | | } Sep 03 23:35:20.444 INFO kablam! | |_^ Sep 03 23:35:20.444 INFO kablam! | Sep 03 23:35:20.444 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 23:35:20.444 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 03 23:35:20.444 INFO kablam! Sep 03 23:35:20.445 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 23:35:20.445 INFO kablam! --> src/bin/unic-echo.rs:46:1 Sep 03 23:35:20.445 INFO kablam! | Sep 03 23:35:20.445 INFO kablam! 46 | / unic_arg_enum!{ Sep 03 23:35:20.445 INFO kablam! 47 | | #[derive(Debug)] Sep 03 23:35:20.445 INFO kablam! 48 | | enum OutputFormat { Sep 03 23:35:20.445 INFO kablam! 49 | | Plain, Sep 03 23:35:20.445 INFO kablam! ... | Sep 03 23:35:20.445 INFO kablam! 69 | | } Sep 03 23:35:20.445 INFO kablam! 70 | | } Sep 03 23:35:20.445 INFO kablam! | |_^ Sep 03 23:35:20.446 INFO kablam! | Sep 03 23:35:20.446 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 03 23:35:20.446 INFO kablam! Sep 03 23:35:21.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.87s Sep 03 23:35:21.357 INFO kablam! su: No module specific data is present Sep 03 23:35:21.772 INFO running `"docker" "rm" "-f" "e67de0bf2b1466bce88268e070b20933d15a6f701cd6e2e5fc3d04fd3756b3d9"` Sep 03 23:35:21.909 INFO blam! e67de0bf2b1466bce88268e070b20933d15a6f701cd6e2e5fc3d04fd3756b3d9