Sep 06 00:04:06.906 INFO checking sherpa-0.4.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:04:06.906 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:04:06.906 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:04:07.236 INFO blam! 90e84da94ae7f011e1a8a55e0abfedb4db8932a5bd7b24fb54dd968db5e7e52b Sep 06 00:04:07.237 INFO running `"docker" "start" "-a" "90e84da94ae7f011e1a8a55e0abfedb4db8932a5bd7b24fb54dd968db5e7e52b"` Sep 06 00:04:08.220 INFO kablam! usermod: no changes Sep 06 00:04:08.258 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 06 00:04:08.258 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 06 00:04:08.258 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 06 00:04:08.258 INFO kablam! files will be included as a test target: Sep 06 00:04:08.258 INFO kablam! Sep 06 00:04:08.258 INFO kablam! * /source/tests/auth.rs Sep 06 00:04:08.258 INFO kablam! * /source/tests/deploy.rs Sep 06 00:04:08.258 INFO kablam! * /source/tests/logs.rs Sep 06 00:04:08.258 INFO kablam! * /source/tests/repo.rs Sep 06 00:04:08.258 INFO kablam! * /source/tests/support.rs Sep 06 00:04:08.258 INFO kablam! Sep 06 00:04:08.258 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 06 00:04:08.258 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 06 00:04:08.258 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 06 00:04:08.258 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 06 00:04:08.258 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 06 00:04:08.258 INFO kablam! Sep 06 00:04:08.258 INFO kablam! For more information on this warning you can consult Sep 06 00:04:08.258 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 06 00:04:08.530 INFO kablam! Checking termion v1.5.1 Sep 06 00:04:08.538 INFO kablam! Checking ws v0.7.8 Sep 06 00:04:08.540 INFO kablam! Checking mockito v0.2.5 Sep 06 00:04:11.292 INFO kablam! Checking sherpa v0.4.0 (file:///source) Sep 06 00:04:13.517 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 06 00:04:13.517 INFO kablam! --> src/config.rs:98:21 Sep 06 00:04:13.517 INFO kablam! | Sep 06 00:04:13.517 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Sep 06 00:04:13.517 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 00:04:13.517 INFO kablam! | Sep 06 00:04:13.517 INFO kablam! note: lint level defined here Sep 06 00:04:13.517 INFO kablam! --> src/lib.rs:1:9 Sep 06 00:04:13.517 INFO kablam! | Sep 06 00:04:13.517 INFO kablam! 1 | #![deny(warnings)] Sep 06 00:04:13.517 INFO kablam! | ^^^^^^^^ Sep 06 00:04:13.517 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 06 00:04:13.517 INFO kablam! Sep 06 00:04:13.578 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 06 00:04:13.578 INFO kablam! --> src/config.rs:98:21 Sep 06 00:04:13.578 INFO kablam! | Sep 06 00:04:13.578 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Sep 06 00:04:13.578 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 00:04:13.578 INFO kablam! | Sep 06 00:04:13.578 INFO kablam! note: lint level defined here Sep 06 00:04:13.578 INFO kablam! --> src/lib.rs:1:9 Sep 06 00:04:13.578 INFO kablam! | Sep 06 00:04:13.578 INFO kablam! 1 | #![deny(warnings)] Sep 06 00:04:13.578 INFO kablam! | ^^^^^^^^ Sep 06 00:04:13.578 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 06 00:04:13.578 INFO kablam! Sep 06 00:04:13.958 INFO kablam! error: aborting due to previous error Sep 06 00:04:13.958 INFO kablam! Sep 06 00:04:13.968 INFO kablam! error: Could not compile `sherpa`. Sep 06 00:04:13.968 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:04:13.987 INFO kablam! error: aborting due to previous error Sep 06 00:04:13.987 INFO kablam! Sep 06 00:04:14.019 INFO kablam! error: Could not compile `sherpa`. Sep 06 00:04:14.019 INFO kablam! Sep 06 00:04:14.019 INFO kablam! To learn more, run the command again with --verbose. Sep 06 00:04:14.025 INFO kablam! su: No module specific data is present Sep 06 00:04:14.511 INFO running `"docker" "rm" "-f" "90e84da94ae7f011e1a8a55e0abfedb4db8932a5bd7b24fb54dd968db5e7e52b"` Sep 06 00:04:14.593 INFO blam! 90e84da94ae7f011e1a8a55e0abfedb4db8932a5bd7b24fb54dd968db5e7e52b