Sep 03 19:18:08.612 INFO checking dan-t/rusty-tags against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 19:18:08.612 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 19:18:08.613 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 19:18:08.762 INFO blam! a06253f248a5942919f7b69b35254b3930c35c4cb192654d76e319df0b5f9437 Sep 03 19:18:08.763 INFO running `"docker" "start" "-a" "a06253f248a5942919f7b69b35254b3930c35c4cb192654d76e319df0b5f9437"` Sep 03 19:18:09.517 INFO kablam! Checking atty v0.2.6 Sep 03 19:18:09.518 INFO kablam! Checking num_cpus v1.8.0 Sep 03 19:18:09.518 INFO kablam! Checking tempfile v2.2.0 Sep 03 19:18:09.842 INFO kablam! Checking clap v2.29.0 Sep 03 19:18:20.557 INFO kablam! Checking rusty-tags v2.10.0 (file:///source) Sep 03 19:18:20.912 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 03 19:18:20.912 INFO kablam! --> src/dirs.rs:43:25 Sep 03 19:18:20.912 INFO kablam! | Sep 03 19:18:20.912 INFO kablam! 43 | if let Some(path) = env::home_dir() { Sep 03 19:18:20.912 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 19:18:20.912 INFO kablam! | Sep 03 19:18:20.912 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 19:18:20.912 INFO kablam! Sep 03 19:18:20.913 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 19:18:20.913 INFO kablam! --> src/types.rs:104:1 Sep 03 19:18:20.913 INFO kablam! | Sep 03 19:18:20.913 INFO kablam! 104 | / arg_enum! { Sep 03 19:18:20.913 INFO kablam! 105 | | #[derive(Eq, PartialEq, Debug)] Sep 03 19:18:20.913 INFO kablam! 106 | | pub enum TagsKind { Sep 03 19:18:20.913 INFO kablam! 107 | | Vi, Sep 03 19:18:20.913 INFO kablam! 108 | | Emacs Sep 03 19:18:20.913 INFO kablam! 109 | | } Sep 03 19:18:20.913 INFO kablam! 110 | | } Sep 03 19:18:20.914 INFO kablam! | |_^ Sep 03 19:18:20.914 INFO kablam! | Sep 03 19:18:20.914 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 19:18:20.914 INFO kablam! Sep 03 19:18:21.029 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 03 19:18:21.029 INFO kablam! --> src/dirs.rs:43:25 Sep 03 19:18:21.029 INFO kablam! | Sep 03 19:18:21.029 INFO kablam! 43 | if let Some(path) = env::home_dir() { Sep 03 19:18:21.029 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 19:18:21.029 INFO kablam! | Sep 03 19:18:21.029 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 19:18:21.029 INFO kablam! Sep 03 19:18:21.030 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 19:18:21.030 INFO kablam! --> src/types.rs:104:1 Sep 03 19:18:21.030 INFO kablam! | Sep 03 19:18:21.030 INFO kablam! 104 | / arg_enum! { Sep 03 19:18:21.030 INFO kablam! 105 | | #[derive(Eq, PartialEq, Debug)] Sep 03 19:18:21.030 INFO kablam! 106 | | pub enum TagsKind { Sep 03 19:18:21.030 INFO kablam! 107 | | Vi, Sep 03 19:18:21.030 INFO kablam! 108 | | Emacs Sep 03 19:18:21.030 INFO kablam! 109 | | } Sep 03 19:18:21.030 INFO kablam! 110 | | } Sep 03 19:18:21.030 INFO kablam! | |_^ Sep 03 19:18:21.030 INFO kablam! | Sep 03 19:18:21.030 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 19:18:21.030 INFO kablam! Sep 03 19:18:21.882 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.44s Sep 03 19:18:21.890 INFO kablam! su: No module specific data is present Sep 03 19:18:22.246 INFO running `"docker" "rm" "-f" "a06253f248a5942919f7b69b35254b3930c35c4cb192654d76e319df0b5f9437"` Sep 03 19:18:22.340 INFO blam! a06253f248a5942919f7b69b35254b3930c35c4cb192654d76e319df0b5f9437