Sep 17 14:40:00.759 INFO checking xargo-0.3.12 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 14:40:00.759 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 14:40:00.759 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 14:40:01.100 INFO blam! d41a19770963032658bd347ec5c760077024d0219a823f3ac08495459528e2e7 Sep 17 14:40:01.102 INFO running `"docker" "start" "-a" "d41a19770963032658bd347ec5c760077024d0219a823f3ac08495459528e2e7"` Sep 17 14:40:02.599 INFO kablam! usermod: no changes Sep 17 14:40:02.780 INFO kablam! Checking itoa v0.1.1 Sep 17 14:40:02.783 INFO kablam! Checking semver v0.1.20 Sep 17 14:40:02.786 INFO kablam! Compiling xargo v0.3.12 (/source) Sep 17 14:40:02.786 INFO kablam! Checking owning_ref v0.2.4 Sep 17 14:40:02.803 INFO kablam! Checking thread-id v3.3.0 Sep 17 14:40:02.803 INFO kablam! Checking fs2 v0.4.3 Sep 17 14:40:02.803 INFO kablam! Checking toml v0.2.1 Sep 17 14:40:02.805 INFO kablam! Checking tempdir v0.3.7 Sep 17 14:40:03.471 INFO kablam! Checking parking_lot_core v0.2.14 Sep 17 14:40:04.033 INFO kablam! Checking error-chain v0.7.2 Sep 17 14:40:04.883 INFO kablam! Checking serde_json v0.8.6 Sep 17 14:40:05.047 INFO kablam! Checking rustc_version v0.1.7 Sep 17 14:40:06.055 INFO kablam! Checking parking_lot v0.3.8 Sep 17 14:40:07.203 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 17 14:40:07.203 INFO kablam! --> tests/smoke.rs:25:14 Sep 17 14:40:07.203 INFO kablam! | Sep 17 14:40:07.203 INFO kablam! 25 | #![allow(unused_doc_comment)] Sep 17 14:40:07.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 17 14:40:07.203 INFO kablam! | Sep 17 14:40:07.203 INFO kablam! note: lint level defined here Sep 17 14:40:07.203 INFO kablam! --> tests/smoke.rs:2:9 Sep 17 14:40:07.203 INFO kablam! | Sep 17 14:40:07.203 INFO kablam! 2 | #![deny(warnings)] Sep 17 14:40:07.203 INFO kablam! | ^^^^^^^^ Sep 17 14:40:07.203 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 17 14:40:07.203 INFO kablam! Sep 17 14:40:07.211 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 17 14:40:07.211 INFO kablam! --> src/errors.rs:2:10 Sep 17 14:40:07.211 INFO kablam! | Sep 17 14:40:07.211 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 17 14:40:07.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 17 14:40:07.211 INFO kablam! | Sep 17 14:40:07.211 INFO kablam! note: lint level defined here Sep 17 14:40:07.211 INFO kablam! --> src/main.rs:1:9 Sep 17 14:40:07.211 INFO kablam! | Sep 17 14:40:07.211 INFO kablam! 1 | #![deny(warnings)] Sep 17 14:40:07.211 INFO kablam! | ^^^^^^^^ Sep 17 14:40:07.211 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 17 14:40:07.211 INFO kablam! Sep 17 14:40:07.311 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 17 14:40:07.311 INFO kablam! --> src/errors.rs:2:10 Sep 17 14:40:07.311 INFO kablam! | Sep 17 14:40:07.311 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 17 14:40:07.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 17 14:40:07.311 INFO kablam! | Sep 17 14:40:07.311 INFO kablam! note: lint level defined here Sep 17 14:40:07.311 INFO kablam! --> src/main.rs:1:9 Sep 17 14:40:07.311 INFO kablam! | Sep 17 14:40:07.311 INFO kablam! 1 | #![deny(warnings)] Sep 17 14:40:07.311 INFO kablam! | ^^^^^^^^ Sep 17 14:40:07.311 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 17 14:40:07.311 INFO kablam! Sep 17 14:40:07.671 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 17 14:40:07.671 INFO kablam! --> src/xargo.rs:87:9 Sep 17 14:40:07.671 INFO kablam! | Sep 17 14:40:07.671 INFO kablam! 87 | env::home_dir() Sep 17 14:40:07.671 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 14:40:07.671 INFO kablam! | Sep 17 14:40:07.671 INFO kablam! note: lint level defined here Sep 17 14:40:07.671 INFO kablam! --> src/main.rs:1:9 Sep 17 14:40:07.671 INFO kablam! | Sep 17 14:40:07.671 INFO kablam! 1 | #![deny(warnings)] Sep 17 14:40:07.671 INFO kablam! | ^^^^^^^^ Sep 17 14:40:07.671 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 17 14:40:07.671 INFO kablam! Sep 17 14:40:08.024 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 17 14:40:08.024 INFO kablam! --> tests/smoke.rs:43:13 Sep 17 14:40:08.024 INFO kablam! | Sep 17 14:40:08.024 INFO kablam! 43 | env::home_dir() Sep 17 14:40:08.024 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 14:40:08.024 INFO kablam! | Sep 17 14:40:08.024 INFO kablam! note: lint level defined here Sep 17 14:40:08.024 INFO kablam! --> tests/smoke.rs:2:9 Sep 17 14:40:08.024 INFO kablam! | Sep 17 14:40:08.024 INFO kablam! 2 | #![deny(warnings)] Sep 17 14:40:08.024 INFO kablam! | ^^^^^^^^ Sep 17 14:40:08.024 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 17 14:40:08.024 INFO kablam! Sep 17 14:40:08.127 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 17 14:40:08.127 INFO kablam! --> src/xargo.rs:87:9 Sep 17 14:40:08.127 INFO kablam! | Sep 17 14:40:08.127 INFO kablam! 87 | env::home_dir() Sep 17 14:40:08.127 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 14:40:08.127 INFO kablam! | Sep 17 14:40:08.127 INFO kablam! note: lint level defined here Sep 17 14:40:08.128 INFO kablam! --> src/main.rs:1:9 Sep 17 14:40:08.128 INFO kablam! | Sep 17 14:40:08.128 INFO kablam! 1 | #![deny(warnings)] Sep 17 14:40:08.128 INFO kablam! | ^^^^^^^^ Sep 17 14:40:08.128 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 17 14:40:08.128 INFO kablam! Sep 17 14:40:08.397 INFO kablam! error: aborting due to 2 previous errors Sep 17 14:40:08.398 INFO kablam! Sep 17 14:40:08.422 INFO kablam! error: Could not compile `xargo`. Sep 17 14:40:08.423 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:40:08.477 INFO kablam! error: aborting due to 2 previous errors Sep 17 14:40:08.477 INFO kablam! Sep 17 14:40:08.488 INFO kablam! error: Could not compile `xargo`. Sep 17 14:40:08.495 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 14:40:08.643 INFO kablam! error: aborting due to 2 previous errors Sep 17 14:40:08.643 INFO kablam! Sep 17 14:40:08.663 INFO kablam! error: Could not compile `xargo`. Sep 17 14:40:08.663 INFO kablam! Sep 17 14:40:08.663 INFO kablam! To learn more, run the command again with --verbose. Sep 17 14:40:08.663 INFO kablam! su: No module specific data is present Sep 17 14:40:10.210 INFO running `"docker" "rm" "-f" "d41a19770963032658bd347ec5c760077024d0219a823f3ac08495459528e2e7"` Sep 17 14:40:10.575 INFO blam! d41a19770963032658bd347ec5c760077024d0219a823f3ac08495459528e2e7