Sep 04 03:46:31.253 INFO checking to-directory-0.1.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 03:46:31.253 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 03:46:31.253 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:46:31.402 INFO blam! 74a31ddea85f1fe5fd90d012d18400ce88c5552c6baf9e74d9fd8c35cea90394 Sep 04 03:46:31.403 INFO running `"docker" "start" "-a" "74a31ddea85f1fe5fd90d012d18400ce88c5552c6baf9e74d9fd8c35cea90394"` Sep 04 03:46:32.178 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 04 03:46:32.178 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 04 03:46:32.178 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 03:46:32.178 INFO kablam! files will be included as a binary target: Sep 04 03:46:32.179 INFO kablam! Sep 04 03:46:32.179 INFO kablam! * /source/src/main.rs Sep 04 03:46:32.179 INFO kablam! Sep 04 03:46:32.179 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 03:46:32.179 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 04 03:46:32.179 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 04 03:46:32.179 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 03:46:32.179 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 03:46:32.179 INFO kablam! Sep 04 03:46:32.179 INFO kablam! For more information on this warning you can consult Sep 04 03:46:32.179 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 03:46:32.179 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `to`, Sep 04 03:46:32.179 INFO kablam! please set bin.path in Cargo.toml Sep 04 03:46:32.224 INFO kablam! Checking to-directory v0.1.0 (file:///source) Sep 04 03:46:32.784 INFO kablam! warning: unused import: `std::fmt` Sep 04 03:46:32.784 INFO kablam! --> src/types.rs:2:5 Sep 04 03:46:32.784 INFO kablam! | Sep 04 03:46:32.784 INFO kablam! 2 | use std::fmt; Sep 04 03:46:32.784 INFO kablam! | ^^^^^^^^ Sep 04 03:46:32.784 INFO kablam! | Sep 04 03:46:32.784 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 03:46:32.784 INFO kablam! Sep 04 03:46:32.784 INFO kablam! warning: unused import: `std::fmt` Sep 04 03:46:32.784 INFO kablam! --> src/types.rs:2:5 Sep 04 03:46:32.784 INFO kablam! | Sep 04 03:46:32.785 INFO kablam! 2 | use std::fmt; Sep 04 03:46:32.785 INFO kablam! | ^^^^^^^^ Sep 04 03:46:32.785 INFO kablam! | Sep 04 03:46:32.785 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 03:46:32.785 INFO kablam! Sep 04 03:46:32.801 INFO kablam! warning: 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 03:46:32.801 INFO kablam! --> src/dir.rs:6:31 Sep 04 03:46:32.801 INFO kablam! | Sep 04 03:46:32.801 INFO kablam! 6 | let mut directory = match env::home_dir() { Sep 04 03:46:32.801 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 03:46:32.801 INFO kablam! | Sep 04 03:46:32.801 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 03:46:32.801 INFO kablam! Sep 04 03:46:32.802 INFO kablam! warning: 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 03:46:32.802 INFO kablam! --> src/dir.rs:6:31 Sep 04 03:46:32.802 INFO kablam! | Sep 04 03:46:32.802 INFO kablam! 6 | let mut directory = match env::home_dir() { Sep 04 03:46:32.802 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 03:46:32.802 INFO kablam! | Sep 04 03:46:32.802 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 03:46:32.802 INFO kablam! Sep 04 03:46:32.988 INFO kablam! warning: unused variable: `directory` Sep 04 03:46:32.988 INFO kablam! --> src/dir.rs:16:15 Sep 04 03:46:32.988 INFO kablam! | Sep 04 03:46:32.988 INFO kablam! 16 | pub fn mkdirp(directory: &Path) -> ToResult<()> { Sep 04 03:46:32.988 INFO kablam! | ^^^^^^^^^ help: consider using `_directory` instead Sep 04 03:46:32.988 INFO kablam! | Sep 04 03:46:32.988 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 03:46:32.988 INFO kablam! Sep 04 03:46:32.989 INFO kablam! warning: unused variable: `extension` Sep 04 03:46:32.989 INFO kablam! --> src/database.rs:37:21 Sep 04 03:46:32.989 INFO kablam! | Sep 04 03:46:32.989 INFO kablam! 37 | if let Some(extension) = directory.extension() { Sep 04 03:46:32.989 INFO kablam! | ^^^^^^^^^ help: consider using `_extension` instead Sep 04 03:46:32.989 INFO kablam! Sep 04 03:46:32.989 INFO kablam! warning: unused variable: `err` Sep 04 03:46:32.989 INFO kablam! --> src/database.rs:95:17 Sep 04 03:46:32.989 INFO kablam! | Sep 04 03:46:32.989 INFO kablam! 95 | Err(err) => { Sep 04 03:46:32.989 INFO kablam! | ^^^ help: consider using `_err` instead Sep 04 03:46:32.989 INFO kablam! Sep 04 03:46:33.009 INFO kablam! warning: unused variable: `directory` Sep 04 03:46:33.009 INFO kablam! --> src/dir.rs:16:15 Sep 04 03:46:33.009 INFO kablam! | Sep 04 03:46:33.009 INFO kablam! 16 | pub fn mkdirp(directory: &Path) -> ToResult<()> { Sep 04 03:46:33.009 INFO kablam! | ^^^^^^^^^ help: consider using `_directory` instead Sep 04 03:46:33.009 INFO kablam! | Sep 04 03:46:33.009 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 03:46:33.009 INFO kablam! Sep 04 03:46:33.010 INFO kablam! warning: unused variable: `extension` Sep 04 03:46:33.010 INFO kablam! --> src/database.rs:37:21 Sep 04 03:46:33.010 INFO kablam! | Sep 04 03:46:33.010 INFO kablam! 37 | if let Some(extension) = directory.extension() { Sep 04 03:46:33.010 INFO kablam! | ^^^^^^^^^ help: consider using `_extension` instead Sep 04 03:46:33.010 INFO kablam! Sep 04 03:46:33.010 INFO kablam! warning: unused variable: `err` Sep 04 03:46:33.010 INFO kablam! --> src/database.rs:95:17 Sep 04 03:46:33.010 INFO kablam! | Sep 04 03:46:33.010 INFO kablam! 95 | Err(err) => { Sep 04 03:46:33.010 INFO kablam! | ^^^ help: consider using `_err` instead Sep 04 03:46:33.010 INFO kablam! Sep 04 03:46:33.087 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Sep 04 03:46:33.093 INFO kablam! su: No module specific data is present Sep 04 03:46:33.558 INFO running `"docker" "rm" "-f" "74a31ddea85f1fe5fd90d012d18400ce88c5552c6baf9e74d9fd8c35cea90394"` Sep 04 03:46:33.639 INFO blam! 74a31ddea85f1fe5fd90d012d18400ce88c5552c6baf9e74d9fd8c35cea90394