Dec 17 22:35:01.362 INFO checking jamesmunns/zeit-rs against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 17 22:35:01.362 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-5/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/gh/jamesmunns/zeit-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 17 22:35:01.688 INFO [stdout] 3f0f476fe6203e68f5ff79d3908a100d8c6898842bec07bbe3d53071c0ed16a0 Dec 17 22:35:01.688 INFO running `"docker" "start" "-a" "3f0f476fe6203e68f5ff79d3908a100d8c6898842bec07bbe3d53071c0ed16a0"` Dec 17 22:35:02.732 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 17 22:35:02.732 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 17 22:35:02.732 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 17 22:35:02.732 INFO [stderr] files will be included as a binary target: Dec 17 22:35:02.732 INFO [stderr] Dec 17 22:35:02.732 INFO [stderr] * /opt/crater/workdir/src/main.rs Dec 17 22:35:02.732 INFO [stderr] Dec 17 22:35:02.732 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 17 22:35:02.732 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 17 22:35:02.732 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 17 22:35:02.732 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 17 22:35:02.732 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 17 22:35:02.732 INFO [stderr] Dec 17 22:35:02.732 INFO [stderr] For more information on this warning you can consult Dec 17 22:35:02.732 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 17 22:35:02.732 INFO [stderr] warning: path `/opt/crater/workdir/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Dec 17 22:35:02.732 INFO [stderr] please set bin.path in Cargo.toml Dec 17 22:35:02.856 INFO [stderr] Checking dtoa v0.3.1 Dec 17 22:35:02.877 INFO [stderr] Checking humantime v1.0.0 Dec 17 22:35:02.877 INFO [stderr] Checking ordered-float v0.2.3 Dec 17 22:35:02.877 INFO [stderr] Checking uuid v0.4.0 Dec 17 22:35:02.880 INFO [stderr] Checking yaml-rust v0.3.5 Dec 17 22:35:02.880 INFO [stderr] Checking num v0.1.37 Dec 17 22:35:03.284 INFO [stderr] Checking chrono v0.2.25 Dec 17 22:35:03.284 INFO [stderr] Checking chrono v0.3.0 Dec 17 22:35:03.732 INFO [stderr] Checking serde-value v0.3.1 Dec 17 22:35:04.728 INFO [stderr] Checking serde_yaml v0.5.1 Dec 17 22:35:06.076 INFO [stderr] Checking log4rs v0.5.2 Dec 17 22:35:07.718 INFO [stderr] Checking zeit-rs v0.1.2 (/opt/crater/workdir) Dec 17 22:35:08.132 INFO [stderr] 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. Dec 17 22:35:08.132 INFO [stderr] --> src/cli.rs:29:16 Dec 17 22:35:08.132 INFO [stderr] | Dec 17 22:35:08.132 INFO [stderr] 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Dec 17 22:35:08.132 INFO [stderr] | ^^^^^^^^^^^^^ Dec 17 22:35:08.132 INFO [stderr] | Dec 17 22:35:08.132 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 17 22:35:08.132 INFO [stderr] Dec 17 22:35:08.136 INFO [stderr] 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. Dec 17 22:35:08.136 INFO [stderr] --> src/cli.rs:29:16 Dec 17 22:35:08.136 INFO [stderr] | Dec 17 22:35:08.136 INFO [stderr] 29 | let home = env::home_dir().expect("Home Directory Not Defined!"); Dec 17 22:35:08.136 INFO [stderr] | ^^^^^^^^^^^^^ Dec 17 22:35:08.136 INFO [stderr] | Dec 17 22:35:08.136 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 17 22:35:08.136 INFO [stderr] Dec 17 22:35:08.347 INFO [stderr] warning: method is never used: `new` Dec 17 22:35:08.347 INFO [stderr] --> src/pomodoro.rs:45:5 Dec 17 22:35:08.347 INFO [stderr] | Dec 17 22:35:08.347 INFO [stderr] 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Dec 17 22:35:08.347 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 22:35:08.347 INFO [stderr] | Dec 17 22:35:08.347 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 17 22:35:08.347 INFO [stderr] Dec 17 22:35:08.372 INFO [stderr] warning: method is never used: `new` Dec 17 22:35:08.372 INFO [stderr] --> src/pomodoro.rs:45:5 Dec 17 22:35:08.372 INFO [stderr] | Dec 17 22:35:08.372 INFO [stderr] 45 | pub fn new(task: Option<&str>, kind: PomodoroKind) -> Self { Dec 17 22:35:08.372 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 22:35:08.372 INFO [stderr] | Dec 17 22:35:08.372 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 17 22:35:08.372 INFO [stderr] Dec 17 22:35:08.408 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.69s Dec 17 22:35:09.127 INFO running `"docker" "inspect" "3f0f476fe6203e68f5ff79d3908a100d8c6898842bec07bbe3d53071c0ed16a0"` Dec 17 22:35:09.317 INFO running `"docker" "rm" "-f" "3f0f476fe6203e68f5ff79d3908a100d8c6898842bec07bbe3d53071c0ed16a0"` Dec 17 22:35:09.591 INFO [stdout] 3f0f476fe6203e68f5ff79d3908a100d8c6898842bec07bbe3d53071c0ed16a0