Sep 04 01:00:34.773 INFO checking zeit-rs-0.1.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 01:00:34.773 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 01:00:34.773 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 01:00:35.011 INFO blam! b0239909d268b384db61c525994941f0ac5bdcef89be644437dae6c71c1659b0 Sep 04 01:00:35.013 INFO running `"docker" "start" "-a" "b0239909d268b384db61c525994941f0ac5bdcef89be644437dae6c71c1659b0"` Sep 04 01:00:35.831 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 04 01:00:35.831 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 04 01:00:35.831 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 01:00:35.831 INFO kablam! files will be included as a binary target: Sep 04 01:00:35.831 INFO kablam! Sep 04 01:00:35.832 INFO kablam! * /source/src/main.rs Sep 04 01:00:35.832 INFO kablam! Sep 04 01:00:35.832 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 01:00:35.832 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 04 01:00:35.832 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 04 01:00:35.832 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 01:00:35.832 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 01:00:35.832 INFO kablam! Sep 04 01:00:35.832 INFO kablam! For more information on this warning you can consult Sep 04 01:00:35.832 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 01:00:35.832 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Sep 04 01:00:35.832 INFO kablam! please set bin.path in Cargo.toml Sep 04 01:00:35.938 INFO kablam! Checking dtoa v0.3.1 Sep 04 01:00:35.940 INFO kablam! Checking toml v0.2.1 Sep 04 01:00:35.942 INFO kablam! Checking yaml-rust v0.3.5 Sep 04 01:00:35.942 INFO kablam! Checking ordered-float v0.2.3 Sep 04 01:00:35.942 INFO kablam! Checking chrono v0.2.25 Sep 04 01:00:37.505 INFO kablam! Checking serde-value v0.3.1 Sep 04 01:00:38.715 INFO kablam! Checking serde_yaml v0.5.1 Sep 04 01:00:40.111 INFO kablam! Checking log4rs v0.5.2 Sep 04 01:00:41.827 INFO kablam! Checking zeit-rs v0.1.2 (file:///source) Sep 04 01:00:42.120 INFO kablam! warning: unused import: `clap` Sep 04 01:00:42.120 INFO kablam! --> src/cli.rs:1:5 Sep 04 01:00:42.120 INFO kablam! | Sep 04 01:00:42.120 INFO kablam! 1 | use clap; Sep 04 01:00:42.120 INFO kablam! | ^^^^ Sep 04 01:00:42.120 INFO kablam! | Sep 04 01:00:42.120 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 01:00:42.120 INFO kablam! Sep 04 01:00:42.120 INFO kablam! warning: unused import: `Arg` Sep 04 01:00:42.120 INFO kablam! --> src/cli.rs:3:12 Sep 04 01:00:42.120 INFO kablam! | Sep 04 01:00:42.120 INFO kablam! 3 | use clap::{Arg, App, SubCommand}; Sep 04 01:00:42.120 INFO kablam! | ^^^ Sep 04 01:00:42.120 INFO kablam! Sep 04 01:00:42.130 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 04 01:00:42.130 INFO kablam! --> src/cli.rs:29:16 Sep 04 01:00:42.130 INFO kablam! | Sep 04 01:00:42.130 INFO kablam! 29 | let home = env::home_dir() Sep 04 01:00:42.130 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 01:00:42.130 INFO kablam! | Sep 04 01:00:42.130 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 01:00:42.130 INFO kablam! Sep 04 01:00:42.260 INFO kablam! warning: unused import: `clap` Sep 04 01:00:42.260 INFO kablam! --> src/cli.rs:1:5 Sep 04 01:00:42.260 INFO kablam! | Sep 04 01:00:42.260 INFO kablam! 1 | use clap; Sep 04 01:00:42.260 INFO kablam! | ^^^^ Sep 04 01:00:42.260 INFO kablam! | Sep 04 01:00:42.260 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 01:00:42.261 INFO kablam! Sep 04 01:00:42.261 INFO kablam! warning: unused import: `Arg` Sep 04 01:00:42.261 INFO kablam! --> src/cli.rs:3:12 Sep 04 01:00:42.261 INFO kablam! | Sep 04 01:00:42.261 INFO kablam! 3 | use clap::{Arg, App, SubCommand}; Sep 04 01:00:42.261 INFO kablam! | ^^^ Sep 04 01:00:42.261 INFO kablam! Sep 04 01:00:42.272 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 04 01:00:42.272 INFO kablam! --> src/cli.rs:29:16 Sep 04 01:00:42.272 INFO kablam! | Sep 04 01:00:42.272 INFO kablam! 29 | let home = env::home_dir() Sep 04 01:00:42.272 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 01:00:42.272 INFO kablam! | Sep 04 01:00:42.272 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 01:00:42.272 INFO kablam! Sep 04 01:00:42.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.55s Sep 04 01:00:42.366 INFO kablam! su: No module specific data is present Sep 04 01:00:42.726 INFO running `"docker" "rm" "-f" "b0239909d268b384db61c525994941f0ac5bdcef89be644437dae6c71c1659b0"` Sep 04 01:00:42.829 INFO blam! b0239909d268b384db61c525994941f0ac5bdcef89be644437dae6c71c1659b0