Sep 01 07:59:54.899 INFO checking click-0.3.2 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 07:59:54.899 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 07:59:54.900 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:59:55.151 INFO blam! 9ee181225d80ae95f826f2094fa4dcf89ebff36bc0e522edc7ef90337dd6ddc4 Sep 01 07:59:55.152 INFO running `"docker" "start" "-a" "9ee181225d80ae95f826f2094fa4dcf89ebff36bc0e522edc7ef90337dd6ddc4"` Sep 01 07:59:56.413 INFO kablam! Compiling winapi v0.3.5 Sep 01 07:59:56.443 INFO kablam! Checking nom v3.2.1 Sep 01 07:59:56.474 INFO kablam! Checking os_pipe v0.5.1 Sep 01 07:59:56.479 INFO kablam! Compiling ring v0.9.7 Sep 01 08:00:02.540 INFO kablam! Checking shared_child v0.3.3 Sep 01 08:00:05.071 INFO kablam! Checking duct v0.11.0 Sep 01 08:00:05.071 INFO kablam! Checking duct v0.10.0 Sep 01 08:00:06.019 INFO kablam! Checking rusticata-macros v0.3.3 Sep 01 08:00:07.240 INFO kablam! Checking der-parser v0.3.5 Sep 01 08:00:08.140 INFO kablam! Checking duct_sh v0.1.0 Sep 01 08:00:11.942 INFO kablam! Checking webpki v0.12.1 Sep 01 08:00:13.363 INFO kablam! Checking rustls v0.8.0 Sep 01 08:00:13.365 INFO kablam! Checking webpki-roots v0.10.0 Sep 01 08:00:19.423 INFO kablam! Checking hyper-rustls v0.6.0 Sep 01 08:00:21.772 INFO kablam! Checking click v0.3.2 (file:///source) Sep 01 08:00:27.851 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 01 08:00:27.851 INFO kablam! --> src/config.rs:329:36 Sep 01 08:00:27.851 INFO kablam! | Sep 01 08:00:27.851 INFO kablam! 329 | } else if let Some(home_dir) = env::home_dir() { Sep 01 08:00:27.851 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 08:00:27.851 INFO kablam! | Sep 01 08:00:27.851 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 08:00:27.851 INFO kablam! Sep 01 08:00:27.852 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 01 08:00:27.852 INFO kablam! --> src/main.rs:549:15 Sep 01 08:00:27.852 INFO kablam! | Sep 01 08:00:27.852 INFO kablam! 549 | match std::env::home_dir() { Sep 01 08:00:27.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 08:00:27.853 INFO kablam! Sep 01 08:00:28.017 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 01 08:00:28.017 INFO kablam! --> src/config.rs:329:36 Sep 01 08:00:28.017 INFO kablam! | Sep 01 08:00:28.017 INFO kablam! 329 | } else if let Some(home_dir) = env::home_dir() { Sep 01 08:00:28.017 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 08:00:28.017 INFO kablam! | Sep 01 08:00:28.017 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 08:00:28.017 INFO kablam! Sep 01 08:00:28.018 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 01 08:00:28.018 INFO kablam! --> src/main.rs:549:15 Sep 01 08:00:28.018 INFO kablam! | Sep 01 08:00:28.018 INFO kablam! 549 | match std::env::home_dir() { Sep 01 08:00:28.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 08:00:28.018 INFO kablam! Sep 01 08:00:29.156 INFO kablam! error[E0308]: mismatched types Sep 01 08:00:29.156 INFO kablam! --> src/output.rs:93:19 Sep 01 08:00:29.156 INFO kablam! | Sep 01 08:00:29.156 INFO kablam! 93 | expr: handle, Sep 01 08:00:29.156 INFO kablam! | ^^^^^^ expected struct `duct::Handle`, found a different struct `duct::Handle` Sep 01 08:00:29.156 INFO kablam! | Sep 01 08:00:29.156 INFO kablam! = note: expected type `duct::Handle` (struct `duct::Handle`) Sep 01 08:00:29.156 INFO kablam! found type `duct::Handle` (struct `duct::Handle`) Sep 01 08:00:29.157 INFO kablam! note: Perhaps two different versions of crate `duct` are being used? Sep 01 08:00:29.157 INFO kablam! --> src/output.rs:93:19 Sep 01 08:00:29.157 INFO kablam! | Sep 01 08:00:29.157 INFO kablam! 93 | expr: handle, Sep 01 08:00:29.157 INFO kablam! | ^^^^^^ Sep 01 08:00:29.157 INFO kablam! Sep 01 08:00:29.168 INFO kablam! error[E0308]: mismatched types Sep 01 08:00:29.168 INFO kablam! --> src/output.rs:93:19 Sep 01 08:00:29.168 INFO kablam! | Sep 01 08:00:29.168 INFO kablam! 93 | expr: handle, Sep 01 08:00:29.168 INFO kablam! | ^^^^^^ expected struct `duct::Handle`, found a different struct `duct::Handle` Sep 01 08:00:29.168 INFO kablam! | Sep 01 08:00:29.168 INFO kablam! = note: expected type `duct::Handle` (struct `duct::Handle`) Sep 01 08:00:29.169 INFO kablam! found type `duct::Handle` (struct `duct::Handle`) Sep 01 08:00:29.169 INFO kablam! note: Perhaps two different versions of crate `duct` are being used? Sep 01 08:00:29.169 INFO kablam! --> src/output.rs:93:19 Sep 01 08:00:29.169 INFO kablam! | Sep 01 08:00:29.169 INFO kablam! 93 | expr: handle, Sep 01 08:00:29.169 INFO kablam! | ^^^^^^ Sep 01 08:00:29.169 INFO kablam! Sep 01 08:00:31.033 INFO kablam! error: aborting due to previous error Sep 01 08:00:31.033 INFO kablam! Sep 01 08:00:31.033 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 08:00:31.046 INFO kablam! error: Could not compile `click`. Sep 01 08:00:31.046 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:00:31.710 INFO kablam! error: aborting due to previous error Sep 01 08:00:31.710 INFO kablam! Sep 01 08:00:31.710 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 08:00:31.731 INFO kablam! error: Could not compile `click`. Sep 01 08:00:31.731 INFO kablam! Sep 01 08:00:31.731 INFO kablam! To learn more, run the command again with --verbose. Sep 01 08:00:31.733 INFO kablam! su: No module specific data is present Sep 01 08:00:32.229 INFO running `"docker" "rm" "-f" "9ee181225d80ae95f826f2094fa4dcf89ebff36bc0e522edc7ef90337dd6ddc4"` Sep 01 08:00:32.359 INFO blam! 9ee181225d80ae95f826f2094fa4dcf89ebff36bc0e522edc7ef90337dd6ddc4