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