Oct 13 01:34:36.486 INFO checking aisamanra/xargo against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 01:34:36.486 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 01:34:36.769 INFO blam! 307ba3568bbdbf066c2b0198f1285ffd399d0b44afd71c430e417d4e8dee0ff3 Oct 13 01:34:36.774 INFO running `"docker" "start" "-a" "307ba3568bbdbf066c2b0198f1285ffd399d0b44afd71c430e417d4e8dee0ff3"` Oct 13 01:34:37.224 INFO kablam! usermod: no changes Oct 13 01:34:37.321 INFO kablam! Checking owning_ref v0.2.2 Oct 13 01:34:37.321 INFO kablam! Checking semver v0.1.20 Oct 13 01:34:37.321 INFO kablam! Compiling xargo v0.3.8 (/source) Oct 13 01:34:37.321 INFO kablam! Checking walkdir v1.0.3 Oct 13 01:34:37.321 INFO kablam! Checking fs2 v0.4.1 Oct 13 01:34:37.321 INFO kablam! Checking toml v0.2.1 Oct 13 01:34:37.321 INFO kablam! Checking parking_lot_core v0.2.0 Oct 13 01:34:37.321 INFO kablam! Checking tempdir v0.3.5 Oct 13 01:34:38.956 INFO kablam! Checking rustc_version v0.1.7 Oct 13 01:34:39.254 INFO kablam! Checking parking_lot v0.3.6 Oct 13 01:34:40.451 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 13 01:34:40.451 INFO kablam! --> src/errors.rs:2:10 Oct 13 01:34:40.451 INFO kablam! | Oct 13 01:34:40.451 INFO kablam! 2 | #![allow(unused_doc_comment)] Oct 13 01:34:40.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 13 01:34:40.451 INFO kablam! | Oct 13 01:34:40.451 INFO kablam! note: lint level defined here Oct 13 01:34:40.451 INFO kablam! --> src/main.rs:1:9 Oct 13 01:34:40.451 INFO kablam! | Oct 13 01:34:40.451 INFO kablam! 1 | #![deny(warnings)] Oct 13 01:34:40.451 INFO kablam! | ^^^^^^^^ Oct 13 01:34:40.451 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 13 01:34:40.451 INFO kablam! Oct 13 01:34:40.532 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 13 01:34:40.532 INFO kablam! --> tests/smoke.rs:23:14 Oct 13 01:34:40.532 INFO kablam! | Oct 13 01:34:40.532 INFO kablam! 23 | #![allow(unused_doc_comment)] Oct 13 01:34:40.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 13 01:34:40.532 INFO kablam! | Oct 13 01:34:40.532 INFO kablam! note: lint level defined here Oct 13 01:34:40.532 INFO kablam! --> tests/smoke.rs:2:9 Oct 13 01:34:40.532 INFO kablam! | Oct 13 01:34:40.532 INFO kablam! 2 | #![deny(warnings)] Oct 13 01:34:40.532 INFO kablam! | ^^^^^^^^ Oct 13 01:34:40.532 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 13 01:34:40.532 INFO kablam! Oct 13 01:34:40.576 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 13 01:34:40.576 INFO kablam! --> src/errors.rs:2:10 Oct 13 01:34:40.576 INFO kablam! | Oct 13 01:34:40.576 INFO kablam! 2 | #![allow(unused_doc_comment)] Oct 13 01:34:40.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 13 01:34:40.576 INFO kablam! | Oct 13 01:34:40.576 INFO kablam! note: lint level defined here Oct 13 01:34:40.576 INFO kablam! --> src/main.rs:1:9 Oct 13 01:34:40.576 INFO kablam! | Oct 13 01:34:40.576 INFO kablam! 1 | #![deny(warnings)] Oct 13 01:34:40.576 INFO kablam! | ^^^^^^^^ Oct 13 01:34:40.576 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 13 01:34:40.576 INFO kablam! Oct 13 01:34:42.219 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 13 01:34:42.219 INFO kablam! --> tests/smoke.rs:41:13 Oct 13 01:34:42.220 INFO kablam! | Oct 13 01:34:42.220 INFO kablam! 41 | env::home_dir() Oct 13 01:34:42.220 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:34:42.221 INFO kablam! | Oct 13 01:34:42.221 INFO kablam! note: lint level defined here Oct 13 01:34:42.221 INFO kablam! --> tests/smoke.rs:2:9 Oct 13 01:34:42.221 INFO kablam! | Oct 13 01:34:42.222 INFO kablam! 2 | #![deny(warnings)] Oct 13 01:34:42.222 INFO kablam! | ^^^^^^^^ Oct 13 01:34:42.222 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 01:34:42.223 INFO kablam! Oct 13 01:34:42.340 INFO kablam! error: aborting due to 2 previous errors Oct 13 01:34:42.340 INFO kablam! Oct 13 01:34:42.347 INFO kablam! error: Could not compile `xargo`. Oct 13 01:34:42.347 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 01:34:42.396 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 13 01:34:42.396 INFO kablam! --> src/xargo.rs:82:9 Oct 13 01:34:42.396 INFO kablam! | Oct 13 01:34:42.396 INFO kablam! 82 | env::home_dir() Oct 13 01:34:42.396 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:34:42.396 INFO kablam! | Oct 13 01:34:42.396 INFO kablam! note: lint level defined here Oct 13 01:34:42.396 INFO kablam! --> src/main.rs:1:9 Oct 13 01:34:42.396 INFO kablam! | Oct 13 01:34:42.396 INFO kablam! 1 | #![deny(warnings)] Oct 13 01:34:42.396 INFO kablam! | ^^^^^^^^ Oct 13 01:34:42.396 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 01:34:42.396 INFO kablam! Oct 13 01:34:42.462 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 13 01:34:42.462 INFO kablam! --> src/xargo.rs:82:9 Oct 13 01:34:42.462 INFO kablam! | Oct 13 01:34:42.462 INFO kablam! 82 | env::home_dir() Oct 13 01:34:42.462 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:34:42.462 INFO kablam! | Oct 13 01:34:42.462 INFO kablam! note: lint level defined here Oct 13 01:34:42.462 INFO kablam! --> src/main.rs:1:9 Oct 13 01:34:42.462 INFO kablam! | Oct 13 01:34:42.462 INFO kablam! 1 | #![deny(warnings)] Oct 13 01:34:42.462 INFO kablam! | ^^^^^^^^ Oct 13 01:34:42.462 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 01:34:42.462 INFO kablam! Oct 13 01:34:42.688 INFO kablam! error: aborting due to 2 previous errors Oct 13 01:34:42.688 INFO kablam! Oct 13 01:34:42.700 INFO kablam! error: Could not compile `xargo`. Oct 13 01:34:42.700 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 01:34:42.733 INFO kablam! error: aborting due to 2 previous errors Oct 13 01:34:42.733 INFO kablam! Oct 13 01:34:42.741 INFO kablam! error: Could not compile `xargo`. Oct 13 01:34:42.741 INFO kablam! Oct 13 01:34:42.741 INFO kablam! To learn more, run the command again with --verbose. Oct 13 01:34:42.742 INFO kablam! su: No module specific data is present Oct 13 01:34:43.043 INFO running `"docker" "rm" "-f" "307ba3568bbdbf066c2b0198f1285ffd399d0b44afd71c430e417d4e8dee0ff3"` Oct 13 01:34:43.116 INFO blam! 307ba3568bbdbf066c2b0198f1285ffd399d0b44afd71c430e417d4e8dee0ff3