Sep 01 18:40:37.608 INFO checking xargo-0.3.12 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 18:40:37.608 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 18:40:37.608 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 18:40:37.793 INFO blam! 51927b6dbb7dcdfde38e96f83a5221b8e049d6c04c5a7a16332ba24bb551ccfe Sep 01 18:40:37.795 INFO running `"docker" "start" "-a" "51927b6dbb7dcdfde38e96f83a5221b8e049d6c04c5a7a16332ba24bb551ccfe"` Sep 01 18:40:38.638 INFO kablam! Checking owning_ref v0.2.4 Sep 01 18:40:38.638 INFO kablam! Checking semver v0.1.20 Sep 01 18:40:38.640 INFO kablam! Compiling xargo v0.3.12 (file:///source) Sep 01 18:40:38.645 INFO kablam! Checking thread-id v3.3.0 Sep 01 18:40:38.649 INFO kablam! Checking serde_json v0.8.6 Sep 01 18:40:38.650 INFO kablam! Checking error-chain v0.7.2 Sep 01 18:40:39.284 INFO kablam! Checking parking_lot v0.3.8 Sep 01 18:40:40.454 INFO kablam! Checking rustc_version v0.1.7 Sep 01 18:40:42.657 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 01 18:40:42.657 INFO kablam! --> src/errors.rs:2:10 Sep 01 18:40:42.657 INFO kablam! | Sep 01 18:40:42.657 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 01 18:40:42.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 01 18:40:42.658 INFO kablam! | Sep 01 18:40:42.659 INFO kablam! note: lint level defined here Sep 01 18:40:42.659 INFO kablam! --> src/main.rs:1:9 Sep 01 18:40:42.659 INFO kablam! | Sep 01 18:40:42.659 INFO kablam! 1 | #![deny(warnings)] Sep 01 18:40:42.659 INFO kablam! | ^^^^^^^^ Sep 01 18:40:42.659 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 01 18:40:42.660 INFO kablam! Sep 01 18:40:42.747 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 01 18:40:42.747 INFO kablam! --> tests/smoke.rs:25:14 Sep 01 18:40:42.747 INFO kablam! | Sep 01 18:40:42.747 INFO kablam! 25 | #![allow(unused_doc_comment)] Sep 01 18:40:42.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 01 18:40:42.747 INFO kablam! | Sep 01 18:40:42.747 INFO kablam! note: lint level defined here Sep 01 18:40:42.747 INFO kablam! --> tests/smoke.rs:2:9 Sep 01 18:40:42.747 INFO kablam! | Sep 01 18:40:42.747 INFO kablam! 2 | #![deny(warnings)] Sep 01 18:40:42.747 INFO kablam! | ^^^^^^^^ Sep 01 18:40:42.747 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 01 18:40:42.747 INFO kablam! Sep 01 18:40:42.772 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 01 18:40:42.772 INFO kablam! --> src/errors.rs:2:10 Sep 01 18:40:42.772 INFO kablam! | Sep 01 18:40:42.772 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 01 18:40:42.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 01 18:40:42.773 INFO kablam! | Sep 01 18:40:42.773 INFO kablam! note: lint level defined here Sep 01 18:40:42.773 INFO kablam! --> src/main.rs:1:9 Sep 01 18:40:42.773 INFO kablam! | Sep 01 18:40:42.773 INFO kablam! 1 | #![deny(warnings)] Sep 01 18:40:42.773 INFO kablam! | ^^^^^^^^ Sep 01 18:40:42.774 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 01 18:40:42.774 INFO kablam! Sep 01 18:40:43.472 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 01 18:40:43.472 INFO kablam! --> src/xargo.rs:87:9 Sep 01 18:40:43.472 INFO kablam! | Sep 01 18:40:43.472 INFO kablam! 87 | env::home_dir() Sep 01 18:40:43.472 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 18:40:43.472 INFO kablam! | Sep 01 18:40:43.472 INFO kablam! note: lint level defined here Sep 01 18:40:43.472 INFO kablam! --> src/main.rs:1:9 Sep 01 18:40:43.472 INFO kablam! | Sep 01 18:40:43.472 INFO kablam! 1 | #![deny(warnings)] Sep 01 18:40:43.472 INFO kablam! | ^^^^^^^^ Sep 01 18:40:43.472 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 01 18:40:43.472 INFO kablam! Sep 01 18:40:43.509 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 01 18:40:43.509 INFO kablam! --> src/xargo.rs:87:9 Sep 01 18:40:43.509 INFO kablam! | Sep 01 18:40:43.509 INFO kablam! 87 | env::home_dir() Sep 01 18:40:43.509 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 18:40:43.509 INFO kablam! | Sep 01 18:40:43.509 INFO kablam! note: lint level defined here Sep 01 18:40:43.509 INFO kablam! --> src/main.rs:1:9 Sep 01 18:40:43.509 INFO kablam! | Sep 01 18:40:43.509 INFO kablam! 1 | #![deny(warnings)] Sep 01 18:40:43.509 INFO kablam! | ^^^^^^^^ Sep 01 18:40:43.509 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 01 18:40:43.509 INFO kablam! Sep 01 18:40:43.598 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 01 18:40:43.598 INFO kablam! --> tests/smoke.rs:43:13 Sep 01 18:40:43.598 INFO kablam! | Sep 01 18:40:43.598 INFO kablam! 43 | env::home_dir() Sep 01 18:40:43.598 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 18:40:43.598 INFO kablam! | Sep 01 18:40:43.598 INFO kablam! note: lint level defined here Sep 01 18:40:43.598 INFO kablam! --> tests/smoke.rs:2:9 Sep 01 18:40:43.598 INFO kablam! | Sep 01 18:40:43.598 INFO kablam! 2 | #![deny(warnings)] Sep 01 18:40:43.598 INFO kablam! | ^^^^^^^^ Sep 01 18:40:43.598 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 01 18:40:43.598 INFO kablam! Sep 01 18:40:43.940 INFO kablam! error: aborting due to 2 previous errors Sep 01 18:40:43.940 INFO kablam! Sep 01 18:40:43.958 INFO kablam! error: Could not compile `xargo`. Sep 01 18:40:43.959 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 18:40:44.271 INFO kablam! error: aborting due to 2 previous errors Sep 01 18:40:44.271 INFO kablam! Sep 01 18:40:44.281 INFO kablam! error: Could not compile `xargo`. Sep 01 18:40:44.282 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 18:40:44.409 INFO kablam! error: aborting due to 2 previous errors Sep 01 18:40:44.409 INFO kablam! Sep 01 18:40:44.422 INFO kablam! error: Could not compile `xargo`. Sep 01 18:40:44.423 INFO kablam! Sep 01 18:40:44.423 INFO kablam! To learn more, run the command again with --verbose. Sep 01 18:40:44.425 INFO kablam! su: No module specific data is present Sep 01 18:40:44.893 INFO running `"docker" "rm" "-f" "51927b6dbb7dcdfde38e96f83a5221b8e049d6c04c5a7a16332ba24bb551ccfe"` Sep 01 18:40:44.999 INFO blam! 51927b6dbb7dcdfde38e96f83a5221b8e049d6c04c5a7a16332ba24bb551ccfe