Sep 19 20:16:17.442 INFO checking sherpa-0.4.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 20:16:17.442 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 20:16:17.442 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:16:17.710 INFO blam! 279f69abc05585dc9e997eeedf95abd0cbf7d5b1fadb40bcc5b39199295079c8 Sep 19 20:16:17.712 INFO running `"docker" "start" "-a" "279f69abc05585dc9e997eeedf95abd0cbf7d5b1fadb40bcc5b39199295079c8"` Sep 19 20:16:18.950 INFO kablam! usermod: no changes Sep 19 20:16:19.015 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 19 20:16:19.015 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 19 20:16:19.015 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 20:16:19.015 INFO kablam! files will be included as a test target: Sep 19 20:16:19.015 INFO kablam! Sep 19 20:16:19.015 INFO kablam! * /source/tests/auth.rs Sep 19 20:16:19.015 INFO kablam! * /source/tests/deploy.rs Sep 19 20:16:19.015 INFO kablam! * /source/tests/logs.rs Sep 19 20:16:19.015 INFO kablam! * /source/tests/repo.rs Sep 19 20:16:19.015 INFO kablam! * /source/tests/support.rs Sep 19 20:16:19.015 INFO kablam! Sep 19 20:16:19.015 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 20:16:19.015 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 19 20:16:19.015 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 19 20:16:19.015 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 20:16:19.015 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 20:16:19.015 INFO kablam! Sep 19 20:16:19.015 INFO kablam! For more information on this warning you can consult Sep 19 20:16:19.015 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 20:16:19.370 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 19 20:16:19.370 INFO kablam! Checking mio-extras v2.0.5 Sep 19 20:16:19.372 INFO kablam! Checking mockito v0.2.5 Sep 19 20:16:21.072 INFO kablam! Checking ws v0.7.8 Sep 19 20:16:39.888 INFO kablam! Checking git2 v0.6.11 Sep 19 20:16:43.437 INFO kablam! Checking sherpa v0.4.0 (/source) Sep 19 20:16:45.594 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 20:16:45.594 INFO kablam! --> src/config.rs:98:21 Sep 19 20:16:45.594 INFO kablam! | Sep 19 20:16:45.594 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Sep 19 20:16:45.594 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 20:16:45.594 INFO kablam! | Sep 19 20:16:45.594 INFO kablam! note: lint level defined here Sep 19 20:16:45.594 INFO kablam! --> src/lib.rs:1:9 Sep 19 20:16:45.594 INFO kablam! | Sep 19 20:16:45.594 INFO kablam! 1 | #![deny(warnings)] Sep 19 20:16:45.594 INFO kablam! | ^^^^^^^^ Sep 19 20:16:45.594 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 20:16:45.594 INFO kablam! Sep 19 20:16:45.782 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 20:16:45.782 INFO kablam! --> src/config.rs:98:21 Sep 19 20:16:45.782 INFO kablam! | Sep 19 20:16:45.782 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Sep 19 20:16:45.782 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 20:16:45.782 INFO kablam! | Sep 19 20:16:45.782 INFO kablam! note: lint level defined here Sep 19 20:16:45.782 INFO kablam! --> src/lib.rs:1:9 Sep 19 20:16:45.782 INFO kablam! | Sep 19 20:16:45.782 INFO kablam! 1 | #![deny(warnings)] Sep 19 20:16:45.782 INFO kablam! | ^^^^^^^^ Sep 19 20:16:45.782 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 20:16:45.782 INFO kablam! Sep 19 20:16:45.998 INFO kablam! error: aborting due to previous error Sep 19 20:16:45.998 INFO kablam! Sep 19 20:16:46.018 INFO kablam! error: Could not compile `sherpa`. Sep 19 20:16:46.018 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:16:46.246 INFO kablam! error: aborting due to previous error Sep 19 20:16:46.246 INFO kablam! Sep 19 20:16:46.276 INFO kablam! error: Could not compile `sherpa`. Sep 19 20:16:46.276 INFO kablam! Sep 19 20:16:46.276 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:16:46.276 INFO kablam! su: No module specific data is present Sep 19 20:16:47.062 INFO running `"docker" "rm" "-f" "279f69abc05585dc9e997eeedf95abd0cbf7d5b1fadb40bcc5b39199295079c8"` Sep 19 20:16:47.129 INFO blam! 279f69abc05585dc9e997eeedf95abd0cbf7d5b1fadb40bcc5b39199295079c8