Sep 19 15:31:52.934 INFO checking xargo-0.3.12 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 15:31:52.934 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 15:31:52.935 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:31:53.226 INFO blam! 3a8cc0ca0af676bd57ec2b138c718c19d404b917ae20a25bc14cd44e158c7048 Sep 19 15:31:53.227 INFO running `"docker" "start" "-a" "3a8cc0ca0af676bd57ec2b138c718c19d404b917ae20a25bc14cd44e158c7048"` Sep 19 15:31:54.449 INFO kablam! usermod: no changes Sep 19 15:31:54.593 INFO kablam! Checking semver v0.1.20 Sep 19 15:31:54.603 INFO kablam! Checking itoa v0.1.1 Sep 19 15:31:54.603 INFO kablam! Compiling xargo v0.3.12 (/source) Sep 19 15:31:54.603 INFO kablam! Checking dtoa v0.2.2 Sep 19 15:31:54.603 INFO kablam! Checking thread-id v3.3.0 Sep 19 15:31:54.615 INFO kablam! Checking toml v0.2.1 Sep 19 15:31:54.615 INFO kablam! Checking parking_lot_core v0.2.14 Sep 19 15:31:54.626 INFO kablam! Checking error-chain v0.7.2 Sep 19 15:31:55.777 INFO kablam! Checking serde_json v0.8.6 Sep 19 15:31:55.858 INFO kablam! Checking rustc_version v0.1.7 Sep 19 15:31:56.001 INFO kablam! Checking parking_lot v0.3.8 Sep 19 15:31:57.271 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 19 15:31:57.271 INFO kablam! --> src/errors.rs:2:10 Sep 19 15:31:57.271 INFO kablam! | Sep 19 15:31:57.271 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 19 15:31:57.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 19 15:31:57.271 INFO kablam! | Sep 19 15:31:57.271 INFO kablam! note: lint level defined here Sep 19 15:31:57.271 INFO kablam! --> src/main.rs:1:9 Sep 19 15:31:57.271 INFO kablam! | Sep 19 15:31:57.271 INFO kablam! 1 | #![deny(warnings)] Sep 19 15:31:57.271 INFO kablam! | ^^^^^^^^ Sep 19 15:31:57.271 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 19 15:31:57.271 INFO kablam! Sep 19 15:31:57.288 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 19 15:31:57.288 INFO kablam! --> src/errors.rs:2:10 Sep 19 15:31:57.288 INFO kablam! | Sep 19 15:31:57.288 INFO kablam! 2 | #![allow(unused_doc_comment)] Sep 19 15:31:57.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 19 15:31:57.288 INFO kablam! | Sep 19 15:31:57.288 INFO kablam! note: lint level defined here Sep 19 15:31:57.288 INFO kablam! --> src/main.rs:1:9 Sep 19 15:31:57.288 INFO kablam! | Sep 19 15:31:57.288 INFO kablam! 1 | #![deny(warnings)] Sep 19 15:31:57.288 INFO kablam! | ^^^^^^^^ Sep 19 15:31:57.288 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 19 15:31:57.288 INFO kablam! Sep 19 15:31:57.303 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Sep 19 15:31:57.303 INFO kablam! --> tests/smoke.rs:25:14 Sep 19 15:31:57.303 INFO kablam! | Sep 19 15:31:57.303 INFO kablam! 25 | #![allow(unused_doc_comment)] Sep 19 15:31:57.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Sep 19 15:31:57.303 INFO kablam! | Sep 19 15:31:57.303 INFO kablam! note: lint level defined here Sep 19 15:31:57.303 INFO kablam! --> tests/smoke.rs:2:9 Sep 19 15:31:57.303 INFO kablam! | Sep 19 15:31:57.307 INFO kablam! 2 | #![deny(warnings)] Sep 19 15:31:57.307 INFO kablam! | ^^^^^^^^ Sep 19 15:31:57.307 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Sep 19 15:31:57.307 INFO kablam! Sep 19 15:31:57.603 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 19 15:31:57.603 INFO kablam! --> tests/smoke.rs:43:13 Sep 19 15:31:57.603 INFO kablam! | Sep 19 15:31:57.603 INFO kablam! 43 | env::home_dir() Sep 19 15:31:57.603 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 15:31:57.603 INFO kablam! | Sep 19 15:31:57.603 INFO kablam! note: lint level defined here Sep 19 15:31:57.603 INFO kablam! --> tests/smoke.rs:2:9 Sep 19 15:31:57.603 INFO kablam! | Sep 19 15:31:57.603 INFO kablam! 2 | #![deny(warnings)] Sep 19 15:31:57.603 INFO kablam! | ^^^^^^^^ Sep 19 15:31:57.603 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 15:31:57.603 INFO kablam! Sep 19 15:31:57.743 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 19 15:31:57.743 INFO kablam! --> src/xargo.rs:87:9 Sep 19 15:31:57.743 INFO kablam! | Sep 19 15:31:57.743 INFO kablam! 87 | env::home_dir() Sep 19 15:31:57.743 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 15:31:57.743 INFO kablam! | Sep 19 15:31:57.743 INFO kablam! note: lint level defined here Sep 19 15:31:57.743 INFO kablam! --> src/main.rs:1:9 Sep 19 15:31:57.743 INFO kablam! | Sep 19 15:31:57.743 INFO kablam! 1 | #![deny(warnings)] Sep 19 15:31:57.743 INFO kablam! | ^^^^^^^^ Sep 19 15:31:57.743 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 15:31:57.743 INFO kablam! Sep 19 15:31:57.787 INFO kablam! error: aborting due to 2 previous errors Sep 19 15:31:57.787 INFO kablam! Sep 19 15:31:57.795 INFO kablam! error: Could not compile `xargo`. Sep 19 15:31:57.795 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:31:57.886 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 19 15:31:57.887 INFO kablam! --> src/xargo.rs:87:9 Sep 19 15:31:57.887 INFO kablam! | Sep 19 15:31:57.887 INFO kablam! 87 | env::home_dir() Sep 19 15:31:57.887 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 15:31:57.887 INFO kablam! | Sep 19 15:31:57.887 INFO kablam! note: lint level defined here Sep 19 15:31:57.887 INFO kablam! --> src/main.rs:1:9 Sep 19 15:31:57.887 INFO kablam! | Sep 19 15:31:57.887 INFO kablam! 1 | #![deny(warnings)] Sep 19 15:31:57.887 INFO kablam! | ^^^^^^^^ Sep 19 15:31:57.887 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 15:31:57.887 INFO kablam! Sep 19 15:31:58.091 INFO kablam! error: aborting due to 2 previous errors Sep 19 15:31:58.091 INFO kablam! Sep 19 15:31:58.097 INFO kablam! error: Could not compile `xargo`. Sep 19 15:31:58.097 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 15:31:58.287 INFO kablam! error: aborting due to 2 previous errors Sep 19 15:31:58.287 INFO kablam! Sep 19 15:31:58.299 INFO kablam! error: Could not compile `xargo`. Sep 19 15:31:58.299 INFO kablam! Sep 19 15:31:58.299 INFO kablam! To learn more, run the command again with --verbose. Sep 19 15:31:58.307 INFO kablam! su: No module specific data is present Sep 19 15:31:59.276 INFO running `"docker" "rm" "-f" "3a8cc0ca0af676bd57ec2b138c718c19d404b917ae20a25bc14cd44e158c7048"` Sep 19 15:31:59.463 INFO blam! 3a8cc0ca0af676bd57ec2b138c718c19d404b917ae20a25bc14cd44e158c7048