Sep 17 13:16:13.856 INFO checking dan-t/rusty-tags against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 13:16:13.856 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 13:16:13.856 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/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 13:16:14.177 INFO blam! 8c87a91f31828e23dff9f1e2bb6b4498f33980a21b5adbf326fb6e9a30566fed Sep 17 13:16:14.179 INFO running `"docker" "start" "-a" "8c87a91f31828e23dff9f1e2bb6b4498f33980a21b5adbf326fb6e9a30566fed"` Sep 17 13:16:15.287 INFO kablam! usermod: no changes Sep 17 13:16:15.427 INFO kablam! Checking scopeguard v0.3.3 Sep 17 13:16:15.427 INFO kablam! Checking scoped_threadpool v0.1.8 Sep 17 13:16:15.427 INFO kablam! Checking atty v0.2.6 Sep 17 13:16:15.431 INFO kablam! Checking num_cpus v1.8.0 Sep 17 13:16:15.431 INFO kablam! Checking serde_json v1.0.9 Sep 17 13:16:15.431 INFO kablam! Checking toml v0.4.5 Sep 17 13:16:15.431 INFO kablam! Checking tempfile v2.2.0 Sep 17 13:16:16.112 INFO kablam! Checking clap v2.29.0 Sep 17 13:16:25.721 INFO kablam! Checking rusty-tags v2.10.0 (/source) Sep 17 13:16:26.209 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 17 13:16:26.210 INFO kablam! --> src/dirs.rs:43:25 Sep 17 13:16:26.210 INFO kablam! | Sep 17 13:16:26.210 INFO kablam! 43 | if let Some(path) = env::home_dir() { Sep 17 13:16:26.210 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 13:16:26.210 INFO kablam! | Sep 17 13:16:26.210 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 13:16:26.210 INFO kablam! Sep 17 13:16:26.212 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 13:16:26.212 INFO kablam! --> src/types.rs:119:1 Sep 17 13:16:26.212 INFO kablam! | Sep 17 13:16:26.212 INFO kablam! 119 | / arg_enum! { Sep 17 13:16:26.213 INFO kablam! 120 | | #[derive(Eq, PartialEq, Debug)] Sep 17 13:16:26.213 INFO kablam! 121 | | pub enum TagsKind { Sep 17 13:16:26.213 INFO kablam! 122 | | Vi, Sep 17 13:16:26.213 INFO kablam! 123 | | Emacs Sep 17 13:16:26.213 INFO kablam! 124 | | } Sep 17 13:16:26.213 INFO kablam! 125 | | } Sep 17 13:16:26.213 INFO kablam! | |_^ Sep 17 13:16:26.214 INFO kablam! | Sep 17 13:16:26.214 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 13:16:26.214 INFO kablam! Sep 17 13:16:26.275 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 17 13:16:26.275 INFO kablam! --> src/dirs.rs:43:25 Sep 17 13:16:26.275 INFO kablam! | Sep 17 13:16:26.275 INFO kablam! 43 | if let Some(path) = env::home_dir() { Sep 17 13:16:26.275 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 13:16:26.276 INFO kablam! | Sep 17 13:16:26.276 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 13:16:26.276 INFO kablam! Sep 17 13:16:26.276 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 13:16:26.276 INFO kablam! --> src/types.rs:119:1 Sep 17 13:16:26.277 INFO kablam! | Sep 17 13:16:26.277 INFO kablam! 119 | / arg_enum! { Sep 17 13:16:26.277 INFO kablam! 120 | | #[derive(Eq, PartialEq, Debug)] Sep 17 13:16:26.277 INFO kablam! 121 | | pub enum TagsKind { Sep 17 13:16:26.277 INFO kablam! 122 | | Vi, Sep 17 13:16:26.277 INFO kablam! 123 | | Emacs Sep 17 13:16:26.278 INFO kablam! 124 | | } Sep 17 13:16:26.278 INFO kablam! 125 | | } Sep 17 13:16:26.278 INFO kablam! | |_^ Sep 17 13:16:26.278 INFO kablam! | Sep 17 13:16:26.278 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 13:16:26.279 INFO kablam! Sep 17 13:16:27.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.06s Sep 17 13:16:27.379 INFO kablam! su: No module specific data is present Sep 17 13:16:28.514 INFO running `"docker" "rm" "-f" "8c87a91f31828e23dff9f1e2bb6b4498f33980a21b5adbf326fb6e9a30566fed"` Sep 17 13:16:28.695 INFO blam! 8c87a91f31828e23dff9f1e2bb6b4498f33980a21b5adbf326fb6e9a30566fed