Sep 04 06:32:09.482 INFO checking sherpa-0.4.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 06:32:09.482 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 06:32:09.482 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:32:09.679 INFO blam! ee0c7a3582c645aab47f2c6161930bcd1b367db2d08b30f93d3e9f4e464f8a84 Sep 04 06:32:09.681 INFO running `"docker" "start" "-a" "ee0c7a3582c645aab47f2c6161930bcd1b367db2d08b30f93d3e9f4e464f8a84"` Sep 04 06:32:10.311 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 04 06:32:10.311 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 04 06:32:10.311 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 06:32:10.311 INFO kablam! files will be included as a test target: Sep 04 06:32:10.311 INFO kablam! Sep 04 06:32:10.311 INFO kablam! * /source/tests/deploy.rs Sep 04 06:32:10.311 INFO kablam! * /source/tests/support.rs Sep 04 06:32:10.311 INFO kablam! * /source/tests/repo.rs Sep 04 06:32:10.311 INFO kablam! * /source/tests/auth.rs Sep 04 06:32:10.311 INFO kablam! * /source/tests/logs.rs Sep 04 06:32:10.311 INFO kablam! Sep 04 06:32:10.312 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 06:32:10.312 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 04 06:32:10.312 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 04 06:32:10.312 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 06:32:10.312 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 06:32:10.312 INFO kablam! Sep 04 06:32:10.312 INFO kablam! For more information on this warning you can consult Sep 04 06:32:10.312 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 06:32:10.730 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 04 06:32:10.734 INFO kablam! Checking ws v0.7.8 Sep 04 06:32:10.736 INFO kablam! Checking mockito v0.2.5 Sep 04 06:32:28.165 INFO kablam! Checking git2 v0.6.11 Sep 04 06:32:33.679 INFO kablam! Checking sherpa v0.4.0 (file:///source) Sep 04 06:32:37.634 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 04 06:32:37.634 INFO kablam! --> src/config.rs:98:21 Sep 04 06:32:37.634 INFO kablam! | Sep 04 06:32:37.634 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Sep 04 06:32:37.635 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 06:32:37.635 INFO kablam! | Sep 04 06:32:37.635 INFO kablam! note: lint level defined here Sep 04 06:32:37.635 INFO kablam! --> src/lib.rs:1:9 Sep 04 06:32:37.635 INFO kablam! | Sep 04 06:32:37.635 INFO kablam! 1 | #![deny(warnings)] Sep 04 06:32:37.635 INFO kablam! | ^^^^^^^^ Sep 04 06:32:37.635 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 04 06:32:37.635 INFO kablam! Sep 04 06:32:37.678 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 04 06:32:37.678 INFO kablam! --> src/config.rs:98:21 Sep 04 06:32:37.678 INFO kablam! | Sep 04 06:32:37.678 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Sep 04 06:32:37.678 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 06:32:37.678 INFO kablam! | Sep 04 06:32:37.678 INFO kablam! note: lint level defined here Sep 04 06:32:37.678 INFO kablam! --> src/lib.rs:1:9 Sep 04 06:32:37.678 INFO kablam! | Sep 04 06:32:37.678 INFO kablam! 1 | #![deny(warnings)] Sep 04 06:32:37.678 INFO kablam! | ^^^^^^^^ Sep 04 06:32:37.678 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 04 06:32:37.678 INFO kablam! Sep 04 06:32:38.320 INFO kablam! error: aborting due to previous error Sep 04 06:32:38.320 INFO kablam! Sep 04 06:32:38.332 INFO kablam! error: Could not compile `sherpa`. Sep 04 06:32:38.332 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:32:38.392 INFO kablam! error: aborting due to previous error Sep 04 06:32:38.392 INFO kablam! Sep 04 06:32:38.414 INFO kablam! error: Could not compile `sherpa`. Sep 04 06:32:38.414 INFO kablam! Sep 04 06:32:38.414 INFO kablam! To learn more, run the command again with --verbose. Sep 04 06:32:38.416 INFO kablam! su: No module specific data is present Sep 04 06:32:38.860 INFO running `"docker" "rm" "-f" "ee0c7a3582c645aab47f2c6161930bcd1b367db2d08b30f93d3e9f4e464f8a84"` Sep 04 06:32:38.948 INFO blam! ee0c7a3582c645aab47f2c6161930bcd1b367db2d08b30f93d3e9f4e464f8a84