Sep 03 21:55:48.708 INFO checking xargo-0.3.12 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 21:55:48.708 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 21:55:48.708 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 21:55:48.869 INFO blam! 3d880f4b9209b81caa616686ee8f22e18c8f0e273ff2d85352b2b2e9210e0676 Sep 03 21:55:48.871 INFO running `"docker" "start" "-a" "3d880f4b9209b81caa616686ee8f22e18c8f0e273ff2d85352b2b2e9210e0676"` Sep 03 21:55:49.517 INFO kablam! Checking owning_ref v0.2.4 Sep 03 21:55:49.517 INFO kablam! Compiling xargo v0.3.12 (file:///source) Sep 03 21:55:49.517 INFO kablam! Checking thread-id v3.3.0 Sep 03 21:55:49.517 INFO kablam! Checking fs2 v0.4.3 Sep 03 21:55:49.520 INFO kablam! Checking serde_json v0.8.6 Sep 03 21:55:49.521 INFO kablam! Checking error-chain v0.7.2 Sep 03 21:55:50.465 INFO kablam! Checking parking_lot v0.3.8 Sep 03 21:55:53.281 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 03 21:55:53.281 INFO kablam! --> tests/smoke.rs:25:14 Sep 03 21:55:53.281 INFO kablam! | Sep 03 21:55:53.281 INFO kablam! 25 | #![allow(unused_doc_comment)] Sep 03 21:55:53.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 03 21:55:53.294 INFO kablam! | Sep 03 21:55:53.295 INFO kablam! note: lint level defined here Sep 03 21:55:53.295 INFO kablam! --> tests/smoke.rs:2:9 Sep 03 21:55:53.295 INFO kablam! | Sep 03 21:55:53.295 INFO kablam! 2 | #![deny(warnings)] Sep 03 21:55:53.295 INFO kablam! | ^^^^^^^^ Sep 03 21:55:53.295 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 03 21:55:53.296 INFO kablam! Sep 03 21:55:53.307 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 03 21:55:53.307 INFO kablam! --> src/errors.rs:2:10 Sep 03 21:55:53.307 INFO kablam! | Sep 03 21:55:53.307 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 03 21:55:53.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 03 21:55:53.307 INFO kablam! | Sep 03 21:55:53.307 INFO kablam! note: lint level defined here Sep 03 21:55:53.307 INFO kablam! --> src/main.rs:1:9 Sep 03 21:55:53.307 INFO kablam! | Sep 03 21:55:53.307 INFO kablam! 1 | #![deny(warnings)] Sep 03 21:55:53.307 INFO kablam! | ^^^^^^^^ Sep 03 21:55:53.307 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 03 21:55:53.307 INFO kablam! Sep 03 21:55:53.328 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 03 21:55:53.328 INFO kablam! --> src/errors.rs:2:10 Sep 03 21:55:53.328 INFO kablam! | Sep 03 21:55:53.328 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 03 21:55:53.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 03 21:55:53.328 INFO kablam! | Sep 03 21:55:53.328 INFO kablam! note: lint level defined here Sep 03 21:55:53.328 INFO kablam! --> src/main.rs:1:9 Sep 03 21:55:53.329 INFO kablam! | Sep 03 21:55:53.329 INFO kablam! 1 | #![deny(warnings)] Sep 03 21:55:53.329 INFO kablam! | ^^^^^^^^ Sep 03 21:55:53.329 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 03 21:55:53.329 INFO kablam! Sep 03 21:55:54.156 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 03 21:55:54.156 INFO kablam! --> tests/smoke.rs:43:13 Sep 03 21:55:54.156 INFO kablam! | Sep 03 21:55:54.156 INFO kablam! 43 | env::home_dir() Sep 03 21:55:54.156 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 21:55:54.156 INFO kablam! | Sep 03 21:55:54.156 INFO kablam! note: lint level defined here Sep 03 21:55:54.156 INFO kablam! --> tests/smoke.rs:2:9 Sep 03 21:55:54.156 INFO kablam! | Sep 03 21:55:54.156 INFO kablam! 2 | #![deny(warnings)] Sep 03 21:55:54.156 INFO kablam! | ^^^^^^^^ Sep 03 21:55:54.156 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 03 21:55:54.156 INFO kablam! Sep 03 21:55:54.348 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 03 21:55:54.348 INFO kablam! --> src/xargo.rs:87:9 Sep 03 21:55:54.348 INFO kablam! | Sep 03 21:55:54.348 INFO kablam! 87 | env::home_dir() Sep 03 21:55:54.348 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 21:55:54.348 INFO kablam! | Sep 03 21:55:54.348 INFO kablam! note: lint level defined here Sep 03 21:55:54.348 INFO kablam! --> src/main.rs:1:9 Sep 03 21:55:54.348 INFO kablam! | Sep 03 21:55:54.348 INFO kablam! 1 | #![deny(warnings)] Sep 03 21:55:54.348 INFO kablam! | ^^^^^^^^ Sep 03 21:55:54.348 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 03 21:55:54.348 INFO kablam! Sep 03 21:55:54.409 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 03 21:55:54.409 INFO kablam! --> src/xargo.rs:87:9 Sep 03 21:55:54.409 INFO kablam! | Sep 03 21:55:54.409 INFO kablam! 87 | env::home_dir() Sep 03 21:55:54.410 INFO kablam! | ^^^^^^^^^^^^^ Sep 03 21:55:54.410 INFO kablam! | Sep 03 21:55:54.410 INFO kablam! note: lint level defined here Sep 03 21:55:54.410 INFO kablam! --> src/main.rs:1:9 Sep 03 21:55:54.410 INFO kablam! | Sep 03 21:55:54.410 INFO kablam! 1 | #![deny(warnings)] Sep 03 21:55:54.410 INFO kablam! | ^^^^^^^^ Sep 03 21:55:54.410 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 03 21:55:54.410 INFO kablam! Sep 03 21:55:54.517 INFO kablam! error: aborting due to 2 previous errors Sep 03 21:55:54.517 INFO kablam! Sep 03 21:55:54.527 INFO kablam! error: Could not compile `xargo`. Sep 03 21:55:54.528 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:55:55.169 INFO kablam! error: aborting due to 2 previous errors Sep 03 21:55:55.169 INFO kablam! Sep 03 21:55:55.169 INFO kablam! error: aborting due to 2 previous errors Sep 03 21:55:55.169 INFO kablam! Sep 03 21:55:55.180 INFO kablam! error: Could not compile `xargo`. Sep 03 21:55:55.180 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 21:55:55.183 INFO kablam! error: Could not compile `xargo`. Sep 03 21:55:55.183 INFO kablam! Sep 03 21:55:55.183 INFO kablam! To learn more, run the command again with --verbose. Sep 03 21:55:55.185 INFO kablam! su: No module specific data is present Sep 03 21:55:55.635 INFO running `"docker" "rm" "-f" "3d880f4b9209b81caa616686ee8f22e18c8f0e273ff2d85352b2b2e9210e0676"` Sep 03 21:55:55.783 INFO blam! 3d880f4b9209b81caa616686ee8f22e18c8f0e273ff2d85352b2b2e9210e0676