Sep 04 23:54:04.890 INFO checking config_file_handler-0.8.3 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 23:54:04.890 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 23:54:04.890 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:54:05.118 INFO blam! 52dcdf077e3fdb37412a400270dfc601cbb774715c59916360956e3785fd13be Sep 04 23:54:05.120 INFO running `"docker" "start" "-a" "52dcdf077e3fdb37412a400270dfc601cbb774715c59916360956e3785fd13be"` Sep 04 23:54:05.869 INFO kablam! Checking config_file_handler v0.8.3 (file:///source) Sep 04 23:54:05.931 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 04 23:54:05.931 INFO kablam! --> src/lib.rs:38:24 Sep 04 23:54:05.931 INFO kablam! | Sep 04 23:54:05.931 INFO kablam! 38 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 04 23:54:05.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 23:54:05.931 INFO kablam! error: lint `fat_ptr_transmutes` has been removed: `was accidentally removed back in 2014` Sep 04 23:54:05.931 INFO kablam! --> src/lib.rs:38:24 Sep 04 23:54:05.931 INFO kablam! | Sep 04 23:54:05.931 INFO kablam! 38 | #![allow(box_pointers, fat_ptr_transmutes, missing_copy_implementations, Sep 04 23:54:05.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 23:54:05.931 INFO kablam! | Sep 04 23:54:05.931 INFO kablam! | Sep 04 23:54:05.931 INFO kablam! note: lint level defined here Sep 04 23:54:05.931 INFO kablam! --> src/lib.rs:30:32 Sep 04 23:54:05.931 INFO kablam! | Sep 04 23:54:05.931 INFO kablam! 30 | unknown_crate_types, warnings)] Sep 04 23:54:05.931 INFO kablam! | ^^^^^^^^ Sep 04 23:54:05.931 INFO kablam! note: lint level defined here Sep 04 23:54:05.931 INFO kablam! --> src/lib.rs:30:32 Sep 04 23:54:05.931 INFO kablam! | Sep 04 23:54:05.931 INFO kablam! 30 | unknown_crate_types, warnings)] Sep 04 23:54:05.931 INFO kablam! | ^^^^^^^^ Sep 04 23:54:05.931 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 04 23:54:05.932 INFO kablam! = note: #[forbid(renamed_and_removed_lints)] implied by #[forbid(warnings)] Sep 04 23:54:05.932 INFO kablam! Sep 04 23:54:05.932 INFO kablam! Sep 04 23:54:06.791 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 04 23:54:06.791 INFO kablam! --> src/file_handler.rs:433:24 Sep 04 23:54:06.791 INFO kablam! | Sep 04 23:54:06.791 INFO kablam! 433 | let mut home_dir = env::home_dir().ok_or_else(|| { Sep 04 23:54:06.791 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 23:54:06.791 INFO kablam! | Sep 04 23:54:06.791 INFO kablam! note: lint level defined here Sep 04 23:54:06.791 INFO kablam! --> src/lib.rs:31:20 Sep 04 23:54:06.791 INFO kablam! | Sep 04 23:54:06.791 INFO kablam! 31 | #![deny(bad_style, deprecated, improper_ctypes, missing_docs, non_shorthand_field_patterns, Sep 04 23:54:06.791 INFO kablam! | ^^^^^^^^^^ Sep 04 23:54:06.791 INFO kablam! Sep 04 23:54:06.949 INFO kablam! error: aborting due to 2 previous errors Sep 04 23:54:06.949 INFO kablam! Sep 04 23:54:06.955 INFO kablam! error: Could not compile `config_file_handler`. Sep 04 23:54:06.955 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 23:54:06.961 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 04 23:54:06.961 INFO kablam! --> src/file_handler.rs:433:24 Sep 04 23:54:06.961 INFO kablam! | Sep 04 23:54:06.962 INFO kablam! 433 | let mut home_dir = env::home_dir().ok_or_else(|| { Sep 04 23:54:06.962 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 23:54:06.962 INFO kablam! | Sep 04 23:54:06.962 INFO kablam! note: lint level defined here Sep 04 23:54:06.962 INFO kablam! --> src/lib.rs:31:20 Sep 04 23:54:06.962 INFO kablam! | Sep 04 23:54:06.962 INFO kablam! 31 | #![deny(bad_style, deprecated, improper_ctypes, missing_docs, non_shorthand_field_patterns, Sep 04 23:54:06.962 INFO kablam! | ^^^^^^^^^^ Sep 04 23:54:06.962 INFO kablam! Sep 04 23:54:07.254 INFO kablam! error: aborting due to 2 previous errors Sep 04 23:54:07.254 INFO kablam! Sep 04 23:54:07.262 INFO kablam! error: Could not compile `config_file_handler`. Sep 04 23:54:07.262 INFO kablam! Sep 04 23:54:07.262 INFO kablam! To learn more, run the command again with --verbose. Sep 04 23:54:07.263 INFO kablam! su: No module specific data is present Sep 04 23:54:07.849 INFO running `"docker" "rm" "-f" "52dcdf077e3fdb37412a400270dfc601cbb774715c59916360956e3785fd13be"` Sep 04 23:54:07.961 INFO blam! 52dcdf077e3fdb37412a400270dfc601cbb774715c59916360956e3785fd13be