Oct 21 23:42:10.846 INFO checking sherpa-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:42:10.846 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 23:42:11.321 INFO blam! 33070301e64b96c472712889b7cad4178a13cd8304d603a51e8e11e6bef9dc97 Oct 21 23:42:11.336 INFO running `"docker" "start" "-a" "33070301e64b96c472712889b7cad4178a13cd8304d603a51e8e11e6bef9dc97"` Oct 21 23:42:12.285 INFO kablam! usermod: no changes Oct 21 23:42:12.344 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 21 23:42:12.344 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 21 23:42:12.344 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 23:42:12.344 INFO kablam! files will be included as a test target: Oct 21 23:42:12.344 INFO kablam! Oct 21 23:42:12.344 INFO kablam! * /source/tests/repo.rs Oct 21 23:42:12.344 INFO kablam! * /source/tests/deploy.rs Oct 21 23:42:12.344 INFO kablam! * /source/tests/logs.rs Oct 21 23:42:12.345 INFO kablam! * /source/tests/auth.rs Oct 21 23:42:12.345 INFO kablam! * /source/tests/support.rs Oct 21 23:42:12.345 INFO kablam! Oct 21 23:42:12.345 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 23:42:12.345 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 21 23:42:12.345 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 21 23:42:12.345 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 23:42:12.345 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 23:42:12.345 INFO kablam! Oct 21 23:42:12.345 INFO kablam! For more information on this warning you can consult Oct 21 23:42:12.345 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 23:42:12.667 INFO kablam! Compiling cmake v0.1.35 Oct 21 23:42:12.672 INFO kablam! Checking mockito v0.2.5 Oct 21 23:42:14.502 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 21 23:42:30.711 INFO kablam! Checking git2 v0.6.11 Oct 21 23:42:34.975 INFO kablam! Checking sherpa v0.4.0 (/source) Oct 21 23:42:42.373 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 21 23:42:42.373 INFO kablam! --> src/config.rs:98:21 Oct 21 23:42:42.373 INFO kablam! | Oct 21 23:42:42.373 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Oct 21 23:42:42.373 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:42:42.373 INFO kablam! | Oct 21 23:42:42.373 INFO kablam! note: lint level defined here Oct 21 23:42:42.373 INFO kablam! --> src/lib.rs:1:9 Oct 21 23:42:42.373 INFO kablam! | Oct 21 23:42:42.373 INFO kablam! 1 | #![deny(warnings)] Oct 21 23:42:42.373 INFO kablam! | ^^^^^^^^ Oct 21 23:42:42.373 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 21 23:42:42.373 INFO kablam! Oct 21 23:42:42.528 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 21 23:42:42.528 INFO kablam! --> src/config.rs:98:21 Oct 21 23:42:42.528 INFO kablam! | Oct 21 23:42:42.528 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Oct 21 23:42:42.528 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:42:42.528 INFO kablam! | Oct 21 23:42:42.529 INFO kablam! note: lint level defined here Oct 21 23:42:42.529 INFO kablam! --> src/lib.rs:1:9 Oct 21 23:42:42.529 INFO kablam! | Oct 21 23:42:42.529 INFO kablam! 1 | #![deny(warnings)] Oct 21 23:42:42.529 INFO kablam! | ^^^^^^^^ Oct 21 23:42:42.529 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 21 23:42:42.529 INFO kablam! Oct 21 23:42:42.743 INFO kablam! error: aborting due to previous error Oct 21 23:42:42.743 INFO kablam! Oct 21 23:42:42.778 INFO kablam! error: Could not compile `sherpa`. Oct 21 23:42:42.778 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 23:42:42.932 INFO kablam! error: aborting due to previous error Oct 21 23:42:42.932 INFO kablam! Oct 21 23:42:42.962 INFO kablam! error: Could not compile `sherpa`. Oct 21 23:42:42.962 INFO kablam! Oct 21 23:42:42.962 INFO kablam! To learn more, run the command again with --verbose. Oct 21 23:42:42.963 INFO kablam! su: No module specific data is present Oct 21 23:42:43.278 INFO running `"docker" "rm" "-f" "33070301e64b96c472712889b7cad4178a13cd8304d603a51e8e11e6bef9dc97"` Oct 21 23:42:43.374 INFO blam! 33070301e64b96c472712889b7cad4178a13cd8304d603a51e8e11e6bef9dc97