Sep 03 19:59:16.531 INFO checking anyshortcut/anyshortcut-cli against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 19:59:16.531 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 19:59:16.531 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/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:59:16.766 INFO blam! 81625e643909dcbef8bcfc69eee0a9624114dfff8ea7c71c95a66adf2bc9a2dd Sep 03 19:59:16.768 INFO running `"docker" "start" "-a" "81625e643909dcbef8bcfc69eee0a9624114dfff8ea7c71c95a66adf2bc9a2dd"` Sep 03 19:59:17.883 INFO kablam! Compiling unicode-width v0.1.4 Sep 03 19:59:17.887 INFO kablam! Compiling vec_map v0.8.0 Sep 03 19:59:17.890 INFO kablam! Checking open v1.2.2 Sep 03 19:59:17.892 INFO kablam! Compiling backtrace-sys v0.1.16 Sep 03 19:59:17.899 INFO kablam! Compiling openssl-sys v0.9.35 Sep 03 19:59:17.908 INFO kablam! Compiling curl-sys v0.4.8 Sep 03 19:59:17.911 INFO kablam! Compiling atty v0.2.10 Sep 03 19:59:18.591 INFO kablam! Checking socket2 v0.3.7 Sep 03 19:59:19.119 INFO kablam! Checking textwrap v0.10.0 Sep 03 19:59:19.655 INFO kablam! Compiling syn v0.14.4 Sep 03 19:59:21.389 INFO kablam! Checking libz-sys v1.0.18 Sep 03 19:59:21.958 INFO kablam! Checking clap v2.32.0 Sep 03 19:59:32.708 INFO kablam! Checking curl v0.4.14 Sep 03 19:59:54.507 INFO kablam! Checking backtrace v0.3.7 Sep 03 20:00:01.501 INFO kablam! Compiling synstructure v0.9.0 Sep 03 20:00:01.504 INFO kablam! Compiling serde_derive v1.0.71 Sep 03 20:00:10.813 INFO kablam! Compiling anyshortcut-cli v0.1.0 (file:///source/anyshortcut-cli) Sep 03 20:00:14.459 INFO kablam! Compiling failure_derive v0.1.2 Sep 03 20:00:18.659 INFO kablam! Checking failure v0.1.2 Sep 03 20:00:19.792 INFO kablam! Checking curl-http v0.1.0 (file:///source/curl-http) Sep 03 20:00:20.724 INFO kablam! warning: unused `#[macro_use]` import Sep 03 20:00:20.724 INFO kablam! --> curl-http/src/lib.rs:3:1 Sep 03 20:00:20.724 INFO kablam! | Sep 03 20:00:20.724 INFO kablam! 3 | #[macro_use] Sep 03 20:00:20.724 INFO kablam! | ^^^^^^^^^^^^ Sep 03 20:00:20.724 INFO kablam! | Sep 03 20:00:20.725 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 20:00:20.725 INFO kablam! Sep 03 20:00:20.962 INFO kablam! warning: unused `#[macro_use]` import Sep 03 20:00:20.962 INFO kablam! --> curl-http/src/lib.rs:3:1 Sep 03 20:00:20.962 INFO kablam! | Sep 03 20:00:20.962 INFO kablam! 3 | #[macro_use] Sep 03 20:00:20.962 INFO kablam! | ^^^^^^^^^^^^ Sep 03 20:00:20.962 INFO kablam! | Sep 03 20:00:20.962 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 20:00:20.962 INFO kablam! Sep 03 20:00:33.141 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 20:00:33.141 INFO kablam! --> anyshortcut-cli/src/store.rs:19:24 Sep 03 20:00:33.141 INFO kablam! | Sep 03 20:00:33.141 INFO kablam! 19 | let mut path = env::home_dir() Sep 03 20:00:33.141 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 20:00:33.141 INFO kablam! | Sep 03 20:00:33.141 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 20:00:33.141 INFO kablam! Sep 03 20:00:33.141 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 20:00:33.141 INFO kablam! --> anyshortcut-cli/src/store.rs:32:24 Sep 03 20:00:33.141 INFO kablam! | Sep 03 20:00:33.141 INFO kablam! 32 | let mut path = env::home_dir() Sep 03 20:00:33.141 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 20:00:33.142 INFO kablam! Sep 03 20:00:33.142 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 20:00:33.142 INFO kablam! --> anyshortcut-cli/src/store.rs:44:33 Sep 03 20:00:33.142 INFO kablam! | Sep 03 20:00:33.142 INFO kablam! 44 | if let Some(mut path) = env::home_dir() { Sep 03 20:00:33.142 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 20:00:33.142 INFO kablam! Sep 03 20:00:33.543 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 20:00:33.543 INFO kablam! --> anyshortcut-cli/src/store.rs:19:24 Sep 03 20:00:33.543 INFO kablam! | Sep 03 20:00:33.543 INFO kablam! 19 | let mut path = env::home_dir() Sep 03 20:00:33.543 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 20:00:33.543 INFO kablam! | Sep 03 20:00:33.543 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 20:00:33.543 INFO kablam! Sep 03 20:00:33.543 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 20:00:33.543 INFO kablam! --> anyshortcut-cli/src/store.rs:32:24 Sep 03 20:00:33.544 INFO kablam! | Sep 03 20:00:33.544 INFO kablam! 32 | let mut path = env::home_dir() Sep 03 20:00:33.544 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 20:00:33.544 INFO kablam! Sep 03 20:00:33.544 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 20:00:33.544 INFO kablam! --> anyshortcut-cli/src/store.rs:44:33 Sep 03 20:00:33.544 INFO kablam! | Sep 03 20:00:33.544 INFO kablam! 44 | if let Some(mut path) = env::home_dir() { Sep 03 20:00:33.544 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 20:00:33.544 INFO kablam! Sep 03 20:00:34.592 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 16s Sep 03 20:00:34.600 INFO kablam! su: No module specific data is present Sep 03 20:00:34.923 INFO running `"docker" "rm" "-f" "81625e643909dcbef8bcfc69eee0a9624114dfff8ea7c71c95a66adf2bc9a2dd"` Sep 03 20:00:35.009 INFO blam! 81625e643909dcbef8bcfc69eee0a9624114dfff8ea7c71c95a66adf2bc9a2dd