Oct 27 13:20:49.249 INFO checking xargo-0.3.12 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 13:20:49.251 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 13:20:49.452 INFO blam! 32eb9adeed136f2f958e4179fcc5f8ae8674ab330f1a042710a67eb6d2807591 Oct 27 13:20:49.457 INFO running `"docker" "start" "-a" "32eb9adeed136f2f958e4179fcc5f8ae8674ab330f1a042710a67eb6d2807591"` Oct 27 13:20:50.064 INFO kablam! usermod: no changes Oct 27 13:20:50.171 INFO kablam! Checking semver v0.1.20 Oct 27 13:20:50.171 INFO kablam! Compiling xargo v0.3.12 (/source) Oct 27 13:20:50.171 INFO kablam! Checking thread-id v3.3.0 Oct 27 13:20:50.171 INFO kablam! Checking toml v0.2.1 Oct 27 13:20:50.182 INFO kablam! Checking serde_json v0.8.6 Oct 27 13:20:50.183 INFO kablam! Checking error-chain v0.7.2 Oct 27 13:20:50.963 INFO kablam! Checking parking_lot v0.3.8 Oct 27 13:20:53.403 INFO kablam! Checking rustc_version v0.1.7 Oct 27 13:20:55.357 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 27 13:20:55.357 INFO kablam! --> src/errors.rs:2:10 Oct 27 13:20:55.357 INFO kablam! | Oct 27 13:20:55.357 INFO kablam! 2 | #![allow(unused_doc_comment)] Oct 27 13:20:55.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 27 13:20:55.358 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 27 13:20:55.358 INFO kablam! --> tests/smoke.rs:25:14 Oct 27 13:20:55.358 INFO kablam! | Oct 27 13:20:55.358 INFO kablam! 25 | #![allow(unused_doc_comment)] Oct 27 13:20:55.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 27 13:20:55.358 INFO kablam! | Oct 27 13:20:55.358 INFO kablam! note: lint level defined here Oct 27 13:20:55.358 INFO kablam! --> tests/smoke.rs:2:9 Oct 27 13:20:55.358 INFO kablam! | Oct 27 13:20:55.358 INFO kablam! 2 | #![deny(warnings)] Oct 27 13:20:55.358 INFO kablam! | ^^^^^^^^ Oct 27 13:20:55.358 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 27 13:20:55.358 INFO kablam! Oct 27 13:20:55.377 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 27 13:20:55.377 INFO kablam! --> src/errors.rs:2:10 Oct 27 13:20:55.377 INFO kablam! | Oct 27 13:20:55.377 INFO kablam! 2 | #![allow(unused_doc_comment)] Oct 27 13:20:55.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 27 13:20:55.379 INFO kablam! | Oct 27 13:20:55.379 INFO kablam! note: lint level defined here Oct 27 13:20:55.379 INFO kablam! --> src/main.rs:1:9 Oct 27 13:20:55.379 INFO kablam! | Oct 27 13:20:55.379 INFO kablam! 1 | #![deny(warnings)] Oct 27 13:20:55.379 INFO kablam! | ^^^^^^^^ Oct 27 13:20:55.379 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 27 13:20:55.381 INFO kablam! Oct 27 13:20:55.387 INFO kablam! | Oct 27 13:20:55.387 INFO kablam! note: lint level defined here Oct 27 13:20:55.387 INFO kablam! --> src/main.rs:1:9 Oct 27 13:20:55.388 INFO kablam! | Oct 27 13:20:55.388 INFO kablam! 1 | #![deny(warnings)] Oct 27 13:20:55.388 INFO kablam! | ^^^^^^^^ Oct 27 13:20:55.388 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 27 13:20:55.388 INFO kablam! Oct 27 13:20:58.119 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 27 13:20:58.119 INFO kablam! --> tests/smoke.rs:43:13 Oct 27 13:20:58.119 INFO kablam! | Oct 27 13:20:58.119 INFO kablam! 43 | env::home_dir() Oct 27 13:20:58.119 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 13:20:58.119 INFO kablam! | Oct 27 13:20:58.119 INFO kablam! note: lint level defined here Oct 27 13:20:58.119 INFO kablam! --> tests/smoke.rs:2:9 Oct 27 13:20:58.119 INFO kablam! | Oct 27 13:20:58.119 INFO kablam! 2 | #![deny(warnings)] Oct 27 13:20:58.119 INFO kablam! | ^^^^^^^^ Oct 27 13:20:58.119 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 13:20:58.119 INFO kablam! Oct 27 13:20:58.139 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 27 13:20:58.139 INFO kablam! --> src/xargo.rs:87:9 Oct 27 13:20:58.139 INFO kablam! | Oct 27 13:20:58.139 INFO kablam! 87 | env::home_dir() Oct 27 13:20:58.139 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 13:20:58.139 INFO kablam! | Oct 27 13:20:58.139 INFO kablam! note: lint level defined here Oct 27 13:20:58.139 INFO kablam! --> src/main.rs:1:9 Oct 27 13:20:58.139 INFO kablam! | Oct 27 13:20:58.139 INFO kablam! 1 | #![deny(warnings)] Oct 27 13:20:58.139 INFO kablam! | ^^^^^^^^ Oct 27 13:20:58.139 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 13:20:58.139 INFO kablam! Oct 27 13:20:58.395 INFO kablam! error: aborting due to 2 previous errors Oct 27 13:20:58.395 INFO kablam! Oct 27 13:20:58.407 INFO kablam! error: Could not compile `xargo`. Oct 27 13:20:58.407 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 13:20:58.443 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 27 13:20:58.443 INFO kablam! --> src/xargo.rs:87:9 Oct 27 13:20:58.443 INFO kablam! | Oct 27 13:20:58.443 INFO kablam! 87 | env::home_dir() Oct 27 13:20:58.443 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 13:20:58.443 INFO kablam! | Oct 27 13:20:58.443 INFO kablam! note: lint level defined here Oct 27 13:20:58.443 INFO kablam! --> src/main.rs:1:9 Oct 27 13:20:58.443 INFO kablam! | Oct 27 13:20:58.443 INFO kablam! 1 | #![deny(warnings)] Oct 27 13:20:58.443 INFO kablam! | ^^^^^^^^ Oct 27 13:20:58.443 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 13:20:58.443 INFO kablam! Oct 27 13:20:58.645 INFO kablam! error: aborting due to 2 previous errors Oct 27 13:20:58.645 INFO kablam! Oct 27 13:20:58.675 INFO kablam! error: Could not compile `xargo`. Oct 27 13:20:58.675 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 13:20:58.868 INFO kablam! error: aborting due to 2 previous errors Oct 27 13:20:58.868 INFO kablam! Oct 27 13:20:58.887 INFO kablam! error: Could not compile `xargo`. Oct 27 13:20:58.887 INFO kablam! Oct 27 13:20:58.887 INFO kablam! To learn more, run the command again with --verbose. Oct 27 13:20:58.888 INFO kablam! su: No module specific data is present Oct 27 13:20:59.944 INFO running `"docker" "rm" "-f" "32eb9adeed136f2f958e4179fcc5f8ae8674ab330f1a042710a67eb6d2807591"` Oct 27 13:21:00.235 INFO blam! 32eb9adeed136f2f958e4179fcc5f8ae8674ab330f1a042710a67eb6d2807591