Sep 20 06:13:30.552 INFO checking batch_resolve_cli-0.3.5 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 06:13:30.552 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 06:13:30.552 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:13:30.762 INFO blam! dfa4d667ba7e7e3330932d6b580ea0954e8be331eab81709942b7b6ccdb67d01 Sep 20 06:13:30.764 INFO running `"docker" "start" "-a" "dfa4d667ba7e7e3330932d6b580ea0954e8be331eab81709942b7b6ccdb67d01"` Sep 20 06:13:31.479 INFO kablam! usermod: no changes Sep 20 06:13:31.523 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 20 06:13:31.523 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 20 06:13:31.523 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 06:13:31.523 INFO kablam! files will be included as a binary target: Sep 20 06:13:31.523 INFO kablam! Sep 20 06:13:31.523 INFO kablam! * /source/src/main.rs Sep 20 06:13:31.523 INFO kablam! Sep 20 06:13:31.523 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 06:13:31.523 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 20 06:13:31.523 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 20 06:13:31.523 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 06:13:31.523 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 06:13:31.523 INFO kablam! Sep 20 06:13:31.523 INFO kablam! For more information on this warning you can consult Sep 20 06:13:31.523 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 06:13:31.523 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Sep 20 06:13:31.523 INFO kablam! please set bin.path in Cargo.toml Sep 20 06:13:31.746 INFO kablam! Compiling openssl v0.9.24 Sep 20 06:13:31.762 INFO kablam! Checking indicatif v0.1.0 Sep 20 06:13:36.720 INFO kablam! Checking trust-dns v0.10.5 Sep 20 06:13:41.689 INFO kablam! Checking batch_resolve_cli v0.3.5 (/source) Sep 20 06:13:45.618 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 20 06:13:45.618 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 20 06:13:45.618 INFO kablam! | Sep 20 06:13:45.618 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 20 06:13:45.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:13:45.618 INFO kablam! | Sep 20 06:13:45.618 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 06:13:45.618 INFO kablam! Sep 20 06:13:45.914 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 20 06:13:45.914 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 20 06:13:45.914 INFO kablam! | Sep 20 06:13:45.914 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 20 06:13:45.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:13:45.914 INFO kablam! | Sep 20 06:13:45.914 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 06:13:45.914 INFO kablam! Sep 20 06:13:46.094 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 20 06:13:46.094 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 20 06:13:46.094 INFO kablam! | Sep 20 06:13:46.094 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 20 06:13:46.094 INFO kablam! | ^^^^^ Sep 20 06:13:46.094 INFO kablam! Sep 20 06:13:46.098 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 20 06:13:46.098 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 20 06:13:46.098 INFO kablam! | Sep 20 06:13:46.098 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 20 06:13:46.098 INFO kablam! | ^^^^^ Sep 20 06:13:46.098 INFO kablam! Sep 20 06:13:46.114 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 20 06:13:46.114 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 20 06:13:46.114 INFO kablam! | Sep 20 06:13:46.114 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 20 06:13:46.114 INFO kablam! | ^^^^^ Sep 20 06:13:46.114 INFO kablam! Sep 20 06:13:46.550 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 20 06:13:46.550 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 20 06:13:46.550 INFO kablam! | Sep 20 06:13:46.550 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 20 06:13:46.550 INFO kablam! | ^^^^^ Sep 20 06:13:46.551 INFO kablam! Sep 20 06:13:46.562 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 20 06:13:46.562 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 20 06:13:46.562 INFO kablam! | Sep 20 06:13:46.562 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 20 06:13:46.562 INFO kablam! | ^^^^^ Sep 20 06:13:46.562 INFO kablam! Sep 20 06:13:46.563 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 20 06:13:46.563 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 20 06:13:46.563 INFO kablam! | Sep 20 06:13:46.563 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 20 06:13:46.563 INFO kablam! | ^^^^^ Sep 20 06:13:46.563 INFO kablam! Sep 20 06:13:47.054 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.54s Sep 20 06:13:47.062 INFO kablam! su: No module specific data is present Sep 20 06:13:48.140 INFO running `"docker" "rm" "-f" "dfa4d667ba7e7e3330932d6b580ea0954e8be331eab81709942b7b6ccdb67d01"` Sep 20 06:13:48.286 INFO blam! dfa4d667ba7e7e3330932d6b580ea0954e8be331eab81709942b7b6ccdb67d01