Sep 01 18:10:03.094 INFO checking zeit-rs-0.1.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 18:10:03.094 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 18:10:03.095 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/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 18:10:03.344 INFO blam! 8fb8436671e4ea9ef694f6d3dd480b3a44a4b6d4fbdfbb7571f9070b7c729a7c Sep 01 18:10:03.345 INFO running `"docker" "start" "-a" "8fb8436671e4ea9ef694f6d3dd480b3a44a4b6d4fbdfbb7571f9070b7c729a7c"` Sep 01 18:10:04.588 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 01 18:10:04.588 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 01 18:10:04.588 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 18:10:04.588 INFO kablam! files will be included as a binary target: Sep 01 18:10:04.589 INFO kablam! Sep 01 18:10:04.589 INFO kablam! * /source/src/main.rs Sep 01 18:10:04.589 INFO kablam! Sep 01 18:10:04.589 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 18:10:04.589 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 01 18:10:04.589 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 01 18:10:04.589 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 18:10:04.589 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 18:10:04.589 INFO kablam! Sep 01 18:10:04.589 INFO kablam! For more information on this warning you can consult Sep 01 18:10:04.589 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 18:10:04.590 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Sep 01 18:10:04.590 INFO kablam! please set bin.path in Cargo.toml Sep 01 18:10:04.720 INFO kablam! Checking dtoa v0.3.1 Sep 01 18:10:04.722 INFO kablam! Checking yaml-rust v0.3.5 Sep 01 18:10:04.722 INFO kablam! Checking ordered-float v0.2.3 Sep 01 18:10:04.731 INFO kablam! Checking chrono v0.2.25 Sep 01 18:10:06.359 INFO kablam! Checking serde-value v0.3.1 Sep 01 18:10:08.651 INFO kablam! Checking serde_yaml v0.5.1 Sep 01 18:10:10.146 INFO kablam! Checking log4rs v0.5.2 Sep 01 18:10:13.315 INFO kablam! Checking zeit-rs v0.1.2 (file:///source) Sep 01 18:10:13.757 INFO kablam! warning: unused import: `clap` Sep 01 18:10:13.757 INFO kablam! --> src/cli.rs:1:5 Sep 01 18:10:13.757 INFO kablam! | Sep 01 18:10:13.757 INFO kablam! 1 | use clap; Sep 01 18:10:13.757 INFO kablam! | ^^^^ Sep 01 18:10:13.757 INFO kablam! | Sep 01 18:10:13.757 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 18:10:13.757 INFO kablam! Sep 01 18:10:13.757 INFO kablam! warning: unused import: `Arg` Sep 01 18:10:13.757 INFO kablam! --> src/cli.rs:3:12 Sep 01 18:10:13.757 INFO kablam! | Sep 01 18:10:13.757 INFO kablam! 3 | use clap::{Arg, App, SubCommand}; Sep 01 18:10:13.757 INFO kablam! | ^^^ Sep 01 18:10:13.757 INFO kablam! Sep 01 18:10:13.773 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 18:10:13.773 INFO kablam! --> src/cli.rs:29:16 Sep 01 18:10:13.773 INFO kablam! | Sep 01 18:10:13.773 INFO kablam! 29 | let home = env::home_dir() Sep 01 18:10:13.773 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 18:10:13.774 INFO kablam! | Sep 01 18:10:13.774 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 18:10:13.774 INFO kablam! Sep 01 18:10:13.821 INFO kablam! warning: unused import: `clap` Sep 01 18:10:13.821 INFO kablam! --> src/cli.rs:1:5 Sep 01 18:10:13.821 INFO kablam! | Sep 01 18:10:13.821 INFO kablam! 1 | use clap; Sep 01 18:10:13.821 INFO kablam! | ^^^^ Sep 01 18:10:13.821 INFO kablam! | Sep 01 18:10:13.821 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 18:10:13.821 INFO kablam! Sep 01 18:10:13.821 INFO kablam! warning: unused import: `Arg` Sep 01 18:10:13.821 INFO kablam! --> src/cli.rs:3:12 Sep 01 18:10:13.821 INFO kablam! | Sep 01 18:10:13.821 INFO kablam! 3 | use clap::{Arg, App, SubCommand}; Sep 01 18:10:13.821 INFO kablam! | ^^^ Sep 01 18:10:13.821 INFO kablam! Sep 01 18:10:13.838 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 18:10:13.838 INFO kablam! --> src/cli.rs:29:16 Sep 01 18:10:13.839 INFO kablam! | Sep 01 18:10:13.839 INFO kablam! 29 | let home = env::home_dir() Sep 01 18:10:13.839 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 18:10:13.839 INFO kablam! | Sep 01 18:10:13.839 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 18:10:13.839 INFO kablam! Sep 01 18:10:13.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.39s Sep 01 18:10:13.955 INFO kablam! su: No module specific data is present Sep 01 18:10:14.421 INFO running `"docker" "rm" "-f" "8fb8436671e4ea9ef694f6d3dd480b3a44a4b6d4fbdfbb7571f9070b7c729a7c"` Sep 01 18:10:14.580 INFO blam! 8fb8436671e4ea9ef694f6d3dd480b3a44a4b6d4fbdfbb7571f9070b7c729a7c