Oct 21 22:20:36.176 INFO checking xargo-0.3.12 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:20:36.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 22:20:36.613 INFO blam! 924f37dc3816ad8bf66d1e8cc843ecfa8addd05742785dbddf44e2226cfd0dbc Oct 21 22:20:36.616 INFO running `"docker" "start" "-a" "924f37dc3816ad8bf66d1e8cc843ecfa8addd05742785dbddf44e2226cfd0dbc"` Oct 21 22:20:38.165 INFO kablam! usermod: no changes Oct 21 22:20:38.302 INFO kablam! Checking owning_ref v0.2.4 Oct 21 22:20:38.302 INFO kablam! Checking semver v0.1.20 Oct 21 22:20:38.302 INFO kablam! Compiling xargo v0.3.12 (/source) Oct 21 22:20:38.305 INFO kablam! Checking thread-id v3.3.0 Oct 21 22:20:38.308 INFO kablam! Checking serde_json v0.8.6 Oct 21 22:20:38.309 INFO kablam! Checking error-chain v0.7.2 Oct 21 22:20:40.502 INFO kablam! Checking rustc_version v0.1.7 Oct 21 22:20:40.980 INFO kablam! Checking parking_lot v0.3.8 Oct 21 22:20:43.465 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 21 22:20:43.465 INFO kablam! --> src/errors.rs:2:10 Oct 21 22:20:43.465 INFO kablam! | Oct 21 22:20:43.465 INFO kablam! 2 | #![allow(unused_doc_comment)] Oct 21 22:20:43.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 21 22:20:43.465 INFO kablam! | Oct 21 22:20:43.465 INFO kablam! note: lint level defined here Oct 21 22:20:43.465 INFO kablam! --> src/main.rs:1:9 Oct 21 22:20:43.465 INFO kablam! | Oct 21 22:20:43.465 INFO kablam! 1 | #![deny(warnings)] Oct 21 22:20:43.465 INFO kablam! | ^^^^^^^^ Oct 21 22:20:43.465 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 21 22:20:43.466 INFO kablam! Oct 21 22:20:43.572 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 21 22:20:43.572 INFO kablam! --> tests/smoke.rs:25:14 Oct 21 22:20:43.572 INFO kablam! | Oct 21 22:20:43.572 INFO kablam! 25 | #![allow(unused_doc_comment)] Oct 21 22:20:43.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 21 22:20:43.572 INFO kablam! | Oct 21 22:20:43.572 INFO kablam! note: lint level defined here Oct 21 22:20:43.572 INFO kablam! --> tests/smoke.rs:2:9 Oct 21 22:20:43.572 INFO kablam! | Oct 21 22:20:43.572 INFO kablam! 2 | #![deny(warnings)] Oct 21 22:20:43.572 INFO kablam! | ^^^^^^^^ Oct 21 22:20:43.572 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 21 22:20:43.572 INFO kablam! Oct 21 22:20:43.608 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 21 22:20:43.608 INFO kablam! --> src/errors.rs:2:10 Oct 21 22:20:43.608 INFO kablam! | Oct 21 22:20:43.608 INFO kablam! 2 | #![allow(unused_doc_comment)] Oct 21 22:20:43.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 21 22:20:43.608 INFO kablam! | Oct 21 22:20:43.608 INFO kablam! note: lint level defined here Oct 21 22:20:43.608 INFO kablam! --> src/main.rs:1:9 Oct 21 22:20:43.608 INFO kablam! | Oct 21 22:20:43.608 INFO kablam! 1 | #![deny(warnings)] Oct 21 22:20:43.608 INFO kablam! | ^^^^^^^^ Oct 21 22:20:43.608 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 21 22:20:43.608 INFO kablam! Oct 21 22:20:45.601 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. Oct 21 22:20:45.601 INFO kablam! --> tests/smoke.rs:43:13 Oct 21 22:20:45.601 INFO kablam! | Oct 21 22:20:45.602 INFO kablam! 43 | env::home_dir() Oct 21 22:20:45.602 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 22:20:45.602 INFO kablam! | Oct 21 22:20:45.603 INFO kablam! note: lint level defined here Oct 21 22:20:45.603 INFO kablam! --> tests/smoke.rs:2:9 Oct 21 22:20:45.603 INFO kablam! | Oct 21 22:20:45.603 INFO kablam! 2 | #![deny(warnings)] Oct 21 22:20:45.604 INFO kablam! | ^^^^^^^^ Oct 21 22:20:45.604 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 21 22:20:45.604 INFO kablam! Oct 21 22:20:45.725 INFO kablam! error: aborting due to 2 previous errors Oct 21 22:20:45.725 INFO kablam! Oct 21 22:20:45.737 INFO kablam! error: Could not compile `xargo`. Oct 21 22:20:45.738 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 22:20:45.980 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. Oct 21 22:20:45.980 INFO kablam! --> src/xargo.rs:87:9 Oct 21 22:20:45.980 INFO kablam! | Oct 21 22:20:45.980 INFO kablam! 87 | env::home_dir() Oct 21 22:20:45.980 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 22:20:45.980 INFO kablam! | Oct 21 22:20:45.980 INFO kablam! note: lint level defined here Oct 21 22:20:45.980 INFO kablam! --> src/main.rs:1:9 Oct 21 22:20:45.980 INFO kablam! | Oct 21 22:20:45.980 INFO kablam! 1 | #![deny(warnings)] Oct 21 22:20:45.980 INFO kablam! | ^^^^^^^^ Oct 21 22:20:45.980 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 21 22:20:45.980 INFO kablam! Oct 21 22:20:46.069 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. Oct 21 22:20:46.069 INFO kablam! --> src/xargo.rs:87:9 Oct 21 22:20:46.069 INFO kablam! | Oct 21 22:20:46.070 INFO kablam! 87 | env::home_dir() Oct 21 22:20:46.070 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 22:20:46.070 INFO kablam! | Oct 21 22:20:46.070 INFO kablam! note: lint level defined here Oct 21 22:20:46.070 INFO kablam! --> src/main.rs:1:9 Oct 21 22:20:46.071 INFO kablam! | Oct 21 22:20:46.071 INFO kablam! 1 | #![deny(warnings)] Oct 21 22:20:46.071 INFO kablam! | ^^^^^^^^ Oct 21 22:20:46.072 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 21 22:20:46.072 INFO kablam! Oct 21 22:20:46.269 INFO kablam! error: aborting due to 2 previous errors Oct 21 22:20:46.269 INFO kablam! Oct 21 22:20:46.277 INFO kablam! error: Could not compile `xargo`. Oct 21 22:20:46.278 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 22:20:46.516 INFO kablam! error: aborting due to 2 previous errors Oct 21 22:20:46.516 INFO kablam! Oct 21 22:20:46.528 INFO kablam! error: Could not compile `xargo`. Oct 21 22:20:46.528 INFO kablam! Oct 21 22:20:46.528 INFO kablam! To learn more, run the command again with --verbose. Oct 21 22:20:46.529 INFO kablam! su: No module specific data is present Oct 21 22:20:47.280 INFO running `"docker" "rm" "-f" "924f37dc3816ad8bf66d1e8cc843ecfa8addd05742785dbddf44e2226cfd0dbc"` Oct 21 22:20:47.516 INFO blam! 924f37dc3816ad8bf66d1e8cc843ecfa8addd05742785dbddf44e2226cfd0dbc