Sep 14 05:59:27.081 INFO checking zeit-rs-0.1.2 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 05:59:27.081 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 05:59:27.081 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 05:59:27.265 INFO blam! 72c5c471d8dd3cb7b1a07d8fa76615f06748ee92ea9a47aa436ac7db36c6206c Sep 14 05:59:27.266 INFO running `"docker" "start" "-a" "72c5c471d8dd3cb7b1a07d8fa76615f06748ee92ea9a47aa436ac7db36c6206c"` Sep 14 05:59:27.953 INFO kablam! usermod: no changes Sep 14 05:59:27.985 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 14 05:59:27.985 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 14 05:59:27.985 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 14 05:59:27.985 INFO kablam! files will be included as a binary target: Sep 14 05:59:27.985 INFO kablam! Sep 14 05:59:27.985 INFO kablam! * /source/src/main.rs Sep 14 05:59:27.985 INFO kablam! Sep 14 05:59:27.985 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 14 05:59:27.985 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 14 05:59:27.985 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 14 05:59:27.985 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 14 05:59:27.985 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 14 05:59:27.985 INFO kablam! Sep 14 05:59:27.985 INFO kablam! For more information on this warning you can consult Sep 14 05:59:27.985 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 14 05:59:27.985 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Sep 14 05:59:27.985 INFO kablam! please set bin.path in Cargo.toml Sep 14 05:59:28.063 INFO kablam! Checking dtoa v0.3.1 Sep 14 05:59:28.066 INFO kablam! Checking num-traits v0.1.43 Sep 14 05:59:28.067 INFO kablam! Checking yaml-rust v0.3.5 Sep 14 05:59:28.203 INFO kablam! Checking ordered-float v0.2.3 Sep 14 05:59:28.564 INFO kablam! Checking serde-value v0.3.1 Sep 14 05:59:28.961 INFO kablam! Checking serde_yaml v0.5.1 Sep 14 05:59:29.384 INFO kablam! Checking log4rs v0.5.2 Sep 14 05:59:30.510 INFO kablam! Checking zeit-rs v0.1.2 (file:///source) Sep 14 05:59:30.718 INFO kablam! warning: unused import: `clap` Sep 14 05:59:30.719 INFO kablam! --> src/cli.rs:1:5 Sep 14 05:59:30.719 INFO kablam! | Sep 14 05:59:30.719 INFO kablam! 1 | use clap; Sep 14 05:59:30.719 INFO kablam! | ^^^^ Sep 14 05:59:30.719 INFO kablam! | Sep 14 05:59:30.719 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 05:59:30.719 INFO kablam! Sep 14 05:59:30.719 INFO kablam! warning: unused import: `Arg` Sep 14 05:59:30.719 INFO kablam! --> src/cli.rs:3:12 Sep 14 05:59:30.719 INFO kablam! | Sep 14 05:59:30.719 INFO kablam! 3 | use clap::{Arg, App, SubCommand}; Sep 14 05:59:30.719 INFO kablam! | ^^^ Sep 14 05:59:30.719 INFO kablam! Sep 14 05:59:30.719 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 14 05:59:30.719 INFO kablam! --> src/cli.rs:29:16 Sep 14 05:59:30.719 INFO kablam! | Sep 14 05:59:30.719 INFO kablam! 29 | let home = env::home_dir() Sep 14 05:59:30.719 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 05:59:30.719 INFO kablam! | Sep 14 05:59:30.719 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 05:59:30.719 INFO kablam! Sep 14 05:59:30.739 INFO kablam! warning: unused import: `clap` Sep 14 05:59:30.739 INFO kablam! --> src/cli.rs:1:5 Sep 14 05:59:30.739 INFO kablam! | Sep 14 05:59:30.739 INFO kablam! 1 | use clap; Sep 14 05:59:30.739 INFO kablam! | ^^^^ Sep 14 05:59:30.739 INFO kablam! | Sep 14 05:59:30.739 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 05:59:30.739 INFO kablam! Sep 14 05:59:30.739 INFO kablam! warning: unused import: `Arg` Sep 14 05:59:30.739 INFO kablam! --> src/cli.rs:3:12 Sep 14 05:59:30.739 INFO kablam! | Sep 14 05:59:30.739 INFO kablam! 3 | use clap::{Arg, App, SubCommand}; Sep 14 05:59:30.739 INFO kablam! | ^^^ Sep 14 05:59:30.739 INFO kablam! Sep 14 05:59:30.751 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 14 05:59:30.751 INFO kablam! --> src/cli.rs:29:16 Sep 14 05:59:30.751 INFO kablam! | Sep 14 05:59:30.751 INFO kablam! 29 | let home = env::home_dir() Sep 14 05:59:30.751 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 05:59:30.751 INFO kablam! | Sep 14 05:59:30.751 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 05:59:30.751 INFO kablam! Sep 14 05:59:30.851 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.87s Sep 14 05:59:30.874 INFO kablam! su: No module specific data is present Sep 14 05:59:31.524 INFO running `"docker" "rm" "-f" "72c5c471d8dd3cb7b1a07d8fa76615f06748ee92ea9a47aa436ac7db36c6206c"` Sep 14 05:59:31.599 INFO blam! 72c5c471d8dd3cb7b1a07d8fa76615f06748ee92ea9a47aa436ac7db36c6206c