Sep 19 16:35:36.968 INFO checking arminha/covet against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 16:35:36.968 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 16:35:36.968 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:35:37.216 INFO blam! 8eb61a1dbc1aad40263e4faa27aca95afa3062ee3eafc86cd21b79fabdcfa2d2 Sep 19 16:35:37.218 INFO running `"docker" "start" "-a" "8eb61a1dbc1aad40263e4faa27aca95afa3062ee3eafc86cd21b79fabdcfa2d2"` Sep 19 16:35:38.930 INFO kablam! usermod: no changes Sep 19 16:35:39.233 INFO kablam! Compiling atty v0.2.10 Sep 19 16:35:39.242 INFO kablam! Checking log v0.4.2 Sep 19 16:35:39.251 INFO kablam! Compiling textwrap v0.9.0 Sep 19 16:35:39.253 INFO kablam! Checking xml-rs v0.7.0 Sep 19 16:35:39.255 INFO kablam! Compiling openssl v0.9.24 Sep 19 16:35:39.257 INFO kablam! Compiling phf_shared v0.7.22 Sep 19 16:35:39.258 INFO kablam! Checking sha2 v0.7.1 Sep 19 16:35:41.247 INFO kablam! Compiling phf_generator v0.7.22 Sep 19 16:35:41.278 INFO kablam! Checking phf v0.7.22 Sep 19 16:35:41.909 INFO kablam! Checking log v0.3.9 Sep 19 16:35:43.631 INFO kablam! Compiling phf_codegen v0.7.22 Sep 19 16:35:43.731 INFO kablam! Compiling clap v2.31.2 Sep 19 16:35:44.200 INFO kablam! Checking mime v0.2.6 Sep 19 16:35:45.519 INFO kablam! Compiling mime_guess v1.8.4 Sep 19 16:35:46.689 INFO kablam! Checking hyper v0.10.13 Sep 19 16:35:47.231 INFO kablam! Checking xmltree v0.8.0 Sep 19 16:35:55.060 INFO kablam! Checking native-tls v0.1.5 Sep 19 16:35:58.627 INFO kablam! Checking iron v0.6.0 Sep 19 16:35:58.627 INFO kablam! Checking hyper-native-tls v0.2.4 Sep 19 16:36:00.480 INFO kablam! Checking persistent v0.4.0 Sep 19 16:36:00.482 INFO kablam! Checking router v0.6.0 Sep 19 16:36:01.734 INFO kablam! Checking bodyparser v0.8.0 Sep 19 16:36:02.746 INFO kablam! Checking urlencoded v0.6.0 Sep 19 16:36:13.533 INFO kablam! Compiling covet v0.5.5 (/source) Sep 19 16:36:13.830 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:36:13.830 INFO kablam! --> src/cli.rs:3:1 Sep 19 16:36:13.831 INFO kablam! | Sep 19 16:36:13.831 INFO kablam! 3 | / arg_enum!{ Sep 19 16:36:13.831 INFO kablam! 4 | | #[allow(non_camel_case_types)] Sep 19 16:36:13.832 INFO kablam! 5 | | #[derive(Debug)] Sep 19 16:36:13.832 INFO kablam! 6 | | pub enum Source { Sep 19 16:36:13.832 INFO kablam! ... | Sep 19 16:36:13.833 INFO kablam! 10 | | } Sep 19 16:36:13.833 INFO kablam! 11 | | } Sep 19 16:36:13.833 INFO kablam! | |_^ Sep 19 16:36:13.834 INFO kablam! | Sep 19 16:36:13.834 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 16:36:13.835 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 19 16:36:13.835 INFO kablam! Sep 19 16:36:13.835 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:36:13.836 INFO kablam! --> src/cli.rs:13:1 Sep 19 16:36:13.836 INFO kablam! | Sep 19 16:36:13.836 INFO kablam! 13 | / arg_enum!{ Sep 19 16:36:13.837 INFO kablam! 14 | | #[allow(non_camel_case_types)] Sep 19 16:36:13.837 INFO kablam! 15 | | #[derive(Debug)] Sep 19 16:36:13.838 INFO kablam! 16 | | pub enum Format { Sep 19 16:36:13.838 INFO kablam! ... | Sep 19 16:36:13.838 INFO kablam! 19 | | } Sep 19 16:36:13.839 INFO kablam! 20 | | } Sep 19 16:36:13.839 INFO kablam! | |_^ Sep 19 16:36:13.839 INFO kablam! | Sep 19 16:36:13.839 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 19 16:36:13.840 INFO kablam! Sep 19 16:36:13.840 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:36:13.840 INFO kablam! --> src/cli.rs:22:1 Sep 19 16:36:13.841 INFO kablam! | Sep 19 16:36:13.841 INFO kablam! 22 | / arg_enum!{ Sep 19 16:36:13.841 INFO kablam! 23 | | #[allow(non_camel_case_types)] Sep 19 16:36:13.842 INFO kablam! 24 | | #[derive(Debug)] Sep 19 16:36:13.842 INFO kablam! 25 | | pub enum ColorSpace { Sep 19 16:36:13.843 INFO kablam! ... | Sep 19 16:36:13.843 INFO kablam! 28 | | } Sep 19 16:36:13.843 INFO kablam! 29 | | } Sep 19 16:36:13.844 INFO kablam! | |_^ Sep 19 16:36:13.844 INFO kablam! | Sep 19 16:36:13.844 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 19 16:36:13.845 INFO kablam! Sep 19 16:36:15.819 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:36:15.819 INFO kablam! --> src/cli.rs:3:1 Sep 19 16:36:15.819 INFO kablam! | Sep 19 16:36:15.819 INFO kablam! 3 | / arg_enum!{ Sep 19 16:36:15.819 INFO kablam! 4 | | #[allow(non_camel_case_types)] Sep 19 16:36:15.819 INFO kablam! 5 | | #[derive(Debug)] Sep 19 16:36:15.819 INFO kablam! 6 | | pub enum Source { Sep 19 16:36:15.819 INFO kablam! ... | Sep 19 16:36:15.819 INFO kablam! 10 | | } Sep 19 16:36:15.819 INFO kablam! 11 | | } Sep 19 16:36:15.819 INFO kablam! | |_^ Sep 19 16:36:15.819 INFO kablam! | Sep 19 16:36:15.819 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 16:36:15.819 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 19 16:36:15.819 INFO kablam! Sep 19 16:36:15.820 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:36:15.820 INFO kablam! --> src/cli.rs:13:1 Sep 19 16:36:15.820 INFO kablam! | Sep 19 16:36:15.820 INFO kablam! 13 | / arg_enum!{ Sep 19 16:36:15.820 INFO kablam! 14 | | #[allow(non_camel_case_types)] Sep 19 16:36:15.820 INFO kablam! 15 | | #[derive(Debug)] Sep 19 16:36:15.820 INFO kablam! 16 | | pub enum Format { Sep 19 16:36:15.820 INFO kablam! ... | Sep 19 16:36:15.820 INFO kablam! 19 | | } Sep 19 16:36:15.820 INFO kablam! 20 | | } Sep 19 16:36:15.820 INFO kablam! | |_^ Sep 19 16:36:15.820 INFO kablam! | Sep 19 16:36:15.820 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 19 16:36:15.820 INFO kablam! Sep 19 16:36:15.820 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:36:15.820 INFO kablam! --> src/cli.rs:22:1 Sep 19 16:36:15.820 INFO kablam! | Sep 19 16:36:15.820 INFO kablam! 22 | / arg_enum!{ Sep 19 16:36:15.820 INFO kablam! 23 | | #[allow(non_camel_case_types)] Sep 19 16:36:15.820 INFO kablam! 24 | | #[derive(Debug)] Sep 19 16:36:15.820 INFO kablam! 25 | | pub enum ColorSpace { Sep 19 16:36:15.820 INFO kablam! ... | Sep 19 16:36:15.820 INFO kablam! 28 | | } Sep 19 16:36:15.820 INFO kablam! 29 | | } Sep 19 16:36:15.820 INFO kablam! | |_^ Sep 19 16:36:15.820 INFO kablam! | Sep 19 16:36:15.820 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 19 16:36:15.820 INFO kablam! Sep 19 16:36:15.953 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:36:15.953 INFO kablam! --> src/cli.rs:3:1 Sep 19 16:36:15.953 INFO kablam! | Sep 19 16:36:15.953 INFO kablam! 3 | / arg_enum!{ Sep 19 16:36:15.953 INFO kablam! 4 | | #[allow(non_camel_case_types)] Sep 19 16:36:15.953 INFO kablam! 5 | | #[derive(Debug)] Sep 19 16:36:15.953 INFO kablam! 6 | | pub enum Source { Sep 19 16:36:15.953 INFO kablam! ... | Sep 19 16:36:15.953 INFO kablam! 10 | | } Sep 19 16:36:15.953 INFO kablam! 11 | | } Sep 19 16:36:15.953 INFO kablam! | |_^ Sep 19 16:36:15.953 INFO kablam! | Sep 19 16:36:15.953 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 16:36:15.953 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 19 16:36:15.953 INFO kablam! Sep 19 16:36:15.954 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:36:15.954 INFO kablam! --> src/cli.rs:13:1 Sep 19 16:36:15.954 INFO kablam! | Sep 19 16:36:15.954 INFO kablam! 13 | / arg_enum!{ Sep 19 16:36:15.954 INFO kablam! 14 | | #[allow(non_camel_case_types)] Sep 19 16:36:15.954 INFO kablam! 15 | | #[derive(Debug)] Sep 19 16:36:15.954 INFO kablam! 16 | | pub enum Format { Sep 19 16:36:15.954 INFO kablam! ... | Sep 19 16:36:15.954 INFO kablam! 19 | | } Sep 19 16:36:15.954 INFO kablam! 20 | | } Sep 19 16:36:15.954 INFO kablam! | |_^ Sep 19 16:36:15.954 INFO kablam! | Sep 19 16:36:15.954 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 19 16:36:15.954 INFO kablam! Sep 19 16:36:15.954 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:36:15.954 INFO kablam! --> src/cli.rs:22:1 Sep 19 16:36:15.954 INFO kablam! | Sep 19 16:36:15.954 INFO kablam! 22 | / arg_enum!{ Sep 19 16:36:15.954 INFO kablam! 23 | | #[allow(non_camel_case_types)] Sep 19 16:36:15.954 INFO kablam! 24 | | #[derive(Debug)] Sep 19 16:36:15.954 INFO kablam! 25 | | pub enum ColorSpace { Sep 19 16:36:15.954 INFO kablam! ... | Sep 19 16:36:15.954 INFO kablam! 28 | | } Sep 19 16:36:15.954 INFO kablam! 29 | | } Sep 19 16:36:15.954 INFO kablam! | |_^ Sep 19 16:36:15.954 INFO kablam! | Sep 19 16:36:15.955 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 19 16:36:15.955 INFO kablam! Sep 19 16:36:16.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.92s Sep 19 16:36:16.892 INFO kablam! su: No module specific data is present Sep 19 16:36:18.573 INFO running `"docker" "rm" "-f" "8eb61a1dbc1aad40263e4faa27aca95afa3062ee3eafc86cd21b79fabdcfa2d2"` Sep 19 16:36:18.692 INFO blam! 8eb61a1dbc1aad40263e4faa27aca95afa3062ee3eafc86cd21b79fabdcfa2d2