Oct 13 08:38:02.634 INFO checking sherpa-0.4.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:38:02.634 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 08:38:02.913 INFO blam! fafdf83dc26190b433256f703d19e88aaaa8b7d8860bc77b8437f5c1b68156d1 Oct 13 08:38:02.924 INFO running `"docker" "start" "-a" "fafdf83dc26190b433256f703d19e88aaaa8b7d8860bc77b8437f5c1b68156d1"` Oct 13 08:38:03.560 INFO kablam! usermod: no changes Oct 13 08:38:03.600 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 13 08:38:03.600 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 13 08:38:03.600 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 08:38:03.600 INFO kablam! files will be included as a test target: Oct 13 08:38:03.600 INFO kablam! Oct 13 08:38:03.600 INFO kablam! * /source/tests/repo.rs Oct 13 08:38:03.600 INFO kablam! * /source/tests/deploy.rs Oct 13 08:38:03.600 INFO kablam! * /source/tests/logs.rs Oct 13 08:38:03.600 INFO kablam! * /source/tests/auth.rs Oct 13 08:38:03.600 INFO kablam! * /source/tests/support.rs Oct 13 08:38:03.600 INFO kablam! Oct 13 08:38:03.600 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 08:38:03.600 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 13 08:38:03.600 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 13 08:38:03.600 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 08:38:03.600 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 08:38:03.600 INFO kablam! Oct 13 08:38:03.600 INFO kablam! For more information on this warning you can consult Oct 13 08:38:03.600 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 08:38:04.000 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 13 08:38:04.000 INFO kablam! Compiling libssh2-sys v0.2.11 Oct 13 08:38:04.000 INFO kablam! Checking ws v0.7.8 Oct 13 08:38:04.000 INFO kablam! Checking mockito v0.2.5 Oct 13 08:38:24.853 INFO kablam! Checking git2 v0.6.11 Oct 13 08:38:29.315 INFO kablam! Checking sherpa v0.4.0 (/source) Oct 13 08:38:37.249 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 08:38:37.249 INFO kablam! --> src/config.rs:98:21 Oct 13 08:38:37.249 INFO kablam! | Oct 13 08:38:37.249 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Oct 13 08:38:37.249 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 08:38:37.249 INFO kablam! | Oct 13 08:38:37.249 INFO kablam! note: lint level defined here Oct 13 08:38:37.249 INFO kablam! --> src/lib.rs:1:9 Oct 13 08:38:37.249 INFO kablam! | Oct 13 08:38:37.249 INFO kablam! 1 | #![deny(warnings)] Oct 13 08:38:37.249 INFO kablam! | ^^^^^^^^ Oct 13 08:38:37.249 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 08:38:37.249 INFO kablam! Oct 13 08:38:37.495 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 08:38:37.495 INFO kablam! --> src/config.rs:98:21 Oct 13 08:38:37.495 INFO kablam! | Oct 13 08:38:37.495 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Oct 13 08:38:37.495 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 08:38:37.495 INFO kablam! | Oct 13 08:38:37.495 INFO kablam! note: lint level defined here Oct 13 08:38:37.495 INFO kablam! --> src/lib.rs:1:9 Oct 13 08:38:37.495 INFO kablam! | Oct 13 08:38:37.495 INFO kablam! 1 | #![deny(warnings)] Oct 13 08:38:37.495 INFO kablam! | ^^^^^^^^ Oct 13 08:38:37.495 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 08:38:37.495 INFO kablam! Oct 13 08:38:37.570 INFO kablam! error: aborting due to previous error Oct 13 08:38:37.570 INFO kablam! Oct 13 08:38:37.587 INFO kablam! error: Could not compile `sherpa`. Oct 13 08:38:37.587 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 08:38:37.890 INFO kablam! error: aborting due to previous error Oct 13 08:38:37.890 INFO kablam! Oct 13 08:38:37.914 INFO kablam! error: Could not compile `sherpa`. Oct 13 08:38:37.914 INFO kablam! Oct 13 08:38:37.914 INFO kablam! To learn more, run the command again with --verbose. Oct 13 08:38:37.916 INFO kablam! su: No module specific data is present Oct 13 08:38:38.170 INFO running `"docker" "rm" "-f" "fafdf83dc26190b433256f703d19e88aaaa8b7d8860bc77b8437f5c1b68156d1"` Oct 13 08:38:38.283 INFO blam! fafdf83dc26190b433256f703d19e88aaaa8b7d8860bc77b8437f5c1b68156d1