Oct 12 20:02:12.491 INFO checking jamesmunns/zeit-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 20:02:12.492 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12 20:02:12.876 INFO blam! 5d453dd45e939b52688d282459fd20bd01453ff29cbe66b044c10e024b587a8d Oct 12 20:02:12.896 INFO running `"docker" "start" "-a" "5d453dd45e939b52688d282459fd20bd01453ff29cbe66b044c10e024b587a8d"` Oct 12 20:02:14.864 INFO kablam! usermod: no changes Oct 12 20:02:14.948 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 20:02:14.948 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 20:02:14.948 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 20:02:14.948 INFO kablam! files will be included as a binary target: Oct 12 20:02:14.948 INFO kablam! Oct 12 20:02:14.948 INFO kablam! * /source/src/main.rs Oct 12 20:02:14.948 INFO kablam! Oct 12 20:02:14.948 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 20:02:14.948 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 20:02:14.948 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 20:02:14.949 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 20:02:14.949 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 20:02:14.949 INFO kablam! Oct 12 20:02:14.949 INFO kablam! For more information on this warning you can consult Oct 12 20:02:14.949 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 20:02:14.949 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Oct 12 20:02:14.949 INFO kablam! please set bin.path in Cargo.toml Oct 12 20:02:15.061 INFO kablam! Checking dtoa v0.3.1 Oct 12 20:02:15.069 INFO kablam! Checking humantime v1.0.0 Oct 12 20:02:15.070 INFO kablam! Checking toml v0.3.1 Oct 12 20:02:15.070 INFO kablam! Checking ordered-float v0.2.3 Oct 12 20:02:15.070 INFO kablam! Checking uuid v0.4.0 Oct 12 20:02:15.071 INFO kablam! Checking yaml-rust v0.3.5 Oct 12 20:02:15.071 INFO kablam! Checking chrono v0.3.0 Oct 12 20:02:18.296 INFO kablam! Checking serde-value v0.3.1 Oct 12 20:02:20.053 INFO kablam! Checking serde_yaml v0.5.1 Oct 12 20:02:21.792 INFO kablam! Checking log4rs v0.5.2 Oct 12 20:02:24.061 INFO kablam! Checking zeit-rs v0.1.2 (/source) Oct 12 20:02:25.593 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 12 20:02:25.593 INFO kablam! --> src/cli.rs:29:16 Oct 12 20:02:25.593 INFO kablam! | Oct 12 20:02:25.594 INFO kablam! 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Oct 12 20:02:25.594 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:02:25.594 INFO kablam! | Oct 12 20:02:25.594 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:02:25.595 INFO kablam! Oct 12 20:02:25.789 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 12 20:02:25.789 INFO kablam! --> src/cli.rs:29:16 Oct 12 20:02:25.789 INFO kablam! | Oct 12 20:02:25.789 INFO kablam! 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Oct 12 20:02:25.789 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:02:25.789 INFO kablam! | Oct 12 20:02:25.789 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:02:25.789 INFO kablam! Oct 12 20:02:25.892 INFO kablam! warning: method is never used: `new` Oct 12 20:02:25.892 INFO kablam! --> src/pomodoro.rs:45:5 Oct 12 20:02:25.892 INFO kablam! | Oct 12 20:02:25.892 INFO kablam! 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Oct 12 20:02:25.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:02:25.892 INFO kablam! | Oct 12 20:02:25.892 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:02:25.892 INFO kablam! Oct 12 20:02:26.092 INFO kablam! warning: method is never used: `new` Oct 12 20:02:26.092 INFO kablam! --> src/pomodoro.rs:45:5 Oct 12 20:02:26.092 INFO kablam! | Oct 12 20:02:26.092 INFO kablam! 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Oct 12 20:02:26.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:02:26.092 INFO kablam! | Oct 12 20:02:26.092 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:02:26.092 INFO kablam! Oct 12 20:02:26.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.25s Oct 12 20:02:26.152 INFO kablam! su: No module specific data is present Oct 12 20:02:27.387 INFO running `"docker" "rm" "-f" "5d453dd45e939b52688d282459fd20bd01453ff29cbe66b044c10e024b587a8d"` Oct 12 20:02:27.677 INFO blam! 5d453dd45e939b52688d282459fd20bd01453ff29cbe66b044c10e024b587a8d