Sep 05 00:18:24.134 INFO checking click-0.3.2 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 05 00:18:24.134 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 05 00:18:24.134 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:18:24.347 INFO blam! 5174269bb532a1ed347c91a7519c50b8f0313c1f8102116c42a27af29aee57c9 Sep 05 00:18:24.349 INFO running `"docker" "start" "-a" "5174269bb532a1ed347c91a7519c50b8f0313c1f8102116c42a27af29aee57c9"` Sep 05 00:18:25.412 INFO kablam! Compiling winapi v0.3.5 Sep 05 00:18:25.418 INFO kablam! Checking nom v3.2.1 Sep 05 00:18:25.420 INFO kablam! Checking os_pipe v0.5.1 Sep 05 00:18:25.438 INFO kablam! Checking os_pipe v0.6.2 Sep 05 00:18:25.439 INFO kablam! Compiling ring v0.9.7 Sep 05 00:18:30.209 INFO kablam! Checking shared_child v0.3.3 Sep 05 00:18:31.777 INFO kablam! Checking duct v0.11.0 Sep 05 00:18:31.777 INFO kablam! Checking duct v0.10.0 Sep 05 00:18:31.900 INFO kablam! Checking rusticata-macros v0.3.3 Sep 05 00:18:34.322 INFO kablam! Checking der-parser v0.3.5 Sep 05 00:18:35.528 INFO kablam! Checking duct_sh v0.1.0 Sep 05 00:18:39.433 INFO kablam! Checking webpki v0.12.1 Sep 05 00:18:40.787 INFO kablam! Checking rustls v0.8.0 Sep 05 00:18:40.787 INFO kablam! Checking webpki-roots v0.10.0 Sep 05 00:18:46.037 INFO kablam! Checking hyper-rustls v0.6.0 Sep 05 00:18:47.834 INFO kablam! Checking click v0.3.2 (file:///source) Sep 05 00:18:54.484 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 05 00:18:54.484 INFO kablam! --> src/config.rs:329:36 Sep 05 00:18:54.485 INFO kablam! | Sep 05 00:18:54.485 INFO kablam! 329 | } else if let Some(home_dir) = env::home_dir() { Sep 05 00:18:54.485 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:18:54.485 INFO kablam! | Sep 05 00:18:54.485 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 00:18:54.485 INFO kablam! Sep 05 00:18:54.486 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 05 00:18:54.486 INFO kablam! --> src/main.rs:549:15 Sep 05 00:18:54.486 INFO kablam! | Sep 05 00:18:54.486 INFO kablam! 549 | match std::env::home_dir() { Sep 05 00:18:54.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 00:18:54.486 INFO kablam! Sep 05 00:18:54.566 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 05 00:18:54.567 INFO kablam! --> src/config.rs:329:36 Sep 05 00:18:54.567 INFO kablam! | Sep 05 00:18:54.567 INFO kablam! 329 | } else if let Some(home_dir) = env::home_dir() { Sep 05 00:18:54.567 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:18:54.567 INFO kablam! | Sep 05 00:18:54.567 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 00:18:54.567 INFO kablam! Sep 05 00:18:54.567 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 05 00:18:54.567 INFO kablam! --> src/main.rs:549:15 Sep 05 00:18:54.567 INFO kablam! | Sep 05 00:18:54.567 INFO kablam! 549 | match std::env::home_dir() { Sep 05 00:18:54.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 00:18:54.567 INFO kablam! Sep 05 00:18:55.848 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:55.848 INFO kablam! --> src/output.rs:93:19 Sep 05 00:18:55.848 INFO kablam! | Sep 05 00:18:55.848 INFO kablam! 93 | expr: handle, Sep 05 00:18:55.848 INFO kablam! | ^^^^^^ expected struct `duct::Handle`, found a different struct `duct::Handle` Sep 05 00:18:55.848 INFO kablam! | Sep 05 00:18:55.848 INFO kablam! = note: expected type `duct::Handle` (struct `duct::Handle`) Sep 05 00:18:55.848 INFO kablam! found type `duct::Handle` (struct `duct::Handle`) Sep 05 00:18:55.849 INFO kablam! note: Perhaps two different versions of crate `duct` are being used? Sep 05 00:18:55.849 INFO kablam! --> src/output.rs:93:19 Sep 05 00:18:55.849 INFO kablam! | Sep 05 00:18:55.849 INFO kablam! 93 | expr: handle, Sep 05 00:18:55.849 INFO kablam! | ^^^^^^ Sep 05 00:18:55.849 INFO kablam! Sep 05 00:18:55.976 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:55.976 INFO kablam! --> src/output.rs:93:19 Sep 05 00:18:55.976 INFO kablam! | Sep 05 00:18:55.976 INFO kablam! 93 | expr: handle, Sep 05 00:18:55.976 INFO kablam! | ^^^^^^ expected struct `duct::Handle`, found a different struct `duct::Handle` Sep 05 00:18:55.976 INFO kablam! | Sep 05 00:18:55.977 INFO kablam! = note: expected type `duct::Handle` (struct `duct::Handle`) Sep 05 00:18:55.977 INFO kablam! found type `duct::Handle` (struct `duct::Handle`) Sep 05 00:18:55.977 INFO kablam! note: Perhaps two different versions of crate `duct` are being used? Sep 05 00:18:55.977 INFO kablam! --> src/output.rs:93:19 Sep 05 00:18:55.977 INFO kablam! | Sep 05 00:18:55.977 INFO kablam! 93 | expr: handle, Sep 05 00:18:55.977 INFO kablam! | ^^^^^^ Sep 05 00:18:55.977 INFO kablam! Sep 05 00:18:58.478 INFO kablam! error: aborting due to previous error Sep 05 00:18:58.478 INFO kablam! Sep 05 00:18:58.478 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 05 00:18:58.494 INFO kablam! error: Could not compile `click`. Sep 05 00:18:58.494 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 00:18:58.631 INFO kablam! error: aborting due to previous error Sep 05 00:18:58.631 INFO kablam! Sep 05 00:18:58.631 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 05 00:18:58.659 INFO kablam! error: Could not compile `click`. Sep 05 00:18:58.659 INFO kablam! Sep 05 00:18:58.659 INFO kablam! To learn more, run the command again with --verbose. Sep 05 00:18:58.661 INFO kablam! su: No module specific data is present Sep 05 00:18:59.139 INFO running `"docker" "rm" "-f" "5174269bb532a1ed347c91a7519c50b8f0313c1f8102116c42a27af29aee57c9"` Sep 05 00:18:59.232 INFO blam! 5174269bb532a1ed347c91a7519c50b8f0313c1f8102116c42a27af29aee57c9