Oct 12 20:02:12.197 INFO checking jamesmunns/zeit-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 20:02:12.197 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.737 INFO blam! 42dd604a746e2cd92530e8980203c2fb694ed484f042bcaca04f00747b13f6bb Oct 12 20:02:12.742 INFO running `"docker" "start" "-a" "42dd604a746e2cd92530e8980203c2fb694ed484f042bcaca04f00747b13f6bb"` Oct 12 20:02:14.191 INFO kablam! usermod: no changes Oct 12 20:02:14.232 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 20:02:14.232 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 20:02:14.232 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 20:02:14.232 INFO kablam! files will be included as a binary target: Oct 12 20:02:14.232 INFO kablam! Oct 12 20:02:14.232 INFO kablam! * /source/src/main.rs Oct 12 20:02:14.232 INFO kablam! Oct 12 20:02:14.232 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 20:02:14.232 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 20:02:14.232 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 20:02:14.232 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 20:02:14.232 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 20:02:14.232 INFO kablam! Oct 12 20:02:14.232 INFO kablam! For more information on this warning you can consult Oct 12 20:02:14.232 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 20:02:14.232 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Oct 12 20:02:14.232 INFO kablam! please set bin.path in Cargo.toml Oct 12 20:02:14.380 INFO kablam! Checking dtoa v0.3.1 Oct 12 20:02:14.380 INFO kablam! Checking serde v0.9.11 Oct 12 20:02:14.396 INFO kablam! Checking humantime v1.0.0 Oct 12 20:02:14.396 INFO kablam! Checking ordered-float v0.2.3 Oct 12 20:02:14.396 INFO kablam! Checking yaml-rust v0.3.5 Oct 12 20:02:14.396 INFO kablam! Compiling serde_codegen_internals v0.14.1 Oct 12 20:02:17.680 INFO kablam! Checking serde-value v0.3.1 Oct 12 20:02:18.984 INFO kablam! Checking serde_yaml v0.5.1 Oct 12 20:02:20.672 INFO kablam! Compiling serde_derive v0.9.11 Oct 12 20:02:22.136 INFO kablam! Checking log4rs v0.5.2 Oct 12 20:02:29.968 INFO kablam! Checking chrono v0.3.0 Oct 12 20:02:29.968 INFO kablam! Checking uuid v0.4.0 Oct 12 20:02:29.968 INFO kablam! Checking toml v0.3.1 Oct 12 20:02:33.212 INFO kablam! Checking zeit-rs v0.1.2 (/source) Oct 12 20:02:34.456 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:34.456 INFO kablam! --> src/cli.rs:29:16 Oct 12 20:02:34.456 INFO kablam! | Oct 12 20:02:34.456 INFO kablam! 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Oct 12 20:02:34.456 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:02:34.456 INFO kablam! | Oct 12 20:02:34.456 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:02:34.456 INFO kablam! Oct 12 20:02:34.488 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:34.488 INFO kablam! --> src/cli.rs:29:16 Oct 12 20:02:34.488 INFO kablam! | Oct 12 20:02:34.488 INFO kablam! 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Oct 12 20:02:34.488 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 20:02:34.488 INFO kablam! | Oct 12 20:02:34.488 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 20:02:34.488 INFO kablam! Oct 12 20:02:34.796 INFO kablam! warning: method is never used: `new` Oct 12 20:02:34.796 INFO kablam! --> src/pomodoro.rs:45:5 Oct 12 20:02:34.796 INFO kablam! | Oct 12 20:02:34.796 INFO kablam! 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Oct 12 20:02:34.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:02:34.796 INFO kablam! | Oct 12 20:02:34.796 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:02:34.796 INFO kablam! Oct 12 20:02:34.848 INFO kablam! warning: method is never used: `new` Oct 12 20:02:34.848 INFO kablam! --> src/pomodoro.rs:45:5 Oct 12 20:02:34.849 INFO kablam! | Oct 12 20:02:34.849 INFO kablam! 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Oct 12 20:02:34.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:02:34.849 INFO kablam! | Oct 12 20:02:34.849 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:02:34.849 INFO kablam! Oct 12 20:02:34.909 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.69s Oct 12 20:02:34.916 INFO kablam! su: No module specific data is present Oct 12 20:02:35.480 INFO running `"docker" "rm" "-f" "42dd604a746e2cd92530e8980203c2fb694ed484f042bcaca04f00747b13f6bb"` Oct 12 20:02:35.828 INFO blam! 42dd604a746e2cd92530e8980203c2fb694ed484f042bcaca04f00747b13f6bb