Oct 27 15:50:32.846 INFO checking sherpa-0.4.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:50:32.848 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15:50:33.363 INFO blam! 101b0c6779fb2bfa2387349dbbe1d15fd812711f4321f52a2594a240597e29c0 Oct 27 15:50:33.364 INFO running `"docker" "start" "-a" "101b0c6779fb2bfa2387349dbbe1d15fd812711f4321f52a2594a240597e29c0"` Oct 27 15:50:33.982 INFO kablam! usermod: no changes Oct 27 15:50:34.002 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 27 15:50:34.013 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 27 15:50:34.013 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 27 15:50:34.013 INFO kablam! files will be included as a test target: Oct 27 15:50:34.013 INFO kablam! Oct 27 15:50:34.013 INFO kablam! * /source/tests/deploy.rs Oct 27 15:50:34.013 INFO kablam! * /source/tests/logs.rs Oct 27 15:50:34.013 INFO kablam! * /source/tests/support.rs Oct 27 15:50:34.013 INFO kablam! * /source/tests/auth.rs Oct 27 15:50:34.013 INFO kablam! * /source/tests/repo.rs Oct 27 15:50:34.013 INFO kablam! Oct 27 15:50:34.013 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 27 15:50:34.013 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 27 15:50:34.013 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 27 15:50:34.013 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 27 15:50:34.013 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 27 15:50:34.013 INFO kablam! Oct 27 15:50:34.013 INFO kablam! For more information on this warning you can consult Oct 27 15:50:34.013 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 27 15:50:34.334 INFO kablam! Compiling libgit2-sys v0.6.19 Oct 27 15:50:34.334 INFO kablam! Checking ws v0.7.9 Oct 27 15:50:34.334 INFO kablam! Checking mockito v0.2.5 Oct 27 15:50:53.788 INFO kablam! Checking git2 v0.6.11 Oct 27 15:50:58.135 INFO kablam! Checking sherpa v0.4.0 (/source) Oct 27 15:51:06.131 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 15:51:06.131 INFO kablam! --> src/config.rs:98:21 Oct 27 15:51:06.131 INFO kablam! | Oct 27 15:51:06.131 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Oct 27 15:51:06.131 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 15:51:06.131 INFO kablam! | Oct 27 15:51:06.131 INFO kablam! note: lint level defined here Oct 27 15:51:06.131 INFO kablam! --> src/lib.rs:1:9 Oct 27 15:51:06.131 INFO kablam! | Oct 27 15:51:06.131 INFO kablam! 1 | #![deny(warnings)] Oct 27 15:51:06.131 INFO kablam! | ^^^^^^^^ Oct 27 15:51:06.131 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 15:51:06.131 INFO kablam! Oct 27 15:51:06.323 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 15:51:06.323 INFO kablam! --> src/config.rs:98:21 Oct 27 15:51:06.323 INFO kablam! | Oct 27 15:51:06.323 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Oct 27 15:51:06.323 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 15:51:06.323 INFO kablam! | Oct 27 15:51:06.323 INFO kablam! note: lint level defined here Oct 27 15:51:06.323 INFO kablam! --> src/lib.rs:1:9 Oct 27 15:51:06.323 INFO kablam! | Oct 27 15:51:06.323 INFO kablam! 1 | #![deny(warnings)] Oct 27 15:51:06.323 INFO kablam! | ^^^^^^^^ Oct 27 15:51:06.323 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 15:51:06.323 INFO kablam! Oct 27 15:51:06.501 INFO kablam! error: aborting due to previous error Oct 27 15:51:06.501 INFO kablam! Oct 27 15:51:06.513 INFO kablam! error: Could not compile `sherpa`. Oct 27 15:51:06.513 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 15:51:06.707 INFO kablam! error: aborting due to previous error Oct 27 15:51:06.707 INFO kablam! Oct 27 15:51:06.736 INFO kablam! error: Could not compile `sherpa`. Oct 27 15:51:06.736 INFO kablam! Oct 27 15:51:06.736 INFO kablam! To learn more, run the command again with --verbose. Oct 27 15:51:06.738 INFO kablam! su: No module specific data is present Oct 27 15:51:07.046 INFO running `"docker" "rm" "-f" "101b0c6779fb2bfa2387349dbbe1d15fd812711f4321f52a2594a240597e29c0"` Oct 27 15:51:07.138 INFO blam! 101b0c6779fb2bfa2387349dbbe1d15fd812711f4321f52a2594a240597e29c0