Oct 13 07:20:24.481 INFO checking to-directory-0.1.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:20:24.481 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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"` Oct 13 07:20:24.650 INFO blam! c476752789be1292ac0f6037b85da805ca475c5d8226fa8fdc85287e3580ae40 Oct 13 07:20:24.652 INFO running `"docker" "start" "-a" "c476752789be1292ac0f6037b85da805ca475c5d8226fa8fdc85287e3580ae40"` Oct 13 07:20:25.056 INFO kablam! usermod: no changes Oct 13 07:20:25.084 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 13 07:20:25.084 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 13 07:20:25.084 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 07:20:25.084 INFO kablam! files will be included as a binary target: Oct 13 07:20:25.084 INFO kablam! Oct 13 07:20:25.084 INFO kablam! * /source/src/main.rs Oct 13 07:20:25.084 INFO kablam! Oct 13 07:20:25.084 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 07:20:25.084 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 13 07:20:25.084 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 13 07:20:25.084 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 07:20:25.084 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 07:20:25.084 INFO kablam! Oct 13 07:20:25.084 INFO kablam! For more information on this warning you can consult Oct 13 07:20:25.084 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 07:20:25.084 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `to`, Oct 13 07:20:25.084 INFO kablam! please set bin.path in Cargo.toml Oct 13 07:20:25.145 INFO kablam! Checking bincode v0.5.9 Oct 13 07:20:26.659 INFO kablam! Checking to-directory v0.1.0 (/source) Oct 13 07:20:27.772 INFO kablam! warning: unused import: `std::fmt` Oct 13 07:20:27.772 INFO kablam! --> src/types.rs:2:5 Oct 13 07:20:27.772 INFO kablam! | Oct 13 07:20:27.772 INFO kablam! 2 | use std::fmt; Oct 13 07:20:27.772 INFO kablam! | ^^^^^^^^ Oct 13 07:20:27.772 INFO kablam! | Oct 13 07:20:27.772 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:20:27.772 INFO kablam! Oct 13 07:20:27.786 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. Oct 13 07:20:27.786 INFO kablam! --> src/dir.rs:6:31 Oct 13 07:20:27.786 INFO kablam! | Oct 13 07:20:27.786 INFO kablam! 6 | let mut directory = match env::home_dir() { Oct 13 07:20:27.786 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:20:27.786 INFO kablam! | Oct 13 07:20:27.786 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:20:27.786 INFO kablam! Oct 13 07:20:27.886 INFO kablam! warning: unused variable: `directory` Oct 13 07:20:27.886 INFO kablam! --> src/dir.rs:16:15 Oct 13 07:20:27.886 INFO kablam! | Oct 13 07:20:27.886 INFO kablam! 16 | pub fn mkdirp(directory: &Path) -> ToResult<()> { Oct 13 07:20:27.886 INFO kablam! | ^^^^^^^^^ help: consider using `_directory` instead Oct 13 07:20:27.886 INFO kablam! | Oct 13 07:20:27.886 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:20:27.886 INFO kablam! Oct 13 07:20:27.886 INFO kablam! warning: unused variable: `extension` Oct 13 07:20:27.886 INFO kablam! --> src/database.rs:37:21 Oct 13 07:20:27.886 INFO kablam! | Oct 13 07:20:27.886 INFO kablam! 37 | if let Some(extension) = directory.extension() { Oct 13 07:20:27.886 INFO kablam! | ^^^^^^^^^ help: consider using `_extension` instead Oct 13 07:20:27.886 INFO kablam! Oct 13 07:20:27.886 INFO kablam! warning: unused variable: `err` Oct 13 07:20:27.886 INFO kablam! --> src/database.rs:95:17 Oct 13 07:20:27.886 INFO kablam! | Oct 13 07:20:27.886 INFO kablam! 95 | Err(err) => { Oct 13 07:20:27.886 INFO kablam! | ^^^ help: consider using `_err` instead Oct 13 07:20:27.886 INFO kablam! Oct 13 07:20:27.897 INFO kablam! warning: unused import: `std::fmt` Oct 13 07:20:27.897 INFO kablam! --> src/types.rs:2:5 Oct 13 07:20:27.897 INFO kablam! | Oct 13 07:20:27.897 INFO kablam! 2 | use std::fmt; Oct 13 07:20:27.897 INFO kablam! | ^^^^^^^^ Oct 13 07:20:27.897 INFO kablam! | Oct 13 07:20:27.897 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:20:27.897 INFO kablam! Oct 13 07:20:27.908 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. Oct 13 07:20:27.908 INFO kablam! --> src/dir.rs:6:31 Oct 13 07:20:27.908 INFO kablam! | Oct 13 07:20:27.908 INFO kablam! 6 | let mut directory = match env::home_dir() { Oct 13 07:20:27.908 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 07:20:27.908 INFO kablam! | Oct 13 07:20:27.908 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:20:27.908 INFO kablam! Oct 13 07:20:28.012 INFO kablam! warning: unused variable: `directory` Oct 13 07:20:28.012 INFO kablam! --> src/dir.rs:16:15 Oct 13 07:20:28.012 INFO kablam! | Oct 13 07:20:28.012 INFO kablam! 16 | pub fn mkdirp(directory: &Path) -> ToResult<()> { Oct 13 07:20:28.012 INFO kablam! | ^^^^^^^^^ help: consider using `_directory` instead Oct 13 07:20:28.012 INFO kablam! | Oct 13 07:20:28.012 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:20:28.012 INFO kablam! Oct 13 07:20:28.012 INFO kablam! warning: unused variable: `extension` Oct 13 07:20:28.012 INFO kablam! --> src/database.rs:37:21 Oct 13 07:20:28.012 INFO kablam! | Oct 13 07:20:28.012 INFO kablam! 37 | if let Some(extension) = directory.extension() { Oct 13 07:20:28.012 INFO kablam! | ^^^^^^^^^ help: consider using `_extension` instead Oct 13 07:20:28.012 INFO kablam! Oct 13 07:20:28.012 INFO kablam! warning: unused variable: `err` Oct 13 07:20:28.012 INFO kablam! --> src/database.rs:95:17 Oct 13 07:20:28.012 INFO kablam! | Oct 13 07:20:28.012 INFO kablam! 95 | Err(err) => { Oct 13 07:20:28.012 INFO kablam! | ^^^ help: consider using `_err` instead Oct 13 07:20:28.012 INFO kablam! Oct 13 07:20:28.077 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Oct 13 07:20:28.083 INFO kablam! su: No module specific data is present Oct 13 07:20:28.618 INFO running `"docker" "rm" "-f" "c476752789be1292ac0f6037b85da805ca475c5d8226fa8fdc85287e3580ae40"` Oct 13 07:20:29.009 INFO blam! c476752789be1292ac0f6037b85da805ca475c5d8226fa8fdc85287e3580ae40