Sep 20 03:39:42.008 INFO checking click-0.3.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 03:39:42.008 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 03:39:42.008 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:39:42.327 INFO blam! eef8c91a4a84f4201cdf238d34f9c6c42f0294233ff5697561c39cbb02dba043 Sep 20 03:39:42.331 INFO running `"docker" "start" "-a" "eef8c91a4a84f4201cdf238d34f9c6c42f0294233ff5697561c39cbb02dba043"` Sep 20 03:39:43.774 INFO kablam! usermod: no changes Sep 20 03:39:44.147 INFO kablam! Compiling winapi v0.3.5 Sep 20 03:39:44.168 INFO kablam! Checking nom v3.2.1 Sep 20 03:39:44.170 INFO kablam! Checking os_pipe v0.5.1 Sep 20 03:39:44.170 INFO kablam! Compiling ring v0.9.7 Sep 20 03:39:49.911 INFO kablam! Checking shared_child v0.3.3 Sep 20 03:39:51.975 INFO kablam! Checking duct v0.11.0 Sep 20 03:39:51.976 INFO kablam! Checking duct v0.10.0 Sep 20 03:39:55.115 INFO kablam! Checking rusticata-macros v0.3.3 Sep 20 03:39:55.508 INFO kablam! Checking duct_sh v0.1.0 Sep 20 03:39:58.189 INFO kablam! Checking der-parser v0.3.5 Sep 20 03:40:01.611 INFO kablam! Checking webpki v0.12.1 Sep 20 03:40:02.427 INFO kablam! Checking webpki-roots v0.10.0 Sep 20 03:40:02.427 INFO kablam! Checking rustls v0.8.0 Sep 20 03:40:06.484 INFO kablam! Checking hyper-rustls v0.6.0 Sep 20 03:40:07.645 INFO kablam! Checking click v0.3.2 (/source) Sep 20 03:40:10.915 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 20 03:40:10.915 INFO kablam! --> src/config.rs:329:36 Sep 20 03:40:10.915 INFO kablam! | Sep 20 03:40:10.915 INFO kablam! 329 | } else if let Some(home_dir) = env::home_dir() { Sep 20 03:40:10.915 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:40:10.915 INFO kablam! | Sep 20 03:40:10.915 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 03:40:10.915 INFO kablam! Sep 20 03:40:10.915 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 20 03:40:10.915 INFO kablam! --> src/main.rs:549:15 Sep 20 03:40:10.915 INFO kablam! | Sep 20 03:40:10.915 INFO kablam! 549 | match std::env::home_dir() { Sep 20 03:40:10.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 03:40:10.915 INFO kablam! Sep 20 03:40:11.016 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 20 03:40:11.016 INFO kablam! --> src/config.rs:329:36 Sep 20 03:40:11.016 INFO kablam! | Sep 20 03:40:11.016 INFO kablam! 329 | } else if let Some(home_dir) = env::home_dir() { Sep 20 03:40:11.016 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 03:40:11.016 INFO kablam! | Sep 20 03:40:11.016 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 03:40:11.016 INFO kablam! Sep 20 03:40:11.016 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 20 03:40:11.016 INFO kablam! --> src/main.rs:549:15 Sep 20 03:40:11.016 INFO kablam! | Sep 20 03:40:11.016 INFO kablam! 549 | match std::env::home_dir() { Sep 20 03:40:11.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 03:40:11.016 INFO kablam! Sep 20 03:40:11.723 INFO kablam! error[E0308]: mismatched types Sep 20 03:40:11.723 INFO kablam! --> src/output.rs:93:19 Sep 20 03:40:11.723 INFO kablam! | Sep 20 03:40:11.723 INFO kablam! 93 | expr: handle, Sep 20 03:40:11.723 INFO kablam! | ^^^^^^ expected struct `duct::Handle`, found a different struct `duct::Handle` Sep 20 03:40:11.727 INFO kablam! | Sep 20 03:40:11.727 INFO kablam! = note: expected type `duct::Handle` (struct `duct::Handle`) Sep 20 03:40:11.727 INFO kablam! found type `duct::Handle` (struct `duct::Handle`) Sep 20 03:40:11.727 INFO kablam! note: Perhaps two different versions of crate `duct` are being used? Sep 20 03:40:11.727 INFO kablam! --> src/output.rs:93:19 Sep 20 03:40:11.727 INFO kablam! | Sep 20 03:40:11.727 INFO kablam! 93 | expr: handle, Sep 20 03:40:11.727 INFO kablam! | ^^^^^^ Sep 20 03:40:11.727 INFO kablam! Sep 20 03:40:12.083 INFO kablam! error[E0308]: mismatched types Sep 20 03:40:12.083 INFO kablam! --> src/output.rs:93:19 Sep 20 03:40:12.083 INFO kablam! | Sep 20 03:40:12.083 INFO kablam! 93 | expr: handle, Sep 20 03:40:12.083 INFO kablam! | ^^^^^^ expected struct `duct::Handle`, found a different struct `duct::Handle` Sep 20 03:40:12.083 INFO kablam! | Sep 20 03:40:12.083 INFO kablam! = note: expected type `duct::Handle` (struct `duct::Handle`) Sep 20 03:40:12.083 INFO kablam! found type `duct::Handle` (struct `duct::Handle`) Sep 20 03:40:12.083 INFO kablam! note: Perhaps two different versions of crate `duct` are being used? Sep 20 03:40:12.083 INFO kablam! --> src/output.rs:93:19 Sep 20 03:40:12.083 INFO kablam! | Sep 20 03:40:12.083 INFO kablam! 93 | expr: handle, Sep 20 03:40:12.083 INFO kablam! | ^^^^^^ Sep 20 03:40:12.083 INFO kablam! Sep 20 03:40:13.267 INFO kablam! error: aborting due to previous error Sep 20 03:40:13.267 INFO kablam! Sep 20 03:40:13.267 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 03:40:13.283 INFO kablam! error: Could not compile `click`. Sep 20 03:40:13.283 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 03:40:13.575 INFO kablam! error: aborting due to previous error Sep 20 03:40:13.575 INFO kablam! Sep 20 03:40:13.575 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 03:40:13.603 INFO kablam! error: Could not compile `click`. Sep 20 03:40:13.603 INFO kablam! Sep 20 03:40:13.603 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:40:13.603 INFO kablam! su: No module specific data is present Sep 20 03:40:14.674 INFO running `"docker" "rm" "-f" "eef8c91a4a84f4201cdf238d34f9c6c42f0294233ff5697561c39cbb02dba043"` Sep 20 03:40:14.874 INFO blam! eef8c91a4a84f4201cdf238d34f9c6c42f0294233ff5697561c39cbb02dba043