Oct 27 13:20:49.622 INFO checking xargo-0.3.12 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 13:20:49.622 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 13:20:49.895 INFO blam! 134be3856b3a3875721f9e3e71e3f33fa10d83aa31337137cc15d89a54680c65 Oct 27 13:20:49.903 INFO running `"docker" "start" "-a" "134be3856b3a3875721f9e3e71e3f33fa10d83aa31337137cc15d89a54680c65"` Oct 27 13:20:50.671 INFO kablam! usermod: no changes Oct 27 13:20:50.799 INFO kablam! Checking owning_ref v0.2.4 Oct 27 13:20:50.799 INFO kablam! Compiling xargo v0.3.12 (/source) Oct 27 13:20:50.823 INFO kablam! Checking thread-id v3.3.0 Oct 27 13:20:50.827 INFO kablam! Checking serde_json v0.8.6 Oct 27 13:20:50.827 INFO kablam! Checking error-chain v0.7.2 Oct 27 13:20:51.996 INFO kablam! Checking parking_lot v0.3.8 Oct 27 13:20:53.803 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 27 13:20:53.803 INFO kablam! --> src/errors.rs:2:10 Oct 27 13:20:53.803 INFO kablam! | Oct 27 13:20:53.803 INFO kablam! 2 | #![allow(unused_doc_comment)] Oct 27 13:20:53.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 27 13:20:53.803 INFO kablam! | Oct 27 13:20:53.803 INFO kablam! note: lint level defined here Oct 27 13:20:53.803 INFO kablam! --> src/main.rs:1:9 Oct 27 13:20:53.803 INFO kablam! | Oct 27 13:20:53.803 INFO kablam! 1 | #![deny(warnings)] Oct 27 13:20:53.803 INFO kablam! | ^^^^^^^^ Oct 27 13:20:53.803 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 27 13:20:53.803 INFO kablam! Oct 27 13:20:54.539 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 27 13:20:54.539 INFO kablam! --> src/errors.rs:2:10 Oct 27 13:20:54.539 INFO kablam! | Oct 27 13:20:54.539 INFO kablam! 2 | #![allow(unused_doc_comment)] Oct 27 13:20:54.539 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 27 13:20:54.539 INFO kablam! | Oct 27 13:20:54.539 INFO kablam! note: lint level defined here Oct 27 13:20:54.539 INFO kablam! --> src/main.rs:1:9 Oct 27 13:20:54.539 INFO kablam! | Oct 27 13:20:54.539 INFO kablam! 1 | #![deny(warnings)] Oct 27 13:20:54.539 INFO kablam! | ^^^^^^^^ Oct 27 13:20:54.539 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 27 13:20:54.539 INFO kablam! Oct 27 13:20:54.617 INFO kablam! error: lint `unused_doc_comment` has been renamed to `unused_doc_comments` Oct 27 13:20:54.617 INFO kablam! --> tests/smoke.rs:25:14 Oct 27 13:20:54.617 INFO kablam! | Oct 27 13:20:54.617 INFO kablam! 25 | #![allow(unused_doc_comment)] Oct 27 13:20:54.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: use the new name: `unused_doc_comments` Oct 27 13:20:54.617 INFO kablam! | Oct 27 13:20:54.617 INFO kablam! note: lint level defined here Oct 27 13:20:54.617 INFO kablam! --> tests/smoke.rs:2:9 Oct 27 13:20:54.617 INFO kablam! | Oct 27 13:20:54.617 INFO kablam! 2 | #![deny(warnings)] Oct 27 13:20:54.617 INFO kablam! | ^^^^^^^^ Oct 27 13:20:54.617 INFO kablam! = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Oct 27 13:20:54.617 INFO kablam! Oct 27 13:20:56.068 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:56.069 INFO kablam! --> src/xargo.rs:87:9 Oct 27 13:20:56.069 INFO kablam! | Oct 27 13:20:56.069 INFO kablam! 87 | env::home_dir() Oct 27 13:20:56.069 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 13:20:56.087 INFO kablam! | Oct 27 13:20:56.087 INFO kablam! note: lint level defined here Oct 27 13:20:56.087 INFO kablam! --> src/main.rs:1:9 Oct 27 13:20:56.088 INFO kablam! | Oct 27 13:20:56.088 INFO kablam! 1 | #![deny(warnings)] Oct 27 13:20:56.088 INFO kablam! | ^^^^^^^^ Oct 27 13:20:56.088 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 13:20:56.089 INFO kablam! Oct 27 13:20:56.795 INFO kablam! error: aborting due to 2 previous errors Oct 27 13:20:56.796 INFO kablam! Oct 27 13:20:56.814 INFO kablam! error: Could not compile `xargo`. Oct 27 13:20:56.815 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 13:20:57.088 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:57.089 INFO kablam! --> src/xargo.rs:87:9 Oct 27 13:20:57.089 INFO kablam! | Oct 27 13:20:57.089 INFO kablam! 87 | env::home_dir() Oct 27 13:20:57.090 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 13:20:57.090 INFO kablam! | Oct 27 13:20:57.090 INFO kablam! note: lint level defined here Oct 27 13:20:57.090 INFO kablam! --> src/main.rs:1:9 Oct 27 13:20:57.091 INFO kablam! | Oct 27 13:20:57.091 INFO kablam! 1 | #![deny(warnings)] Oct 27 13:20:57.091 INFO kablam! | ^^^^^^^^ Oct 27 13:20:57.092 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 13:20:57.092 INFO kablam! Oct 27 13:20:57.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:57.444 INFO kablam! --> tests/smoke.rs:43:13 Oct 27 13:20:57.444 INFO kablam! | Oct 27 13:20:57.444 INFO kablam! 43 | env::home_dir() Oct 27 13:20:57.445 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 13:20:57.445 INFO kablam! | Oct 27 13:20:57.445 INFO kablam! note: lint level defined here Oct 27 13:20:57.445 INFO kablam! --> tests/smoke.rs:2:9 Oct 27 13:20:57.446 INFO kablam! | Oct 27 13:20:57.446 INFO kablam! 2 | #![deny(warnings)] Oct 27 13:20:57.446 INFO kablam! | ^^^^^^^^ Oct 27 13:20:57.447 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 13:20:57.447 INFO kablam! Oct 27 13:20:57.651 INFO kablam! error: aborting due to 2 previous errors Oct 27 13:20:57.652 INFO kablam! Oct 27 13:20:57.664 INFO kablam! error: Could not compile `xargo`. Oct 27 13:20:57.664 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 13:20:57.698 INFO kablam! error: aborting due to 2 previous errors Oct 27 13:20:57.698 INFO kablam! Oct 27 13:20:57.710 INFO kablam! error: Could not compile `xargo`. Oct 27 13:20:57.710 INFO kablam! Oct 27 13:20:57.710 INFO kablam! To learn more, run the command again with --verbose. Oct 27 13:20:57.712 INFO kablam! su: No module specific data is present Oct 27 13:20:58.659 INFO running `"docker" "rm" "-f" "134be3856b3a3875721f9e3e71e3f33fa10d83aa31337137cc15d89a54680c65"` Oct 27 13:20:59.003 INFO blam! 134be3856b3a3875721f9e3e71e3f33fa10d83aa31337137cc15d89a54680c65