Sep 21 00:26:34.012 INFO checking xargo-0.3.12 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 00:26:34.012 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 00:26:34.012 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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.206 INFO blam! ff8556a91dfa4dfb4c635531c06c82f991e8ec0181a76671532bf16dc71a8a31 Sep 21 00:26:34.208 INFO running `"docker" "start" "-a" "ff8556a91dfa4dfb4c635531c06c82f991e8ec0181a76671532bf16dc71a8a31"` Sep 21 00:26:35.205 INFO kablam! usermod: no changes Sep 21 00:26:35.367 INFO kablam! Checking dtoa v0.2.2 Sep 21 00:26:35.367 INFO kablam! Checking owning_ref v0.2.4 Sep 21 00:26:35.367 INFO kablam! Checking itoa v0.1.1 Sep 21 00:26:35.378 INFO kablam! Compiling xargo v0.3.12 (/source) Sep 21 00:26:35.386 INFO kablam! Checking thread-id v3.3.0 Sep 21 00:26:35.390 INFO kablam! Checking error-chain v0.7.2 Sep 21 00:26:36.531 INFO kablam! Checking parking_lot v0.3.8 Sep 21 00:26:36.666 INFO kablam! Checking serde_json v0.8.6 Sep 21 00:26:38.526 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 21 00:26:38.526 INFO kablam! --> src/errors.rs:2:10 Sep 21 00:26:38.526 INFO kablam! | Sep 21 00:26:38.526 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 21 00:26:38.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 21 00:26:38.526 INFO kablam! | Sep 21 00:26:38.526 INFO kablam! note: lint level defined here Sep 21 00:26:38.526 INFO kablam! --> src/main.rs:1:9 Sep 21 00:26:38.526 INFO kablam! | Sep 21 00:26:38.526 INFO kablam! 1 | #![deny(warnings)] Sep 21 00:26:38.526 INFO kablam! | ^^^^^^^^ Sep 21 00:26:38.526 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 21 00:26:38.526 INFO kablam! Sep 21 00:26:38.578 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 21 00:26:38.578 INFO kablam! --> src/errors.rs:2:10 Sep 21 00:26:38.578 INFO kablam! | Sep 21 00:26:38.578 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 21 00:26:38.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 21 00:26:38.578 INFO kablam! | Sep 21 00:26:38.578 INFO kablam! note: lint level defined here Sep 21 00:26:38.578 INFO kablam! --> src/main.rs:1:9 Sep 21 00:26:38.578 INFO kablam! | Sep 21 00:26:38.578 INFO kablam! 1 | #![deny(warnings)] Sep 21 00:26:38.578 INFO kablam! | ^^^^^^^^ Sep 21 00:26:38.578 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 21 00:26:38.578 INFO kablam! Sep 21 00:26:38.754 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 21 00:26:38.754 INFO kablam! --> tests/smoke.rs:25:14 Sep 21 00:26:38.754 INFO kablam! | Sep 21 00:26:38.754 INFO kablam! 25 | #![allow(unused_doc_comment)] Sep 21 00:26:38.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 21 00:26:38.754 INFO kablam! | Sep 21 00:26:38.754 INFO kablam! note: lint level defined here Sep 21 00:26:38.754 INFO kablam! --> tests/smoke.rs:2:9 Sep 21 00:26:38.754 INFO kablam! | Sep 21 00:26:38.754 INFO kablam! 2 | #![deny(warnings)] Sep 21 00:26:38.754 INFO kablam! | ^^^^^^^^ Sep 21 00:26:38.754 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 21 00:26:38.754 INFO kablam! Sep 21 00:26:39.110 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:39.114 INFO kablam! --> src/xargo.rs:87:9 Sep 21 00:26:39.114 INFO kablam! | Sep 21 00:26:39.114 INFO kablam! 87 | env::home_dir() Sep 21 00:26:39.114 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 00:26:39.114 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:39.114 INFO kablam! --> src/xargo.rs:87:9 Sep 21 00:26:39.114 INFO kablam! | Sep 21 00:26:39.114 INFO kablam! 87 | env::home_dir() Sep 21 00:26:39.114 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 00:26:39.114 INFO kablam! | Sep 21 00:26:39.114 INFO kablam! note: lint level defined here Sep 21 00:26:39.114 INFO kablam! --> src/main.rs:1:9 Sep 21 00:26:39.114 INFO kablam! | Sep 21 00:26:39.118 INFO kablam! 1 | #![deny(warnings)] Sep 21 00:26:39.118 INFO kablam! | ^^^^^^^^ Sep 21 00:26:39.118 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 21 00:26:39.118 INFO kablam! Sep 21 00:26:39.118 INFO kablam! | Sep 21 00:26:39.118 INFO kablam! note: lint level defined here Sep 21 00:26:39.118 INFO kablam! --> src/main.rs:1:9 Sep 21 00:26:39.118 INFO kablam! | Sep 21 00:26:39.118 INFO kablam! 1 | #![deny(warnings)] Sep 21 00:26:39.118 INFO kablam! | ^^^^^^^^ Sep 21 00:26:39.118 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 21 00:26:39.118 INFO kablam! Sep 21 00:26:39.326 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:39.326 INFO kablam! --> tests/smoke.rs:43:13 Sep 21 00:26:39.326 INFO kablam! | Sep 21 00:26:39.326 INFO kablam! 43 | env::home_dir() Sep 21 00:26:39.326 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 00:26:39.326 INFO kablam! | Sep 21 00:26:39.326 INFO kablam! note: lint level defined here Sep 21 00:26:39.326 INFO kablam! --> tests/smoke.rs:2:9 Sep 21 00:26:39.326 INFO kablam! | Sep 21 00:26:39.326 INFO kablam! 2 | #![deny(warnings)] Sep 21 00:26:39.326 INFO kablam! | ^^^^^^^^ Sep 21 00:26:39.326 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 21 00:26:39.326 INFO kablam! Sep 21 00:26:39.502 INFO kablam! error: aborting due to 2 previous errors Sep 21 00:26:39.502 INFO kablam! Sep 21 00:26:39.502 INFO kablam! error: Could not compile `xargo`. Sep 21 00:26:39.502 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:26:39.611 INFO kablam! error: aborting due to 2 previous errors Sep 21 00:26:39.611 INFO kablam! Sep 21 00:26:39.630 INFO kablam! error: Could not compile `xargo`. Sep 21 00:26:39.630 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 00:26:39.690 INFO kablam! error: aborting due to 2 previous errors Sep 21 00:26:39.690 INFO kablam! Sep 21 00:26:39.714 INFO kablam! error: Could not compile `xargo`. Sep 21 00:26:39.714 INFO kablam! Sep 21 00:26:39.714 INFO kablam! To learn more, run the command again with --verbose. Sep 21 00:26:39.716 INFO kablam! su: No module specific data is present Sep 21 00:26:41.257 INFO running `"docker" "rm" "-f" "ff8556a91dfa4dfb4c635531c06c82f991e8ec0181a76671532bf16dc71a8a31"` Sep 21 00:26:41.435 INFO blam! ff8556a91dfa4dfb4c635531c06c82f991e8ec0181a76671532bf16dc71a8a31