Sep 05 20:35:20.026 INFO checking xargo-0.3.12 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 20:35:20.029 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 20:35:20.029 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-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:20.369 INFO blam! 99cc6e186a0212a937851d14a5ab025f5f64d6d34bdca094222c9df4eb239323 Sep 05 20:35:20.375 INFO running `"docker" "start" "-a" "99cc6e186a0212a937851d14a5ab025f5f64d6d34bdca094222c9df4eb239323"` Sep 05 20:35:21.989 INFO kablam! usermod: no changes Sep 05 20:35:22.176 INFO kablam! Compiling xargo v0.3.12 (file:///source) Sep 05 20:35:22.176 INFO kablam! Checking owning_ref v0.2.4 Sep 05 20:35:22.176 INFO kablam! Checking semver v0.1.20 Sep 05 20:35:22.226 INFO kablam! Checking thread-id v3.3.0 Sep 05 20:35:22.226 INFO kablam! Checking toml v0.2.1 Sep 05 20:35:22.227 INFO kablam! Checking parking_lot_core v0.2.14 Sep 05 20:35:22.227 INFO kablam! Checking serde_json v0.8.6 Sep 05 20:35:22.227 INFO kablam! Checking error-chain v0.7.2 Sep 05 20:35:24.745 INFO kablam! Checking rustc_version v0.1.7 Sep 05 20:35:25.826 INFO kablam! Checking parking_lot v0.3.8 Sep 05 20:35:26.425 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 05 20:35:26.425 INFO kablam! --> src/errors.rs:2:10 Sep 05 20:35:26.425 INFO kablam! | Sep 05 20:35:26.425 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 05 20:35:26.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 05 20:35:26.425 INFO kablam! | Sep 05 20:35:26.425 INFO kablam! note: lint level defined here Sep 05 20:35:26.425 INFO kablam! --> src/main.rs:1:9 Sep 05 20:35:26.425 INFO kablam! | Sep 05 20:35:26.425 INFO kablam! 1 | #![deny(warnings)] Sep 05 20:35:26.425 INFO kablam! | ^^^^^^^^ Sep 05 20:35:26.425 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 05 20:35:26.425 INFO kablam! Sep 05 20:35:26.775 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 05 20:35:26.775 INFO kablam! --> tests/smoke.rs:25:14 Sep 05 20:35:26.775 INFO kablam! | Sep 05 20:35:26.775 INFO kablam! 25 | #![allow(unused_doc_comment)] Sep 05 20:35:26.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 05 20:35:26.775 INFO kablam! | Sep 05 20:35:26.775 INFO kablam! note: lint level defined here Sep 05 20:35:26.775 INFO kablam! --> tests/smoke.rs:2:9 Sep 05 20:35:26.775 INFO kablam! | Sep 05 20:35:26.775 INFO kablam! 2 | #![deny(warnings)] Sep 05 20:35:26.775 INFO kablam! | ^^^^^^^^ Sep 05 20:35:26.775 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 05 20:35:26.775 INFO kablam! Sep 05 20:35:26.779 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 05 20:35:26.779 INFO kablam! --> src/errors.rs:2:10 Sep 05 20:35:26.779 INFO kablam! | Sep 05 20:35:26.779 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 05 20:35:26.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 05 20:35:26.805 INFO kablam! | Sep 05 20:35:26.805 INFO kablam! note: lint level defined here Sep 05 20:35:26.805 INFO kablam! --> src/main.rs:1:9 Sep 05 20:35:26.806 INFO kablam! | Sep 05 20:35:26.806 INFO kablam! 1 | #![deny(warnings)] Sep 05 20:35:26.806 INFO kablam! | ^^^^^^^^ Sep 05 20:35:26.806 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 05 20:35:26.806 INFO kablam! Sep 05 20:35:27.330 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:27.330 INFO kablam! --> src/xargo.rs:87:9 Sep 05 20:35:27.330 INFO kablam! | Sep 05 20:35:27.330 INFO kablam! 87 | env::home_dir() Sep 05 20:35:27.330 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 20:35:27.330 INFO kablam! | Sep 05 20:35:27.330 INFO kablam! note: lint level defined here Sep 05 20:35:27.330 INFO kablam! --> src/main.rs:1:9 Sep 05 20:35:27.330 INFO kablam! | Sep 05 20:35:27.330 INFO kablam! 1 | #![deny(warnings)] Sep 05 20:35:27.330 INFO kablam! | ^^^^^^^^ Sep 05 20:35:27.330 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 05 20:35:27.330 INFO kablam! Sep 05 20:35:27.434 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:27.434 INFO kablam! --> tests/smoke.rs:43:13 Sep 05 20:35:27.434 INFO kablam! | Sep 05 20:35:27.434 INFO kablam! 43 | env::home_dir() Sep 05 20:35:27.434 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 20:35:27.442 INFO kablam! | Sep 05 20:35:27.442 INFO kablam! note: lint level defined here Sep 05 20:35:27.442 INFO kablam! --> tests/smoke.rs:2:9 Sep 05 20:35:27.442 INFO kablam! | Sep 05 20:35:27.442 INFO kablam! 2 | #![deny(warnings)] Sep 05 20:35:27.442 INFO kablam! | ^^^^^^^^ Sep 05 20:35:27.442 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 05 20:35:27.442 INFO kablam! Sep 05 20:35:27.554 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:27.554 INFO kablam! --> src/xargo.rs:87:9 Sep 05 20:35:27.554 INFO kablam! | Sep 05 20:35:27.554 INFO kablam! 87 | env::home_dir() Sep 05 20:35:27.554 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 20:35:27.554 INFO kablam! | Sep 05 20:35:27.554 INFO kablam! note: lint level defined here Sep 05 20:35:27.554 INFO kablam! --> src/main.rs:1:9 Sep 05 20:35:27.554 INFO kablam! | Sep 05 20:35:27.554 INFO kablam! 1 | #![deny(warnings)] Sep 05 20:35:27.554 INFO kablam! | ^^^^^^^^ Sep 05 20:35:27.554 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 05 20:35:27.554 INFO kablam! Sep 05 20:35:27.746 INFO kablam! error: aborting due to 2 previous errors Sep 05 20:35:27.747 INFO kablam! Sep 05 20:35:27.770 INFO kablam! error: Could not compile `xargo`. Sep 05 20:35:27.770 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:35:27.889 INFO kablam! error: aborting due to 2 previous errors Sep 05 20:35:27.889 INFO kablam! Sep 05 20:35:27.897 INFO kablam! error: Could not compile `xargo`. Sep 05 20:35:27.897 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 20:35:28.034 INFO kablam! error: aborting due to 2 previous errors Sep 05 20:35:28.034 INFO kablam! Sep 05 20:35:28.055 INFO kablam! error: Could not compile `xargo`. Sep 05 20:35:28.055 INFO kablam! Sep 05 20:35:28.055 INFO kablam! To learn more, run the command again with --verbose. Sep 05 20:35:28.056 INFO kablam! su: No module specific data is present Sep 05 20:35:28.795 INFO running `"docker" "rm" "-f" "99cc6e186a0212a937851d14a5ab025f5f64d6d34bdca094222c9df4eb239323"` Sep 05 20:35:29.116 INFO blam! 99cc6e186a0212a937851d14a5ab025f5f64d6d34bdca094222c9df4eb239323