Sep 21 00:26:33.902 INFO checking xargo-0.3.12 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 00:26:33.902 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 00:26:33.902 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 00:26:34.158 INFO blam! 3c5731ae4d008b30b04afa4ad9d74e0c2d486dcb2079ef3b26f610f24579cd05 Sep 21 00:26:34.160 INFO running `"docker" "start" "-a" "3c5731ae4d008b30b04afa4ad9d74e0c2d486dcb2079ef3b26f610f24579cd05"` Sep 21 00:26:34.916 INFO kablam! usermod: no changes Sep 21 00:26:35.016 INFO kablam! Compiling xargo v0.3.12 (/source) Sep 21 00:26:35.016 INFO kablam! Checking semver v0.1.20 Sep 21 00:26:35.016 INFO kablam! Checking thread-id v3.3.0 Sep 21 00:26:35.022 INFO kablam! Checking tempdir v0.3.7 Sep 21 00:26:35.024 INFO kablam! Checking parking_lot_core v0.2.14 Sep 21 00:26:35.024 INFO kablam! Checking serde_json v0.8.6 Sep 21 00:26:35.024 INFO kablam! Checking error-chain v0.7.2 Sep 21 00:26:36.422 INFO kablam! Checking parking_lot v0.3.8 Sep 21 00:26:36.566 INFO kablam! Checking rustc_version v0.1.7 Sep 21 00:26:37.654 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 21 00:26:37.655 INFO kablam! --> src/errors.rs:2:10 Sep 21 00:26:37.655 INFO kablam! | Sep 21 00:26:37.655 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 21 00:26:37.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 21 00:26:37.656 INFO kablam! | Sep 21 00:26:37.656 INFO kablam! note: lint level defined here Sep 21 00:26:37.657 INFO kablam! --> src/main.rs:1:9 Sep 21 00:26:37.657 INFO kablam! | Sep 21 00:26:37.657 INFO kablam! 1 | #![deny(warnings)] Sep 21 00:26:37.658 INFO kablam! | ^^^^^^^^ Sep 21 00:26:37.658 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 21 00:26:37.658 INFO kablam! Sep 21 00:26:37.762 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 21 00:26:37.763 INFO kablam! --> tests/smoke.rs:25:14 Sep 21 00:26:37.763 INFO kablam! | Sep 21 00:26:37.763 INFO kablam! 25 | #![allow(unused_doc_comment)] Sep 21 00:26:37.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 21 00:26:37.763 INFO kablam! | Sep 21 00:26:37.763 INFO kablam! note: lint level defined here Sep 21 00:26:37.763 INFO kablam! --> tests/smoke.rs:2:9 Sep 21 00:26:37.763 INFO kablam! | Sep 21 00:26:37.763 INFO kablam! 2 | #![deny(warnings)] Sep 21 00:26:37.763 INFO kablam! | ^^^^^^^^ Sep 21 00:26:37.763 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 21 00:26:37.763 INFO kablam! Sep 21 00:26:37.778 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 21 00:26:37.778 INFO kablam! --> src/errors.rs:2:10 Sep 21 00:26:37.778 INFO kablam! | Sep 21 00:26:37.778 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 21 00:26:37.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 21 00:26:37.778 INFO kablam! | Sep 21 00:26:37.778 INFO kablam! note: lint level defined here Sep 21 00:26:37.778 INFO kablam! --> src/main.rs:1:9 Sep 21 00:26:37.778 INFO kablam! | Sep 21 00:26:37.778 INFO kablam! 1 | #![deny(warnings)] Sep 21 00:26:37.778 INFO kablam! | ^^^^^^^^ Sep 21 00:26:37.778 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 21 00:26:37.778 INFO kablam! Sep 21 00:26:38.170 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 21 00:26:38.170 INFO kablam! --> tests/smoke.rs:43:13 Sep 21 00:26:38.170 INFO kablam! | Sep 21 00:26:38.170 INFO kablam! 43 | env::home_dir() Sep 21 00:26:38.170 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 00:26:38.170 INFO kablam! | Sep 21 00:26:38.170 INFO kablam! note: lint level defined here Sep 21 00:26:38.170 INFO kablam! --> tests/smoke.rs:2:9 Sep 21 00:26:38.170 INFO kablam! | Sep 21 00:26:38.170 INFO kablam! 2 | #![deny(warnings)] Sep 21 00:26:38.170 INFO kablam! | ^^^^^^^^ Sep 21 00:26:38.170 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 21 00:26:38.170 INFO kablam! Sep 21 00:26:38.229 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 21 00:26:38.229 INFO kablam! --> src/xargo.rs:87:9 Sep 21 00:26:38.229 INFO kablam! | Sep 21 00:26:38.229 INFO kablam! 87 | env::home_dir() Sep 21 00:26:38.229 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 00:26:38.238 INFO kablam! | Sep 21 00:26:38.238 INFO kablam! note: lint level defined here Sep 21 00:26:38.238 INFO kablam! --> src/main.rs:1:9 Sep 21 00:26:38.238 INFO kablam! | Sep 21 00:26:38.238 INFO kablam! 1 | #![deny(warnings)] Sep 21 00:26:38.238 INFO kablam! | ^^^^^^^^ Sep 21 00:26:38.238 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 21 00:26:38.238 INFO kablam! Sep 21 00:26:38.446 INFO kablam! error: aborting due to 2 previous errors Sep 21 00:26:38.446 INFO kablam! Sep 21 00:26:38.458 INFO kablam! error: Could not compile `xargo`. Sep 21 00:26:38.458 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:26:38.618 INFO kablam! error: aborting due to 2 previous errors Sep 21 00:26:38.618 INFO kablam! Sep 21 00:26:38.623 INFO kablam! error: Could not compile `xargo`. Sep 21 00:26:38.623 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:26:38.638 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 21 00:26:38.638 INFO kablam! --> src/xargo.rs:87:9 Sep 21 00:26:38.638 INFO kablam! | Sep 21 00:26:38.638 INFO kablam! 87 | env::home_dir() Sep 21 00:26:38.638 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 00:26:38.638 INFO kablam! | Sep 21 00:26:38.638 INFO kablam! note: lint level defined here Sep 21 00:26:38.638 INFO kablam! --> src/main.rs:1:9 Sep 21 00:26:38.638 INFO kablam! | Sep 21 00:26:38.638 INFO kablam! 1 | #![deny(warnings)] Sep 21 00:26:38.638 INFO kablam! | ^^^^^^^^ Sep 21 00:26:38.638 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 21 00:26:38.638 INFO kablam! Sep 21 00:26:38.954 INFO kablam! error: aborting due to 2 previous errors Sep 21 00:26:38.954 INFO kablam! Sep 21 00:26:38.965 INFO kablam! error: Could not compile `xargo`. Sep 21 00:26:38.965 INFO kablam! Sep 21 00:26:38.965 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:26:38.965 INFO kablam! su: No module specific data is present Sep 21 00:26:39.858 INFO running `"docker" "rm" "-f" "3c5731ae4d008b30b04afa4ad9d74e0c2d486dcb2079ef3b26f610f24579cd05"` Sep 21 00:26:39.994 INFO blam! 3c5731ae4d008b30b04afa4ad9d74e0c2d486dcb2079ef3b26f610f24579cd05