Nov 01 16:19:10.472 INFO checking sherpa-0.4.0 against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Nov 01 16:19:10.477 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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"` Nov 01 16:19:10.751 INFO blam! 36399d77b8f8293b75effe3e141b2f2d7da4ebfcd4c91cb0dcbbeced21887de4 Nov 01 16:19:10.754 INFO running `"docker" "start" "-a" "36399d77b8f8293b75effe3e141b2f2d7da4ebfcd4c91cb0dcbbeced21887de4"` Nov 01 16:19:11.331 INFO kablam! usermod: no changes Nov 01 16:19:11.382 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 01 16:19:11.382 INFO kablam! disables Cargo from automatically inferring other test targets. Nov 01 16:19:11.383 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Nov 01 16:19:11.383 INFO kablam! files will be included as a test target: Nov 01 16:19:11.383 INFO kablam! Nov 01 16:19:11.383 INFO kablam! * /source/tests/repo.rs Nov 01 16:19:11.383 INFO kablam! * /source/tests/deploy.rs Nov 01 16:19:11.384 INFO kablam! * /source/tests/logs.rs Nov 01 16:19:11.384 INFO kablam! * /source/tests/auth.rs Nov 01 16:19:11.384 INFO kablam! * /source/tests/support.rs Nov 01 16:19:11.385 INFO kablam! Nov 01 16:19:11.385 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Nov 01 16:19:11.385 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Nov 01 16:19:11.385 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Nov 01 16:19:11.386 INFO kablam! section. You may also move the files to a location where Cargo would not Nov 01 16:19:11.386 INFO kablam! automatically infer them to be a target, such as in subfolders. Nov 01 16:19:11.386 INFO kablam! Nov 01 16:19:11.386 INFO kablam! For more information on this warning you can consult Nov 01 16:19:11.387 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Nov 01 16:19:11.672 INFO kablam! Compiling libgit2-sys v0.6.19 Nov 01 16:19:11.677 INFO kablam! Checking mockito v0.2.5 Nov 01 16:19:29.916 INFO kablam! Checking git2 v0.6.11 Nov 01 16:19:34.289 INFO kablam! Checking sherpa v0.4.0 (/source) Nov 01 16:19:41.640 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. Nov 01 16:19:41.641 INFO kablam! --> src/config.rs:98:21 Nov 01 16:19:41.641 INFO kablam! | Nov 01 16:19:41.641 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Nov 01 16:19:41.642 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 16:19:41.642 INFO kablam! | Nov 01 16:19:41.642 INFO kablam! note: lint level defined here Nov 01 16:19:41.643 INFO kablam! --> src/lib.rs:1:9 Nov 01 16:19:41.643 INFO kablam! | Nov 01 16:19:41.643 INFO kablam! 1 | #![deny(warnings)] Nov 01 16:19:41.643 INFO kablam! | ^^^^^^^^ Nov 01 16:19:41.644 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Nov 01 16:19:41.644 INFO kablam! Nov 01 16:19:41.912 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. Nov 01 16:19:41.912 INFO kablam! --> src/config.rs:98:21 Nov 01 16:19:41.912 INFO kablam! | Nov 01 16:19:41.912 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Nov 01 16:19:41.912 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 16:19:41.912 INFO kablam! | Nov 01 16:19:41.912 INFO kablam! note: lint level defined here Nov 01 16:19:41.912 INFO kablam! --> src/lib.rs:1:9 Nov 01 16:19:41.912 INFO kablam! | Nov 01 16:19:41.912 INFO kablam! 1 | #![deny(warnings)] Nov 01 16:19:41.912 INFO kablam! | ^^^^^^^^ Nov 01 16:19:41.912 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Nov 01 16:19:41.912 INFO kablam! Nov 01 16:19:42.121 INFO kablam! error: aborting due to previous error Nov 01 16:19:42.121 INFO kablam! Nov 01 16:19:42.136 INFO kablam! error: Could not compile `sherpa`. Nov 01 16:19:42.136 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 01 16:19:42.328 INFO kablam! error: aborting due to previous error Nov 01 16:19:42.328 INFO kablam! Nov 01 16:19:42.355 INFO kablam! error: Could not compile `sherpa`. Nov 01 16:19:42.355 INFO kablam! Nov 01 16:19:42.355 INFO kablam! To learn more, run the command again with --verbose. Nov 01 16:19:42.374 INFO kablam! su: No module specific data is present Nov 01 16:19:42.800 INFO running `"docker" "rm" "-f" "36399d77b8f8293b75effe3e141b2f2d7da4ebfcd4c91cb0dcbbeced21887de4"` Nov 01 16:19:43.024 INFO blam! 36399d77b8f8293b75effe3e141b2f2d7da4ebfcd4c91cb0dcbbeced21887de4