Sep 10 05:49:42.824 INFO checking zeit-rs-0.1.2 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 05:49:42.824 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 05:49:42.824 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 05:49:43.036 INFO blam! 9cce72010cb42e054ef186733c0e91ac93502a1e0f7388912058c8f139e1e189 Sep 10 05:49:43.038 INFO running `"docker" "start" "-a" "9cce72010cb42e054ef186733c0e91ac93502a1e0f7388912058c8f139e1e189"` Sep 10 05:49:44.050 INFO kablam! usermod: no changes Sep 10 05:49:44.094 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 10 05:49:44.094 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 10 05:49:44.094 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 10 05:49:44.094 INFO kablam! files will be included as a binary target: Sep 10 05:49:44.094 INFO kablam! Sep 10 05:49:44.094 INFO kablam! * /source/src/main.rs Sep 10 05:49:44.094 INFO kablam! Sep 10 05:49:44.094 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 10 05:49:44.094 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 10 05:49:44.094 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 10 05:49:44.094 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 10 05:49:44.094 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 10 05:49:44.094 INFO kablam! Sep 10 05:49:44.094 INFO kablam! For more information on this warning you can consult Sep 10 05:49:44.094 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 10 05:49:44.094 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zeit`, Sep 10 05:49:44.094 INFO kablam! please set bin.path in Cargo.toml Sep 10 05:49:44.194 INFO kablam! Checking dtoa v0.3.1 Sep 10 05:49:44.194 INFO kablam! Checking log-mdc v0.1.0 Sep 10 05:49:44.203 INFO kablam! Checking crossbeam v0.2.12 Sep 10 05:49:44.214 INFO kablam! Checking toml v0.2.1 Sep 10 05:49:44.223 INFO kablam! Checking yaml-rust v0.3.5 Sep 10 05:49:44.223 INFO kablam! Checking ordered-float v0.2.3 Sep 10 05:49:44.224 INFO kablam! Checking chrono v0.2.25 Sep 10 05:49:45.762 INFO kablam! Checking serde-value v0.3.1 Sep 10 05:49:47.006 INFO kablam! Checking serde_yaml v0.5.1 Sep 10 05:49:49.138 INFO kablam! Checking log4rs v0.5.2 Sep 10 05:49:50.678 INFO kablam! Checking zeit-rs v0.1.2 (file:///source) Sep 10 05:49:51.038 INFO kablam! warning: unused import: `clap` Sep 10 05:49:51.038 INFO kablam! --> src/cli.rs:1:5 Sep 10 05:49:51.038 INFO kablam! | Sep 10 05:49:51.038 INFO kablam! 1 | use clap; Sep 10 05:49:51.038 INFO kablam! | ^^^^ Sep 10 05:49:51.038 INFO kablam! | Sep 10 05:49:51.038 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 05:49:51.038 INFO kablam! Sep 10 05:49:51.038 INFO kablam! warning: unused import: `Arg` Sep 10 05:49:51.038 INFO kablam! --> src/cli.rs:3:12 Sep 10 05:49:51.038 INFO kablam! | Sep 10 05:49:51.038 INFO kablam! 3 | use clap::{Arg, App, SubCommand}; Sep 10 05:49:51.038 INFO kablam! | ^^^ Sep 10 05:49:51.038 INFO kablam! Sep 10 05:49:51.054 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 10 05:49:51.054 INFO kablam! --> src/cli.rs:29:16 Sep 10 05:49:51.054 INFO kablam! | Sep 10 05:49:51.054 INFO kablam! 29 | let home = env::home_dir() Sep 10 05:49:51.054 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 05:49:51.054 INFO kablam! | Sep 10 05:49:51.054 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 05:49:51.054 INFO kablam! Sep 10 05:49:51.062 INFO kablam! warning: unused import: `clap` Sep 10 05:49:51.062 INFO kablam! --> src/cli.rs:1:5 Sep 10 05:49:51.062 INFO kablam! | Sep 10 05:49:51.062 INFO kablam! 1 | use clap; Sep 10 05:49:51.062 INFO kablam! | ^^^^ Sep 10 05:49:51.062 INFO kablam! | Sep 10 05:49:51.062 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 05:49:51.062 INFO kablam! Sep 10 05:49:51.062 INFO kablam! warning: unused import: `Arg` Sep 10 05:49:51.062 INFO kablam! --> src/cli.rs:3:12 Sep 10 05:49:51.062 INFO kablam! | Sep 10 05:49:51.062 INFO kablam! 3 | use clap::{Arg, App, SubCommand}; Sep 10 05:49:51.062 INFO kablam! | ^^^ Sep 10 05:49:51.062 INFO kablam! Sep 10 05:49:51.074 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 10 05:49:51.074 INFO kablam! --> src/cli.rs:29:16 Sep 10 05:49:51.074 INFO kablam! | Sep 10 05:49:51.074 INFO kablam! 29 | let home = env::home_dir() Sep 10 05:49:51.074 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 05:49:51.074 INFO kablam! | Sep 10 05:49:51.074 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 05:49:51.074 INFO kablam! Sep 10 05:49:51.198 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.12s Sep 10 05:49:51.211 INFO kablam! su: No module specific data is present Sep 10 05:49:51.863 INFO running `"docker" "rm" "-f" "9cce72010cb42e054ef186733c0e91ac93502a1e0f7388912058c8f139e1e189"` Sep 10 05:49:51.993 INFO blam! 9cce72010cb42e054ef186733c0e91ac93502a1e0f7388912058c8f139e1e189