Sep 02 17:42:31.486 INFO checking config_file_handler-0.8.3 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 17:42:31.486 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 17:42:31.486 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 17:42:31.649 INFO blam! d12d1715c76c0e5724610c57f2227f94924eed12a7a2977fdbf73defdb6f5b9a Sep 02 17:42:31.651 INFO running `"docker" "start" "-a" "d12d1715c76c0e5724610c57f2227f94924eed12a7a2977fdbf73defdb6f5b9a"` Sep 02 17:42:32.465 INFO kablam! Checking config_file_handler v0.8.3 (file:///source) Sep 02 17:42:32.520 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 02 17:42:32.520 INFO kablam! --> src/lib.rs:38:24 Sep 02 17:42:32.520 INFO kablam! | Sep 02 17:42:32.520 INFO kablam! 38 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 02 17:42:32.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 17:42:32.520 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 02 17:42:32.520 INFO kablam! --> src/lib.rs:38:24 Sep 02 17:42:32.520 INFO kablam! | Sep 02 17:42:32.520 INFO kablam! 38 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 02 17:42:32.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 17:42:32.520 INFO kablam! | Sep 02 17:42:32.520 INFO kablam! | Sep 02 17:42:32.520 INFO kablam! note: lint level defined here Sep 02 17:42:32.520 INFO kablam! --> src/lib.rs:30:32 Sep 02 17:42:32.520 INFO kablam! | Sep 02 17:42:32.521 INFO kablam! 30 | unknown_crate_types, warnings)] Sep 02 17:42:32.521 INFO kablam! | ^^^^^^^^ Sep 02 17:42:32.521 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 02 17:42:32.521 INFO kablam! Sep 02 17:42:32.521 INFO kablam! note: lint level defined here Sep 02 17:42:32.521 INFO kablam! --> src/lib.rs:30:32 Sep 02 17:42:32.521 INFO kablam! | Sep 02 17:42:32.521 INFO kablam! 30 | unknown_crate_types, warnings)] Sep 02 17:42:32.521 INFO kablam! | ^^^^^^^^ Sep 02 17:42:32.521 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 02 17:42:32.521 INFO kablam! Sep 02 17:42:33.228 INFO kablam! error: 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 02 17:42:33.228 INFO kablam! --> src/file_handler.rs:433:24 Sep 02 17:42:33.228 INFO kablam! | Sep 02 17:42:33.228 INFO kablam! 433 | let mut home_dir = env::home_dir().ok_or_else(|| { Sep 02 17:42:33.228 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 17:42:33.228 INFO kablam! | Sep 02 17:42:33.228 INFO kablam! note: lint level defined here Sep 02 17:42:33.228 INFO kablam! --> src/lib.rs:31:20 Sep 02 17:42:33.228 INFO kablam! | Sep 02 17:42:33.228 INFO kablam! 31 | #![deny(bad_style, deprecated, improper_ctypes, missing_docs, non_shorthand_field_patterns, Sep 02 17:42:33.228 INFO kablam! | ^^^^^^^^^^ Sep 02 17:42:33.228 INFO kablam! Sep 02 17:42:33.415 INFO kablam! error: aborting due to 2 previous errors Sep 02 17:42:33.415 INFO kablam! Sep 02 17:42:33.423 INFO kablam! error: Could not compile `config_file_handler`. Sep 02 17:42:33.423 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 17:42:33.432 INFO kablam! error: 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 02 17:42:33.432 INFO kablam! --> src/file_handler.rs:433:24 Sep 02 17:42:33.432 INFO kablam! | Sep 02 17:42:33.433 INFO kablam! 433 | let mut home_dir = env::home_dir().ok_or_else(|| { Sep 02 17:42:33.433 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 17:42:33.433 INFO kablam! | Sep 02 17:42:33.433 INFO kablam! note: lint level defined here Sep 02 17:42:33.433 INFO kablam! --> src/lib.rs:31:20 Sep 02 17:42:33.433 INFO kablam! | Sep 02 17:42:33.433 INFO kablam! 31 | #![deny(bad_style, deprecated, improper_ctypes, missing_docs, non_shorthand_field_patterns, Sep 02 17:42:33.433 INFO kablam! | ^^^^^^^^^^ Sep 02 17:42:33.433 INFO kablam! Sep 02 17:42:33.746 INFO kablam! error: aborting due to 2 previous errors Sep 02 17:42:33.746 INFO kablam! Sep 02 17:42:33.755 INFO kablam! error: Could not compile `config_file_handler`. Sep 02 17:42:33.755 INFO kablam! Sep 02 17:42:33.755 INFO kablam! To learn more, run the command again with --verbose. Sep 02 17:42:33.756 INFO kablam! su: No module specific data is present Sep 02 17:42:34.161 INFO running `"docker" "rm" "-f" "d12d1715c76c0e5724610c57f2227f94924eed12a7a2977fdbf73defdb6f5b9a"` Sep 02 17:42:34.278 INFO blam! d12d1715c76c0e5724610c57f2227f94924eed12a7a2977fdbf73defdb6f5b9a