Sep 05 20:35:18.942 INFO checking xargo-0.3.12 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 20:35:18.942 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 20:35:18.942 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 20:35:19.197 INFO blam! 9b22a0018672fa43dfb11c8d6445b11a948ee78823c880699c0b754168fca6b4 Sep 05 20:35:19.199 INFO running `"docker" "start" "-a" "9b22a0018672fa43dfb11c8d6445b11a948ee78823c880699c0b754168fca6b4"` Sep 05 20:35:20.457 INFO kablam! usermod: no changes Sep 05 20:35:20.625 INFO kablam! Compiling xargo v0.3.12 (file:///source) Sep 05 20:35:20.625 INFO kablam! Checking owning_ref v0.2.4 Sep 05 20:35:20.633 INFO kablam! Checking thread-id v3.3.0 Sep 05 20:35:20.634 INFO kablam! Checking serde_json v0.8.6 Sep 05 20:35:20.634 INFO kablam! Checking error-chain v0.7.2 Sep 05 20:35:21.538 INFO kablam! Checking parking_lot v0.3.8 Sep 05 20:35:24.230 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 05 20:35:24.230 INFO kablam! --> src/errors.rs:2:10 Sep 05 20:35:24.230 INFO kablam! | Sep 05 20:35:24.230 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 05 20:35:24.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 05 20:35:24.230 INFO kablam! | Sep 05 20:35:24.230 INFO kablam! note: lint level defined here Sep 05 20:35:24.230 INFO kablam! --> src/main.rs:1:9 Sep 05 20:35:24.230 INFO kablam! | Sep 05 20:35:24.230 INFO kablam! 1 | #![deny(warnings)] Sep 05 20:35:24.230 INFO kablam! | ^^^^^^^^ Sep 05 20:35:24.230 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 05 20:35:24.230 INFO kablam! Sep 05 20:35:24.234 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 05 20:35:24.234 INFO kablam! --> tests/smoke.rs:25:14 Sep 05 20:35:24.234 INFO kablam! | Sep 05 20:35:24.234 INFO kablam! 25 | #![allow(unused_doc_comment)] Sep 05 20:35:24.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 05 20:35:24.234 INFO kablam! | Sep 05 20:35:24.234 INFO kablam! note: lint level defined here Sep 05 20:35:24.234 INFO kablam! --> tests/smoke.rs:2:9 Sep 05 20:35:24.234 INFO kablam! | Sep 05 20:35:24.234 INFO kablam! 2 | #![deny(warnings)] Sep 05 20:35:24.234 INFO kablam! | ^^^^^^^^ Sep 05 20:35:24.234 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 05 20:35:24.234 INFO kablam! Sep 05 20:35:24.242 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 05 20:35:24.242 INFO kablam! --> src/errors.rs:2:10 Sep 05 20:35:24.242 INFO kablam! | Sep 05 20:35:24.242 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 05 20:35:24.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 05 20:35:24.242 INFO kablam! | Sep 05 20:35:24.242 INFO kablam! note: lint level defined here Sep 05 20:35:24.242 INFO kablam! --> src/main.rs:1:9 Sep 05 20:35:24.242 INFO kablam! | Sep 05 20:35:24.242 INFO kablam! 1 | #![deny(warnings)] Sep 05 20:35:24.242 INFO kablam! | ^^^^^^^^ Sep 05 20:35:24.242 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 05 20:35:24.242 INFO kablam! Sep 05 20:35:24.898 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 05 20:35:24.898 INFO kablam! --> src/xargo.rs:87:9 Sep 05 20:35:24.898 INFO kablam! | Sep 05 20:35:24.898 INFO kablam! 87 | env::home_dir() Sep 05 20:35:24.898 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 20:35:24.898 INFO kablam! | Sep 05 20:35:24.898 INFO kablam! note: lint level defined here Sep 05 20:35:24.898 INFO kablam! --> src/main.rs:1:9 Sep 05 20:35:24.898 INFO kablam! | Sep 05 20:35:24.898 INFO kablam! 1 | #![deny(warnings)] Sep 05 20:35:24.898 INFO kablam! | ^^^^^^^^ Sep 05 20:35:24.898 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 05 20:35:24.898 INFO kablam! Sep 05 20:35:24.922 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 05 20:35:24.922 INFO kablam! --> src/xargo.rs:87:9 Sep 05 20:35:24.922 INFO kablam! | Sep 05 20:35:24.922 INFO kablam! 87 | env::home_dir() Sep 05 20:35:24.922 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 20:35:24.922 INFO kablam! | Sep 05 20:35:24.922 INFO kablam! note: lint level defined here Sep 05 20:35:24.922 INFO kablam! --> src/main.rs:1:9 Sep 05 20:35:24.922 INFO kablam! | Sep 05 20:35:24.922 INFO kablam! 1 | #![deny(warnings)] Sep 05 20:35:24.922 INFO kablam! | ^^^^^^^^ Sep 05 20:35:24.922 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 05 20:35:24.922 INFO kablam! Sep 05 20:35:24.922 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 05 20:35:24.922 INFO kablam! --> tests/smoke.rs:43:13 Sep 05 20:35:24.922 INFO kablam! | Sep 05 20:35:24.922 INFO kablam! 43 | env::home_dir() Sep 05 20:35:24.922 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 20:35:24.922 INFO kablam! | Sep 05 20:35:24.922 INFO kablam! note: lint level defined here Sep 05 20:35:24.922 INFO kablam! --> tests/smoke.rs:2:9 Sep 05 20:35:24.922 INFO kablam! | Sep 05 20:35:24.922 INFO kablam! 2 | #![deny(warnings)] Sep 05 20:35:24.922 INFO kablam! | ^^^^^^^^ Sep 05 20:35:24.922 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 05 20:35:24.922 INFO kablam! Sep 05 20:35:25.194 INFO kablam! error: aborting due to 2 previous errors Sep 05 20:35:25.194 INFO kablam! Sep 05 20:35:25.202 INFO kablam! error: Could not compile `xargo`. Sep 05 20:35:25.202 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:35:25.322 INFO kablam! error: aborting due to 2 previous errors Sep 05 20:35:25.322 INFO kablam! Sep 05 20:35:25.334 INFO kablam! error: Could not compile `xargo`. Sep 05 20:35:25.334 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:35:25.498 INFO kablam! error: aborting due to 2 previous errors Sep 05 20:35:25.498 INFO kablam! Sep 05 20:35:25.510 INFO kablam! error: Could not compile `xargo`. Sep 05 20:35:25.510 INFO kablam! Sep 05 20:35:25.510 INFO kablam! To learn more, run the command again with --verbose. Sep 05 20:35:25.510 INFO kablam! su: No module specific data is present Sep 05 20:35:26.446 INFO running `"docker" "rm" "-f" "9b22a0018672fa43dfb11c8d6445b11a948ee78823c880699c0b754168fca6b4"` Sep 05 20:35:26.721 INFO blam! 9b22a0018672fa43dfb11c8d6445b11a948ee78823c880699c0b754168fca6b4