Sep 01 06:42:06.090 INFO checking sherpa-0.4.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 06:42:06.090 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 06:42:06.090 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:42:06.314 INFO blam! a8d9f5ab673b60443a433ce02db2397f4e271e2a3046e804d1f7f5c54f2a450c Sep 01 06:42:06.317 INFO running `"docker" "start" "-a" "a8d9f5ab673b60443a433ce02db2397f4e271e2a3046e804d1f7f5c54f2a450c"` Sep 01 06:42:07.018 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 01 06:42:07.018 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 01 06:42:07.018 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 06:42:07.018 INFO kablam! files will be included as a test target: Sep 01 06:42:07.018 INFO kablam! Sep 01 06:42:07.019 INFO kablam! * /source/tests/deploy.rs Sep 01 06:42:07.019 INFO kablam! * /source/tests/support.rs Sep 01 06:42:07.019 INFO kablam! * /source/tests/repo.rs Sep 01 06:42:07.019 INFO kablam! * /source/tests/auth.rs Sep 01 06:42:07.019 INFO kablam! * /source/tests/logs.rs Sep 01 06:42:07.019 INFO kablam! Sep 01 06:42:07.019 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 06:42:07.019 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 01 06:42:07.019 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 01 06:42:07.019 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 06:42:07.019 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 06:42:07.019 INFO kablam! Sep 01 06:42:07.019 INFO kablam! For more information on this warning you can consult Sep 01 06:42:07.019 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 06:42:07.321 INFO kablam! Compiling libgit2-sys v0.6.19 Sep 01 06:42:07.327 INFO kablam! Checking ws v0.7.8 Sep 01 06:42:07.336 INFO kablam! Checking mockito v0.2.5 Sep 01 06:42:24.004 INFO kablam! Checking git2 v0.6.11 Sep 01 06:42:30.544 INFO kablam! Checking sherpa v0.4.0 (file:///source) Sep 01 06:42:34.688 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 01 06:42:34.688 INFO kablam! --> src/config.rs:98:21 Sep 01 06:42:34.688 INFO kablam! | Sep 01 06:42:34.688 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Sep 01 06:42:34.688 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:42:34.688 INFO kablam! | Sep 01 06:42:34.688 INFO kablam! note: lint level defined here Sep 01 06:42:34.688 INFO kablam! --> src/lib.rs:1:9 Sep 01 06:42:34.688 INFO kablam! | Sep 01 06:42:34.688 INFO kablam! 1 | #![deny(warnings)] Sep 01 06:42:34.688 INFO kablam! | ^^^^^^^^ Sep 01 06:42:34.688 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 01 06:42:34.688 INFO kablam! Sep 01 06:42:34.860 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 01 06:42:34.860 INFO kablam! --> src/config.rs:98:21 Sep 01 06:42:34.861 INFO kablam! | Sep 01 06:42:34.861 INFO kablam! 98 | let home_path = env::home_dir().unwrap(); Sep 01 06:42:34.861 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:42:34.861 INFO kablam! | Sep 01 06:42:34.861 INFO kablam! note: lint level defined here Sep 01 06:42:34.861 INFO kablam! --> src/lib.rs:1:9 Sep 01 06:42:34.861 INFO kablam! | Sep 01 06:42:34.861 INFO kablam! 1 | #![deny(warnings)] Sep 01 06:42:34.861 INFO kablam! | ^^^^^^^^ Sep 01 06:42:34.861 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 01 06:42:34.861 INFO kablam! Sep 01 06:42:35.403 INFO kablam! error: aborting due to previous error Sep 01 06:42:35.403 INFO kablam! Sep 01 06:42:35.415 INFO kablam! error: Could not compile `sherpa`. Sep 01 06:42:35.415 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:42:35.598 INFO kablam! error: aborting due to previous error Sep 01 06:42:35.598 INFO kablam! Sep 01 06:42:35.627 INFO kablam! error: Could not compile `sherpa`. Sep 01 06:42:35.627 INFO kablam! Sep 01 06:42:35.628 INFO kablam! To learn more, run the command again with --verbose. Sep 01 06:42:35.629 INFO kablam! su: No module specific data is present Sep 01 06:42:36.236 INFO running `"docker" "rm" "-f" "a8d9f5ab673b60443a433ce02db2397f4e271e2a3046e804d1f7f5c54f2a450c"` Sep 01 06:42:36.326 INFO blam! a8d9f5ab673b60443a433ce02db2397f4e271e2a3046e804d1f7f5c54f2a450c