Sep 01 01:37:25.623 INFO checking xargo-0.3.12 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 01:37:25.624 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 01:37:25.624 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 01:37:25.786 INFO blam! b425801b59ed9cbdfa51b4704fcb62de86f7ceb850766f6b76946f3da74ddf82 Sep 01 01:37:25.788 INFO running `"docker" "start" "-a" "b425801b59ed9cbdfa51b4704fcb62de86f7ceb850766f6b76946f3da74ddf82"` Sep 01 01:37:26.600 INFO kablam! Compiling xargo v0.3.12 (file:///source) Sep 01 01:37:26.602 INFO kablam! Checking thread-id v3.3.0 Sep 01 01:37:26.603 INFO kablam! Checking error-chain v0.7.2 Sep 01 01:37:26.935 INFO kablam! Checking parking_lot v0.3.8 Sep 01 01:37:27.708 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 01 01:37:27.708 INFO kablam! --> src/errors.rs:2:10 Sep 01 01:37:27.708 INFO kablam! | Sep 01 01:37:27.708 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 01 01:37:27.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 01 01:37:27.708 INFO kablam! | Sep 01 01:37:27.708 INFO kablam! note: lint level defined here Sep 01 01:37:27.708 INFO kablam! --> src/main.rs:1:9 Sep 01 01:37:27.708 INFO kablam! | Sep 01 01:37:27.708 INFO kablam! 1 | #![deny(warnings)] Sep 01 01:37:27.708 INFO kablam! | ^^^^^^^^ Sep 01 01:37:27.708 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 01 01:37:27.708 INFO kablam! Sep 01 01:37:27.926 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 01 01:37:27.926 INFO kablam! --> tests/smoke.rs:25:14 Sep 01 01:37:27.926 INFO kablam! | Sep 01 01:37:27.926 INFO kablam! 25 | #![allow(unused_doc_comment)] Sep 01 01:37:27.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 01 01:37:27.927 INFO kablam! | Sep 01 01:37:27.927 INFO kablam! note: lint level defined here Sep 01 01:37:27.927 INFO kablam! --> tests/smoke.rs:2:9 Sep 01 01:37:27.927 INFO kablam! | Sep 01 01:37:27.927 INFO kablam! 2 | #![deny(warnings)] Sep 01 01:37:27.927 INFO kablam! | ^^^^^^^^ Sep 01 01:37:27.927 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 01 01:37:27.927 INFO kablam! Sep 01 01:37:27.938 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 01 01:37:27.938 INFO kablam! --> src/errors.rs:2:10 Sep 01 01:37:27.938 INFO kablam! | Sep 01 01:37:27.938 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 01 01:37:27.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 01 01:37:27.938 INFO kablam! | Sep 01 01:37:27.938 INFO kablam! note: lint level defined here Sep 01 01:37:27.938 INFO kablam! --> src/main.rs:1:9 Sep 01 01:37:27.938 INFO kablam! | Sep 01 01:37:27.938 INFO kablam! 1 | #![deny(warnings)] Sep 01 01:37:27.938 INFO kablam! | ^^^^^^^^ Sep 01 01:37:27.938 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 01 01:37:27.938 INFO kablam! Sep 01 01:37:28.341 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 01:37:28.341 INFO kablam! --> src/xargo.rs:87:9 Sep 01 01:37:28.341 INFO kablam! | Sep 01 01:37:28.341 INFO kablam! 87 | env::home_dir() Sep 01 01:37:28.341 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 01:37:28.341 INFO kablam! | Sep 01 01:37:28.341 INFO kablam! note: lint level defined here Sep 01 01:37:28.341 INFO kablam! --> src/main.rs:1:9 Sep 01 01:37:28.341 INFO kablam! | Sep 01 01:37:28.341 INFO kablam! 1 | #![deny(warnings)] Sep 01 01:37:28.341 INFO kablam! | ^^^^^^^^ Sep 01 01:37:28.341 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 01 01:37:28.342 INFO kablam! Sep 01 01:37:28.395 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 01:37:28.395 INFO kablam! --> tests/smoke.rs:43:13 Sep 01 01:37:28.395 INFO kablam! | Sep 01 01:37:28.395 INFO kablam! 43 | env::home_dir() Sep 01 01:37:28.395 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 01:37:28.395 INFO kablam! | Sep 01 01:37:28.395 INFO kablam! note: lint level defined here Sep 01 01:37:28.395 INFO kablam! --> tests/smoke.rs:2:9 Sep 01 01:37:28.395 INFO kablam! | Sep 01 01:37:28.395 INFO kablam! 2 | #![deny(warnings)] Sep 01 01:37:28.395 INFO kablam! | ^^^^^^^^ Sep 01 01:37:28.395 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 01 01:37:28.395 INFO kablam! Sep 01 01:37:28.603 INFO kablam! error: aborting due to 2 previous errors Sep 01 01:37:28.603 INFO kablam! Sep 01 01:37:28.610 INFO kablam! error: Could not compile `xargo`. Sep 01 01:37:28.610 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:37:28.621 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 01:37:28.621 INFO kablam! --> src/xargo.rs:87:9 Sep 01 01:37:28.621 INFO kablam! | Sep 01 01:37:28.621 INFO kablam! 87 | env::home_dir() Sep 01 01:37:28.621 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 01:37:28.621 INFO kablam! | Sep 01 01:37:28.621 INFO kablam! note: lint level defined here Sep 01 01:37:28.621 INFO kablam! --> src/main.rs:1:9 Sep 01 01:37:28.621 INFO kablam! | Sep 01 01:37:28.621 INFO kablam! 1 | #![deny(warnings)] Sep 01 01:37:28.621 INFO kablam! | ^^^^^^^^ Sep 01 01:37:28.621 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 01 01:37:28.621 INFO kablam! Sep 01 01:37:28.920 INFO kablam! error: aborting due to 2 previous errors Sep 01 01:37:28.920 INFO kablam! Sep 01 01:37:28.929 INFO kablam! error: Could not compile `xargo`. Sep 01 01:37:28.929 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 01:37:29.202 INFO kablam! error: aborting due to 2 previous errors Sep 01 01:37:29.202 INFO kablam! Sep 01 01:37:29.214 INFO kablam! error: Could not compile `xargo`. Sep 01 01:37:29.214 INFO kablam! Sep 01 01:37:29.214 INFO kablam! To learn more, run the command again with --verbose. Sep 01 01:37:29.216 INFO kablam! su: No module specific data is present Sep 01 01:37:29.685 INFO running `"docker" "rm" "-f" "b425801b59ed9cbdfa51b4704fcb62de86f7ceb850766f6b76946f3da74ddf82"` Sep 01 01:37:29.851 INFO blam! b425801b59ed9cbdfa51b4704fcb62de86f7ceb850766f6b76946f3da74ddf82